@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.Amrit{
    /* position:fixed !important; */
    /* top:0px !important; */
    /* overflow: hidden !important; */
    max-width: 1440px;
    display: block;
    margin: auto;
    width: 100%;
    padding: 0px 60px 0px 60px;
    background-color:white !important;
    z-index:900;
    box-shadow: 0 5px 10px -10px rgba(0,0,0,0.6);
}
.Brand_amrit{
    font-size: 2rem !important;
}
.Brand_amrit img{
    width: 180px;
    height: 60px;
}
.navbar{
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
}
.nav-amrit{
    padding:0px 40px 0px 0px !important;
}
.navbar_Amrit1{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 1rem !important;
    font-weight:500;
    color:rgb(15, 15, 15) !important;
}
.nav-amrit li a:hover{
    color:#ff712a !important;
    transition: 0.5s !important;
}
.navbarbtn{
    color:black !important;
    font-size:1rem !important;
    font-weight: 500 !important;
}
.nav-collapes{
    flex-grow: inherit !important;
}
.navbar-button button:hover{
    color: white !important;
}
.NavDropdown {
    position: absolute;
    z-index: 1000;
    display:none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.nav-amrit li:hover .NavDropdown{
    display: block;
}
.amrit_firstpage {
    background-image: url("./images/bgimage-3.jpg");
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background-attachment: fixed !important; */
    width: 100%;
    height:100%;
    top: 0;
    overflow: hidden !important;
    position: relative;
    z-index:2;
}
.Firstpage_bgimage1{
    max-width:1440px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 130px 100px 140px 100px;
}
.amrit_firstpage::before{
    content: "";
    background-color: #20252d;
    opacity: 0.6;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.firstpage-textcontent{
    /* position: absolute !important; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.firstpage-textcontent h1{
    font-size:98px;
    color: white;
    font-weight: 700;
    padding-bottom: 20px;
}
.firstpage-textcontent p{
    font-size: 20px;
    font-weight: 400;
    color: white;
    padding-bottom:20px;
}
.firstpage-textcontent .firstsec-btn button{
    width: 165px !important;
    height: 55px !important;
    background-color: #229f72 !important;
    /* border-color:#229f72 !important; */
    border-style: none;
    font-size:16px !important;
    font-weight: 600 !important;
    color: white !important;
}
.firstpage-textcontent .firstsec-btn button:hover{
    background-color:#ff712a !important;
    transition: 0.5s !important;
}
.firstsec-btn button a{
    color: white;
    text-decoration: none;
    text-align: center;
}
.second-container{
    padding: 100px 100px;
}
.amritsecond-icon img{
    width: 80px;
    height:auto;
}
.amritsecond-icon {
    padding: 30px !important;
}
.secondcontainer-card{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.second-maincontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.secondsection-card{
    border: none !important;
    flex-direction: unset !important;
    width: 420px !important;
    /* width: 100%; */
    height:150px;
    /* margin-left:10px; */
    /* margin-right:10px; */
    box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    border: none !important;
}
.third-container{
    padding:100px 100px 100px 100px;
}
.third-maincontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.third-leftsectionimage img{
    max-width: 600px;
    width: 100%;
    height: 500px;
    border-radius:18px;
}
.third-rightsectiontext span{
    font-size: 18px;
    color: #229f72;
    font-weight: 500;
}
.third-rightsectiontext h2{
    max-width: 700px;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    padding-top:10px;
    padding-bottom:10px;
    text-align: start !important;
}
.third-rightsectiontext p{
    max-width:600px;
    font-size:18px;
    color: #575a7b;
}
.third-rightsectiontext ul li{
    font-size:18px;
    color: #575a7b;
}
.thirdsec-btn{
    padding-top: 20px;
}
.thirdsec-btn button{
    width:160px;
    height:55px;
    border-style: none;
    background-color: #d7c12f;
}
.thirdsec-btn button:hover{
    background-color: #59b73f;
    transition: 0.5s;
}
.thirdsec-btn button a{
    text-decoration: none;
    color: white;
    font-size: 18px0;
    font-weight: 500;
}


.counter-section{
    /* background-color: #f8f9fa; */
}
.counter-container{
    max-width: 1440px;
    margin: auto;
    display: block;
    padding:40px 100px 80px 100px;
}
.counter-box{
    background-color: #dfe6ed !important;
    max-width: 240px !important;
    padding:10px 20px !important;
    border-radius: 10px;
}
.counter-mainbox{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.counter-underContent{
    display: flex;
    /* justify-content: center; */
    align-items:center;
    gap:25px;
}

.counter-underContent img{
    width: 60px !important;
    background-color: #ff712a;
    padding:10px;
    border-radius: 6px;
}
.unterContent-text h4{
    font-size:32px;
    font-weight: 700;
    color:black;
    margin-bottom: 0rem !important;
}
.unterContent-text p{
    font-size: 16px;
    font-weight:400;
    color: black;
}
.plus-sign{
    display: flex;
    align-items:center;
}
.plus-sign span{
    font-size: 32px;
    font-weight: 700;
}


.fourth-container{
    padding: 0px 100px 100px 100px;
}
.fourth-maincontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fourth-maincontainer span{
    font-size: 16px;
    font-weight: 600;
    padding-bottom:10px;
    color: #229f72;
}
.fourth-maincontainer h2{
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 40px;
}
.rounded-top-10px{
    /* height: 430px !important; */
    border-radius:10px !important;
    border: none !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.rounded-top-10px img{
    border-radius: 10px 10px 0px 0px !important;
    /* height:300px; */
}
.cardtitle-text{
    font-size: 28px;
    font-weight: 600;
    color:#59b73f;
}
.cardbody{
    padding:20px !important;
}
.cardpara-text{
    font-size: 16px;
    line-height:28PX;
    font-weight: 400;
    color: #575a7b;
}


.fifth-section{
    background-color: #eaeff0;
}
.fifth-container{
    max-width: 1250px;
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden !important;
    padding: 80px 0px 100px 0px;
}
.fifth-container h2{
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 40px;
    color: black;
}
.fifth-container .WorkImg{
    width: 400px;
    height: 400px;
    display: flex !important;
    border-radius: 20px;
}

.sixth-container{
    padding:80px 100px 100px 100px;
}
.sixth-maincontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sixth-maincontainer ul li{
    color:#59b73f;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.sixth-maincontainer ul li span{
    color:#ff712a !important;
}
.sixth-maincontainer h2{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 40px;
    color: #282b2d;
}
.team-img{
    padding: 10px;
    box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    border: none !important;
    border-radius: 10px !important;
}
.teamtext{
    text-align: center;
}
.teamtext h5{
    font-size:22px;
    font-weight: 700;
    color: #282b2d;
}
.teamtext p{
    font-size: 18px;
    font-weight: 400;
    color: #ff712a;
}


.seventh-container{
    padding: 80px 100px;
}
.seventh-maincontainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -----------FAQ------------- */
.faqMain-section{
    background-color: white;
}
.faqContainer{
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 60px 100px;
}
.faq-main h2{
    font-size:36px;
    padding-bottom: 30px;
}
.faq{
    color: #444;
    cursor: pointer;
    /* padding:10px; */
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 2px solid white;
    cursor: pointer;
  }
  .question {
    display: flex;
    justify-content:space-between;
    align-items: center;
    background-color:#f0eded;
    padding: 8px 20px;
  }
  .question h3{
    font-size: 26px;
    font-weight: 600;
    color: #218838;
  }
  .answer p{
    margin-bottom: .5rem !important;
    font-size: 18px;
  }
  .answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;
    background-color: white;
  }
  .faq.active .answer {
    max-height:300px;
    animation: fade 1s ease-in-out;
  }
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .faq.active svg {
    transform: rotate(180deg);
  }
  .faq svg {
    color:#218838;
    transition: transform .5s ease-in;
  }
  @keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity:1;
        transform: translateY(0px);
    }
  }


/* -------------footer-style------------- */

.footer-section{
    background-color:rgb(250, 237, 237);
}
.footer-container{
    padding: 100px 100px;
}
.footer-maincontainer{
    display: flex;
    justify-content: center;
    gap:40px;
}
.footer-mainfollow{
   display: flex;
   flex-direction: column;
   gap:5px;
}
.mainfollow-Imgsec{
    display: flex;
    gap: 5px;
}
.mainfollow-Imgsec img{
    width:100px;
}
.footerimg-mainfollow img{
    width: 100px !important;
    transition: transform 0.5s;
}

.footerimg-mainfollow:hover img{
    transform: scale(1.0);
}

.footer-recent{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-undernews{
    display: flex;
    gap: 20px;
}
.footerequal-sect1{
    max-width:320px;
    width: 100%;
}
.footerequal-sect2{
    width:220px;
}
.footerequal-sect2 ul{
    padding-top: 5px;
}
.footerequal-sect2 ul li{
    list-style: none;
    padding-top: 10px;
}
.footerequal-sect2 ul li a{
    text-decoration: none;
    color: #575a7b;
    font-size: 17px;
}
.footerequal-sect2 ul li a:hover{
    color: #ff712a;
    transition:0.5s;
}
.footerequal-sect2 ul{
    padding-left: 0px !important;
}
.footerequal-sect2 h5{
    font-size:22px;
    font-weight:700;
    color:#ff712a;
}
.footerequal-sect1 h5{
    font-size:22px;
    font-weight:700;
    color:#ff712a;
    padding-bottom: 20px;
}
.footer-container1{
    padding-left: 0rem !important;
}
.footer-recText{
    margin-right:10px;
}
.footer-logo{
    display: flex;
    flex-direction: column;
}
.footer-logo img{
    width:130px;
}
.footer-logo p{
    font-size: 18px;
    font-weight: 400;
    color:#616161;
    line-height: 1.7;
    padding-top: 20px;
}
.footer-logo svg{
    margin-right: 10px;
}
.footer-recText p{
    font-size: 16px;
    font-weight:500;
    color: #000;
    line-height: 20px;
    padding-bottom:8px;
    margin-bottom: 0rem !important;
}
.footer-recText p:hover{
    color: #ff712a;
    transition:0.5s;
}
.footer-recText span{
    font-size: 14px;
    font-weight:400;
    color:#ff712a;
}


/* --------------About-Us------------- */
.about-firstSection{
    background-image: url("./images/About-bg-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:460px;
    position:relative;
    z-index:0;
}
.about-firstSection::before{
    content:"";
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top:0px;
    left: 0;
    z-index:-1;
    width: 100%;
    height: 100%;
}
.About-firstContainer{
    max-width: 1440px;
    display: block;
    margin: auto;
    padding: 100px 100px;
}
.about-mainContainer h1{
    font-size: 60px;
    font-weight: 600;
    padding-top: 120px;
    color: white;
    text-align: center;
}



/* --------------------services------------------- */

.Servicefourth-section{
    background-color: rgb(247, 247, 247);
}
.servicesContainer{
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 80px 100px;
}

.service-firstSection{
    background-image: url("./images/services-bg01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:460px;
    position:relative;
    z-index:0;
}
.service-firstSection::before{
    content:"";
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top:0px;
    left: 0;
    z-index:-1;
    width: 100%;
    height: 100%;
}
.service-firstContainer{
    max-width: 1440px;
    display: block;
    margin: auto;
    padding: 100px 100px;
}
.service-mainContainer h1{
    font-size: 60px;
    font-weight: 600;
    padding-top: 120px;
    color: white;
    text-align: center;
}


/* -------------------portfolio-style-------------- */

.portfolio-firstSection{
    background-image: url("./images/portfolioBgImg.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:460px;
    position:relative;
    z-index:0;
}
.portfolio-firstSection::before{
    content:"";
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top:0;
    left: 0;
    z-index:-1;
    width: 100%;
    height: 100%;
}
.portfolio-firstContainer{
    padding-top: 100px;
}

.portfolio-section {
    background-color: #dadcdd !important;
}
.portfolio-card{
    border-radius: 16px !important;
    border: none !important;
}
.portfolio-card img{
    /* width: 350px; */
    height:350px;
    border-radius: 16px;
    transition: transform 0.5s;
}
.portfolio-card:hover img{
    /* transform: scale(1.1); */
}
.portfolio-container{
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 60px 100px 80px 100px;
}
.portfolio-Maincontainer h2{
    padding-bottom: 40px;
}



/* ---------------------testimonial-------------------- */

.homeTestimonial-section{
    background-color:#e3f2fd;
    /* padding-bottom: 0px !important; */
}
.homeTestimonial-container .sliderImg{
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
}
.homeTestimonial-container {
    position: relative;
    max-width:900px;
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden !important;
    padding: 60px 100px 60px 100px;
  }
  .homeTestimonial-container h2{
    font-size: 39px;
    padding-bottom: 40px;
    text-align: center;
    color: #229f72;
  }
  .homeTestimonial-container .slider{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap:20px;
  }
  .testi-content{
  }
  
  .homeTestimonial-container .slider p{
    text-align: center;
    padding: 0 80px;
    font-size:16px;
    font-weight: 400;
    color: #333;
  }
  .homeTestimonial-container .slider .quote-icon{
    font-size: 30px;
    color: #4070f4;
  }
  .slider .details{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .details .name{
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  .details .job{
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  
  main h1 {
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.6rem);
    color: #fff;
    margin-bottom: 70px;
  }
  
  .slide-row {
    display: flex;
    width: 3200px;
    transition: 0.5s;
  }
  
  .slide-col {
    position: relative;
    width: 800px;
    height: 400px;
  }
  
  .hero {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  
  .hero img {
    height: 100%;
    border-radius: 10px;
    width: 320px;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
  }
  
  
  .content p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
  }
  
  .content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 35px;
    color: #4d4352;
  }
  
  .indicator {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  
  .indicator .btn {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  
  .btn.active {
    width: 30px;
  }
  
  .slider {
    width: 100%;
    overflow: hidden;
  }
  
  .logo {
    position: fixed;
    right: -20px;
    bottom: -30px;
    z-index: 10;
  }
  
  .logo img {
    width: 120px;
  }
  .testimonial-text h2{
    text-align: start !important;
  }
  
  @media (max-width: 890px) {
    .logo {
    right: -10px;
    bottom: -20px;
  }
    
   .logo img {
    width: 80px;
    }
  }
  
  @media (max-width: 850px) {
    main {
      width: 500px;
    }
  
    .slide-row {
      width: 2000px;
    }
  
    .slide-col {
      width: 500px;
      height: 250px;
    }
  
    .hero img {
      width: 200px;
    }
  
    .content {
      width: 320px;
      height: 200px;
      padding: 20px;
    }
  
    .content p {
      font-size: 0.9rem;
    }
  
    .content h2 {
      font-size: 1.2rem;
      margin-top: 20px;
    }
  }
  
  @media (max-width: 550px) {
    main {
      width: 300px;
    }
  
    .slide-row {
      width: 1200px;
    }
  
    .slide-col {
      width: 500px;
      height: 300px;
    }
  
    .hero {
      top: 60%;
      height: 100px;
      z-index: 5;
    }
  
    .hero img {
      width: 100px;
    }
  
    .content {
      width: 300px;
    }
  }


/* -----------------Form-Style----------------- */
.contactForm-container{
    max-width: 1440px;
    display: block;
    margin: auto;
    padding: 80px 100px 80px 100px;
}
.contactForm-section{
    background-color: rgb(247, 247, 247);
}

.contact-form-container {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 100%;
}

h2 {
    margin-top: 0;
    color: #333;
    text-align: center;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #333;
}

input, textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius:8px;
    box-sizing: border-box;
    font-size: 1rem;
}

textarea {
    resize: vertical;
}

.error-message {
    color: red;
    font-size: 0.875rem;
    display: none; /* Hidden by default */
}

.submit-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #218838;
}
.contactForm-mainContainer{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 40px;
}
.contactForm-leftSection{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 60px;
}
.get-in-touch span{
  background-color: green;
}
.get-in-touch{
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding-top: 10px;
}
.left-text{
    max-width:120px;
    width: 100%;
    padding:2px;
    background-color:#4aab3d;
    text-align: center;
    border-radius:6px;
}
.contactForm-leftSection span{
    font-size: 13px;
    font-weight:700;
    color:white;
    letter-spacing:1px;
}
.contactForm-leftSection h2{
    max-width: 500px;
    width: 100%;
    font-size:52px;
    font-weight: 600;
    line-height:58px;
    text-align: start;
    color: #000;
}
.get-in-touch span{
    width:45px;
    height: 45px;
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius:50%;
}
.get-in-touch p{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0rem !important;
    text-align: start;
}

/* ------------About Us------------- */

.About-third-container{
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 100px 100px;
}

.missionSection{
    background-color: rgb(247, 247, 247);
}
.missionContainer{
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 80px 100px;
}
.missionMainsection{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.coreValueContainer{
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 20px 100px 80px 100px;
}
.cardSize{
    max-width: 540px;
    width: 100%;
    height: 280px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;;
}
.missionCard{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.missionCard .card-body{
    text-align: center;
    padding: 25px;
}
.missionCard .card-body h5{
    font-size: 28px;
    font-weight:500;
}
.missionCard .card-body p{
    font-size:17px;
    color: #5C5F66;
    line-height: 30px;
    padding-top:20px;
}
.missionCard .card-body .headline {
    width:160px;
    height:3px;
    display: block;
    margin: auto;
    background-color: #59b73f;
}


.CoreValues-card{
    max-width: 390px;
    width: 100%;
    height: 270px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;;
}
.CoreValues-card .valuesHeading{
    background-color: #000;
    padding: 2px;
}
.missionCard .CoreValues-card .card-body{
    text-align: center;
    padding:0px 20px;
}
.missionCard .CoreValues-card .card-body h5{
    font-size:22px;
    font-weight:500;
    color: white;
}
.missionCard .CoreValues-card .card-body p{
    font-size:16px;
    color: #5C5F66;
    line-height:28px;
    padding-top:10px;
}



/* -------------------media querry--------------- */

@media (max-width:1260px){
    .fifth-container .WorkImg{
        width: 320px;
        height:320px;
    }
    .fifth-container{
        max-width: 1000px;
    }
    .portfolio-container {
        padding: 60px 60px 80px 60px;
    }
    .Amrit {
        padding: 0px 60px 0px 60px;
    }
}

@media (max-width:1124px){
    .footer-container {
        padding: 100px 60px;
    }
   
    .amritsecond-icon {
        padding: 15px !important;
    }
    .missionCard .CoreValues-card .card-body p {
        line-height: 25px;
    }
    .missionContainer {
        padding: 50px 80px;
    }
} 

@media (max-width:1024px){
    .firstpage-textcontent h1 {
        font-size: 60px;
    }
    .cardbody {
        padding: 20px !important;
    }
    .second-container {
        padding: 80px 60px;
    }
    .third-maincontainer{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .third-rightsectiontext{
        text-align: center;
    }
    .third-rightsectiontext p{
        max-width: 100%;
    }
    .third-rightsectiontext h2{
        text-align: center !important;
        max-width: 100%;
    }
    .third-rightsectiontext ul{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .fourth-container {
        padding: 0px 40px 80px 40px;
    }
    .servicesContainer{
        padding: 40px 40px 80px 40px;
    }
    .fifth-container{
        max-width: 700px;
    }
   
    .footer-maincontainer{
        display: flex;
        flex-wrap:wrap;
        justify-content:space-around;
    }
    .footer-maincontainer{
        gap: 10px;
    }
    .footerequal-sect1 {
        max-width: 310px;
        width: 100%;
    }
    .sect0{
        max-width:250px;
        width: 100%;
    }
    .footer-container {
        padding: 100px 40px;
    }
    .footerequal-sect2 {
        width: 170px;
    }
    .CoreValues-card {
        max-width: 320px;
        width: 100%;
        height: 230px;
    }
    .missionContainer {
        padding: 50px 30px;
    }
    .missionCard {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .missionCard .CoreValues-card .card-body {
        text-align: center;
        padding: 0px 20px 20px 20px;
    }
    .sixth-container {
        padding: 60px 40px 60px 40px;
    }
    .missionCard .cardSize {
        height:auto;
    }
    .About-third-container {
        padding: 60px 40px;
    }
    .contactForm-container {
        padding: 80px 40px 80px 40px;
    }
    .portfolio-container {
        padding: 60px 40px 60px 40px;
    }
    .portfolio-card img {
        height: 300px;
    }
    .contactForm-leftSection h2 {
        line-height: 64px;
    }
    .missionCard .card-body p {
        padding-top: 10px;
    }
    .faqContainer {
        padding: 60px 50px;
    }
}
@media (max-width:944px){
    .secondsection-card{
        width: 100% !important;
        height:180px;
    }
    .second-container {
        padding: 80px 40px;
    }
    .fourth-section .cardbody {
        padding: 15px !important;
    }
    .coreValueContainer {
        padding:30px 100px 80px 100px;
    }
}
@media (max-width:850px){
    .secondcontainer-card{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .secondsection-card{
        width: 100% !important;
        height:250px;
    }
    .card-body {
        padding: .5rem .5rem 1rem .5rem !important;
    }
    /* .firstpage-textcontent {
        top: 23%;
    } */
    .btn-outline-success{
        display: none !important;
    }
    .fifth-container {
        padding: 60px 10px 60px 10px;
    }
    .contactForm-mainContainer{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .fourth-section .cardtitle-text {
        font-size: 26px;
    }
    .fourth-section .cardpara-text {
        line-height: 26PX;
    }
    .portfolio-container {
        padding: 60px 20px 60px 20px;
    }
    .Firstpage_bgimage1 {
        padding: 130px 60px 140px 60px;
    }
    .contactForm-leftSection h2 {
        line-height: 58px;
    }
}

@media (max-width:776px){
    .firstpage-textcontent h1 {
        font-size: 50px;
    }
    .amritsecond-icon img {
        width: 58px !important;
    }
    .third-container {
        padding: 50px 40px 40px 40px;
    }
    .fourth-container {
        padding: 20px 30px 60px 30px;
    }
    .fifth-container {
        padding: 60px 0px 60px 0px;
    }
    .sixth-container {
        padding: 60px 40px 60px 40px;
    }
    .footer-container {
        padding: 60px 40px;
    }
    .third-rightsectiontext ul li {
        text-align: start;
    }
    .Amrit {
        padding: 0px 30px 0px 30px !important;
    }
    .about-mainContainer h1 {
        font-size: 42px;
    }
    .About-third-container {
        padding: 60px 20px;
    }
    .servicesContainer {
        padding: 60px 40px !important;
    }
    .rounded-top-10px{
        height: auto !important;
    }
    .fifth-container {
        max-width: 360px;
    }
    .fifth-container .WorkImg {
        width: 360px;
        height: 340px;
    }
    .missionContainer {
        padding: 50px 60px 30px 60px;
    }
    .coreValueContainer {
        padding: 50px 60px 40px 60px;
    }
    .faqContainer {
        padding: 50px 30px;
    }
    
}

@media (max-width:768px){
    .homeServices{
        /* gap: 20px !important; */
    }
    .portfolio-card img {
        height: 450px;
    }
    .portfolio-container {
        padding: 60px 40px 60px 40px;
    }
}

@media (max-width:590px){
    .second-maincontainer {
        display: flex;
        flex-wrap:wrap;
    }
    .secondcontainer-card{
        flex-direction: row;
        padding: 10px;
    }
    .secondsection-card{
        width: 100% !important;
        height:auto;
    }
    .second-container {
        padding: 60px 40px;
    }
    .third-rightsectiontext ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-direction: column;
        text-align: start;
    }
    .third-leftsectionimage img {
        height:auto;
    }
    .homeTestimonial-container {
        padding: 60px 40px 60px 40px;
    }
      .homeTestimonial-container .sliderImg {
        height: 140px;
        width: 140px;
    }
    .swiper-button-next{
        display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }
    .homeTestimonial-container .slider p {
        padding: 0 30px;
    }
    .missionContainer {
        padding: 50px 20px 20px 20px;
    }
    .service-mainContainer h1 {
        font-size:42px;
    }
    .service-firstContainer {
        max-width: 1440px;
        display: block;
        margin: auto;
        padding: 100px 40px;
    }
    .Amrit {
        padding: 0px 10px 0px 10px !important;
    }
    .navbar-toggler {
        padding: .25rem .50rem !important;
        font-size: 1rem !important;
    }
    .navbar-brand {
        padding-bottom: 0.50rem !important;
    }
    .contactForm-leftSection {
        padding-top: 20px;
    }
    .portfolio-card img {
        height: 400px;
    }
    .portfolio-container {
        padding: 50px 20px 50px 20px;
    }
    .Firstpage_bgimage1 {
        padding: 110px 40px 120px 40px;
    }
    .missionCard .card-body p {
        line-height: 26px;
    }
    .faqContainer {
        padding: 40px 20px;
    }
}

@media (max-width:490px){
    .firstpage-textcontent h1 {
        font-size: 38px;
    }
    .second-container {
        padding: 40px 20px;
    }
    .third-container {
        padding: 40px 20px 40px 20px;
    }
    .third-rightsectiontext h2 {
        font-size: 32px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .third-rightsectiontext ul {
        gap: 16px;
    }
    .fourth-maincontainer h2 {
        font-size: 32px;
    }
    .fourth-container {
        padding: 20px 20px 40px 20px;
    }
    .g-5 {
        --bs-gutter-y: 2rem !important;
    }
    .fifth-maincontainer h2 {
        font-size: 32px;
    }
    .fifth-container {
        padding: 40px 20px 40px 20px;
    }
    .homeTestimonial-container {
        padding: 40px 10px 40px 10px;
    }
    .homeTestimonial-container h2{
        font-size: 32px;
    }
    .homeTestimonial-container .slider p{
        padding: 0 0px;
    }
    .homeTestimonial-container .slider{
        gap: 6px;
    }
    .sixth-container {
        padding: 40px 20px 40px 20px;
    }
    .sixth-maincontainer h2{
        font-size: 32px;
    }
    .footer-container {
        padding: 40px 20px;
    }
    .footer-maincontainer {
        gap: 30px;
    }
    .footerequal-sect2 {
        width: 310px;
    }
    .sect0 {
        max-width: 310px;
        width: 100%;
    }
    .footer-logo {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footerequal-sect2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footerequal-sect1{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-undernews {
        justify-content: center;
        align-items: center;
    }
    .footerequal-sect1 h5{
        text-align: center;
    }
    .About-firstContainer {
        padding: 80px 40px;
    }
    .fourth-maincontainer h2 {
        font-size: 32px;
    }
    .servicesContainer {
        padding: 50px 20px !important;
    }
    .contactForm-container {
        padding: 50px 20px 40px 20px;
    }
    .contactForm-leftSection h2 {
        font-size:34px;
        line-height: 42px;
    }
    .get-in-touch p {
        font-size: 18px;
    }
    .get-in-touch span {
        width: 35px;
        height: 35px;
    }
    .contactForm-leftSection {
        gap: 10px;
    }
    .fifth-container h2 {
        font-size:32px;
        padding-bottom:30px;
    }
    .fifth-container {
        max-width: 400px;
    }
    .fifth-container .WorkImg {
        width: 350px;
        height: 340px;
    }
    .third-maincontainer {
        gap: 30px;
    }
    .portfolio-card img {
        height:auto;
    }
    .Brand_amrit img {
        width: 156px;
        height: 50px;
    }
    .Firstpage_bgimage1 {
        padding: 110px 20px 120px 20px;
    }
    .coreValueContainer {
        padding: 20px 20px 40px 20px;
    }
    .CoreValues-card {
        height: auto;
    }
    .About-third-container {
        padding: 60px 10px;
    }
    .missionCard {
        gap: 10px;
    }
    .faq-main h2 {
        font-size: 32px;
    }
    .question h3 {
        font-size: 20px;
    }
    .faqContainer {
        padding: 40px 10px;
    }
    .answer p{
        text-align: center;
    }
}
@media (max-width:390px){
    .fifth-container {
        max-width: 320px;
    }
    .fifth-container .WorkImg {
        width: 300px;
        height: 300px;
    }
    .fifth-container {
        padding: 40px 10px 40px 10px;
    }
    .Firstpage_bgimage1 {
        padding: 110px 10px 120px 10px;
    }
}
@media (max-width:350px){
    .footer-container {
        padding: 40px 10px;
    }
}



