@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
/* RESET CSS START */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    position: relative;
}
:root{
    --c1:#FCE1C3;
    --c2:#2222;
    --c3-dark:#2a2a2a;
    --c4-light:#fff;
}

a, button {font-family: "Plus Jakarta Sans", sans-serif;transition: all .5s ease-in-out;text-decoration: none;outline: none;border: none;cursor: pointer;}
a:hover, button:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Playfair Display', serif;
    margin: 0;
}
p,span,small {
font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
}

input,select {
font-family: "Plus Jakarta Sans", sans-serif;
}

ul, ul.list-inline {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    list-style: none;
font-family: "Plus Jakarta Sans", sans-serif;
}


/* RESET CSS END */

/* UTILITY CSS START */

.text-uppercase {
    text-transform: uppercase !important;
}
.text-capital {
    text-transform: capitalize !important;
}
.col-center {
    margin: 0 auto;
}
/* MAIN-BTNS */

.primary-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    text-align: center;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border: 2px solid transparent;
    outline: none;
}

.primary-btn::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    transition: inherit;
    z-index: -1;
    border-radius: inherit;
    overflow: hidden;
    outline: none;
}

.primary-btn.primary-bg:hover::before {
    width: 100%;
    left: 100%;
}

.primary-btn.primary-bg {
    background: #0064d2;
    border-color: #0064d2;
    color: #fff !important;
}

.primary-btn.primary-bg:hover {
    color: #0064d2 !important;
    background-color: #fff;
}


.bg-primary {
    background-color: #e7ecf5 !important;
}

.bg-grey {
    background-color: #4B4B4B !important;
}


/* MAIN-HEADING */
.color-dark h2,.color-dark h3,.color-dark h4,.color-dark h5, .color-dark h6 ,.color-dark p {
    color: var(--c3-dark);
}
.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6, .color-light p {
    color: var(--c4-light)
}

/* SLICK SLIDER CSS START */
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
  /* .slick-prev:before{content:'\f104'}.slick-next:before{content:'\f105'}.slick-next:before,.slick-prev:before{font-size:25px;line-height:1;font-family:"Font Awesome 5 Pro";font-weight:900;opacity:1;color:#fff;background:#0064d2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:.8s ease-in-out;border-radius:50%;border:1px solid #fff}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:1}.slick-next,.slick-prev{position:absolute;top:50%;transform:translate(-50%)}.slick-next{right:-3%;z-index:1}.slick-prev{left:-3%;right:auto;z-index:1}.slick-dots li button:before{left:0;width:15px;height:15px;content:"";opacity:1;background:#fff;border-radius:50%}.slick-dots{bottom:-80px} */

/* SLICK SLIDER CSS END */

/* UTILITY CSS END */

/* MOBILE-MENU CSS START */
.mobile-menu,.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-2{background:#da0}.hamburger .hamburger-container{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:25px}.hamburger span:not(:last-child){margin-bottom:4px}.hamburger span{width:100%;height:3px;background:#707070;border-radius:100px;transition:.5s ease-in-out}.hamburger span:first-child{width:50%}.hamburger span:last-child{width:70%}.hamburger:hover span{width:100%}.mobile-menu{position:fixed;top:0;right:0;width:300px;height:100vh;padding:30px 0;box-shadow:0 0 20px rgb(0 0 0 / 10%);z-index:100;transform:translateX(100%);transition:.5s ease-in-out}.mobile-menu .mobile-close{text-align:right}.mobile-menu .mobile-close a{display:inline-block;font-size:30px;color:#fff;transition:.8s ease-in-out;margin-right:20px}.mobile-menu .mobile-close a:hover{transform:rotate(360deg)}.mobile-menu .mobile-menu-body{max-height:100%;overflow-y:auto;padding:30px 0}.mobile-menu-body span{display:none}.mobile-menu .mobile-menu-body .navigation-list{text-align:left!important}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li,.mobile-menu .mobile-menu-body>.navigation-list>li{display:block;margin:0!important}.mobile-menu .mobile-menu-body>.navigation-list>li:not(:last-child)>a{border-bottom:1px solid #fff}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li>a,.mobile-menu .mobile-menu-body>.navigation-list>li>a{display:block;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;text-transform:capitalize;color:#fff;padding:10px 20px}.mobile-menu.mobile-view{transform:translateX(0)}.mobile-menu .mobile-menu-body li.dropdown-li{position:relative}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list{display:none;background:#da0}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-1{margin-left:30px}.mobile-menu .mobile-menu-body li.dropdown-li>a>i{float:right;font-size:16px;transition:inherit}.mobile-menu .mobile-menu-body li.dropdown-li.open>a>i{transform:rotate(90deg)}
/* MOBILE-MENU CSS END */

/* content style  */

.content h1{
    font-size: 70px;
    font-weight: 700;
    color: var(--c1);
}
.content h2{
    font-family: "Playfair Display", Sans-serif;
    font-size: 43px;
    font-weight: 500;
    line-height: 49px;
    color: #FFFFFF;
}
.content h3{
    color: var(--c4-light);
    font-family: "Playfair Display", Sans-serif;
    font-size: 48px;
    font-weight: 500;
}
.content h4{
    font-size: 35px;
    font-weight: 400;
    color: var(--c1);
}
.content h5{
    font-size: 24px;
    font-weight: 300;
    color: var(--c1);
}
.content h6{
    font-size: 16px;
    font-weight: 300;
    color: var(--c1);
}
.content p{
    font-size: 16px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}


/* HEADER CSS START */

.header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.top-inline-items li:nth-child(1) a i {transform: rotate(-55deg);}
.inline-item i {
    color: #FFBC99;
    font-size: 18px;
    margin-right: 9px;
}

.header .logo h2 {.inline-item i {
    color: #FFBC99;
}

    color: #fff;
}
.header .top-row {
    padding: 20px 0;
    background: #063a69;
    border-bottom: 1px solid #fff;
}
.header-logo img {
    width: 175px;
    margin-left: 15px;
}

.submenu a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.header .top-row .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .top-row .header-social li:not(:last-child) {
    margin-right: 30px;
}

.header .top-row .header-social li:first-child {
    margin-right: 30px;
}

.header .top-row .header-social li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.header .top-row .header-social li a {
    color: #fff;
    font-size: 20px;
}

.header .top-row .header-social li a:hover {
    color: #ddaa00;
    transform: rotate(360deg);
}

.header .bottom-row {
    padding: 15px 0 15px;
    width: 100%;
    z-index: 1;
}
.header .bottom-row ul {text-align: center;}

.header .bottom-row .navigation-list>li:not(:last-child) {
    margin-right: 10px;
}
ul.contact-us {
    text-align: end;
    margin-right: 10px;
}
.header .bottom-row .navigation-list>li>a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 450;
    color: #fff;
    text-transform: capitalize;
    padding: 13px 20px;
}



.header .bottom-row .navigation-list>li>a:hover,
.header .bottom-row .navigation-list>li.active>a {
    color: #000;
    background: var(--c1);
}

.header .bottom-row .navigation-list>li>a:hover::before,
.header .bottom-row .navigation-list>li.active>a::before {
    width: 100%;
}

.header .bottom-row .other-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .other-list>li a {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.header .bottom-row .other-list>li:not(:last-child)>a:hover {
    color: #32cd32;
}

.header .bottom-row .logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .bottom-row .logo a {
    width: 80%;
}

.header .bottom-row .logo img {
    width: 100%;
    object-fit: cover;
}
ul.top-inline-items {
    display: flex;
    font-size: 18px;
    gap: 40px;
}
.header-top a {
    letter-spacing: -0.7px;
}
.header-top a {
    color: #fff;
    font-size: 15.5px;
    font-weight: 350;
}

.header-social ul {
    display: inline-flex;
    gap: 6px;
    font-size: 18px;
}


.border-sec {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-social ul li a i {
    font-size: 20px;
}
.header-social ul li a {
    color: #fff;
    border: 2px solid #fff;
    display: list-item;
    width: 37px;
    text-align: center;
    border-radius: 50px;
    height: 37px;
    line-height: 35px;
}
.header-social {
    text-align: end;
}

.header-top {
    padding: 20px 0px;
}

/* HEADER CSS END */



/* BANNER-SEC CSS START */


/* banner-inner-page start */

/* banner-inner-page start */

.banner-img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  background-repeat: no-repeat;
}

.banner-content {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 80px;
  width: 100%;
  left: 0;
}

.banner-content h1 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.banner-content h1 span {
  display: block;
  font-weight: 600;
}

section.banner-section {
  position: relative;
}

/* banner-inner-page end */

/* banner-inner-page end */
/* main-BANNER-SEC  */
.main-banner {
    position: relative;
    overflow: hidden;
  }
  span.banner-title {
    padding: 5px 15px 5px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #7D8E95;
    border-radius: 20px 20px 20px 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    display: table;
}

  .slider-content {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
  }

  .main-banner-content {
    color: #fff;
    padding: 10px;
    position: relative;
  }

  .banner-bg img {
    width: 100%;
    height: 1300px;
    object-fit: cover;
  }

.main-banner-content p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}
.main-banner-img {
    text-align: end;
}
  /* main-BANNER-SEC  */
/* BANNER-SEC CSS END */
/* about section start  */
/* about us start  */
.main-title {
    margin-top: 1.5rem;
  }

  .main-title h4 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    color: #000;
    width: max-content;
    margin: 0 auto;
  }

  .main-title p {
    margin-top: 1rem;
    font-size: 16px;
    text-transform: capitalize;
  }

  .main-title {
    text-align: center;
    padding-bottom: 2rem;
  }


  .about-content .primary-btn {
    padding: 7px 30px;
    border-radius: 10px;
  }







  .ab-content {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
  }

  .about-content {
    margin-left: 1rem;
  }
  section.our-resources .content p {
    color: #fff;
  }
  img.who_img_2 {}

.about-img img {
    width: 100%;
}

.about_us .content h4 {font-family: "Playfair Display", Sans-serif;font-size: 48px;font-weight: 500;color: #000000;}

.about_us .content p {
    color: #000;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.about_us .about-img img {
    padding: 0px 65px 0px 0px;
    border-radius: 20px;
}

.pdy-30 {
    padding: 80px 0;
}

.who_we {
    margin-bottom: 3rem;
}

  /* about us end */
/* about section start  */



/* FOOTER SECTION END */

.primary-thre {
    border-radius: 50px 50px 50px 50px;
    padding: 9px 30px;
    background: var(--c1);
    color:#000000;
}


.primary-thre:hover {
  transform: scale(1.1);
  color: #000000;
}
/* marqueee section start  */
/*marquee */
.marquee-slider .marquee {
    overflow: hidden;
    position: relative;
    height: 84px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .marquee-slider .marquee--inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 20s linear infinite;
    display: flex;
  }
  .marquee-slider .marquee--inner:hover {
      animation-play-state: paused;
      color: red;
  }
  .marquee-slider .marquee--inner span {
  }
  .marquee-slider .slider-left-right {
    transition: all .7s;
    background: #fff;
  }
  .marquee-slider .marquee span {
   color: #7D8E95;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 72px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: calc(36px / 2);
    padding-left: calc(36px / 2);
  }
  .marquee-slider .slider-left-right:hover .marquee span {
    color: #fff;
  }
  .marquee-slider .slider-left-right:hover {
    background: #111;
  }
  .marquee-slider {
  margin-bottom: 2.5rem;
  }
  .marquee-slider .slider-right-left .marquee span {
  }
  .marquee-slider .slider-right-left {
    transition: all .7s;
  }
  .marquee-slider .slider-right-left:hover .marquee span {
    color: #7D8E95;
  }

  .marquee-slider .slider-right-left .marquee--inner {
      animation: marquee-right 20s linear infinite;
  }
  .marquee-slider .slider-right-left .marquee--inner:hover {
      animation-play-state: paused;
      color: red;
  }

  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @keyframes marquee-right {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }

/* marqueee section end */

.unique-services {
  background-image: url(../images/Group-65.png);
  width: 100vw;
  background-size: cover;
}

.unique-services .section-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}

.unique-services .section-subtitle {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 2rem;
}

.service-box {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  background-color: #FFFFFF52;
  backdrop-filter: blur(3.4px);
  -webkit-backdrop-filter: blur(3.4px);
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.service-icon {
  margin-bottom: 25px;
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFBC99;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-wrapper i {
  font-size: 30px;
  color: #fff;
}

.service-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
}

.service-content p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.light-color {
    color: #fff;
}

.service-link {
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  background-color: #FCE1C300;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
}

.service-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.service-link:hover {
  color: #2d6cb5;
}

.service-link:hover i {
  transform: translateX(5px);
}
.unique-services .banner-btn {
  text-align: center;
}


/* Counter Section Styles */
.counter-section {
  background-color: #2F3E46;
  padding: 80px 0;
}

.counter-box {
  color: #ffffff;
  padding: 10px;
}

.counter-box h2 {
  font-size: 72px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", Sans-serif;
}

.counter-box .plus,
.counter-box .percentage {
  font-size: 72px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Sans-serif;
}

.counter-box h3 {
  font-size: 24px;
  margin: 20px 0;
  color: #fff;
  font-family: "Playfair Display", Sans-serif;
}

.counter-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Sans-serif;
}
.counter-box .counter-number, .counter-box .plus {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 60px;
    font-weight: 500;
}
.counter-section>.container>.row .col-md-4.p-0:nth-child(1) ,.counter-section>.container>.row .col-md-4.p-0:nth-child(3){
  border-style: solid;
  border-width: 0px 2px 0px 2px;
  border-color: #C9C9C980;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
}

/* Contact Form Section Styles */
.contact-form-section {
  background-image: url(../images/Group-63.png);
  background-size: cover;
  background-position: center;
  height: 108vh;
  position: relative;
  color: #ffffff;
}



.contact-form-section .container {
  position: relative;
  z-index: 1;
}

.contact-form-section .sub-title {
  color: #FCE1C3;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.contact-form-section h2 {
  font-size: 42px;
  font-weight: 400;
  font-family: "Playfair Display", Sans-serif;
  margin-bottom: 50px;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 90px 30px 110px 30px;
}

.contact-form .form-control {
  background: transparent;
  border: none;
  height: 55px;
  font-size: 14px;
  color: #ffffff;
  border-color: #FFFFFF4A;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #69727d;
}

.contact-form textarea.form-control {
  height: auto;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-info {
  padding-left: 50px;
}

.contact-info h3 {
  margin-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
  font-size: 44px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.contact-details {
  margin-top: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.contact-item i {
  font-size: 24px;
  color: #FCE1C3;
}

.contact-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-family: "Plus Jakarta Sans", Sans-serif;
}

.social-links {
  margin-top: 30px;
}

.social-links a {
  color: #FCE1C3;
  font-size: 24px;
  margin-right: 20px;
  transition: color 0.3s ease;
}
.form-group-label {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;

}
.social-links a:hover {
  color: #ffffff;
}
.contact-details .header-social {
    text-align: start;
}
@media (max-width: 991px) {
  .contact-info {
      padding-left: 0;
      margin-top: 40px;
      text-align: center;
  }

  .contact-item {
      justify-content: center;
  }
}

/* NPH Guide Section Styles */
.nph-guide-section {
  background-image: url(../images/Group-64.png);
  color: #ffffff;
  position: relative;
  background-size: cover;
  text-align: center;
}


.nph-guide-section .sub-title {
  color: #FCE1C3;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.nph-guide-section h2 {
  font-size: 42px;
  font-weight: 400;
  font-family: "Playfair Display", Sans-serif;
  margin-bottom: 30px;
}

.guide-box {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.guide-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.2);
}

.guide-icon {
  font-size: 40px;
  color: #FCE1C3;
  margin-bottom: 20px;
}

.guide-box h4 {
  font-size: 20px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  margin: 0;
}

.nph-guide-section .primary-btn {
  margin-top: 30px;
  display: inline-block;
}
section.nph-guide-section .banner-title {
  font-size: 14px;
}
/* Footer Styles */
.footer-section {
  background-color: #1B2426;
  color: #ffffff;
  padding: 80px 0 0;
  position: relative;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  max-width: 262px;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.footer-social a {
  color: #FCE1C3;
  font-size: 20px;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #ffffff;
}

.footer-section h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 25px;
  font-family: "Playfair Display", Sans-serif;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #FCE1C3;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  margin-bottom: 15px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-contact i {
  color: #FCE1C3;
  margin-right: 10px;
  font-size: 18px;
}

.footer-contact a:hover {
  color: #FCE1C3;
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  margin-top: 60px;
}

.copyright {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
}

@media (max-width: 991px) {
  .footer-section {
      padding: 50px 0 0;
  }

  .footer-bottom {
      margin-top: 40px;
  }
}


/* Testimonial Section Styles */
.testimonial-section {
  background-color: #FFF5EB;
  padding: 80px 0;
  position: relative;
}
.testimonial-section .testimonial-slider {
    overflow: hidden;
}
.testimonial-section .banner-title {
  color: #2F3E46;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.testimonial-section h2 {
  color: #2F3E46;
  font-size: 42px;
  font-weight: 400;
  font-family: "Playfair Display", Sans-serif;
  margin-bottom: 50px;
}

.testimonial-box {
  background: #FFBC99;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  transition: all 0.3s ease;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.rating {
  margin-bottom: 20px;
}

.rating i {
  color: #7D8E95;
  font-size: 15px;
}

.testimonial-box p {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  min-height: 120px;
}

.author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 36px;
}
.author h4 {
  margin: 0;
  color: #000000;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-top: 23px;
}

@media (max-width: 991px) {
  .testimonial-section h2 {
      font-size: 32px;
  }

  .testimonial-box {
      margin-bottom: 30px;
  }
}

/* Slider Arrow Buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #FCE1C3;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: #2F3E46;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #2F3E46;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #FCE1C3;
}

.swiper-button-next {
    right: 10%;
}

.swiper-button-prev {
    left: 10%;
}

.services__sec {
  background: unset;
}
.services__sec h2 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 500;
}
.services__sec p {
  font-size: 14px;
}

.services__sec p , .services__sec h3 ,.services__sec .service-link {
  color: #000;
}

.services__sec {
  background:#F2EDE6 ;
  padding:40px;
}
.content-span span {
  display: block;
  color: #fff;
  font-size: 10px;
}
.con-site-area {display: flex;justify-content: end;}
.banner-inner-con {
  border-top: 1px solid #FFF;
  padding-top: 25px;
  position: absolute;
  bottom: 30px;
  width: 70%;
}
.com-con h6 {
  color: #fff;
}
section.contact-form-section.cont-sec.pdy-30 {
  background-image: none;
}
span.banner-title.contect-span.m-auto.mb-3 {
  color: #000;
}
section.contact-form-section.cont-sec.pdy-30 h2 {
  color: #000;
}
.contact-form-wrapper.contect-form.aos-init.aos-animate {
  background: #344649;
}
.contact-info.another-wrap.aos-init.aos-animate h3 {
  color: #000;
}
.contact-item.another-wrap a {
  color: #000;
}
.header-social.contect-span.footer-socil.mobile-menu-social {
  color: #000;
  margin-bottom: 30px;
}

.header-social.contect-span.footer-socil.mobile-menu-social ul li a {
  color: #000;
  border: 1px solid;
}

.header-social.contect-span.footer-socil.mobile-menu-social span {
  font-size: 28px;
}

.header-social.contect-span.footer-socil.mobile-menu-social ul {
  margin-left: 70px;
}
.map-goggle iframe {
  height: 220px;
  border-radius: 11px;
}

/*Section one*/

section.sectiononeform {
    padding: 75px 0px;
    overflow: hidden;
}
/*Form -1 start*/
section.sectiononeform input {
    font-size: 20px;
    height: 45px;
    border: 1px solid #dcdfea;
    /* margin-bottom: 10px; */
    /* margin-top: 10px; */
}

section.sectiononeform label {
    padding-bottom: 5px;
    padding-top: 10px;
    color: #000;
    font-weight: 500;
}

section.sectiononeform p {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 500;
}

section.sectiononeform h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
}
section.sectiononeform input[type="Submit"] {padding: 7px 20px 15px 20px !important;border-radius: 50px 50px 50px 50px;background: var(--c1);color: #000;margin: 20px 0px;}

section.sectiononeform select#input_2_18 {
    height: 43px;
}
/*Form -1 End*/

/*Form-2 Start */
section.sectiononeform .box-6 h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}

section.sectiononeform .box-6 ul li a {
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    color: #7a7a7a;
    font-weight: 400;
}

section.sectiononeform .box-6 ul li span {
    background: #000;
    border-radius: 60px;
    padding: 5px 10px 5px 10px;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
}

section.sectiononeform .boxs strong {color: #000;}

.invalid-feedback strong{
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545 !important;
}

section.sectiononeform .box-6 {padding-top: 30%;}

section.sectiononeform .boxs {
    position: relative;
    padding-left: 70px;
}

section.sectiononeform .boxs:before {
    position: absolute;
    content: "";
    background: #f4f6ff;
    width: 150%;
    height: 1500px;
    z-index: -1;
    top: -100px;
    left: 0;
}

section.sectiononeform .box-6 ul {
    margin-left: 20px;
    margin-top: 30px;
}




.button {
  display: flex;
  justify-content: center;
  color: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
  align-items: center;
  border: 0;
  top: 74px;
  left: 100px;
}

.button:is(:hover, :focus) {
  transform: scale(1.2);
}

@keyframes pulse {
  100% {
    box-shadow: 0 0 0 45px rgba(193,244,246,0);
  }
}


.primary-four {
    background: none;
    border: 2px solid #344649;
    margin: 0px 20px;
}

