/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Universal selector */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

@media(max-width:576px) {
    * {
        font-size: 13px;
    }
}

/* NavBar Section */
.header {
    width: 100%;
    position: sticky;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.before-nav {
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    padding-left: 50px;
    /* justify-content: center; */
    align-items: center;
    font-size: 13px;
}

.shree-soft{
    margin-left: 50px;
    color: #ed9366;
}

.text-brand {
  color: #ed9366 !important;
}

.shree-brand {
  color: #ed9366 !important;
  font-size: 20px;
}

/* .before-nav-col{
    width: 200px;
} */

.before-nav i {
    color: #EEA23F;
    transition: all .2s ease;
}

.before-nav i:hover {
    color: red;
    font-size: 18px;
    transition: .2s;
}

@media (max-width:500px){
    .before-nav-col{
        width: 100%;
        text-align: center;
    }
}

.nav-item {
    padding: 0 5px;
}

.nav-link{
    transition: all .2s ease;
}

.nav-link:hover{
    /* text-decoration: underline; */
    transition: .2s;
    border: 1px solid #e5920e;
    border-radius: 50px;
}

.nav-item i {
    padding-right: 10px;
    color: #EEA23F;
}

.navbar-toggler {
    border: none;
}

.product-drop-menu {
    width: 300px;
    border-radius: 2px;
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.product-drop-container a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    transition: all .1s ease;
}

.product-drop-container a:hover {
    color: #fff;
    background-color: #EEA23F;
    transition: .1s;
    transform: translateX(5px);
    text-align: center;
    box-shadow: none;
    border: none;
}

.product-drop-container a:hover i {
    color: #fff;
}

.service-dropdown {
    height: auto;
    width: 600px;
    border-radius: 2px;
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.card-body-drop {
    width: auto;
    padding: 5%;
    display: flex;
    flex-direction: column;
}

.card-body-drop h5 {
    padding: 10px 0;
}

.card-body-drop a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    transition: all .1s ease;
}

.card-body-drop a:hover {
    color: #fff;
    background-color: #EEA23F;
    transition: .1s;
    transform: translateX(5px);
    text-align: center;
}

.card-body-drop a:hover i {
    color: #fff;
}

.dropdown-item:hover {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 1000;
}

.button1 {
    background-color: #EEA23F;
    width: 250px;
    border-radius: 60px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.button1:hover {
    background-color: rgba(238, 162, 63, 0.8);
}

.modal-title{
    color: #e5920e;
}

.btn-warning{
    background-color: #e5920e;
}

#first-name,
  #last-name,
  #email-address,
  #phone-number,
  #main-service,
  #sub-service,
  #enquiry-description {
      width: 100%;
      padding: 10px 12px;
      font-size: 13px;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      background-color: rgb(245, 245, 245);
      transition: all .2s ease;
  }

  #enquiry-description {
      height: 150px;
  }

  #first-name:hover,
  #last-name:hover,
  #email-address:hover,
  #phone-number:hover,
  #main-service:hover,
  #sub-service:hover {
      border-bottom: 1px solid #e5920e;
      transition: .2s;
  }

  #first-name:focus,
  #last-name:focus,
  #email-address:focus,
  #phone-number:focus,
  #main-service:focus,
  #sub-service:focus,
  #enquiry-description:focus {
      outline: none;
  }

  #quote-form-col {
      padding: 5px 10px;
  }


@media (max-width:768px) {
    .dropdown-menu {
        width: auto;
    }
}




/* Carausal Section */
.c-item {
    height: 80vh;

}

.c-item1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/CarousalImg/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-item2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/CarousalImg/3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-item3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/CarousalImg/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Icon Scroll */
.icon-scroll {
    position: relative;
    bottom: 50px;
    width: 80%;
    border-radius: 5px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow: hidden;
    /* Prevent images from overflowing */
}

.scroll-col-heading h4 {
    font-weight: 700;
}

.scroll-col-heading {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, .5)), url('/img/ScroolImg/backgroud.png');
    background-size: 60%;
    background-position: left;
    background-repeat: no-repeat;
}

.scroll-col {
    padding: 40px 0;
}

.scroll-row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.scroll-wrapper {
    overflow: hidden;
    /* Hide any overflow content on left or right */
    width: 100%;
    position: relative;
}

.scroll-img-row {
    display: flex;
    animation: scroll-loop 15s linear infinite;
}

.scroll-item {
    flex: 0 0 25%;
    /* Default: Four images visible at a time */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    /* Keeps space between images */
}

.scroll-img-row img {
    width: 80px;
}

@keyframes scroll-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-150%);
    }
}

@media(max-width:992px) {
    .scroll-col-heading {
        background-color: #EEA23F;
        background-image: none;
    }

    .scroll-col {
        padding: 20px 0;
    }

    .icon-scroll {
        bottom: 76px;
    }

    .scroll-item {
        flex: 0 0 20%;
        /* Adjust visible area for smaller screens */
        margin: 0 10px;
        /* Adjust margin to control space between images */
    }

    .scroll-img-row {
        animation: scroll-loop 20s linear infinite;
        /* Slower animation on small screens */
    }
}

@media (max-width: 768px) {
    .scroll-item {
        flex: 0 0 25%;
        /* Keep 4 images visible */
        margin: 0 15px;
    }

    .scroll-img-row {
        animation: scroll-loop 25s linear infinite;
        /* Slow scroll for small mobile screens */
    }
}




/* Who we are section */
.weare-section {
    width: 80%;
    height: auto;
}

.weare-col {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    text-align: end;
}

.weare-col h1 {
    color: #EEA23F;
}

.button-primary {
    position: relative;
    display: inline-block;
    background-color: transparent;
    padding: 10px 50px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.button-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #EEA23F;
    z-index: -1;
    transition: width 0.4s ease;
    border-radius: 50px;
}

.button-primary:hover {
    color: #fff;
}

.button-primary:hover::before {
    width: 100%;
}

.col-image {
    background-image: url('/img/BackgroundImg/background.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    height: 65vh;
    margin: auto;
}

@media(max-width:992px) {
    .col-image {
        height: 50vh;
        background-size: 50%;
    }

    .weare-col {
        align-items: center;
        text-align: center;
    }
}

@media(max-width:576px) {
    .col-image {
        background-size: 80%;
    }
}

@media(max-width:300px) {
    .col-image {
        background-size: 100%;
    }
}

/* Breif Section */
.breif-container {
    height: auto;
    background-color: #EEA23F;
    margin: 30px 0;
}

.breif-container1 {
    padding: 20px 0;
    width: 80%;
    text-align: center;
}

.breif-container1 h1 {
    font-size: 70px;
    font-weight: bold;
}




/* Our Services */
/* .service-container {
    width: 80%;
    margin-bottom: 20px;
}

.service-heading {
    padding: 30px 0;
    color: #EEA23F;
}

.card-body {
    padding: 15%;
    text-align: center;
    height: 300px;
    transform: translateY(0);
    transition: transform 0.3s;
}

.card {
    border: none;
    border-radius: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.card:hover {
    background-color: #EEA23F;
}

.card-body:hover {
    transform: translatey(-50px);
    transition: .3s;
    color: #fff;
}

.card:hover i {
    opacity: 0;
}

.card-body i {
    font-size: 45px;
    padding-bottom: 30px;
    color: #EEA23F;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:992px) {
    .service-heading {
        text-align: center;
    }
} */
.service-container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.service-container h1 {
    color: #e5920e;
    padding-top: 80px;
}

.service-row {
    width: 80vw;
    padding-bottom: 80px;
}

.service-card {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border: transparent;
    transition: all 0.5s ease;
    height: 400px;
    border-radius: 1%;
    width: 90%;
    margin: auto;
}

.service-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-card i {
    text-align: center;
    font-size: 70px;
    padding-top: 80px;
    color: #e5920e;
}

.service-card-body h5 {
    font-weight: 650;
}

.service-card-title {
    text-align: center;
}

.category-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.category-list li {
    margin: 10px 0;
    padding-left: 10px;
}

.category-list a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    transition: color 0.5s ease;
    display: inline-block;
}

.category-list a:hover {
    transition: 0.5s;
    transform: translateX(5px) scale(0.9);
}

.category-list a::after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-left: 5px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: 16px;
}

.category-list a:hover::after {
    opacity: 1;
    transform: translateX(5px);
}

.service-card:hover {
    background-color: #e5920e;
    color: white;
    transform: scale(1.02);
}

.service-card:hover a {
    color: white;
}

.service-card a:hover {
    color: #000;
}

.service-card:hover i {
    color: #fff;
}





/* Career section */
/* .career-container {
    margin: 50px 0;
}

.career-container h1 {
    text-align: center;
    padding: 30px 0;
    color: #EEA23F;
}

.career-icon {
    width: 80%;
}

.career-icon img {
    width: 80px;
    object-fit: 100%;
    transition: all .3s ease;
}

.career-icon img:hover {
    transform: translatey(-20px);
}

.career-icon .col {
    padding: 30px 0;
} */




/* What you will get section */
.get-container {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.get-col h1 {
    color: #EEA23F;
}

.col-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-icon i {
    font-size: 50px;
    color: #EEA23F;
}

.card-body1 {
    margin: 10px 0;
}

.card-body1 .card-title {
    margin-bottom: 10px;
}

@media (max-width:768px) {
    .col-icon {
        margin-bottom: 20px;
    }

    .get-col2 {
        padding-top: 50px;
    }
}




/* Our strength */
.strength-container {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.strength-card {
    height: 300px;
    border: none;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all .1s ease;
}

.strength-card:hover {
    color: #fff;
    background-color: #e5920e;
}

.strength-card:hover i {
    opacity: 0;
}

.strength-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10%;
    transition: all .1s ease;
}

.strength-card-body:hover {
    transform: translatey(-40px);

}

.strength-card-body i {
    font-size: 50px;
    color: #e5920e;
}

.strength-card-title {
    padding: 20px 0;
}

.card-2,
.card-4 {
    margin-top: 50px;
}

@media (max-width:767px) {

    .card-2,
    .card-4 {
        margin-top: 0;
    }
}



/* Testomonial */
.testo-container-body {
    box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #fbc772;
    width: 80%;
    border-radius: 10px;
    margin-bottom: 50px;
}

.testo-container h1 {
    color: #EEA23F;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 50px;
}

.testimonial-slide {
    height: auto;
    margin: 50px 0;
    width: 100%;
}

.testimonial-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-slide {
    text-align: center;
    padding: 20px;
}

.testimonial-slide img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 200px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
}




/* footer */
#footer-container-fluid{
    background-color: #f1f1f1;
}

#footer-container{
    width: 80%;
}

#footer-row h1{
    font-weight: bold;
    color: #e5920e;
    font-size: 55px;
    margin-top: 30px;
}

#footer-links-row a{
    text-decoration: transparent;
    color: rgba(0, 0, 0, 0.7);
    padding: 5px 0;
    transition: all .3s ease;
}

#footer-links-row a:hover{
    text-decoration: 2px underline #e5920e;
}

#footer-social-col{
    margin: 30px 0;
}

#footer-social-row i{
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    padding-right: 5%;
    transition: all .3s ease;
}

#footer-social-row i:hover{
    color: #e5920e;
}

#footer-form-col #footer-form-input{
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    width: 100%;
}

#footer-form-col{
    margin-bottom: 30px;
}

#footer-form-col p{
    font-weight: 500;
}

#footer-form-col button{
    padding: 15px;
    border: 1px solid #e5920e;
    transition: all .3s ease;
}

#footer-form-col button:hover{
    background-color: #e5920e;
    color: #fff;
}

#footer-checkbox-input{
    margin: 15px 0;
}

input[type="checkbox"] {
    width: 30px;
    height: 20px;
    position: relative;
    top: 3px;
}

.footer-input-title{
    color: #e5920e;
}

#copyright-col{
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width:776px){
    #footer-container{
        width: 100%;
    }

    .footer-input-title{
        padding: 0;
    }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */