* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;
  }
  :root{
    --secondary-color:#F7F7F7;
    --primary-color:#fff;
    --theme:#fc9c64;
    --heading-color:#32262c;
    --para-color:#281E1E;
  }

  .top-header {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 2rem;
    font-size: 13px;
    background-image: linear-gradient(145deg, #FC9C64 0%, #000000 96%);
    color: #fff;
    height: 32px;
  }
  .top-header b {
    font-weight: 700;
    margin-right: 30px;
  }
  header {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
    box-shadow: 0 0 15px 0 rgba(40, 30, 30, .08);


    height: 72px;
    position: relative;
    transition: height .25s ease, transform .25s ease;
    z-index: 10;
  }
  .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
  }
  .logo {
    align-items: center;
    display: flex
;
    height: 30px;
    justify-content: flex-start;
    transition: height .25s ease;
    width: 180px;
  }
  .logo img {
    height: auto;
    background-color: #fff;
    padding: 16px;
    margin: 0px 0px -60px 0px;

    background-color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 10px 30px 0px rgba(31.500000000000014, 31.500000000000014, 31.500000000000014, 0.15);
    width: 140px;
    position: absolute;
    margin-right: 20px;
  }
  nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  nav a {
    text-decoration: none;
    color: #281E1E;
    font-weight: 600;
    font-size: 15px;
  }
  nav a i{
    font-size: 13px;
  }
  .buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 20px;
  }
  .button {
    background: var(--theme);
    color: white;
    border: 2px solid transparent;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    transition: background .4s ease, color .4s ease, border-color .4s ease;
    font-size: 14px;
    cursor: pointer;
  }
  .button:hover{
    background: #5E130E;
  }
  .search-btn {
  width: 40px;
  background-color: rgba(215,60,60,.25);
  border-radius: 50px;
  height: 40px;
  transition: background-color .3s ease;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .search-btn svg{
    height: 18px;
    width: 18px;
  }
  .search-btn:hover{
background-color: rgba(215,60,60,.5);
  }
  .hero {
    
    text-align: center;
    background-color: var(--secondary-color);
    padding: 3rem 0rem 0rem;
    margin-bottom: 140px;
    padding-top: 3.4rem !important;
    padding-bottom: 0rem !important;
  }
   h1 {
    font-size: 44px !important;
    color: var(--heading-color) !important;
    font-weight: 700;
    font-family: "Ivy Journal";
  }
  .hero p {
    
    font-size: 16px;
    color: var(--para-color);
    line-height: 1.65;
    margin: 16px auto 0;
  }
  .hero-img {
    display: flex;
    justify-content: center;
    margin: 1rem auto;  aspect-ratio: 1126 / 634;
    overflow: hidden;
    width:70%;
 top: 40px;
    position: relative;
  }
  .hero-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
 
    width: 100%;
  }
  @media (max-width: 768px) {
    .header-inner {
      flex-direction: column;
      align-items: flex-start;
    }
    nav {
      flex-direction: column;
      align-items: flex-start;
    }
    .buttons {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }

  @font-face {
    font-family: 'Ivy Journal';
    src: url('../fonts/IvyJournal-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  section{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .section-2{
    background-color: var(--secondary-color);
  }
  .section-2 .part-2 .image-container{
    height: 350px;
    width: 600px;
    
  }
  .section-2 .part-2 .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.section-2 .container
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

}
.section-2 .container .part-1 , .section-2 .container .part-2{
    padding: 0px 20px;
}
.section-2 .container .part-1  h1{
    margin-bottom: 50px;
}
.section-2 .container .part-1  select{
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    padding-left: 10px;

    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    border:2px solid #5E5656;
}
.section-3{
    margin-top: 100px;
    
}
.section-3 h6{
    color: var(--para-color);
    margin: 0 0 16px;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
}
.section-3 .swipper-parent{
    gap: 40px;
    display: flex;
    margin-top: 60px;
}
.section-3 .swipper-parent .single-swipper{
    display: block;
  
    height: auto;
    position: relative;
    transition-property: transform;
    width: 31%;
}
.section-3 .swipper-parent .single-swipper .img-container{
    height: 200px;
    width: 100%;
    margin-bottom: 28px;

}
.section-3 .swipper-parent .single-swipper .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-3 .swipper-parent .single-swipper h3{
    color: var(--heading-color);
    font-size: 22px;
    font-weight: 600;
}
.section-3 .swipper-parent .single-swipper p{
    font-size: 16px;
    margin: 20px 0 0;
    font-weight: 400;
    line-height: 1.65;
    color: var(--para-color);
}

.section-3 .swipper-parent .single-swipper .link-box{
    font-size: 16px;
    gap: 10px;
    display: flex;
    justify-content: normal;
    align-items: center;
    font-weight: 600;
    padding-top: 16px;
}
.section-3 .swipper-parent .single-swipper .link-box span{
    font-weight: 600;
    color: var(--para-color);
}
.section-3 .swipper-parent .single-swipper .link-box i{
    color: var(--theme);
}


.section-4{
    display: flex
    ;
        flex-shrink: 0;
        height: 100%;
        padding: 0;
        position: relative;
margin-top: 60px;    
}
.section-4 .testimonial-img {
    height: 100%;
    width: 50%;
    position: relative;
    top: -100px;
    left: 40px;
    z-index: 2;
  }

  .section-4  .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-4 .testimonial-box {
 
    background-color: #E5F1F6;
    padding: 48px 40px 48px 65px;
    display: flex
    ;
        flex-direction: column;
        width: 60%;
        gap: 40px;
        margin-top: 0px;
        position: relative;
  }

  .section-4 .testimonial-quote svg{
    height: 49px;
    width: 62px;

  }

  .section-4 .testimonial-text {
    font-size: 24px;
    line-height: 140%;
    color: var(--para-color);
  }

  .section-4 .testimonial-author {
    font-size: 23px;
    color: var(--para-color);
    font-family: "Ivy Journal";
    line-height: 140%;
    font-weight: 600;
  }
  .section-5 {
    margin-top: 0px;
  }
  .section-5  h1{
    font-size: 40px !important;
  }
  .section-5 h6{
    color: var(--para-color);
    margin: 0 0 16px;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
}
.section-5 p{
    color: var(--para-color) !important;
    font-weight: 500;
    line-height: 1.65;
    margin: 24px 0 0;
    font-size:16px ;
}


.section-5 .swipper-parent{
    justify-content: space-between;
    display: flex;
    margin-top: 60px;
}
.section-5 .swipper-parent .single-swipper{
    display: block;
  
    height: auto;
    position: relative;
    transition-property: transform;
    width: 28%;
    text-align: center;
}
.section-5 .swipper-parent .single-swipper .icon i{
  font-size: 40px;
  color: #fff;
}
.section-5 .swipper-parent .single-swipper .icon 
{
  margin-left: auto;
  margin-right: auto;
  width: 95px;
  height: 95px;
  border-radius: 50% 50% 50% 50%;
  background-color: var(--theme);
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
    display: flex
;
}
.section-5 .swipper-parent .single-swipper .icon  img{
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;    
}
.section-5 .swipper-parent .single-swipper .title h3{
    color: var(--para-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  
    
}
.section-5 .swipper-parent .single-swipper .swipper-paragraph{
    font-size: 15px;
    color: var(--para-color);
    font-weight: 500;
    margin: 0;
}
.section-6{
    margin-top: 50px;
}
.section-6 h1{
    font-size: 40px !important;
    text-align: center;
    margin-bottom: 60px;
}
.section-6 .services-parent{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.section-6 .services-parent .service-box{
    background-color: #F7F7F7;
    transition: background-color .3s ease;
    width: 30%;
    cursor: pointer;
}
.section-6 .services-parent .service-box:hover{
    background-color: #EDE4DF;
}
.section-6 .services-parent .service-box .title{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 24px;
    font-family: "Ivy Journal";
    color: var(--heading-color);
    
}
.section-6 .services-parent .service-box p{
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--para-color);
    line-height: 1.65;
}
.section-6 .services-parent .service-box .button-wrapper{
    display: flex
;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 16px;
    justify-content: normal;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.section-6 .services-parent .service-box .button-wrapper span{
    font-size: 16px;
    color: var(--para-color);
    font-weight: 600;
}
.section-6 .services-parent .service-box .button-wrapper i{
    color: var(--theme);
}


.footer {
    background-color: #fff;
    padding: 3rem 1rem;

  }

  .footer .footer-logo img {
    height: auto;
    width: 100px;
    margin-right: 10px;
  }
  .footer a {
    text-decoration: underline;
    color: var(--para-color);
    font-size: 16px;
  }
  .footer h6 {
   
    font-size: 20px;
    font-family: "Ivy Journal";
    margin-bottom: 1rem;
    color:var(--heading-color);
  }
  .footer .social-icons i {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #c72f2f;
  }
  .footer  p , .footer  p a{
    font-size: 14px;
  }
  
  .footer-bottom {
    background-color: var(--theme);
    color: white;
    font-size: 14px;
    padding: 1rem;
  }
  .footer-bottom a {
    color: white;
    text-decoration: underline;
  }
  .footer-bottom .co-logo {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 0.3rem 0.6rem;
    border-radius: 50%;
    margin-right: 1rem;
    display: inline-block;
  }

  @media only screen and (max-width:750px){
      .mega-menu-wrapper{display:none !important}
    .logo img{
          /* height: auto; */
    background-color: #fff;
    /* padding: 16px; */
    margin: 0px 0px 0px 0px !important; 
    background-color: transparent !important;
    /* border-radius: 0px 0px 10px 10px; */
    box-shadow:none !important;
    width: 100px;
    position: absolute;
    margin-right: 20px;
    }
    .meet-team-section .box-parent .box {
      flex-wrap: wrap;
      justify-content: center !important;
      text-align: center;
      width:100% !important;

    }
    .meet-team-section .box-parent .box figure {
      width: 100% !important;
    }
    .section-8 textarea , .section-8 form button{
        right: 0px !important;
    }
    .section-8 form div{
        width: 90% !important;
    }
    .section-7 .text{
        padding: 0px !important;
    }
    .section-7 .image-container img{
        width: 100% !important;
    }
    .hero-img{
        width: 90% !important;
    }
    h1{
        font-size: 35px !important;
    }
    .hero p {
        font-size: 14px !important;
    }
    .hero{
        margin-bottom: 100px !important;
    }
    .section-2 .part-2 .image-container{
        width: 100% !important;
    }
    .section-2 .container{
        flex-wrap: wrap;
    }
    .section-3 {
        margin-top: 40px !important;
  
    }
    .section-3 .swipper-parent .single-swipper{
        width: 90% !important;
    } 
    .section-4 .testimonial-img{
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
    } 
    .section-6{
        margin-top: 0px !important;
    }
    .section-6 .services-parent .service-box {
        width: 90% !important;
    }
    .section-6 .services-parent {
        justify-content: center;
    }
    .section-5 h1 , .section-6 h1{
        font-size: 30px !important;
    }
    .section-5 .swipper-parent{
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-5 .swipper-parent .single-swipper{
        width: 80% !important;
    }
    .section-4{
        flex-wrap: wrap;
        margin-top: 0px !important;
    }.section-4 .testimonial-box {
        width: 100% !important;
        padding: 40px 20px 20px 20px !important;
    }
    .section-4 .testimonial-text {
        font-size: 16px !important;
    }
    
    .section-3 .swipper-parent{
        flex-wrap: wrap;
        justify-content: center;
    }
    nav{
        display: none;
    }
    header .buttons{
        display: none;
    }
    header .header-inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .respo-header {
        background-color: #fff;
        width: 100%;
        padding: 0 10px;
        max-height: 0;
        display: block !important;
        overflow: hidden;
        transition: max-height 0.5s ease, padding 0.3s ease;
      }
      
      .respo-header.active {
        max-height: 500px;
        padding: 10px;
  
      }
      
    .respo-header ul li{
        list-style: none;
        font-size: 14px;
        color: var(--para-color);
        margin-bottom: 14px;
    }
    .respo-header ul li button{
        background: var(--theme);
        color: white;
        border: 2px solid transparent;
        padding: 8px 18px;
        border-radius: 50px;
        font-weight: 600;
        transition: background .4s ease, color .4s ease, border-color .4s ease;
        font-size: 14px;
        cursor: pointer;
    }
    i.fa-bars{
        display: block !important;
    }
}
i.fa-bars{
    display: none;
}
.respo-header{
    display: none;
}
.section-7 h1{
    font-size: 40px !important;
}
.section-7  .text{
    padding: 0 120px;
}
.section-7  .text p{
    font-size: 16px;
    color: var(--para-color);
}
.section-7 .image-container {
    width: auto;
display: flex;
justify-content: center;
margin-top: 20px;
    height: 460px;
}
.section-7 .image-container img{
    height: 100%;
    width: 80%;

    object-fit: cover;
}
.section-8 input , .section-8 textarea{
    background-color: #FDFDFD;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #B6B6B659;
  
    height: calc(2.25rem + 32px);
    padding: 14px 20px;
    border: 1px solid rgba(241, 238, 246, 0.5);
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    color: var(--para-color);
}
.section-8 textarea{
    height: auto;
    position: relative;
    right: 15px;
}
.section-8  form button{
    position: relative;
    right: 15px;
}
.section-8 form{
    display: flex;
    flex-wrap:wrap;
    gap: 30px;
    padding-top: 40px;
    justify-content: center;
}
.section-9 {
    background-color: var(--secondary-color);
}
.section-9  .container {
    display: flex;
    justify-content: normal;
    align-items: center;
    gap: 40px;
}
.section-9  .container .part-1 img{
    width: 500px;
    height: auto;
    object-fit: cover;
}
.section-9  .container h1{
    font-size: 40px !important;
}
.section-9  .container p{
    font-size: 16px;
    color: var(--para-color);
    font-weight: 500;
}
.dropdown-item{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 8px 1rem !important;
}
.dropdown-item i{
  color: var(--theme);
}
.meet-team-section .box-parent .box figure{
  width: 100%;
  margin-right: 16px;
}
.meet-team-section .box-parent .box {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: normal;
  width: 30%;

  align-items: center;
}
.meet-team-section .box-parent  {
  display: flex;
  justify-content: normal;
  gap: 20px;

  flex-wrap: wrap;
  width: 100%;
}
.meet-team-section .box-parent .box .content{
  width: 100%;
  
}
.meet-team-section .box-parent .box .content h3 {
margin-bottom: 0px;
font-size: 20px;
font-family: "Ivy Journal";
}
.meet-team-section .box-parent .box .content p{
  font-size: 14px;
  margin-top: 5px;
  line-height: 26px;
  color: rgb(118, 118, 118) !important;
  font-weight: 500;
}
.meet-team-section .box-parent .box figure img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}.mega-menu-wrapper {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  z-index: 1;
  position: fixed;
}

.mega-menu-wrapper.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.mega-menu-wrapper .mega-menu h6 {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Ivy Journal";
}
.mega-menu-wrapper .mega-menu h2 {
  color:#000;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Ivy Journal" !important;
}
.mega-menu-wrapper .mega-menu p{
  color: var(--para-color);
  font-size:13px ;
}
.mega-menu-wrapper .mega-menu strong{
  color: var(--para-color);
  font-size:13px ;
}
.mega-menu-wrapper .mega-menu strong i{
  margin-left: 5px;
}

.mega-menu-wrapper  .mega-menu a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  width: fit-content;

}
.mega-menu-wrapper  .mega-menu a::after{
  position: absolute;
  content: "";
  background-color: var(--heading-color);
  height: 1.5px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.mega-menu-wrapper  .mega-menu a:hover::after{
  background-color: var(--theme);
  height: 2px;
}

.mega-menu-wrapper   .right-box {
  background: var(--secondary-color);
  padding: 1rem;
 
  /* border-left: 1px solid #ddd; */
}

.mega-menu-wrapper .right-box img {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 1rem;
}

.mega-menu-wrapper .right-box strong {
  display: block;
  font-size: 13px;
  margin-bottom: 0.5rem;
}

.mega-menu-wrapper .right-box p {
  font-size: 13px;
}

@media (max-width: 992px) {
  .mega-menu-wrapper {
    padding: 1rem;
  }
}
.blogs-section .swipper-parent .single-swipper p{
  margin-top: 0px !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom:6px;
} 
.blogs-section .swipper-parent .single-swipper .img-container{
  margin-bottom: 5px;
}
.blogs-section  .swipper-parent .single-swipper .link-box {
  padding-top: 6px !important;
}
.blogs-section .swipper-parent .single-swipper h3 {
  color: var(--heading-color);
  font-family: "Ivy Journal";
}
.blogs-section .swipper-parent .single-swipper {
  width: 31%;
}