.innerpage-title-bar h1, .innerpage-title-bar h2 {
    transform: translate(-50%,-50%);
    position: absolute;
	top:50%;
    left: 50%;
	color:#ffffff;
	font-size: 35px;
	margin-top: 0px;
	width: 100%;
    text-align: center;
    padding: 0px 20px;
}
/* .innerpage-title-bar {
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
   margin-top:130px;
	background-image:url('/wp-content/uploads/2025/07/Rectangle-1256.webp');
} */

.innerpage-title-bar {
    /* Change height to auto or min-height so it doesn't cut off your text */
    min-height: 170px; 
    height: auto; 
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 140px; 
/*     padding-top: 130px;  */
    padding-bottom: 30px; /* Adds space at the bottom so the breadcrumb isn't cut off */
    background-image: url(/wp-content/uploads/2025/07/Rectangle-1256.webp);
}
.innerpage-title-bar::before {
    content: "";
    position: absolute;
    top: -170px;   /* same as margin-top */
    left: 0;
    width: 100%;
    height: 170px;
    background: rgb(0 0 0 / 75%); /* your color */
    z-index: -1;
}
.breadcrumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
	color: #ffffff;
	width: 100%;
    text-align: center;
	font-family: system-ui;
    font-size: 16px;
}
.breadcrumb a {
	color:#ffffff;
}
p.section-tagline {
    margin: 0 0px !important;
}

/* Responsive for Tablets (1024px and below) */
@media screen and (max-width: 1024px) {
/*     .innerpage-title-bar {
         height: 100px !important;
        margin-top: 150px !important;
    } */

    .innerpage-title-bar h1, 
    .innerpage-title-bar h2 {
        font-size: 30px;
        top: 25% !important;
        padding: 0 15px;
    }

    .breadcrumb {
        bottom: 50px;
    }
}

/* Responsive for Tablets & Small Devices (768px and below) */
@media screen and (max-width: 768px) {
    .innerpage-title-bar {
         height: 100px !important;
        margin-top: 100px !important;
    }

    .innerpage-title-bar h1, 
    .innerpage-title-bar h2 {
        font-size: 26px;
        top: 50%;
        padding: 0 10px;
    }

    .breadcrumb {
        bottom: 40px;
        font-size: 14px;
    }

}

/* Responsive for Mobile Devices (480px and below) */
@media screen and (max-width: 480px) {
    .innerpage-title-bar {
      height: 100px !important;
        margin-top: 100px !important;
    }

    .innerpage-title-bar h1, 
    .innerpage-title-bar h2 {
      font-size: 20px !important;
        top: 45% !important;
        padding: 0 10px;
    }

    .breadcrumb {
        bottom: 20px !important;
        font-size: 12px;
    }

}


html {
  scroll-behavior: smooth;
}

/* //action section  */

.who-left-top-inner{
	display:flex;
	align-items:center;
	gap:6px;
}

.about-action-section {
    background-image: url('/wp-content/uploads/2025/07/banner-1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 100px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.about-action-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Black overlay */
    z-index: 2;
}

/* Make sure content stays above the overlay */
.about-action-section .corp-container,
.about-action-content {
    position: relative;
    z-index: 3;
}


.about-action-content {
      display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-action-content h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
	 color: white;
}

.about-action-content p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #ddd;
}

.about-action-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about-action-buttons .btn {
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline:hover {
    background: white;
    color: #333;
}
@media screen and (max-width: 480px) {
	
	.about-action-section{
		padding:30px !important;
	}
	.about-action-content h2{
		text-align:center;
	}
	.about-action-content p{
		text-align:center;
	}
	
}

.about-benefits-section:before{
	background-image:url('/wp-content/uploads/2025/05/shree-bg.webp')
}

.about-benefits-section {
    padding: 30px 0;
    background: #f9f8ff;
}
/* 
.about-benefits-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2025/05/shree-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; 
    opacity: 0.1;
  z-index: -1;
} */


.benefits-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
	width:80%;
	margin:auto;
}

.benefits-left {
    flex: 1 1 60%;
}

.benefits-right {
    flex: 1 1 25%;
}

.benefits-right img {
    max-width: 100%;
    border-radius: 10px;
}

.section-tag {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    gap: 6px;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000000;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.benefit-icon {
    width: 100px;
    height: 70px;
/*     background: #f0f0f0; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
     width: 40px;
    height: 40px;
}

.benefit-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0px;
    color: #111;
}

.benefit-info h4 span {
    color: #0e842b;
    margin-right: 6px;
}

.benefit-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

@media (max-width: 1540px) {
	.benefits-content-wrapper{
		width:100%;
	}
}

@media (max-width: 1024px) {
  .benefits-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .benefits-left,
  .benefits-right {
    flex: 1 1 100%;
  }

  .benefits-right {
    text-align: center;
  }

  .benefits-right img {
    max-width: 100%;
    margin: 0 auto;
  }

  .section-title {
    font-size: 28px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .benefit-item {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .about-benefits-section {
    padding: 35px 0px !important;
  }

  .benefit-icon {
    width: 50px;
    height: 50px;
  }

  .benefit-icon img {
    width: 22px;
    height: 22px;
  }

  .benefit-info h4 {
    font-size: 15px !important;
  }

  .benefit-info p {
    font-size: 13px !important;
  } 
	.who-we-are-section{
		padding: 30px 0;
	}

}

.about-why-choose-section {
/*   background: #f7f9fc; */
  padding: 20px;
  
}

.about-why-choose-section .why-container {
    background-color: #F5F7FA;
    background-image: url(https://demo.awaikenthemes.com/wexico/wp-content/uploads/2024/05/icon-section-bg.svg);
    background-position: 30px 100%;
    background-repeat: no-repeat;
    background-size: auto;
     width:80% ;
	margin:auto;
	border-radius: 40px 40px 40px 40px;
	padding: 100px 50px;
	border: 1px solid #dcdcdc;

}

.why-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.why-heading-left {
  flex: 1;
  min-width: 280px;
}

.why-subtitle {
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  display: flex;
	gap:6px;
  margin-bottom: 10px;
}

.why-title {
  font-size: 40px;
  color: #1b1b1b;
  font-weight: 700;
  line-height: 1.2;
}

.why-heading-right {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.why-desc {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
  .why-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .why-heading-row {
    flex-direction: column;
    text-align: center;
  }

  .why-heading-left,
  .why-heading-right {
    max-width: 100%;
    text-align: center;
  }

  .why-title {
    font-size: 28px;
  }
}



.why-title {
  font-size: 40px;
  color: #1b1b1b;
  margin: 10px 0;
  font-weight: 700;
}

.why-desc {
  font-size: 16px;
  color: #4a4a4a;
  max-width: 700px;
  margin: 0 auto;
}

.why-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.why-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  flex: 1 1 calc(33.333% - 30px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.5s ease;
}

/* Create hover background effect from bottom to top */
.why-box::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C1524;
  z-index: -1;
  transition: bottom 0.5s ease;
  border-radius: 20px;
}

/* On hover - background slides up */
.why-box:hover::before {
  bottom: 0;
}

/* On hover - text turns white */
.why-box:hover .why-box-title,
.why-box:hover .why-box-desc {
  color: #fff;
  transition: color 0.5s ease 0.2s;
}

.why-box-title {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.why-box-desc {
  color: #666;
  font-size: 15px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

/* --- Responsive Media Queries --- */
@media (max-width: 1440px) {
  .why-title { font-size: 36px; }
}

@media (max-width: 1370px) {
  .why-box { flex: 1 1 calc(33.333% - 20px); }
}

@media (max-width: 1024px) {
  .why-box { flex: 1 1 calc(50% - 20px); }
}

@media (max-width: 768px) {
  .why-title { font-size: 28px; }
  .why-box { flex: 1 1 100%; }
}

@media (max-width: 480px) {
  .why-title { font-size: 24px; }
  .why-box { padding: 20px; }
	.about-why-choose-section .why-container{
		width:100%;
		padding-bottom: 20px !important;
	}
	.who-we-are-wrapper{
		width:100%;
	}

}

@media (max-width: 380px) {
  .why-subtitle { font-size: 12px; }
  .why-box-title { font-size: 16px; }
}




/* //contact us  */

.contact-map-combined {
  padding: 60px 0 0;
  background-color: #f9f9f9;
}

.contact-map-grid {
  display: flex;
/*   flex-wrap: wrap; */
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.contact-details-column {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.contact-us-box {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  max-width: 400px;
  margin: 40px auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

/* Add glowing pulse animation */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0px rgba(105, 231, 163, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px rgba(105, 231, 163, 0.8);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0px rgba(105, 231, 163, 0.5);
    transform: scale(1);
  }
}

.consultation-btn {
  display: inline-block;
  background-color: #69e7a3;
  color: #1e1e1e;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulseGlow 2s infinite ease-in-out;
}



.contact-info-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease all;
}

.contact-info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.contact-info-box h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

.contact-info-box p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #555;
}

.contact-info-box a {
  color: #444;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.contact-info-box a:hover {
  text-decoration: none;
	color:black;
	cursor:pointer;
}

.contact-maps-column {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
}

.map-wrapper {
  flex: 1 1 48%; /* Makes 2 maps in a row with spacing */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.map-location-label {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  color: #333;
	margin:0;
}
@media (max-width: 991px) {
  .contact-map-grid {
    flex-direction: column;
  }

  .contact-details-column,
  .contact-maps-column {
    width: 100%;
    max-width: 100%;
  }

  .contact-info-box {
    padding: 16px;
  }

  .contact-info-box h4 {
    font-size: 16px;
  }

  .contact-info-box a,
  .contact-info-box p,
  .map-location-label {
    font-size: 14px;
  }

  .map-wrapper iframe {
    height: 250px;
  }
}


/* === Form Wrapper === */
.cf7-custom-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  background: #e6e6e6;
  text-align: center;
  border-radius: 6px;
}

/* === Heading and Subheading === */
.cf7-heading {
  font-size: 32px;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.cf7-subheading {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.cf7-heading + .cf7-subheading::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #2e2e2e;
  margin: 15px auto 0;
}

/* === Form Grid Layout === */
.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-col {
  flex: 1 1 48%;
}

/* === Inputs and Textarea === */
.cf7-custom-wrapper input[type="text"],
.cf7-custom-wrapper input[type="email"],
.cf7-custom-wrapper input[type="number"],
.cf7-custom-wrapper textarea {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #fff;
      font-size: 15px;
    padding: 22px 25px;
  box-shadow: inset 0 0 0 1px #eaeaea;
}

.cf7-custom-wrapper textarea {
  height: 160px;
  resize: vertical;
}

/* === Submit Button === */
.cf7-submit-btn {
  width: 100%;
  padding: 18px;
  background: #4b32b7;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-submit-btn:hover {
  background: #3a28a2;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.button{
	display:flex;
	flex-direction:column;
}

.cf7-row-btn {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
input[type=submit]{
	padding:20px;
   font-size:16px;
       background: linear-gradient(137deg, rgb(48 47 47) 0%, rgb(103 99 99) 100%);
}
input[type=submit]:hover{
	 background: linear-gradient(137deg, rgb(103 99 99) 0%, rgb(48 47 47) 100%);
}

/* === Responsive === */
@media (max-width: 600px) {
  .cf7-col {
    flex: 1 1 100%;
  }
.cf7-row {
    flex-direction: column !important;
}
	.contact-us-section{
		padding:30px !important;
	}
}


.contact-form-section {
/*   background-color: #eef8ff; */
  padding: 20px;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 80%;
  margin: auto;
}

.contact-left {
  flex: 1;
  min-width: 280px;
}

.contact-subtitle {
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.contact-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a2540;
  margin: 15px 0;
}

.contact-desc {
  color: #6c7a89;
  margin-bottom: 30px;
	text-align:justify;
}

.contact-socials a {
  display: inline-block;
  margin-right: 10px;
}

.contact-socials img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #1d3557;
  padding: 8px;
  transition: 0.3s ease;
}

.contact-socials img:hover {
  transform: scale(1.1);
}

.contact-right {
  flex: 1;
  min-width: 280px;
}

.contact-right form.wpcf7-form {
  display: flex;
  flex-direction: column;
}



.contact-right input[type="submit"] {
  background-color: #1e78ff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-right input[type="submit"]:hover {
  background-color: #155ec9;
}

.contact-socials a {
  display: inline-block;
  margin-right: 10px;
}

.contact-socials img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #1d3557;
  padding: 8px;
  transition: 0.3s ease;
}

.contact-socials img:hover {
  transform: scale(1.1);
}


/* Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    text-align: center;
  }
	.contact-wrapper{
		max-width: 100%;
        gap: 10px;
	}
}




/* services */
.services-page-section {
  padding: 60px 0;
  background: #f9f9f9;
}



.service-card {
  background: linear-gradient(180deg, #6334351c 0%, #FFFFFF 100%);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.service-card:hover {
  transform: translateY(-5px);
}
.service-card .service-icon{
	margin-bottom:0px;
}

.service-icon img {
  width: 45px;
  height: auto;
  
	  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.service-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1b1b1b;
}

.service-desc {
  font-size: 15px;
  color: #5f5f5f;
  margin-bottom: 10px:
}

.read-more {
  color: #030202 !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  align-self: flex-start;
}

.service-card:hover .read-more , .service-desc{
	color:black !important;
}
.service-card:hover .service-icon img {
  transform: rotateY(180deg);
}
.service-card:hover .service-title{
	color:black;
}
.service-page:hover {
  background: linear-gradient(1deg, rgba(180, 180, 180, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}



/* service inner page  */

/* Wrapper row spacing */


/* ===== LEFT: Service Links ===== */



.service-links {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.service-links li {
  margin-bottom: 10px;
}

.service-links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ebebeb;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 15px;
}

.service-links li.active a {
    background: #515552;
    color: #ffffff;
}

.service-links li.active a .arrow {
  color: #ffffff;
}


.service-links li a:hover {
  background: #515552;
	color:#ffffff;
}

.service-links .arrow {
  font-size: 16px;
  font-weight: bold;
}
.services-inner-section-1 .row{
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

/* columns */
.col-md-4{ width: 28%; align-self: flex-start; height:180vh; }
.col-md-8{ width: 72%; }

/* sticky left */
.left-section{
  position: sticky;
  top: 130px;
 
  overflow: auto;
}

/* must ensure no overflow on parents */
.services-inner-section-1,
.services-inner-section-1 .corp-container,
.services-inner-section-1 .row,
.services-inner-section-1 .col-md-4{
  overflow: visible;
}


/* ===== LEFT: Contact Us Box ===== */
.contact-us-box {
    background: #ebebeb;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #c1c1c1;
}


.contact-us-box h4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}

.contact-us-box p {
  margin: 20px 0;
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
}

.contact-us-box a{
	color:#555 !important;
}

.contact-us-box img.service-inner-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}


/* ===== RIGHT: Image & Content ===== */
.service-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.service-description {
/*   margin-top: 30px; */
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.service-description h2,
.service-description h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.col-md-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 70%;
}
.service-image.mb-4 {
/*     max-width: 50%; */
}


/* ===== Responsive Layout ===== */

@media (max-width: 1440px) {
	.col-md-4{
    height: 210vh;
	}
}

@media (max-width: 1280px) {
	.col-md-4{
    height: 350vh;
	}
}

@media (max-width: 768px) {
  .services-inner-section-1 .row {
    flex-direction: column;
  }

  .contact-us-box,
  .service-links {
    margin-top: 0px;
  }
	.service-links{
		display:none;
	}
}
@media (max-width: 991px) {
  .col-md-4,
  .col-md-8 {
    width: 100%;
  }

  .col-md-8 {
    align-items: flex-start;
  }

  .service-image.mb-4 {
    max-width: 100%;
  }
}

/* Mobile (up to 575px) */
@media (max-width: 575px) {
  .service-links li a {
    font-size: 14px;
    padding: 12px 16px;
  }

  .contact-us-box p {
    font-size: 14px;
  }

  .contact-us-box img.contact-icon {
    width: 20px;
    height: 20px;
  }

  .service-description {
    font-size: 15px;
  }
	.col-md-4{
		width:100% !important;
	}
	.services-inner-section-1{
		margin-top:10px;
	}
}
@media (max-width: 1370px) {
	.contact-wrapper{
		max-width:100% !important;
	}
.col-md-4{
	width:30% ;
	}
.about-action-section{
    padding: 60px;
}
.benefits-content-wrapper{
    width: 100%;
}
.benefit-icon img {
    width: 30px;
    height: 30px;
}
.benefit-icon {
    width: 80px;
    height: 50px;
}
	.about-value-section{
		padding:60px 0 !important;
	}
}


/* blog page */
 .page-blogs-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
 .blogs-items {
    width: 21%;
    margin: 15px;
}
 .blogs-items-inner {
    margin: 0px;
	border: 1px solid #e0e0e0;

}
.blogs-bottom-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    margin-bottom: 10px;
	padding: 0 10px;
}
.blogs-bottom {

    color: black;
}
.blogs-title {
    padding-left: 10px;
}
.blogs-bottom p{
	padding-right:10px;
	text-align:justify;
	    font-size: 12px;
    margin: 0;
}

@media (max-width: 1280px) {
	.blogs-items{
		width:30%;
	}
}

@media (max-width: 480px) {
	 .blogs-items {
		 width: 100%;
	}
	.section-tag{
		font-size:10px;
	}
	.why-heading-row{
		gap:10px !important;
	}
}

/* blog inner page  */

.blog-inner-layout {
    display: flex !important;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
}
.blog-inner-layout .content-area {
    width: 90% !important;
}
.blog-inner-layout .widget-area  {
    width: 30% !important;
}
.blog-inner-layout .widget-area .widget {
    margin: 0 0 50px;
    top: 150px !important;
    position: sticky !important;
	background: #f0fbf0;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #abebab;
}
 .entry-meta span a{
	text-transform: capitalize;
}

/* /thank you */
.thank-you-section {
  padding: 100px 20px;
  text-align: center;
  background-color: #f8f9fa;
}

.thank-you-wrapper h1 {
  font-size: 36px;
  color: #666;
  margin-bottom: 20px;
}

.thank-you-wrapper p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.thank-you-wrapper .btn-primary {
    background-color: #666 !important;
    color: #fff !important;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}

.thank-you-wrapper .btn-primary:hover {
  background-color: #021d3a;
}

.thank-you-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn-thankyou {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
    background-color: rgba(134, 223, 156, 1);
    color: black !important;
    font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  animation: pulsePop 2s infinite ease-in-out;
}

/* Optional glowing motion border */
.btn-thankyou::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  animation: borderGlow 2s infinite ease-in-out;
  z-index: -1;
}

@keyframes pulsePop {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 200, 151, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
}

@keyframes borderGlow {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

/* blog details page  */
/* blog details page */
.author-box {
    display: none;
}
aside#secondary {
	position: relative;
    z-index: 99;
}
.widget.widget_recent_entries ul li a {
    font-size: 16px;
    font-weight: 600;
}
.entry-meta span {
    color: #000000;
    margin-bottom: 20px;
}
.related-posts-section .related-posts {
	color: #000000;
    font-size: 20px;
}
.post-navigation a span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.related-posts-section ol li .related-post-date {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}
.single-post .entry-content p {
    text-align: justify;
}
.single-post .entry-content ul li {
    padding-bottom: 20px;
	text-align: justify;
}
.single-post .entry-meta span:not(:last-child):after {
    font-size: 15px;
}
.table-of-content ul li {
    padding-bottom: 0px !important;
}
.table-of-content ul li a {
    color: #84482a;
    font-size: 18px;
    line-height: 38px;
}
aside#secondary {
    padding-right: 40px;
}
li.cust-ul-ul {
    margin-left: 15px;
}
.table-of-content {
    background-color: #f5f1e9;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
div#primary {
    margin-top: 30px;
}
aside#secondary {
    margin-top: 40px;
}

.blog-inner-layout {
    display: flex !important;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
	flex-wrap:wrap;
}
.content-area {
    width: 90% !important;
}
.widget-area  {
    width: 30% !important;
}
 .widget-area .widget {
    margin: 0 0 50px;
    top: 200px !important;
    position: sticky !important;
}
@media screen and (max-width: 480px){
  	.widget-area  {
        width: 100% !important;
     }
}


/* blog archive page */
.archive header.entry-header {
    display: none;
}

div#comments {
    margin-bottom: 20px;
}

.blogs-title h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    margin: 0 0 20px;
}


/* trusted page  */
.trusted-form {
/*   max-width: 400px;
  margin: auto; */
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
}

.trusted-form h2 {
  font-size: 24px;
  margin:0px;
  font-weight: bold;
}

.trusted-form p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #444;
}

.trusted-form .form-row {
  display: flex;
  gap: 10px;
}

.trusted-form .form-row input {
  flex: 1;
}

.trusted-form input,
.trusted-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.trusted-form textarea {
  height: 100px;
  resize: none;
}

.trusted-form .form-submit input[type="submit"] {
  background-color: #f7941d;
  color: #fff;
  font-weight: bold;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.trusted-form .form-submit input[type="submit"]:hover {
  background-color: #e28312;
}

.trusted-top-section {
  padding: 30px 20px;

}



.trusted-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.trusted-left {
  flex: 1 1 50%;
}

.trusted-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.trusted-content {
    font-size: 14px;
    color: #666; 
line-height:1.6;
}

.trusted-right {
  flex: 1 1 45%;
}

.trusted-form-wrapper {
/*   background: #fff; */
  color: #000;
  padding: 30px;
  border-radius: 10px;
/*   box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
}

/* Contact Form 7 Styling */
.trusted-form-wrapper input,
.trusted-form-wrapper textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.trusted-form-wrapper input[type="submit"] {
  background-color: #f7941d;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.trusted-form-wrapper input[type="submit"]:hover {
  background-color: #e28312;
}

/* Responsive Breakpoints */

@media (max-width: 1440px) {
  .trusted-container {
    max-width: 1140px;
  }
}

@media (max-width: 1370px) {
  .trusted-container {
    max-width: 1050px;
  }
}

@media (max-width: 1024px) {
  .trusted-row {
    flex-direction: column;
    gap: 30px;
  }
  .trusted-left,
  .trusted-right {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .trusted-left h2 {
    font-size: 26px;
  }
  .trusted-form-wrapper {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .trusted-left h2 {
    font-size: 22px;
  }
  .trusted-form-wrapper {
    padding: 20px;
  }
    .trusted-row {
        flex-direction: column-reverse;
        gap: 10px;
        width: 100%;
    }
	.trusted-top-section{
		padding:0;
	}
}

@media (max-width: 380px) {
  .trusted-left h2 {
    font-size: 20px;
  }
  .trusted-form-wrapper {
    padding: 15px;
  }
}

.truted-block-section {
    padding: 40px;
}

.trusted-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 40px;
  border-radius: 12px;
    background: linear-gradient(to right, #ffffff, #000000);
  
  
}

.trusted-text h2 {
  font-size: 36px;
  color: #001018;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

.trusted-button {
  background: #ffffff;
  color: #001018;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.trusted-button:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

/* 🌐 Responsive Queries */
@media (max-width: 1440px) {
  .trusted-text h2 {
    font-size: 34px;
  }
}

@media (max-width: 1370px) {
  .trusted-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .trusted-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .trusted-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .trusted-text h2 {
    font-size: 24px;
  }

  .trusted-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .trusted-text h2 {
    font-size: 20px;
  }

  .trusted-button {
    width: 100%;
    text-align: center;
  }
}


.truted-about-section {
  padding: 30px 0;
}

.trusted-about-wrapper {
  display: flex;
  justify-content: center;
/*   flex-wrap: wrap; */
  gap: 40px;
}


.trusted-image img {
    /* width: 100%; */
    border-radius: 20px;
    height: auto;
    width: 450px;
}

.trusted-col.trusted-content {
    width: 40%;
}

.trusted-subtitle {
  font-weight: 600;
  color: #007b5e;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.trusted-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin:0;
}

.trusted-small-desc {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.trusted-big-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-trusted-button {
  background-color: rgba(134, 223, 156, 1);
  padding: 12px 22px;
  font-weight: 600;
  color: #000 !important;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}

.trusted-circle-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.circle-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
}

.circle-center span{
	font-size:42px;
}

.circle-svg {
  width: 100%;
  height: 100%;
}

.circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 700;
  color: #007b5e;
}

.circle-svg text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rotating-text {
  animation: rotateCircleText 10s linear infinite;
  transform-origin: center center;
}

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

.trusted-small-img {
  width: 100%;
  border-radius: 12px;
}

/* 🌐 Responsive Queries */
@media (max-width: 1024px) {
  .trusted-about-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .trusted-col {
    flex: 100%;
    max-width: 100%;
  }
  .trusted-title {
    font-size: 26px;
  }
  .circle-wrapper {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .trusted-title {
    font-size: 22px;
  }
  .trusted-button {
    width: 100%;
    text-align: center;
  }
	.trusted-col.trusted-content{
		width:100%;
	}
	.circle-center span{
		font-size:30px;
	}
.col-md-4 {
    display: none;
}
}


.inner_accordion{
	grid-template-columns: repeat(1, 1fr) !important;
	width: 100% !important;

}



.industry-about-section {
    padding: 30px 0;
    background: #f9f8ff;
}

.about-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
	width:80%;
	margin:auto;
}

.about-left {
    flex: 1 1 60%;
}

.about-right {
    flex: 1 1 25%;
}

.about-right img {
    max-width: 100%;
    border-radius: 10px;
}

.section-tag {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    gap: 6px;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000000;
}


@media (max-width: 1540px) {
.about-content-wrapper{
	width:100%;
  }

}

@media (max-width: 1024px) {
  .about-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .about-left,
  .about-right {
    flex: 1 1 100%;
  }

  .about-right {
    text-align: center;
  }

  .about-right img {
    max-width: 100%;
    margin: 0 auto;
  }

  .section-title {
    font-size: 28px;
  }

}

@media (max-width: 600px) {
  .industry-about-section {
    padding: 35px 0px !important;
  }


}






:root {
    --text: #111827;
    --muted: #6b7280;
    --tab: #f3f4f6;
    --tab-border: #e5e7eb;
    --tab-active: #515552;
    --panel: #ffffff;
    --panel-border: #e9ecef;
    --radius: 12px;
}

.services {
    margin: 0 auto;
    padding: 28px 16px;
    color: var(--text);
}

.services__layout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 20px;
}


.services__nav .services__tab:hover{
	color: #fff !important;
	background: #515552 !important;
}




/*
Tabs (desktop) */
.services__tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--tab);
    border: 1px solid var(--tab-border);
    font-weight: 700;
    padding: 12px 14px;
    border-radius: var(--radius);
    cursor: pointer;
    margin-bottom: 10px;
    color: var(--text);
}

 .services__tab:after {
    content: "→";
    color: #000;
    font-weight: 700;
}

.services__nav button:focus {
  background-color: #515552 !important;
}

 .services__tab_active {
    background: var(--tab-active) !important;
    color: #fff !important;
    border-color: var(--tab-active) !important;
}

.services__tab_active:after {
    content: "→";
    color: #fff !important;
    font-weight: 700;
}

.services__content {
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: var(--radius);
    padding: 24px;
}

.services__panel {
    display: none;
}

.services__panel_active {
    display: block;
}

.services__panel h2 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.3;
}

.services__panel p {
    color: var(--muted);
}

/*
Accordion (mobile) */
.services__accordion {
    display: none;
}

.services__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--tab);
    border: 1px solid var(--tab-border);
    font-weight: 700;
    padding: 14px;
    border-radius: var(--radius);
    cursor: pointer;
    margin-bottom: 10px;
    color: var(--text);
}

.services__row:after {
    content: "→";
    color: #777;
}

.services__row_active {
    background: var(--tab-active) !important;
    color: #fff !important;
    border-color: var(--tab-active) !important;
}

.services__row_active:after {
    color: #fff !important;
}

.services__acc_panel {
    display: none;
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: var(--radius);
    padding: 20px;
    margin: -6px 0 12px;
}

.services__acc_panel_active {
    display: block;
}

.services__acc_panel h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

#services .section-title {
    text-align: center;
}

/* Responsive switch */
@media(max-width:860px) {
    .services__layout {
        display: none;
    }

    .services__accordion {
        display: block;
    }
}

