/*
Theme Name: fbcostcontrol
*/


/* main css starts */
body{
     font-family: "Montserrat", sans-serif!important;  
     overflow-x: hidden;
}
.page-container{
      background-color: #ffffff;
}
p{
     font-family: "Montserrat", sans-serif!important;  
     font-weight: 400;
}
a{
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: smooth;
}

.custom-container {
    padding: 0px 5%;
}

.page-wrapper-section{
    padding: 100px 0px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #1e254a;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */


.whatsapp-iconbtn {
    width: 50px;
    height: 50px;
   background: #17a76b!important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 160px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
   -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}
.call-iconbtn {
    width: 50px;
    height: 50px;
    background: #57a18d !important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s 
ease-in-out;
    -webkit-animation: puls 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #57a18d;
}
@keyframes puls{
    100% {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
}
}
.backtotop-iconbtn{
    width: 50px;
    height: 50px;
    background: #1e254a !important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
   animation: floatUpDown 2s ease-in-out infinite;
}
.call-iconbtn:hover {
    color: #ffffff !important;
}
.whatsapp-iconbtn:hover  {
    color: #ffffff !important;
}
.backtotop-iconbtn:hover {
    color: #ffffff !important;
}

@keyframes flip {
  0%   { transform: rotateY(0); }
  50%  { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}



/* header section starts */
.top-header-wrapper {
    padding-left: 20px;
    padding-right: 75px;
    padding-top: 0px;
    transition-duration: 0.3s;
    padding-bottom: 0px;
    background-color: #1e254a;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
}
.top-header-wrapper .container-fluid {
    padding: 10px 20px;
}
.top-header-wrapper .email-phone-div {
    display: flex;
    gap: 33px;
    align-items: center;
}
.top-header-wrapper .email-phone-div p {
    margin-bottom: 0px;
}
.top-header-wrapper .email-phone-div a {
    display: flex;
    gap: 8px;
   color: #fff;
   align-items: center;
   font-weight: 400;
}
.top-header-wrapper .hgi-stroke {
    font-size: 20px !important;
}
.top-header-wrapper .social-media-div {
    float: right;
}
.top-header-wrapper .social-media-div a{
   color: #fff;
}
.letstalk {
    text-align: center;
}
.f-nav .header-wrapper .container-fluid {
    padding: 0px;
}
.header-logo-sec img {
       width: 300px;
    height: auto;
    object-fit: contain;
    display: block;
}
.header-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    transition-duration: 0.3s; 
    background-color: #ffffffe3;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 45px;
}
.header-wrapper .container-fluid{
    padding: 10px;
}
.f-nav .header-wrapper {
    background-color: #fff;
     padding-top: 5px;
    padding-bottom: 5px;
}
.common-button{
    padding: 10px 25px;
    background-color: #1e254a;
    color: #ffffff;
    border-radius: 10px;
     transition: all 0.3s ease;
     font-family: "Poppins", sans-serif !important;
}
a.common-button.banner-button-one {
    background-color: #63a18d;
}
.common-button:hover{
    background-color: #ffffff;
    color: #141414;
    box-shadow: 0px 0px 2px 0px #00000042;
}

/* header section ends */

/* banner section starts */

  .banner-wrapper {
    position: relative;
    width: 100%;
  }

.banner-image img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
    object-position: top;
}

.banner-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 28%);
    z-index: 1;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 65%;
    transform: translate(-50%, -50%);
}

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0px 2px 0px #00000000;
}
.banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: rgb(0 0 0 / 17%);
    z-index: 1;
    pointer-events: none;
}
a.common-button.banner-button-two {
    background-color: #fff;
    color: #000;
}
a.common-button.banner-button-two:hover {
   background-color: #1e254a;
    color: #ffffff;
}
.banner-section .slick-next {
    right: 90px !important;
    top: 0px !important;
    bottom: 0px !important;
    margin: auto !important;
}
.banner-section .slick-prev {
    left: 80px !important;
    top: 0px !important;
    bottom: 0px !important;
    margin: auto;
    z-index: 99;
}


@keyframes rotateCircle {
  100% {
    transform: rotate(360deg);
  }
}

/* banner section ends */

/* about section starts */
.home-about-wrapper {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}

.home-about-wrapper .about-image {
  position: relative;
}

.home-about-wrapper .image-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}

.home-about-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.6s ease;
}

.home-about-wrapper .image-wrapper:hover img {
  transform: scale(1.05);
}

/* Floating badge */
.home-about-wrapper .floating-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #f6f6f6;
    border-radius: 12px;
    padding: 15px 25px;
    text-align: center;
    animation: floatBadge 4s 
ease-in-out infinite;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, #21254bcc, #63a693ba);
}

.home-about-wrapper .floating-badge h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.home-about-wrapper .floating-badge p {
  font-size: 14px;
  margin: 5px 0 0;
}

/* Floating shapes */
.home-about-wrapper .floating-shape {
    position: absolute;
    background: rgb(83 163 133 / 63%);
    border-radius: 50%;
    animation: floatShape 6s 
ease-in-out infinite;
}

.home-about-wrapper .floating-shape.shape1 {
    width: 300px;
    height: 300px;
    top: -40px;
    right: -40px;
}

.home-about-wrapper .floating-shape.shape2 {
  width: 45px;
  height: 45px;
  bottom: 50px;
  right: 70px;
}

/* Animations */
@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes floatShape {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(12deg); }
}

/* Content */
.home-about-wrapper .about-content {
  padding-left: 40px;
}

.home-about-wrapper .about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.home-about-wrapper .about-content h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #21254b, #63a693);
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}

.home-about-wrapper .about-content p {
  margin-top: 25px;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

.home-about-wrapper .about-content ul {
  margin-top: 20px;
  padding-left: 0;
}

.home-about-wrapper .about-content ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  color: #222;
}

.home-about-wrapper .about-content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #63a18d;
  font-weight: bold;
}



/* about section starts */


 /* services starts */
.services-wrap {
    padding: 80px 0px;
    background: #71ab991a;
    background-size: cover;
}
.services-wrap .services-main{
    margin-top: 20px;
    padding: 15px;
}
.services-wrap .services-wrapper {
    padding: 7px;
    background-color: #fff;
    border-radius: 20px;
}
.services-wrap .services-wrapper .image img{
    width: 100%;
    height: 270px;
    object-fit: cover;
     border-radius: 20px;
}
.services-wrap .services-wrapper .content h2 {
    font-size: 28px;
    color: #21254b;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.services-wrap .services-wrapper .content{
    padding: 10px;
}
.services-wrap .services-wrapper .content p{
          margin-bottom: 0px;
    text-align: center;
    color: #000;
}
.home-service-wrap .services-item:hover h2{
    color: #63a18d;
}
.services-grid {
    position: relative;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
    padding: 40px;
    background: rgb(87 161 132 / 24%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
}

.services-wrap .main-title-wrap {
    text-align: center;
}

.corner-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='10' y='30' width='8' height='24' fill='%231e254a'/%3E%3Crect x='26' y='20' width='8' height='34' fill='%2357a28f'/%3E%3Crect x='42' y='10' width='8' height='44' fill='%231e254a'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}


.corner-dot.top-left {
    top: 5px;
    left: 5px;
}

.corner-dot.top-right {
    top: 5px;
    right: 5px;
}

.corner-dot.bottom-left {
    bottom: 5px;
    left: 5px;
}

.corner-dot.bottom-right {
    bottom: 5px;
    right: 5px;
}

 
.services-wrap .custom-container{
    padding: 0px 6%;
}
.services-wrap .main-title-wrap .main-title h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.services-wrap .main-title-wrap .main-title h3 {
    color: #63a18d;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.services-wrap .main-title-wrap .main-title h2::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #21254b, #63a693);
    border-radius: 2px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.service-button {
    margin-top: 40px;
    text-align: center;
}
/*  services ends */
 

/* contact section starts */
.contact-wrap{
    padding: 80px 0px;
}
.contact-wrap .contact-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
    animation: gentle-rotate 10s ease-in-out infinite;
}

.contact-wrap .main-title-wrap .main-title h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.contact-wrap .main-title-wrap .main-title h3 {
    color: #63a18d;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-wrap .main-title-wrap .main-title h2::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #21254b, #63a693);
    border-radius: 2px;
    
}
.contact-wrap .contact-main {
    padding: 30px 15px;
    margin-top: 20px;
    background-color: #63a18d;
    border-radius: 30px;
}
.contact-wrap .form-wrapper input[type=text], .contact-wrap .form-wrapper input[type=email] {
       width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    border: 0px;
    color: #313131;
    border-radius: 11px;
}
.contact-wrap .form-wrapper select {
    width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
     background-color: #ffffff;
    border: 0px;
    color: #696969;
     border-radius: 11px;
}
.contact-wrap .form-wrapper p {
    margin-bottom: 15px;
 }
.contact-wrap label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
}
.contact-wrap textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    border: 0px;
    color: #000;
    border-radius: 11px;
}
.contact-wrap .wpcf7-submit{
    padding: 10px 20px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    border: 1px solid #fff;
    color: #1e254a;
    border-radius: 11px;
    transition: all 2s ease;
}
.contact-wrap .wpcf7-submit:hover{
    background-color: #1e254a;
    border: 2px solid #1e254a;
    color: #ffffff;
    border-radius: 11px;
}

.contact-section .social-media {
        margin: auto;
    display: block;
}
.contact-section .social-media-div h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.contact-section .social-media-div a {
    border: 0px solid #ffffff;
    color: #1e254a;
    background-color: #fff;
    border-radius: 6px;
}

/* contact section ends */

/* enquiry section starts */
.enquiry-section-starts {
    width: 100%;
}

.enquiry-section-starts .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: nowrap;
}

.enquiry-section-starts .left-column {
    background-color: #1e254a;
    display: flex;
    align-items: center;
    padding: 40px;
}
.enquiry-section-starts .left-column .content h3 {
    font-size: 17px;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    color: #1e254a;
    background: linear-gradient(to bottom, #ffffff, #e6e6e6);
    font-family: "Poppins", sans-serif !important;
}
.enquiry-section-starts .left-column .content p {
     color: #fff;
}
.enquiry-section-starts .left-column .content h2{
    margin-top: 12px;
    font-size: 35px;
    color: #fff;
}
.enquiry-section-starts .enquiry-bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;  
}
.enquire-btn {
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    transition: all 1s ease-in-out;
    display: flex;
    align-items: center;
}
a.enquire-btn:hover {
    color: #6da18d;
}
.enquire-btn:hover {
    color: #000;
    font-family: "Poppins", sans-serif !important;
}
.enquire-btn i{
    transform: rotate(330deg);
    padding-left: 0px;
    font-size: 20px;
     margin-left: 4px;
}
.enquire-btn:hover i{
    transform: rotate(0deg);
     
}
/* enquiry section ends */

.counter-wrapper {
  padding: 30px 0 80px;
  text-align: center;
  position: relative;
}

.counter-wrapper .counter-circle {
  background: #fff;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgb(33 37 75 / 11%);
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 320px;
  border: 1px solid #d2d2d2;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.counter-wrapper .counter-circle:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Number + Symbol wrapper */
.counter-wrapper .counter-value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.counter-wrapper .counter-number {
    font-size: 58px;
    font-weight: 500;
    color: #21254b;
    line-height: 1;
}

.counter-wrapper .plus {
  font-size: 50px;
  font-weight: 700;
  color: #63a18d;
  margin-left: 3px;
  line-height: 1;
}

.counter-wrapper h4 {
  font-size: 16px;
  color: #444;
  margin: 10px 0 0;
}

/* Glow border animation */
.counter-wrapper .counter-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgb(99 161 141 / 70%);
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 0.3; }
}

/* Responsive */
@media (max-width: 768px) {
  .counter-wrapper .counter-circle {
            width: 140px;
        height: 140px;
  }
  .counter-wrapper .counter-number {
    font-size: 38px;
  }
  .counter-wrapper .plus {
    font-size: 22px;
  }
}


/* core advantage */

.core-advantage-wrapper {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.core-advantage-wrapper .advantages-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.core-advantage-wrapper .advantage-item {
    flex: 1;
    min-width: 220px;
    background: #21254b;
    padding: 30px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    border-radius: 20px 50px 20px 50px;
}

.core-advantage-wrapper .advantage-item:hover {
    transform: translateY(-5px);
}

.core-advantage-wrapper .advantage-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.core-advantage-wrapper .advantage-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.core-advantage-wrapper .advantage-desc {
    font-size: 14px;
    color: #fff;
}
.core-advantage-wrapper .advantage-icon svg {
    color: #63a18d;
    border: 1px solid #63a18d;
    padding: 4px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}


/* footer section starts */
.footer-logo img {
    width: 300px;
    height: auto;
    object-fit: contain;
    display: block;
}
.footer-section-wrapper .container-fluid{
    border-radius: 50px;
    padding: 80px 20px 0px;
}
.footer-bottom-sec {
    padding-top: 35px;
}
.footer-bottom-sec .footer-copyright p {
    text-align: center;
    color: #000000;
    padding-top: 10px;
    border-top: 1px solid #63a18d;
}
.footer-top-sec{
        padding: 0px 20px;
}

.footer-logo p{
    margin-top: 20px;
    color: #242424;
}
.social-media-div a {
    font-size: 16px;
    padding: 9px 10px 9px;
    border: 1px solid #1e254a;
    border-radius: 10px;
    transition: all .3s ease;
    color: #1e254a;
   
}
.footer-top-sec .social-media-div a{
   margin-right: 6px;
}

.social-media-div a:hover {
     color: #57a18d;
}
.social-media-div h2 {
    font-size: 20px;
     font-family: "Poppins", sans-serif !important;
     margin-bottom: 20px;
}
.footer-menu h2 {
    font-size: 24px;
    color: #242424;
    margin-bottom: 30px;
}
.footer-menu a {
    color: #242424;
    transition: all .3s ease;
    font-family: "Poppins", sans-serif !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Poppins", sans-serif!important;  
    margin-bottom: 8px;
}
.footer-menu p {
    color:#242424;
        font-weight: 400;
}

.footer-menu a:hover {
    color: #1e254a;
}

.footer-menu ul{
    list-style-type: none;
    padding-left: 0px;
    line-height: 1.7;
    transition: all 0.3s ease;
}
 .footer-location .google-map iframe{
    border: 0;
    width: 300px;
    height: 200px;
    border-radius: 30px;
}
section.footer-section-wrapper.container-fluid {
    background-color: #63a18d12;
    border-top:1px solid #52a18a26;
}

/* footer section ends */

/* inner page header */

.inner-page-header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
    z-index: 0;
    min-height: 300px;
}

.inner-page-header .overlay {
    position: absolute;
    inset: 0;
    background: rgb(120 120 120 / 79%);
    z-index: 1;
}
.inner-page-header .container {
    position: relative;
    z-index: 2;
    padding: 120px 15px 80px; /* tweak for vertical spacing */
    text-align: center;
}

.inner-header-content .page-title {
    position: relative;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 18px;
    display: inline-block;
}

.inner-header-content .page-title::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;          /* underline width */
    height: 3px;          /* underline thickness */
    background-color: #ffffff; /* ayurvedic golden tone */
    border-radius: 2px;
}


.breadcrumbs {
    color: #fff;
    font-size: 15px;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #0b0b0b;
    text-decoration: none;
}


/* contact page */

/* CONTACT PAGE MAIN WRAPPER */
.contact-page-wrap {
    background: #f9f9f6;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

/* SECTION TITLES */
.contact-page-wrap .section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.contact-page-wrap .section-title::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #21254b, #59a48b);
    border-radius: 2px;
}

/* CONTACT BOXES */
.contact-page-wrap .contact-box {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 40px 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-left: 5px solid #55a286;
}

.contact-page-wrap .contact-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.contact-page-wrap .contact-box .icon {
    font-size: 34px;
    color: #21254b;
    margin-bottom: 15px;
}

.contact-page-wrap .contact-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 8px;
}

.contact-page-wrap .contact-box p,
.contact-page-wrap .contact-box a {
    color: #0a0a0a;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

/* CONTACT FORM WRAPPER */
.contact-page-wrap .contact-form-wrapper {
    margin-top: 60px;
    text-align: center;
}

.contact-page-wrap .contact-form {
    max-width: 800px;
    margin: 0px auto;
    text-align: left;
    margin-top: 60px;
    padding: 40px;
    background-color: #54a28e0d;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000026;
}

/* LABELS */
.contact-page-wrap .contact-form label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    font-size: 15px;
}

/* FORM FIELDS */
.contact-page-wrap .contact-form input[type="text"],
.contact-page-wrap .contact-form input[type="email"],
.contact-page-wrap .contact-form input[type="tel"],
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cccccc3d;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    color: #333;
    margin-bottom: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-page-wrap .contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* FOCUS STATE */
.contact-page-wrap .contact-form input:focus,
.contact-page-wrap .contact-form textarea:focus,
.contact-page-wrap .contact-form select:focus {
    border-color: #c7a45d;
    box-shadow: 0 0 5px rgba(199,164,93,0.25);
    outline: none;
}

/* SUBMIT BUTTON */
.contact-page-wrap .contact-form input[type="submit"],
.contact-page-wrap .contact-form button {
    display: inline-block;
    background: linear-gradient(90deg, #21254b, #5dad90);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    padding: 12px 36px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.contact-page-wrap .contact-form input[type="submit"]:hover,
.contact-page-wrap .contact-form button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}
.contact-page-wrap .contact-form br {
    display: none !important;
    content: none !important;
}

.about-page-wrapper {
    background: #f9f9f6;
    padding: 100px 0;
}

/* === COMMON STYLES === */
.about-page-wrapper h2,
.about-page-wrapper h3 {
    color: #2b2b2b;
}

.about-page-wrapper p {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* === FIRST SECTION === */
.about-page-wrapper .about-sec-wrapper .image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.about-page-wrapper .about-sec-wrapper .about-content h3 {
    color: #53a186;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-page-wrapper .about-sec-wrapper .about-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.about-page-wrapper .about-sec-wrapper .about-content h2::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #21254b, #63a693);
    border-radius: 2px;
}

/* === CORE ADVANTAGE SECTION === */
.about-page-wrapper .about-core-wrapper {
    margin-top: 80px;
    text-align: center;
}

.about-page-wrapper .about-core-wrapper .section-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.about-page-wrapper .about-core-wrapper .section-title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background: linear-gradient(90deg, #21254b, #58a08c);
    border-radius: 2px;
}

.about-page-wrapper .about-card {
    background: #fff;
    border-radius: 14px;
    padding: 35px 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    text-align: left;
}

.about-page-wrapper .about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.about-page-wrapper .about-card h4 {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.about-page-wrapper .about-card h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #21254b, #58a08c);
    border-radius: 2px;
}

/* === MISSION SECTION === */
.about-page-wrapper .about-mission-wrapper {
    margin-top: 100px;
}

.about-page-wrapper .mission-image {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.about-page-wrapper .mission-image img {
    width: 100%;
    display: block;
}

.about-page-wrapper .mission-image .graph-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.about-page-wrapper .mission-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.about-page-wrapper .mission-content h2::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #1f2952, #63a18d);
    border-radius: 2px;
}
.service-page-wrapper .services-grid {
    position: relative;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    padding: 40px;
    background: rgb(87 161 132 / 0%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
}

.service-page-wrapper.services-wrap .services-wrapper .content h2 {
    font-size: 26px;
    color: #21254b;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 600;
}
.service-page-wrapper .services-wrapper .content p {
    margin-bottom: 5px;
    text-align: left;
}
.service-page-wrapper.services-wrap {
    padding: 50px 0px;
   background: #ffffff00;
}
.service-page-wrapper.services-wrap .services-wrapper {
    padding: 7px;
    background-color: #fff;
    border-radius: 20px;
    border: 4px solid #21254b;
    margin-bottom: 12px;
    box-shadow: 0px 0px 3px 0px #0000005e;
    border-top: 0px;
}





/* responsive section starts */

@media (max-width: 767.5px) {
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
        background-color: #ffffff;
        border-radius: 10px;
    }
    .top-header-wrapper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .top-header-wrapper .container-fluid {
        padding: 10px 0px;
    }
    .top-header-wrapper .email-phone-div {
        justify-content: space-between;
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-header-wrapper .email-phone-div a {
        gap: 0px;
        font-size: 13px;
    }
    .top-header-wrapper .social-media-div {
        display: none;
    }
     .header-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-button {
        display: none;
    }
    .banner-content {
        top:60%;
         width: 90%;
         text-align: left;
    }
    .banner-content h1 {
        font-size: 25px;
    }
    .banner-image img {
        height: 90vh;
    }
    .banner-section .slick-prev {
        top: auto !important;
    }
    .banner-section .slick-next {
        top: auto !important;
        }
    .header-logo-sec img {
        width: 200px;
    }
    .banner-section .slick-prev {
        left: 20px !important;
    }

    .banner-section .slick-next {
        right: 150px !important;
        left: 0px !important;
    }
     
    .main-title-wrap .main-title h2 {
        padding: 10px;
        font-size: 25px;
    }
    .enquiry-section-starts .left-column .content h2 {
        font-size: 25px;
    }
    .home-about-wrapper {
        padding: 60px 0;
    }
    .home-about-wrapper .about-content {
        padding-left: 0px;
        padding-top: 15px;
    }
    .home-about-wrapper .about-content h2 {
        font-size: 25px;
    }
    .counter-wrapper {
        padding: 30px 0 30px;
    }
    .services-wrap .main-title-wrap .main-title h2 {
        font-size: 25px;
    }
    .scroll-image img {
        height: 190px;
        border-radius: 25px;
    }
    .services-wrap .main-title-wrap .main-title p {
        padding: 10px;
    }
    .contact-wrap .main-title-wrap .main-title h3 {
        margin-bottom: 0px;
        margin-left: 10px;
    }
    .contact-wrap .contact-main {
        margin: 2px;
    }
    .enquiry-section-starts .row {
        flex-direction: column;
    }
    .enquiry-section-starts .left-column {
        padding: 40px 15px;
    }
    .footer-menu a {
        margin-bottom: 3px;
         
    }
    .footer-menu h2 {
        font-size: 30px;
        margin-bottom: 17px;
        margin-top: 20px;
    }
    .services-grid {
        grid-template-columns: repeat(1, 1fr)!important;
    }
    .services-grid {
        padding: 40px 15px;
    }
    .page-container {
        overflow-x: hidden;
    }
    .services-wrap .services-wrapper {
        margin-bottom: 7px;
    }
    .footer-section-wrapper .container-fluid {
        padding: 50px 0px 0px;
    }
    .inner-page-header {
        padding-top: 60px;
    }
    .inner-header-content .page-title {
        font-size: 30px;
    } 
    .about-page-wrapper {
        padding: 70px 0;
    }  
    .about-page-wrapper .about-sec-wrapper .image img {
        margin-bottom: 20px;
    }
    .about-page-wrapper .about-sec-wrapper .about-content h2 {
        font-size: 25px;
    }
   .about-page-wrapper .about-core-wrapper .section-title {
        font-size: 25px;
    }
    .about-page-wrapper .mission-image { 
        margin-bottom: 20px;
    }
    .about-page-wrapper .mission-content h2 {
        font-size: 25px;
    }
    .page-wrapper-section {
      padding: 70px 0px;
    }
    .contact-page-wrap .section-title {
        font-size: 25px;
    }
    .contact-page-wrap .contact-form {  
        padding: 40px 20px;
    }
    .header-wrapper {
        top: 37px;
    }
    

}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width:768px) and (max-width: 992px) {

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
        background-color: #ffffff;
        border-radius: 10px;
    }
    .top-header-wrapper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .top-header-wrapper .container-fluid {
        padding: 10px 0px;
    }
    .top-header-wrapper .email-phone-div {
        justify-content: space-between;
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-header-wrapper .email-phone-div a {
        gap: 0px;
        font-size: 13px;
    }
     .header-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .common-button {
        display: none;
    }
    .banner-content {
        top:60%;
         width: 90%;
         text-align: left;
    }
     
    .banner-image img {
        height: 90vh;
    }
    .banner-section .slick-prev {
        top: auto !important;
    }
    .banner-section .slick-next {
        top: auto !important;
        }
    .header-logo-sec img {
        width: 200px;
    }
    .banner-section .slick-prev {
        left: 20px !important;
    }

    .banner-section .slick-next {
        right: 150px !important;
        left: 0px !important;
    }
     
    .main-title-wrap .main-title h2 {
        padding: 10px;
        font-size: 25px;
    }
    .enquiry-section-starts .left-column .content h2 {
        font-size: 25px;
    }
    .home-about-wrapper {
        padding: 60px 0;
    }
    .home-about-wrapper .about-content {
        padding-left: 0px;
        padding-top: 15px;
    }
    .home-about-wrapper .about-content h2 {
        font-size: 25px;
    }
    .counter-wrapper {
        padding: 30px 0 30px;
    }
    .services-wrap .main-title-wrap .main-title h2 {
        font-size: 25px;
    }
    .scroll-image img {
        height: 190px;
        border-radius: 25px;
    }
    .services-wrap .main-title-wrap .main-title p {
        padding: 10px;
    }
    .contact-wrap .main-title-wrap .main-title h3 {
        margin-bottom: 0px;
        margin-left: 10px;
    }
    .contact-wrap .contact-main {
        margin: 2px;
    }
    .enquiry-section-starts .row {
        flex-direction: column;
    }
    .enquiry-section-starts .left-column {
        padding: 40px 15px;
    }
    .footer-menu a {
        margin-bottom: 3px;
         
    }
    .footer-menu h2 {
        font-size: 30px;
        margin-bottom: 17px;
        margin-top: 20px;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-grid {
        padding: 40px 0px!important;
    }
    .page-container {
        overflow-x: hidden;
    }
    .services-wrap .services-wrapper {
        margin-bottom: 7px;
    }
    .footer-section-wrapper .container-fluid {
        padding: 50px 0px 0px;
    }
    .inner-page-header {
        padding-top: 60px;
    }
    .inner-header-content .page-title {
        font-size: 30px;
    } 
    .about-page-wrapper {
        padding: 70px 0;
    }  
    .about-page-wrapper .about-sec-wrapper .image img {
        margin-bottom: 20px;
    }
    .about-page-wrapper .about-sec-wrapper .about-content h2 {
        font-size: 25px;
    }
   .about-page-wrapper .about-core-wrapper .section-title {
        font-size: 25px;
    }
    .about-page-wrapper .mission-image { 
        margin-bottom: 20px;
    }
    .about-page-wrapper .mission-content h2 {
        font-size: 25px;
    }
    .page-wrapper-section {
      padding: 70px 0px;
    }
    .contact-page-wrap .section-title {
        font-size: 25px;
    }
    .contact-page-wrap .contact-form {  
        padding: 40px 20px;
    }
}



@media (max-width: 576px) {
    .service-page-wrapper .services-grid {    
        grid-template-columns: repeat(1, 1fr);    
        padding: 0px;
    }
}

.errorcontents {
    text-align: center;
    padding-top: 25vh;
}
.errorimage img {
    width: 240px;
}


.page-id-6 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    color: #fff;
}

.page-id-6 .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ffffff;
}