.corp-container {
	max-width:100%;
	padding: 0px 100px;
}
.corp-container-fluid {
	max-width:100%;
	padding: 0px 0px;
	margin:0px auto;
}
body {
	font-size:16px;
	line-height:28px;
	color:#002330;
	font-family: "Poppins", sans-serif;
	font-weight:400;
}
.font-poppins, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.main-navigation ul li a {
	font-family: "Poppins", sans-serif;
}
div#content {
    overflow: hidden;
}

/* common css */
.text-blue, h3, .h3, h2, .h2, .home-why-choose-items h5, .about-exp-right h5 {
	color:#0D3059;
}
.text-light-blue {
	color:#44C4F3;
}
.text-ex-dark-blue {
	color:#004660;
}
.text-white {
	color:#ffffff;
}
.text-black {
	color:#000000;
}
.text-center {
	text-align:center;
}
.btn {
    display: inline-block;
    padding: 7px 24px 7px 24px;
}
.btn-primary {
    background-color: #0D3059;
    color: #ffffff !important;
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}

.btn-second {
    background-color: #fff;
    color: #0D3059 !important;
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}
.section-top {
	padding-top: 40px;
}
.margin-0 {
	margin:0px;
}
.margin-top0 {
	margin-top:0px;
}
.text-uppercase {
    text-transform: uppercase;
}
.fontw-500, .banner-left p {
	font-weight:500;
}
.fontw-600, h2, .h2, h5, .h5, h3, .h3 {
	font-weight:600;
}
.fontw-700, h1, .h1 {
	font-weight:700;
}
.heading-line {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.text-justify{
	text-align: justify;
}

.main-navigation ul .children li a, .main-navigation ul .sub-menu li a {
	background: #0D3059 !important;
	color: #ffff !important;
}
.main-navigation ul .sub-menu li a{
	font-size:18px;
}
.link-underline.main-navigation ul .sub-menu li:first-of-type {
    border-top: none !important;
}

.main-navigation .side-arrow:after {
	content: "";
    background: url(/wp-content/uploads/2025/07/side-arrow.svg) no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 13px;
    right: 10px;
    background-size: cover;
	
}

.main-navigation ul .sub-menu{
	top:38.5px !important; 
}






/* position css */
.main-navigation ul li a, .menu-contact-us a img, .banner-left h4, .home-about-sec, .home-why-choose-items, 
.home-about0-sec-right, .speciality-section, .home-blog-section, .home-blog-learn-more, .we-available-section,
.we-available-section-items.one, .we-available-section-items.two, .we-available-section-items.three,
.we-available-section-items.four, .we-available-section-items.five, .we-available-section-items.six, .we-available-section-items.seven,
.testimonials-inner-left, .site-footer, .site-info img {
    position: relative;
}
.main-navigation ul li a:after, .banner-left h4:after, .home-about-sec:after, .home-why-choose-items:before,
.home-why-choose-items1:after, .home-why-choose-items2:after, .about-exp-wrapper, .speciality-section:before, .home-blog-section:before,
.home-blog-section:after, .home-blog-learn-more:after, .we-available-section:before, .we-available-section:after, .testimonials-inner-right:after,
.testimonials-sec-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow, .testimonials-sec-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow,
.site-footer:after {
    position: absolute;
}

.black-text{
	color:#141D38;
}

/* h1-h6 */
h1, .h1 {
	font-size:30px;
	line-height:40px;
}
h2, .h2 {
	font-size:30px;
	line-height:40px;
}
h3, .h3 {
	font-size:25px;
	line-height:35px;
}
h4, .h4 {
	font-size:22px;
	line-height:32px;
}
h5, .h5 {
	font-size:20px;
	line-height:30px;
}
h6, .h6 {
	font-size:18px;
	line-height:28px;
}

/* ===========================
   HEADER + NAV (Transparent top, white on scroll)
   =========================== */

/* Fixed header over banner */
#masthead{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: transparent;                 /* banner shows through at top */
  border-bottom: 1px solid transparent;    /* hide divider at top */
  transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease, border-color .25s ease;
}

/* Some themes wrap header content in extra containers—force them transparent too */
#masthead,
#masthead .site-header,
.site-header,
.site-header .wrap,
.header-main,
.header-main .container {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

.site-header{
  padding: 15px 0;
  margin-bottom: 0;
}


/* Banner section — background sits behind transparent header */
.banner-item{
  height: 850px;
/*   background: url(/wp-content/uploads/2025/09/banner-1.webp) no-repeat center/cover; */
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
	
}

/* Sticky (scrolled) state: paint header white */
#masthead.is-sticky,
#masthead.is-sticky .site-header,
#masthead.is-sticky .header-main {
  background: #fff !important;
  border-bottom-color: #eaeaea !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.06) !important;
}

/* Nav styles */
.main-navigation ul li{ margin: 0 50px -10px 0; }

.main-navigation ul li a{
  color: #0D3059;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  transition: .5s;
  font-family: "Roboto";
  position: relative; /* needed for underline pseudo */
}

.main-navigation ul li a:after{
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4b3c99;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s;
}
.main-navigation ul li a:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}

/* Link underline (theme-specific helper) */
.link-underline.main-navigation div > ul:not(.cart_list) > li:hover > a {
  border-color: #0D3059;
}

/* CTA button in menu */
.menu-contact-us a{
  background-color: #0D3059;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 20px;
}
.menu-contact-us a img{
  position: relative;
  height:30px;
	top:7px;
}

/* Color tweaks when sticky (optional) */
#masthead.is-sticky .main-navigation ul li a{
  color: #0D3059;
}
#masthead.is-sticky .main-navigation ul li a:after{
  background: #4b3c99;
}

/* Kill any earlier tinted header bg */
#masthead{ background-color: transparent !important; } /* override #DDF4FD33 if present */

.banner-content {
    /* max-width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* .banner-image{
	max-width:50%;
} */
.banner-image img{

   
}

.banner-content h6{
	    font-size: 24px;
    line-height: 100%;
	color:#5E7590;
	margin:0;
}
.banner-content h2{
    font-size: 40px;
    line-height: 100%;
}

span.typewriter {
    color: #00AEEF;
}
.mobile-banner-section {
    display: none;
}

.home-about-section-wrapper {
    display: flex;
    column-gap: 50px;
    align-items: center;
}
.banner-content p{
	 text-align: justify;
}

@media (max-width: 786px) {
  .banner-item {
         height: 750px;
        background-size: cover;
        flex-direction: column;
        padding: 30px 30px 60px;
        text-align: center;
        flex-direction: column-reverse;
        justify-content: center !important;
	  padding:0 20px;
  }

  .banner-content {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    max-width: 90%;
    margin-bottom: 30px;
  }

	.banner-image{
		width:100%;
	}
  .banner-image img {
    position: static;
    transform: none;
    right: auto;
    max-width: 100%;
  }

  .home-about-section-wrapper {
    flex-direction: column;
    row-gap: 30px;
    padding: 40px 20px;
    text-align: center;
  }

  .home-about-section-wrapper .text-col,
  .home-about-section-wrapper .image-col {
    width: 100%;
  }
	.banner-content h2{
		font-size:18px !important;
	}
	.banner-content h6{
		font-size: 16px !important;
		line-height: 25px;
	}
    .banner-image {
        max-width: 100%;
    }
	.banner-item{
		padding:20px;
	}
.section-button-home {
    text-align: center;
}
}

/* Mobile Phones */
@media (max-width: 480px) {
  .banner-content {
    font-size: 16px;
	          margin-top: 30px;
  }

  .banner-image img {
    max-width: 100%;
  }

  .span.typewriter {
    font-size: 18px;
  }
	h2.black-text {
    font-size: 22px !important;
}
	.banner-content h2{
		margin:10px;
	}
	.stats-section h1{
		    letter-spacing: 0px;
	}
}

/* about section */
.home-about-sec {
    overflow: hidden;
	    background-image: url(/wp-content/uploads/2025/10/about-us-bg.png);
    background-position: right;
    background-repeat: no-repeat;
	    padding-bottom: 20px;
}

.home-about-sec-wrapper, .home-about0-sec-wrapper {
    display: flex;
    column-gap: 50px;
	align-items: center;
/* 	 padding: 0 100px; */
	justify-content:center;
}
.home-about-sec-left, .home-about-sec-right, .home-about0-sec-left, .home-about0-sec-right {
    width: 50%;
}
.home-about0-sec-right{
	display:flex;
   justify-content:flex-end;
   align-items:center;
}

.home-about-sec-right p {
    text-align: justify;
}
.home-about-sec-left {
    text-align: right;
}
.home-about-sec-left img, .home-about0-sec-right img {

	
}

.home-about0-sec-left h2{
    font-size: 24px;
    line-height: 55px;
    letter-spacing: 2px;
}


.home-about-sec-right h5 {
    color: #002330;
}
.home-why-choose-items h5 {
    margin: 5px 0px;
}
.home-why-choose-items {
    padding-left: 130px;
	padding-bottom: 50px;
}
.home-why-choose-items p {
    margin-bottom: 0px;
}

.about-exp-wrapper {
    display: flex;
	align-items: center;
	bottom: -40px;
    right: -10%;
}
.about-exp-left {
    width: 20%;
    text-align: center;
    background-color: #00A2DF;
    color: #ffffff;
    font-size: 35px;
    padding: 34px;
    font-weight: 700;
    border-radius: 12px 0px 0px 12px;
}
.about-exp-right {
    width: 75%;
    background-color: #DDF4FD;
    border-radius: 0px 12px 12px 0px;
    padding-left: 15px;
	padding-top: 5px;
    padding-bottom: 5px;
}
.about-exp-right p {
    margin-bottom: 0px;
    font-size: 14px;
	max-width: 390px;
}
.about-exp-right h5 {
    margin: 0px;
	line-height: 30px;
	font-weight: 500;
}

.text-theme {
    color: #684DF4 !important;
	font-weight:400;
}

/* about image section  */

.image-collage {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.img-box {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.img-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* Positioning each image like the design */
.img-1 {
    top: 0;
    left: 0;
    width: 160px;
    z-index: 2;
}

.about-contain p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #435E7E;
	text-align: justify !important;
}

.about-tick-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 columns */
  gap: 10px 40px; /* row gap, column gap */
}

.about-tick-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #1c355e;
    gap: 12px;
    font-family: "Poppins", sans-serif;
    line-height: 43.2px;
    letter-spacing: 2px;
}

.about-tick-list .tick-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: #3AC37B; /* green tick color */
  font-weight: bold;
}

/* Section heading */
.svc-sec-title{
  text-align:center;
  font-size:32px;
  line-height:1.2;
  color:#1c355e;
  margin:0 0 8px;
}
.svc-sec-desc{
  text-align:center;
  max-width:820px;
  margin:0 auto 28px;
  color:#5a6b86;
}

/* Grid */
.svc-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:22px 28px;
}

/* Card */
.svc-card{
      display: flex;
    /* grid-template-columns: 1fr 1fr; */
    align-items: center;
    background: #f6f9ff;
    border-radius: 14px;
    overflow: hidden;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(21, 45, 85, .08);
    justify-content: space-between;
}
.svc-card__body{
  padding-right:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
	width: 60%;
}
.svc-card__title{
  margin:0;
  font-size:18px;
  font-weight:800;
  color:#1c355e;
}
.svc-card__text{
  margin:0;
  color:#6a7b93;
  line-height:1.55;
	text-align:justify;
}
.svc-card__link{
  margin-top:8px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:700;
  text-decoration:none;
/*   border:1px solid #d7e1f2; */
  border-radius:10px;
  padding:8px 12px;
  color:#1c355e;
/*   background:#fff; */
}
.svc-card__media{
  border-radius:10px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
	height:350px;
	width:300px;
}
.svc-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
/* ==== Breakpoints (ranges) ==== */

/* 1440–1366 */
@media (max-width: 1440px) and (min-width: 1366px) {
  .svc-card {
    grid-template-columns: 1.3fr 1fr;
  }
}

/* 1365–1200 */
@media (max-width: 1365px) and (min-width: 1200px) {
  .svc-card {
    grid-template-columns: 1.2fr 1fr;
  }
  .svc-card__title {
    font-size: 17px;
  }
}

/* 1200–1024 */
@media (max-width: 1200px) and (min-width: 1024px) {
  .svc-grid {
    gap: 18px 22px;
  }
  .svc-card {
    grid-template-columns: 1.1fr 1fr;
    padding: 16px;
  }
  .svc-card__title {
    font-size: 17px;
  }
  .svc-card__text {
    font-size: 14.5px;
  }
}

/* 1024–768 */
@media (max-width: 1024px) and (min-width: 768px) {
  .svc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .svc-card {
    flex-direction: column-reverse;
  }
  .svc-card__body {
    padding-right: 0;
    width: 100%;
  }
  .svc-card__media {
    margin-top: 10px;
    height: 190px;
  }
}

/* ≤480 */
@media (max-width: 480px) {
  .svc-sec-title {
    font-size: 20px !important;
    margin: 0;
  }
  .svc-sec-desc {
    font-size: 14.5px;
    margin-bottom: 20px;
  }
  .svc-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .svc-card {
    flex-direction:column-reverse;
    padding: 14px;
  }
  .svc-card__media {
        margin-bottom: 10px;
        height: 100%;
        width: 100%;
  }
	.svc-card__body {
		    width: 100%;
	}
}








/* Our work hero banner  */

.stats-section {
    color: #fff;
	background-image: url(/wp-content/uploads/2025/09/ctd-banner.webp);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	gap:20px;
	
}

.stats-section h1{
	color:white;
	font-family:"Montserrat";
	letter-spacing:3px;
	font-size:48px;
	font-weight:700;
	margin:0;
	text-align:center;
	    line-height: 40px !important;
}

.stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 200px;
}

.stat-box {
    text-align: center;
    max-width: 200px;
}

.icon-box {
    background: #fff;
    border-radius: 60% 40% 60% 40% / 60% 40% 60% 40%;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 8px 0 #000;
}

.icon-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
}

.stat-title {
    font-size: 16px;
    margin-top: 5px;
}


.home-mf-section {
  position: relative;
	    overflow: hidden;
    background-image: url(/wp-content/uploads/2025/10/about-bg.webp);
    background-position: left;
    background-repeat: no-repeat;
}
.home-mf-section:before {
  position: absolute;
  content: '';
  /* background-image: url(/wp-content/uploads/2024/09/black-jamun-image.webp); */
  width: 170px;
  height: 250px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-mf-section:after {
  position: absolute;
  content: '';
  /* background-image: url(/wp-content/uploads/2024/09/onion-image.webp); */
  width: 120px;
  height: 120px;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-mf-section-wrapper {
  display: flex;
  column-gap: 40px;
  align-items: center;
	flex-direction: row-reverse;
}
.home-mf-section-col1,
.home-mf-section-col2 {
  width: 50%;
}
.home-mf-section-col2 p {
  text-align: justify;
	    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #435E7E;
}

/* Optional: image wrapper */
.home-mf-section-col1-img-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
	    border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .home-mf-section-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .home-mf-section-col1,
  .home-mf-section-col2 {
    width: 100%;
  }
	.stats-section{
		height:200px;
	}
}




/* Speciality section */
.speciality-section {
    background-color: #F5FCFF;
    padding-bottom: 50px;
    margin-top: 50px;
    border-radius: 220px 0px 0px 220px;
}
.speciality-section:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/icon-shape1.svg);
    width: 250px;
    height: 250px;
    top: -50%;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}
.speciality-section-wrapper {
    display: flex;
    column-gap: 30px;
	padding-bottom: 15px;
}
.speciality-section-items {
    width: 20%;
    text-align: center;
    border: 2px solid #BBE9FB;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px #BBE9FB inset;
	padding: 15px;
}
.speciality-section-items h6 {
    color: #008BBF;
    margin-top: 0px;
}
.speciality-section-items:hover {
    outline: 2px solid #00AEEF;
   	transition: .1s linear;
}


/* home career section  */

.section-career-main{
   background-image:url('/wp-content/uploads/2025/03/bg_overlay_1.webp');
   display:flex;
   justify-content:center;
   align-items:center;
    height:450px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.home-career-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .section-career-main {
        height: 100% !important;
        padding-bottom:20px;
		text-align:center;
    }

    .home-career-section-wrapper h2 {
        font-size: 26px;
    }

    .home-career-section-wrapper h3 {
        font-size: 20px !important;
    }

    .home-career-section-wrapper p {
        font-size: 15px;
    }
	h2.widget-title {
    font-size: 22px !important;
}
}


/* blog section */

.home-blog-item {
    padding: 10px;
}
.home-blog-card{
  display:block;
  border-radius:16px;
  overflow:hidden;

  transition:transform .35s ease, box-shadow .35s ease;
  color:inherit; text-decoration:none;
}
.home-blog-card:hover{
  transform:translateY(-6px);

}

/* image + badge */
.home-blog-image{ position:relative; }
.home-blog-image img{
  width:100%; height:220px; object-fit:cover;
  display:block;
}

.blog-date-badge{
  position:absolute; left:12px; top:12px;
  width:56px; height:64px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 6px 14px rgba(28,53,94,.16);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  color:#1c355e;
  font-weight:700;
}
.blog-date-badge .badge-day{
  font-size:18px; line-height:1; margin-bottom:2px;
}
.blog-date-badge .badge-month{
  font-size:12px; text-transform:lowercase; letter-spacing:.5px;
  color:#3b5a7a; font-weight:700;
}

/* content */
.home-blog-content{ padding:18px 18px 20px; }
.home-blog-title{ color:#1c355e; margin:6px 0 8px; font-size:18px; }
.home-blog-excerpt{ margin:0 0 10px; color:#6a7b93; line-height:1.55; font-size:14px;  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis; }

.home-blog-learn-more{
  font-size:12px; color:#1c355e; font-weight:700;
  display:inline-flex; align-items:center; gap:6px;
  position:relative; padding-right:18px;
}
.home-blog-learn-more::after{
  content:""; position:absolute; right:0; top:50%; transform:translateY(-50%);
  width:10px; height:10px;
  background:url('/wp-content/uploads/2024/02/icon-learn-more.svg') no-repeat center/contain;
}



/* clamp title lines (your existing) */
.homepage-blog-title{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
}


/* we available section */
.we-available-section {
    background-color: #F5FCFF;
    margin-top: 50px;
	border-radius: 220px 0px 0px 0px;
    padding-bottom: 80px;
}
.we-available-section:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/hours-sec-before.png);
    width: 140px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0px;
}
.we-available-section:after {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/hours-sec-after.png);
    width: 140px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: -150px;
}
.day-name {
    color: #008BBF;
    font-size: 20px;
    font-weight: 700;
	padding-bottom: 10px;
}
.day-working-hours {
    font-size: 11px;
}
.we-available-section-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0px auto;
	margin-top: 30px;
	background-image: url(/wp-content/uploads/2024/02/available-bg.webp);
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
}
.we-available-section-items {
    width: 14.28%;
    text-align: center;
    padding: 20px;
}
.we-available-section-items.one {
    top: 42%;
    left: 20px;
}
.we-available-section-items.two {
    left: 15px;
    top: 10%;
}
.we-available-section-items.three {
    top: 42%;
    left: 10px;
}
.we-available-section-items.four {
    left: 0px;
    top: 10%;
}
.we-available-section-items.five {
   	top: 42%;
    left: -5px;
}
.we-available-section-items.six {
    left: -15px;
    top: 10%;
}
.we-available-section-items.seven {
    top: 42%;
    left: -25px;
}

/* testimonials */

.testimonials-sec-main {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.testimonials-sec-wrapper {
    max-width: 1000px;
    margin: 0px auto;
}
.testimonials-inner {
    display: flex;
    align-items: center;
    column-gap: 40px;
	margin-top: 20px;
}
.testimonials-name {
    font-size: 14px;
    color: #0D3059;
    font-weight: 500;
}
.testimonials-content {
    color: #002330;
    padding-top: 10px;
}
.testimonials-content p {
    margin-bottom: 0px;
}
.testimonials-inner-right {
    border: 2px solid #0D3059;
    padding: 40px 40px 40px 70px;
    border-radius: 15px;
	position: relative;
	margin-top: 50px;
	width: 90%;
}
.testimonials-inner-left {
    left: 85px;
    z-index: 99;
    top: 25px;
	width: 10%;
}
.testimonials-inner-right:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/quote.webp);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -20px;
    right: 100px;
}
.testimonials-btn-wrapper {
    text-align: center;
    margin-top: 50px;
}
.testimonials-sec-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    background-color: transparent;
    left: -5%;
    top: 50%;
    z-index: 9;
}
.testimonials-sec-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
    background-color: transparent;
    right: -12%;
    top: 50%;
   	z-index: 9;
}

/* //faqs */
.home-faqs-section{ padding:40px 0 70px; }
.home-faqs-section-wrapper h2{
      color: #1c355e;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
}
.home-faqs-sub{ color:#6a7b93; max-width:860px; margin:0 auto 20px; }

.faqs-grid{
  display:grid; gap:22px 40px; grid-template-columns:1fr 1fr;
  margin-top:10px;
}

/* Accordion items */
.accordion__item{
  border-bottom:1px solid #e2e8f3;
}
.accordion__header{
  width:100%; background:transparent; border:0; padding:14px 0;
  display:flex; align-items:center; justify-content:space-between;
  cursor:pointer; text-align:left;
}
.accordion__header h3{
  margin:0; font-size:15px; color:#1b2b3e; font-weight:700;
}
/* Keep background transparent on hover */
.accordion__header:hover {
  background: none !important;
  background-color: transparent !important;
}

/* Keep background transparent on focus */
.accordion__header:focus,
.accordion__header:focus-visible {
  background: none !important;
  background-color: transparent !important;
  outline: none; /* remove default focus ring */
}

/* Optional: add a subtle focus ring only on text for accessibility */
.accordion__header h3:focus {
  outline: 2px solid #684df4; /* violet ring if you want */
  outline-offset: 3px;
}

/* plus/minus icon */
.accordion__toggle{
  position:relative; 
  
}
/* Custom Toggle Icon using your image */
.accordion__toggle {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('/wp-content/uploads/2025/10/arrow-down.png') no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
}

/* Rotate the arrow when active */
.accordion__item.is-open .accordion__toggle {
  transform: rotate(180deg);
}

/* Body */
.accordion__body{
  padding:0 0 14px 0; color:#4b5f77; line-height:1.55; font-size:14px;
}
.accordion__body p{ margin:0; }

/* Responsive */
@media (max-width:1024px){
  .faqs-grid{ gap:18px 28px; }
}
@media (max-width:768px){
  .faqs-grid{ grid-template-columns:1fr; }
}



/* footer */
.site-footer .widgets {
    padding: 0px 0;
}
.widgets.widgets-4 {
    display: flex;
	justify-content: space-between;
}
aside#custom_html-2 {
    width: 30%;
}
aside#nav_menu-2, aside#nav_menu-3, aside#nav_menu-4 {
    width: 20%;
}
.site-footer {

	margin-top:20px;
	background-color:#0D3059;
}

.footer-logo {
    width: 300px;
	background: #fff;
    border-radius: 15px;
}

.site-footer .bottom-bar {
    background: transparent;
    color: #FFFFFF;
    padding: 20px 0;
}
.site-footer .widgets {
    padding-top: 100px;
}
.footer-col-content {
    color: #FFFFFF;
	 max-width: 400px;
	    text-align: justify;
}
ul.footer-social {
    list-style-type: none;
    display: flex;
    column-gap: 20px;
    padding-top: 25px;
}
ul.footer-social li:hover img {
    transform: scale(1.2);
    transition: 0.5s all;
}
.site-footer .widgets .widget .widget-title {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
}
.site-footer .widgets .widget a {
    color: #FFFFFF;
	font-weight: 500;
}
.site-footer .widgets .widget a:hover {
    color: #FFFFFF;
}
.site-footer .widget ul li {
    line-height: 35px;
}
.site-footer .widgets .widget {
	margin: 0 2.75% 30px 0;
}
.site-info img {
    top: 6px;
}
.site-info span {
    font-weight: 500;
    font-size: 14px;
}
#scroll-to-top {
	bottom: 100px;
}

@keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 16px;

}

.footer-contact-list li a {
    color: inherit;
    text-decoration: none;
    margin-left: 10px;
}

.footer-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
	margin-top:10px;
}

.footer-social {
  display: flex;
  align-items: center;

  gap: 16px;                /* spacing between icons */
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-flex;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;

}

.footer-social a img {
  width: 30px;
  height: 30px;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover Effects */
.footer-social a:hover {
  transform: translateY(-3px);
}

.footer-social a:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1); /* make icons white on hover */
}

/* Optional: Add subtle fade when focusing links (accessibility) */
.footer-social a:focus {

  outline-offset: 4px;
}

/* For dark footers */
.footer-social.dark a {

}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer-social {
    gap: 12px;
  }
  .footer-social a {
    width: 34px;
    height: 34px;
  }
  .footer-social a img {
    width: 16px;
    height: 16px;
  }
}



@media (max-width:767px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px !important;
	}
	#mobile-menu-button svg path {
    	fill: #1c355e;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 15px;
    }
	#mobile-navigation ul li a, .menu-contact-us a {
    	color: #002330 !important;
		font-family: "Poppins", sans-serif;
		font-size: 14px;
    	font-weight: 500;
		background: #d9f5ff;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #1c355e;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#mobile-navigation {
   		background: #d9f5ff;
    }
	h1, .h1 {
		        font-size: 26px !important;
        line-height: 28px !important;
	}
	h2, .h2 {
	        font-size: 26px !important;
        line-height: 28px !important;
	}
	h3, .h3 {
        font-size: 24px !important;
        line-height: 30px !important;
	}
	h4, .h4 {
		font-size: 25px !important;
		line-height: 40px !important;
	}
	h5, .h5 {
		font-size: 20px !important;
    	line-height: 30px !important;
	}
	.section-top {
    	padding-top: 20px;
	}
	.menu-contact-us a {
		background-color: inherit;
		border-radius: inherit;
		font-size: inherit !important;
		display:none !important;
	}
	.home-about-sec:after, .speciality-section:before, .home-blog-section:before, .home-blog-section:after,
	.we-available-section:before, .site-footer:before, .we-available-section:after, .menu-contact-us a img, .banner-right, .banner-left h4:after {
		display:none;
	}
	.banner-inner-wrapper, .home-about0-sec-wrapper, .about-exp-wrapper, .speciality-section-wrapper, .we-available-section-wrapper,
	.widgets.widgets-4, .testimonials-inner {
    	flex-direction: column;
	}
	.banner-left, .banner-right, .home-about0-sec-left, .home-about0-sec-right, .about-exp-left, .about-exp-right,
	.home-about-sec-left, .home-about-sec-right, .speciality-section-items, .we-available-section-items {
    	width: 100%;
	}
	.banner-left {
    	padding-top: 30px;
	}
	.banner-wrapper {
    	background-size: cover;
    	background-position: 100%;
	}
	.banner-wrapper {
    	height: auto;
		background-image: inherit !important;
		background-color: #F5FCFF;
    }
	.heading-line:after {
    	bottom: 0;
    }
	.about-exp-wrapper {
		position: inherit;
		right: 0;
		bottom: 0;
	}
	.about-exp-left {
    	border-radius: 12px 12px 0px 0px;
	}
	.about-exp-left {
    	padding: 10px;
    }
	.about-exp-right {
   		border-radius: 0px 0px 12px 12px;
		padding-right: 15px;
    }
	.home-about-sec-wrapper {
    	flex-direction: column-reverse;
	}
	.home-about-sec-left {
    	padding-top: 30px;
	}
	.home-about-sec-right {
    	padding-top: 20px;
	}
	.speciality-section {
    	border-radius: 0px 0px 0px 0px;
		padding-bottom: 10px;
	}
	.speciality-section-items {
    	margin-bottom: 20px;
	}
	.home-blog-item {
    	padding: 0px;
	}
	.we-available-section {
    	border-radius: 0px 0px 0px 0px;
    }
	.we-available-section-wrapper {
   		background-image: inherit;
		max-width: 100%;
		height: inherit;
		margin-top: 0px;
    }
	.we-available-section {
    	padding-bottom: 20px;
	}
	.we-available-section-items.one, .we-available-section-items.two, .we-available-section-items.three, .we-available-section-items.four,
	.we-available-section-items.five, .we-available-section-items.six, .we-available-section-items.seven {
    	top: 0 !important;
    	left: 0;
	}
	.day-working-hours {
    	font-size: 14px !important;
	}
	.testimonials-sec {
    	border-radius: 0px 0px 0px 0px;
	}
	.testimonials-inner-left {
    	left: 0px;
    	top: 5px;
    	width: 20%;
	}
	.testimonials-inner-right:after {
    	right: 20px;
	}
	.testimonials-inner-right {
    	padding: 40px 20px 20px 20px;
    	width: 100%;
	}
	.testimonials-sec-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow,
	.testimonials-sec-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
		display:none !important;
	}
	.testimonials-btn-wrapper {
    	margin-top: 20px;
	}
	.testimonials-sec {
    	padding-bottom: 30px;
    }
	.site-footer .widgets {
    	padding-top: 50px !important;
	}
	.site-footer:after {
   		left: 50%;
    	animation: inherit;
    	transform: translateX(-50%);
	}
	.accordion__header h3{
		font-size: 14px !important;
	}
	.about-tick-list li{
		    font-size: 12px;
    line-height: 20.2px;
    letter-spacing: 0px;
	}
}


@media (min-width:768px) and (max-width:1024px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	#mobile-menu-button svg path {
    	fill: #00AEEF;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 25px;
    }
	#mobile-navigation ul li a {
    	color: #002330 !important;
		font-family: "Poppins", sans-serif;
		font-size: 14px;
    	font-weight: 500;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#mobile-navigation {
   		background: #88D9F8;
    }
	.menu-contact-us a img {
		display:none;
	}
	.menu-contact-us a {
    	background-color: inherit !important;
    	padding: 7px 24px;
    	border-radius: 0px;
    	font-size: inherit !important;
	}
	.banner-inner-wrapper {
    	padding-top: 60px;
	}
	.banner-wrapper {
   		background-size: contain;
    }
	.home-about0-sec-wrapper, .we-available-section-wrapper, .widgets.widgets-4 {
    	flex-direction: column;
	}
	.home-about-sec-wrapper.section-top {
    	flex-direction: column-reverse;
	}
	.home-about-sec-left, .home-about-sec-right, .home-about0-sec-left, .home-about0-sec-right, .we-available-section-items {
    	width: 100%;
	}
	.about-exp-wrapper {
    	right: 0;
	}
	.home-about-sec-left {
    	padding-top: 30px;
	}
	.speciality-section-items h6 {
    	font-size: 10px !important;
    	margin-bottom: 0px;
	}
	.we-available-section-wrapper {
   		background-image: inherit;
		height: auto;
    }
	.we-available-section-items.one, .we-available-section-items.three, .we-available-section-items.five,
	.we-available-section-items.two, .we-available-section-items.four, .we-available-section-items.six, .we-available-section-items.seven {
    	top: 0px !important;
		left:0px;
	}
	.day-working-hours {
    	font-size: 16px !important;
	}
	.testimonials-inner {
    	max-width: 70%;
    	margin: 0px auto;
	}
	.testimonials-inner-left {
    	left: 0px;
    }
	.testimonials-sec-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    	left: 0;
    }
	.testimonials-sec-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
    	right: 0;
    }
	.site-footer:after {
    	left: 50%;
    	animation: inherit;
    	transform: translateX(-50%);
	}
}

@media (max-width:1240px) {
.corp-container{
	    padding: 0px 50px;
	}}


@media (max-width:1540px) {
	.main-navigation ul li{
    margin: 0 20px -10px 0;
}
	.main-navigation ul li a{
		font-size:14px;
	}
	.banner-item{
		    padding: 0 50px;
	}
}

@media (max-width:1440px) {
	.corp-container {
    max-width: 100%;
    padding: 0px 50px;
}
	.home-about0-sec-left h2{
		    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0px;


	}
	.about-contain p{
		    font-size: 14px;
	}
	.about-tick-list li{
		font-size: 11px;
	}
.banner-content h6 {
    font-size: 40px;
	}
.banner-content h2 {
    font-size: 45px;
	}
	.about-features-wrap{
		gap:40px;
	}
}

@media (max-width:1280px) {
	h1, .h1 {
		font-size:50px;
    	line-height: 70px;
	}
	h3, .h3 {
    	line-height: 60px;
	}
	.speciality-section-items h6 {
    	font-size: 16px;
	}
	.we-available-section-items.one, .we-available-section-items.three, .we-available-section-items.five {
    	top: 40%;
    }
	.we-available-section-items.two, .we-available-section-items.four, .we-available-section-items.six {
    	top: 8%;
	}
	.day-working-hours {
    	font-size: 10px;
	}
}


@media (min-width:1600px) {
	.we-available-section-items.one, .we-available-section-items.three, .we-available-section-items.five {
    	top: 45%;
    }
	.we-available-section-items.seven {
    	top: 50%;
    }
	.we-available-section:before {
   		width: 200px;
    }
	.we-available-section:after {
   		width: 250px;
    	bottom: -30px;
	}
	.day-working-hours {
    	font-size: 13px;
	}
}

@media (max-width:480px) {
	.stats-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 50px;
    flex-direction: column;
    align-items: center;
 }
	.home-about-sec-wrapper, .home-about0-sec-wrapper{
		padding:0 10px;
	}
	img.custom-logo{
		width:50%;
	}
	.testimonials-inner-right{
		width:36%;
	}
	.about-contain p{
		    font-weight: 500;
    font-size: 16px;
	}
}



