body{
  font-family:var(--vs-body-font);
  }
  hello{
    color:red;
  }
  .category_section h3 {
      font-size: 10px;
  }
  .col-md-4.recent-activity-section {
      position: absolute;
      right: 0;
      top: -50px;
  }
  .recent-activity {
      background-color: blue;
      padding: 10px;
      color: #fff;
      font-size: 19px;
      text-align: center;
      margin-bottom: -25px;
      border: 1px solid #818080;
  }
  .category_section img {
      width: 100px;
      vertical-align: middle;
  }
  .md-ml-50{
    margin-left:50px ! important;
  }
  .logo img {
      width: auto ! important;
  }
  #vs_dynamic_page_content{
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: inherit;
      font-size: inherit;
      color: inherit;
      font-family: 'Poppins', sans-serif;
  }
  .btn-call-pulse-border::before {
      content: "";
      position: absolute;
      border-radius: 50%;
      padding: 15px;
      border: 5px solid #2572d1;
      z-index: 5;
      opacity: 0.75;
      animation-name: pulse-border;
      animation-duration: 2.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  .btn-phone-pulse {
      background: #2572d1;
      color: white;
      position: fixed;
      bottom: 70px;
      right: 5px;
      font-size: 20px;
      display: flex;
      z-index: 5;
      justify-content: center;
      align-items: center;
      width: 0;
      height: 0;
      padding: 20px;
      text-decoration: none;
      border-radius: 50%;
      animation-name: pulse;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  .btn-whatsapp-pulse {
      background: #25d366;
      color: white;
      position: fixed;
      bottom: 10px;
      right: 5px;
      font-size: 25px;
      display: flex;
      z-index: 5;
      justify-content: center;
      align-items: center;
      width: 0;
      height: 0;
      padding: 20px;
      text-decoration: none;
      border-radius: 50%;
      animation-name: pulse;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  .btn-whatsapp-pulse-border {
      bottom: 140px;
      right: 5px;
      z-index: 5;
      animation-play-state: paused;
  }
  .btn-whatsapp-pulse-border::before {
      content: "";
      position: absolute;
      z-index: 5;
      border-radius: 50%;
      padding: 15px;
      border: 5px solid #25d366;
      opacity: 0.75;
      animation-name: pulse-border;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  @keyframes pulse {
      0% {
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
      }
      80% {
          box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
      }
  }
  @keyframes pulse-border {
      0% {
          padding: 15px;
          opacity: 0.75;
      }
      75% {
          padding: 40px;
          opacity: 0;
      }
      100% {
          opacity: 0;
      }
  }
  .vs_mobile_lg {
      width: 215px ! important;
  }
  .mobile-menu .nav-logo img {
      height: 85px ! important;
  }
  .site-button{
    background-color: red;
    color: white;
    padding:10px 20px;
  }
  .site-button a{
    color:white;
  }
  .main-menu .navigation > li > a:before,.bg-primary,.btn-primary,#homeone .card,.main-menu .navigation > li > a.btn,.main-menu .navigation > li > a.btn:hover,.main-menu .navigation > li > a.btn:active{
      background: var(--vs-primary-color) ! important;
  }
  .mobile-menu .navigation li.current > a {
      color: var(--vs-primary-color);
  }
  .main-menu .navigation li.current a span{
    color:var(--vs-primary-color);
    font-size:18px;
  }
.main-footer.style-two li a{
color:#4C4C4D ! important;
}
#services-card{
padding:25px 0px;
}
#services-card h2{
font-size:20px;
}
#services-card .col-md-3 {
  position: relative;
  background: #fff;
  padding-top:10px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: 0.5s;
}

#services-card .col-md-3:hover{
  filter: blur(20px);
  transform: scale(0.9);
  opacity: 0.5;
}

#services-card .col-md-3:hover {
  filter: blur(0px);
  transform: scale(1.1);
  opacity: 1;
}
.main-menu .navigation > li > ul {

  height: auto ! important;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main-menu .navigation > li > ul a{
font-size:16px;
}
.main-menu .navigation > li > a.btn{

  opacity: 1;
  font-size: 18px;
  line-height: 25px;
  margin-top:21px;
  padding:6px;
  font-weight: 500;
  color: #ffffff;
 
}
.main-menu .navigation > li > a.btn,.main-menu .navigation > li > a.btn:hover,.main-menu .navigation > li > a.btn:active{
border-color:var(--vs-primary-color);
}
#homeone h1{
  font-size: 24px;
  padding-bottom:10px;
}
#homeone{
padding:25px 0px;
}
#homeone .card {
  margin-top:10px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}
#homeone .card:hover{
color: #000000;
border: 2px solid;
border-color:var(--vs-primary-color);
}
.vs-component.vs-image-container.__vs__float-right {
  float: right;
}
section.card-info {
  padding: 20px 0px;
}
.btn-primary:hover{
background-color: #606060;
border: 1px solid grey;
}
.btn-primary{
border: 1px solid grey;
padding:10px 20px;
border-radius: 6px;

}
#ourservices .col-md-6{
margin-bottom:30px;

}
#support a.btn-primary {
  margin-top:20px;
  background-color: #fff ! important;
  color: var(--vs-primary-color);
  padding: 10px 20px;
  border-radius: 6px;
}
div#support {
  padding: 35px 0px;
}
div#support h3{
line-height:70px;
}
div#support .col-md-2 {
  margin-top: 30px;
}
div#hourservices {
  padding: 35px 0px;
}
div#hourservices h3{
line-height:30px;
}
div#hourservices .col-md-2 {
  margin-top: 30px;
}
div#headaboutone {
  padding: 35px 0px;
}
div#headaboutone h3{
line-height:30px;
}
div#headaboutone .col-md-2 {
  margin-top: 30px;
}
.gap-35{
padding:35px 0px;
}
.mobile-menu .navigation li a.btn.btn-primary {
margin: 20px 30px;
color:#fff;
}
.gap-top-35{
padding-top:35px;
}
.gap-bottom-35{
padding-bottom:35px;
}
h1{

font-size:28px;
}
ul.footer-social-link {
  display: inline-flex;
}
ul.footer-social-link li{
text-align:center;
width:30px;
height:30px;
margin: 5px;
border:2px solid gray;
border-radius:4px;
}
.scroll-to-top{
color:var(--vs-primary-color);
background-color:#d2d2d2;
}
.scroll-to-top:hover{
color:#d2d2d2;
background-color:var(--vs-primary-color);
}
h4.social-title.mb-d-none {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 7px;
  margin-top: 10px;
}
.rev_slider {
  height: 675px !important;
}
.rev_slider_wrapper {
  height: 675px !important;
}

#ourservices h3{
font-size: 20px;
  color: #000;
 line-height: 20px;
  margin-bottom: 19px;
}
iframe {
  width: 100%;
  height: 400px;
  border: unset;
}
.gap-top-20{
padding-top:20px;
}
form#form-npm-1 {
  padding: 2px;
}
form#form-npm-1 label {
  padding-top: 10px;
}
#contact-form-section-map .card{
background-color:#ffffff00;
border: 2px solid rgb(255 253 253);
}
#contact-form-section-map .btn-primary {
  border: 2px solid #ffffff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 6px;
}
#connect-icon--widget img {
  background-color: var(--vs-primary-color);
  height: auto;
  width: 70px;
  padding: 20px;
  border-radius: 5px;
}
#connect-icon--widget .vs-component.vs-image-container.__vs__float-none {
  text-align: center;
  margin:10px;
}
body {
  color: #4C4C4D;
}
#contact-us-backgorund{

background-image: url("https://bellytobaby.in//uploads/file/tester1.png"); /* The image used */
background-color: #cccccc; /* Used if the image is unavailable */
height: 350px; /* You must set a specified height */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
}
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 160px;
  height: 160px;
  padding: 13px;
  border-radius: 50%;
}
.background,
.spinner {
position: absolute;
display: inline-block;
height: 100%;
width: 100%;
}
/* The button background layer */
.background {
    border-radius: 50%;
    /* background-image: linear-gradient(0deg, #bebebe, #dbdcdf); */
    box-shadow: 0 4px 4px -1px rgb(255 255 255 / 60%), 0 4px 6px 1px rgb(216 216 216 / 30%), 0 1px 2px 1px rgba(0, 0, 0, 0) inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
    /* display: none; */
}
.logo {
z-index: 2;
}
.spinner {
border-radius: 50%;
border-top: 3px solid;
border-top-color: var(--vs-primary-color);
/* glowing with shadow (30% of #ae34db) */
box-shadow: 0 -5px 5px #ffffff;

/* add spin animation */
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}
html {
scroll-behavior: smooth;
}
.main-menu .navigation li.current ul li a span {
  color: #4C4C4D;
  font-size: 16px;
}


.color-scheme-purple .news-block .read-more, .color-scheme-purple .main-menu .navigation > li .mega-menu-bar h3:before, .color-scheme-purple .feature-block-three .inner-box:hover, .color-scheme-purple .request-form .form-group button, .color-scheme-purple .pricing-table.tagged .theme-btn, .color-scheme-purple .mobile-menu .mega-menu-bar h3:before, .color-scheme-purple .sec-title .text:before, .color-scheme-purple .pricing-table.tagged .table-header, .color-scheme-purple .main-menu .navigation > li > a:before {
  background: #006bb8;
}
#sap-implementation-section .text:before {
  position: absolute;
  width: 30px;
  height: 3px;
  top: 68px;
  left: 16px;
  content: "";
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #3B7EFF;
}
#sap-implementation-section h3{
padding: 20px 0px;
}
/* Default: Extra-small devices such as small phones (less than 640px) */

/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 640px) {

}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {}

/* Default: Large devices such as laptops, computers (greater than 1024px) *

/* Medium devices such as tablets (1024px or lesser) */
@media only screen and (max-width: 1024px) {}

/* Small devices such as phones (768px or lesser) */
@media only screen and (max-width: 768px) 
{
#homeone .card {
  padding: 20px;
  margin: 10px;
}
.gap-35 {
    padding: 0px 0px;
}
section {
    position: relative;
    margin: 2px;
}
.main-slider {
    text-align: center;
    margin: 0px;
}
section.page-title{
    margin: 0px;
}
.m-text-center {
    text-align: center;
}
.img1 {
    margin-left: 10px;
}
}

.mobile-menu .navigation {
   border-bottom: none;
}

.f_16{
font-size:16px;
}
.se_img1{ 
  background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_1.jpg)!important;
}
.vs_bg_blue .sec-title h2{
  color: #fff;
}

#kits-verticals-sections{
padding-right:0px;
padding-left:0px;
}
#kit-vision-section{
margin-bottom:15px;
}
.case-block .image-box .image {
   top: unset;
  left: unset;
  max-width: unset;
  height: unset;
  display: unset;
  transform:unset;
}
#sap-implementation-section{
margin-top:10px;
margin-bottom:10px;
}
.sec-title {
  position: relative;
   margin-bottom: 0px;
}
.se_img2{ 
  background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_2.jpg)!important;
}
.se_img3{ 
  background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_3.jpg)!important;
}
.se_img4{ 
  background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_4.jpg)!important;
}
.se_img5{ 
  background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_1.jpg)!important;
}
.se_img6{ 
  background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_2.jpg)!important;
}
.mobile-sticky-header {
  padding: 10px 15px 19px 15px;
}
.main-header .logo img {
  max-height: 55px !important;
}
.mobile-sticky-header .logo {
  display: block;
}
.mobile-header .logo {
display: block;
}
@media only screen and (max-width: 1023px) {
  .mobile-header {
        padding: 10px 15px 19px 15px;
}
}
#slider-bottom-heading-banner h3{
font-size:22px;
}
@media only screen and (max-width: 320px) {
.case-block .lower-content {
  padding: 13px 0px 17px;
}
}
@media only screen and (min-device-width: 321px) and (max-device-width: 424px){
.vs_bg_blue .case-block .inner-box {
  height: 435px !important;
}
}
.case-block .lower-content {
  position: relative;
  padding: 12px 0px 12px;
  text-align: center;
}
.case-block .lower-content h4 a{
font-size:17px;
}

.vs_bg_blue {
  background-color: #006bb8 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about_kit_css{
color: #006bb8;
font-size:16px;
font-weight:500;
}
.kit_color{
color:#1aafe4;
}
.kit1{
font-size:35px !important;
}
#about-sec-1{
margin-top:20px;
}
.kit_btn{
  color: #fff;
  background: #006bb8;
  padding: 9px 15px;
  border-radius: 5px;
}
.mt_10{
margin-top:10px;
padding-bottom: 10px;
}
.fontw{
font-weight:500;
}
#sap-imp-2{
  background: #e4f5fd !important;
}
h1 {
  font-size: 28px;
  line-height: 38px;
  padding: 13px 0px;
}
.vss-heading-style:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
.vss-heading-style {
  display: block;
  position: relative;
  border-bottom: 4px solid var(--vs-primary-color);
  width: 90px;
  height: 4px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@-webkit-keyframes heading-move {
0% {
  transform: translateX(-1px);
}
50% {
  transform: translateX(75px);
}
100% {
  transform: translateX(-1px);
}
}

@keyframes heading-move {
0% {
  transform: translateX(-1px);
}
50% {
  transform: translateX(75px);
}
100% {
  transform: translateX(-1px);
}
}
.card{
position: relative;
  border-radius: 10px;
  padding: 40px 50px 40px 30px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.card h3{
font-size:18px ! important;
}
.card.text1 {
    position: relative;
    font-size: 15px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
}
#home-key-new .vs-component.vs-image-container{
  display: block;
  margin: 0 auto;
}
.style-left{
  margin: 0;
  margin-bottom: 13px;
}
.container.contact-demo-style {
  padding: 21px 0px;
}
.container.contact-demo-style p{
  padding: 5px 0px;
}
.container.contact-demo-style a.btn.btn-outline-primary{
  color: white;
  border-color: #fff;
}
.header-style-three {
  position: relative;
  background: #ffffff;
}
.sticky-header {
  background: #ffffff;
}
.header-style-three .contact-list li i, .header-style-three .contact-list li, .header-style-three .contact-list li a, .header-style-three .search-box .search-btn, .header-style-three .service_wrapper h4, .header-style-three .service_wrapper p, .header-style-three .main-menu .navigation > li.dropdown > a:after, .header-style-three .main-menu .navigation > li > a {
  color: #02121d;
}
.service-block .icon {
  margin: 0 auto;
  margin-bottom:33px;
}
.btn-outline-primary {
    color: #1aafe4;
    border-color: #1aafe4;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1aafe4;
    border-color: #1aafe4;
}
/* General table styling for the new class */
.custom-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; /* Ensures borders are merged */
    font-family: Arial, sans-serif; /* Custom font */
    border-radius: 8px; /* Rounded corners */
    overflow: hidden; /* Ensures border radius is applied correctly */
}

/* Table header styling */
.custom-table thead th {
    background-color: #2e7d32; /* Deep green background */
    color: white; /* White text color */
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #1b5e20; /* Darker green border */
    position: sticky; /* Sticky header */
    top: 0;
    z-index: 1;
}

/* Table body styling */
.custom-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #bbb; /* Light gray border */
    color: #333; /* Dark text color */
    vertical-align: middle; /* Aligns content to the middle of the cell */
}

/* Alternate row coloring for better readability */
.custom-table tbody tr:nth-child(odd) {
    background-color: #e8f5e9; /* Light green background for odd rows */
}

.custom-table tbody tr:nth-child(even) {
    background-color: #c8e6c9; /* Slightly darker green for even rows */
}

/* Hover effect for rows */
.custom-table tbody tr:hover {
    background-color: #a5d6a7; /* Medium green on hover */
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* Highlight important cells */
.custom-table tbody td.highlight {
    background-color: #ffeb3b; /* Yellow background for emphasis */
    font-weight: bold;
}

/* Ensure the table is responsive */
@media (max-width: 768px) {
    .custom-table {
        display: block;
        overflow-x: auto;
    }
    .custom-table thead th,
    .custom-table tbody td {
        font-size: 14px; /* Smaller font size for mobile */
    }
  .col-sm-6{
    width:50%;
  }
}

.service-block .inner-box:before {
    background: #ab8647;
}
body{
    background-color: #fffaf2 !important;
}
.feature-block-three .inner-box:hover{
	background-color: #c19a4a !important;
}
.about-two {
  position: relative;
  background-color: var(#F6F6F8);
}
.about-two .container {
  position: relative;
  z-index: 1;
}
.about-two__image {
  position: relative;
  top: 3px;
}
.textsize1 {
    margin-left: 5px;
}
@media (max-width: 991px) {
  .about-two__image {
    top: 0;
    padding-left: 35px;
  }
}
@media (max-width: 575px) {
  .about-two__image {
    padding: 0 15px;
  }
}
.about-two__image__inner {
  position: relative;
  display: table;
}
.about-two__image__inner::before {
  content: "";
  width: calc(100% - 70px);
  height: calc(100% - 66px);
  position: absolute;
  left: -47px;
  bottom: -48px;
  z-index: -1;
  border-top: 1px solid #E6E6ED;
  border-left: 1px solid #E6E6ED;
  border-bottom: 1px solid #E6E6ED;
  animation: zump 2s linear infinite;
}
@media (max-width: 1199px) {
  .about-two__image__inner::before {
    left: -35px;
    bottom: -35px;
  }
}
@media (max-width: 575px) {
  .about-two__image__inner::before {
    left: -20px;
    bottom: -20px;
  }
}
.about-two__image__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-primary-color, #00CDE5);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(4.3deg);
  z-index: -1;
  animation: rotateShape 3s linear infinite;
}
.about-two__image__inner img {
  max-width: 100%;
  height: auto;
}
.about-two__image__two {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 10px solid #ffffff;
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1199px) {
  .about-two__image__two {
    max-width: 150px;
  }
}
@media (max-width: 490px) {
  .about-two__image__two {
    display: none;
  }
}
.about-two__experience {
  position: absolute;
  left: 0px;
  bottom: 40px;
  padding: 16px 32px;
  text-align: center;
  background-color: #00CDE5;
  z-index: 1;
}
@media (max-width: 430px) {
  .about-two__experience {
    padding-left: 25px;
    padding-right: 25px;
    bottom: 0px;
  }
}
.about-two__experience__year {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.22;
  color: #ffffff;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .about-two__experience__year {
    font-size: 40px;
  }
}
.about-two__experience__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #ffffff;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .about-two__content {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .about-two__content {
    margin-top: 0px;
  }
}
.about-two .sec-title {
  margin-bottom: 31px;
}
.about-two__info {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 430px) {
  .about-two__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-two__info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  font-size: 40px;
  color: var(--vs-primary-color);
  background-color: #2B2B5E;
  transition: all 500ms ease;
}
.about-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-two__info:hover .about-two__info__icon {
  color: #ffffff;
  background-color: var(--vs-primary-color);
}
.about-two__info__text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--vs-primary-color);
  line-height: 1.62;
  text-transform: capitalize;
}
.about-two__text {
  margin-bottom: 27px;
  text-transform: capitalize;
}
.about-two__list {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}
.about-two__list li {
  display: flex;
  gap: 11px;
  font-weight: 600;
  font-size: 16px;
  color: #2B2B5E;
  line-height: 1.75;
  text-transform: capitalize;
}
.about-two__list__icon {
  font-size: 18px;
  color:#00CDE5;
}
.about-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-two__shape {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation: moveHorizontal 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-two__shape {
    opacity: 0.8;
  }
}

@keyframes rotateShape {
  50% {
    transform: rotate(-4.3deg);
  }
  100% {
    transform: rotate(4.3deg);
  }
}
.piccolor{
  background-color:#414e94;
  display:flex;
  justify-content:center;
  align-items: center;
}
body{
    background-color: #fff !important;
}
.feature-block-three .inner-box:hover {
    background-color: #ed3136 !important;
}
.main-menu .navigation > li > a {
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
}
.btn-red {
  background-color: #d32f2f;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 20px;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn-red:hover {
  background-color: #b71c1c;
  color: #fff;
}

.section-title {
  text-align: center;
  color: #d32f2f;
  font-weight: bold;
  margin-bottom: 1rem;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
}
.sticky-header .main-menu .navigation > li > a,.sticky-header .main-menu .navigation > li.dropdown > a:after {
   color: #000000;
}
.icon-box{
  display:inline-flex;
}
h2.why-choose-title {
    padding: 20px;
    font-size: 32px;
}
.why-choose-section h3 {
    font-size: 24px;
    padding: 15px 0px;
}
.h2size{
    padding-top: 10px;
    padding-bottom: 10px;
}
.textsize1{
  margin-left:400px
}
.picsize {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hellorow {
    padding: 20px;
    background-color: #f1f4f8;
    border-radius: 10px;
}
.hirow {
    padding: 15px;
}
.hirow1 {
    padding: 10px;
}
.cddown {
    margin-bottom: 15px;
}
.cddown1 {
    margin-bottom: 10px;
}
.img1 {
    margin-left: 50px;
}
.imgback {
    background-color: #f2f5f9;
}
.gap-15{
padding:15px 0px;
}
.gapmob{
  padding-left:10px;
  padding-right:10px;
}
.container-fluid{
    width: 100%;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
div#funding-partners {
    padding-left: 15px;
}
div#placement-about {
    padding-left: 15px;
}
div#eatskillwhy-choose-us img {
    width: 150px;
    margin-left: 90px;
}
div#funding-partners img {
    width: 150px;
}
div#placement-about img {
    width: 150px;
}
.gapmob1{
  padding-left:15px;
  padding-right:15px;
}
.modal {
    z-index: 1051 ! important;
}
.framed-box {
      position: relative;
      padding: 12px;
      border: 2px solid #d32f2f; /* red */
      border-radius: 8px;
      box-shadow: 0 25px 35px rgba(211, 47, 47, 0.3);
      background: #fff;
      max-width: 640px;
}

.framed-box img {
      width: 100%;
      border-radius: 4px;
      display: block;
}
.about-btn {
  background-color: #d32f2f;
  color: white;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(211, 47, 47, 0.4);
  transition: background 0.3s ease;
  display: inline-block;
}

.about-btn:hover {
  background-color: #b71c1c;
}
.text-red {
    color: #f4401c;
}
.custom-underline {
  width: 60px;
  height: 4px;
  background-color: #7cc244;
  border: none;
  margin-top: -10px;
}

  .specialization-list li {
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    padding-left: 25px;
  }

  /* Arrow before each list item */
  .specialization-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #f4401c transparent transparent;
  }

  .image-box {
    position: relative;
    display: inline-block;
  }

.image-box .border-overlay {
   position: absolute;
   top: 20px;
   left: 20px;
   width: 100%;
   height: 100%;
   border: 2px solid #f4401c;
   z-index: -1;
   box-shadow:10px 10px 10px -4px #f23a22;
   #box-shadow: 0 0 40px rgba(255, 106, 0, 0.3);
}
.image-box img {
  width: 525px;
  height: 350px;
  display: block;
  max-width: 100%;
}
/* Mobile Responsive Styles */
@media (max-width: 767px) {
  .custom-underline {
    width: 40px;
    height: 3px;
    margin-top: -6px;
  }
   .image-box img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
  }

  .image-box {
    text-align: center;
  }

  .specialization-list li {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .image-box {
    width: 100%;
    text-align: center;
  }

  .image-box .border-overlay {
    top: 10px;
    left: 10px;
    box-shadow: 0 0 20px rgba(255, 106, 0, 0.2);
  }
}
.services {
  padding: 40px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.section-title {
  color: #f26522;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

  .service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

.service-card {
   box-shadow: 0 4px 12px rgba(0,0,0,0.1);
   cursor: pointer;
   transition: transform 0.3s ease;
}
.#service-card {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.service-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background 0.3s ease;
}

.service-card .service-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.service-card:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.service-card:hover .overlay {
  background: rgba(255, 140, 0, 0.5); /* orange glow */
  box-shadow: 0 0 20px 10px rgba(255, 140, 0, 0.5);
}

  .section-title {
    color: #f4401c;
    font-size: 30px;
    font-weight: bold;
  }

  .card-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }

.service-card h5 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.1rem;
}

.service-card p {
  flex-grow: 1;
  margin: 10px 0;
}

.btn-red {
  background-color: #d32f2f;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 20px;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn-red:hover {
  background-color: #b71c1c;
  color: #fff;
}


.housefulwhy-choose-us {
  text-align: center;
  padding: 50px 20px;
  font-family: 'Poppins', sans-serif;
}

.housefulwhy-choose-us h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #d32f2f;
  line-height: 1.1em;
}

.card-containerhouseful {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Flip Card */
.flip-card {
  background-color: transparent;
  width: 250px;
  height: 200px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  backface-visibility: hidden;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-front {
  background: white;
  border: 2px solid #f23a22;
  color: #f26522;
  font-weight: 600;
}

.flip-card-front i {
  font-size: 30px;
  margin-bottom: 10px;
}

.flip-card-back {
  background: #f23a22;
  color: white;
  transform: rotateY(180deg);
  font-size: 14px;
}
.flip-card-back p{
  color: white;
}

/* Glow Cards */
.cardhouseful {
  width: 250px;
  height: 200px;
  border-radius: 20px;
  border: 2px solid #f23a22;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow:10px 10px 10px -4px #f23a22;
  background: white;
  color: #f23a22;
  text-align: center;
  font-weight: 600;
}

.cardhouseful i {
  font-size: 28px;
  margin-bottom: 10px;
}

.cardhouseful:hover {
  box-shadow: 0 0 20px rgba(242, 101, 34, 0.5);
  transform: scale(1.05);
}
.process-single {
  position: relative;
}

.process-single .icon {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 40px;
  border: 2px solid #d32f2f;
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.process-single .icon img {
  border-radius: 50%;
}

.process-single span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background: #d32f2f;
  line-height: 35px;
  color: #ffffff;
  left: -3px;
  top: -13px;
  font-weight: 600;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

.process-single h4 {
  margin-bottom: 10px;
}

.process-single::before {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #d32f2f;
  width: 110px;
  height: 2px;
  right: -65px;
  top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-single .icon {
    height: 70px;
    width: 70px;
    font-size: 24px;
    padding: 3px;
  }

  .process-single span {
    height: 25px;
    width: 25px;
    font-size: 12px;
    line-height: 25px;
    top: -10px;
    left: -5px;
  }

  .process-single h4 {
    font-size: 16px;
  }

  .process-single::before {
    content: "";
    position: absolute;
    top: 100px; /* below icon */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    border-left: 2px dashed #d32f2f;
    border-bottom: none;
  }
}

.process-single1 {
  position: relative;
}

.process-single1 .icon {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 40px;
  border: 2px solid #d32f2f;
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.process-single1 .icon img {
  border-radius: 50%;
}

.process-single1 span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background: #d32f2f;
  line-height: 35px;
  color: #ffffff;
  left: -3px;
  top: -13px;
  font-weight: 600;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

.process-single1 h4 {
  margin-bottom: 10px;
   font-size:21px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) (min-width: 480px){
  .process-single1::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-single1::before {
    display: none;
  }
}
.rev_slider_wrapper, .rev_slider {
    height: 500px !important;
}
.interior-services {
  padding: 35px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.interior-services1 {
  padding: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.interior-services1 h2 {
  color: #d32f2f;
  font-size: 40px;
  margin-bottom: 10px;
}

.interior-services h3 {
  color: #d32f2f;
  font-size: 24px;
  margin-bottom: 30px;
}

.interior-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.interior-card {
  position: relative;
  width: 400px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.interior-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s ease;
}

.interior-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.interior-text {
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
}

.interior-card:hover img {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.interior-card:hover .interior-overlay {
  background: rgba(255, 102, 0, 0.5);
  box-shadow: 0 0 20px 10px rgba(255, 102, 0, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
.interior-services {
  padding: 0px;
  text-align: center;
  font-family: Arial, sans-serif;
}
  .interior-card {
    width: 100%;
    max-width: 320px;
    height: 200px;
  }

  .interior-card img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .interior-card {
    max-width: 100%;
    height: 180px;
  }

  .interior-card img {
    width: 100%;
    height: auto;
  }
}

.main-menu .navigation > li > a {
    text-transform: capitalize;
}
.py-5 {
    padding-top: 10px !important;
   padding-bottom: 10px !important;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

    @media (max-width: 768px) {
      .card2 {
        margin-bottom: 20px;
      }
    }
.sh-section {
            padding: 20px 0;
        }

.sh-section.row {
            margin-bottom: 30px;
        }

        /* --- Image Column Enhancements --- */
        .sh-img-column {
            padding: 30px;
        }

        .sh-img-container {
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
            position: relative;
        }

        .sh-img-container:hover {
            transform: scale(1.04);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
        }

        .sh-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            transition: all 0.3s ease;
            border: none;
        }

        .sh-img:hover {
            filter: brightness(1.1);
        }

        /* --- Text Column Enhancements --- */
        .sh-text-column {
            padding: 30px;
        }

        .sh-text-card {
            background: #ffffff;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .sh-text-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
        }

        /* Heading Enhancements */
        .sh-heading {
            color: #aa302b;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 2.5rem;
            text-align: center;
            position: relative;
            letter-spacing: -0.02em;
            animation: fadeInHeading 1s ease, pulseHeading 2s ease infinite alternate;
        }

        .sh-heading::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 5px;
            background: linear-gradient(to right, #aa302b, #d98928);
            border-radius: 3px;
        }

        /* Description Enhancements */
        .sh-description {
            color: #4a5568;
            font-size: 1.15rem;
            line-height: 1.9;
            margin: 2.5rem 0;
            font-family: 'Open Sans', sans-serif;
            text-align: center;
            font-weight: 400;
            animation: fadeInDescription 1s ease 0.5s;
        }

        /* --- Icon Enhancements --- */
        .sh-img-container::before,
        .sh-img-container::after {
            content: '';
            position: absolute;
            top: 10px;
            left: 10px;
            width: 4rem;
            height: 4rem;
            background-size: contain;
            background-repeat: no-repeat;
            opacity: 0.8;
            z-index: 10;
            transition: transform 0.2s ease, color 0.3s ease;
            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
        }

        .sh-img-container::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23aa302b' d='M256 80c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128-57.3-128-128-128zm0 224c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM464 432h-64c-6.6 0-12.9-3.3-16.1-8.9l-44.8-75c-12.7-21.2-39.7-21.2-52.4 0l-44.8 75c-3.2 5.6-9.5 8.9-16.1 8.9h-64c-35.3 0-64-28.7-64-64v-80c0-8.8 7.2-16 16-16h48v-32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v32h192v-32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v32h48c8.8 0 16 7.2 16 16v80c0 35.3-28.7 64-64 64z'%3E%3C/path%3E%3C/svg%3E");
            animation: float 3s ease-in-out infinite, color-change 5s ease-in-out infinite alternate;
        }

        .sh-img-container::before:hover {
             transform: scale(1.3);
        }

        .sh-img-container::after {
            content: '';
            top: auto;
            bottom: 20px;
            left: auto;
            right: 20px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23d98928' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zM256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm88 336h-16c-8.8 0-16-7.2-16-16v-16c0-35.3-28.7-64-64-64-35.3 0-64 28.7-64 64v16c0 8.8-7.2 16-16 16h-16c-26.5 0-48-21.5-48-48v-80c0-8.8 7.2-16 16-16h32v-32c0-53 43-96 96-96s96 43 96 96v32h32c8.8 0 16 7.2 16 16v80c0 26.5-21.5 48-48 48z'%3E%3C/path%3E%3C/svg%3E");
            animation: pulse 2s ease-in-out infinite, opacity-change 2s ease-in-out infinite alternate;
        }

        .sh-img-container::after:hover {
             transform: scale(1.3);
        }

        /* --- Animation Enhancements --- */

        /* Floating Animation */
        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-15px);
            }

            100% {
                transform: translateY(0);
            }
        }

        @keyframes color-change {
            from {
                color: #007bff;
            }

            to {
                color: #4ab3ff;
            }
        }

        /* Pulsing Animation */
        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.7;
            }

            50% {
                transform: scale(1.15);
                opacity: 1;
            }

            100% {
                transform: scale(1);
                opacity: 0.7;
            }
        }

        @keyframes opacity-change {
            from {
                opacity: 0.7;
            }

            to: {
                opacity: 1;
            }
        }

        @keyframes fadeInHeading {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInDescription {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulseHeading {
            from {
                transform: scale(1);
            }

            to {
                transform: scale(1.06);
            }
        }

        /* --- Responsive Design Enhancements --- */
        @media (max-width: 991px) {
            .sh-section .row {
                flex-wrap: wrap;
                min-height: auto;
            }

            .sh-img-column {
                height: auto;
                padding: 20px;
            }

            .sh-img-container {
                height: 400px;
            }

            .sh-text-column {
                order: -1;
                padding: 20px;
            }

            .sh-heading {
                font-size: 2.2rem;
            }

            .sh-description {
                font-size: 1.1rem;
            }
             .sh-img-container::before, .sh-img-container::after{
                width: 3rem;
                height: 3rem;
             }
        }

        @media (max-width: 767px) {
            .sh-img-column {
                height: auto;
                padding: 15px;
            }

            .sh-img-container {
                height: 300px;
            }

            .sh-heading {
                font-size: 1.8rem;
            }

            .sh-description {
                font-size: 1rem;
            }

            .sh-text-card {
                padding: 25px;
            }
             .sh-img-container::before, .sh-img-container::after{
                width: 2.5rem;
                height: 2.5rem;
             }
        }
.shabdha-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

.shabdha-image:hover {
    transform: scale(1.02);
}
    .services-area {
      padding: 50px 20px;
      background: #f9f9f9;
    }

    .card2 {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      position: relative;
      overflow: hidden;
      padding: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .card2:hover {
      transform: translateY(-5px);
    }

    .card2::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        45deg,
        transparent 25%,
        rgba(242,150,97,0.1) 50%,
        transparent 75%
      );
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .card2:hover::before {
      opacity: 1;
      animation: shine 3s infinite;
    }

    @keyframes shine {
      0% { transform: translate(-50%, -50%) rotate(0deg); }
      100% { transform: translate(-50%, -50%) rotate(360deg); }
    }

.css-icon {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 20px auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Target with Dart Icon */
.mission-icon {
  background: transparent;
}

.target-circle {
  position: absolute;
  border: 2px solid #f29661;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.target-circle.outer {
  width: 80px;
  height: 80px;
}

.target-circle.middle {
  width: 50px;
  height: 50px;
}

.target-circle.inner {
  width: 20px;
  height: 20px;
  background: #f29661;
}

.dart {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #f29661;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%) rotate(-45deg);
  transform-origin: right center;
}

.dart::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 3px solid #f29661;
  border-top: 3px solid #f29661;
  right: -1px;
  top: -4px;
  transform: rotate(45deg);
}

.dart::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background: #f29661;
  left: -15px;
  top: -6px;
}

/* Eye Icon for Vision */
.vision-icon {
  background: transparent;
  overflow: hidden;
}

.eye {
  position: absolute;
  width: 60px;
  height: 40px;
  border: 3px solid #f29661;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pupil {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f29661;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blink 4s infinite;
}

/* Animations */
.mission-icon:hover .dart {
  animation: dartHit 0.5s forwards;
}

@keyframes dartHit {
  0% { transform: translate(-80%, -50%) rotate(-45deg); }
  100% { transform: translate(-50%, -50%) rotate(-45deg); }
}

.vision-icon:hover .pupil {
  animation: lookAround 3s infinite;
}

@keyframes lookAround {
  0% { transform: translate(-50%, -50%); }
  25% { transform: translate(-70%, -50%); }
  50% { transform: translate(-50%, -70%); }
  75% { transform: translate(-30%, -50%); }
  100% { transform: translate(-50%, -50%); }
}

@keyframes blink {
  0%, 48%, 52%, 100% { height: 20px; }
  50% { height: 2px; }
}

/* Interactive Elements */
.css-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #980000;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
}

.css-icon:hover {
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

    @media (max-width: 768px) {
      .card2 {
        margin-bottom: 20px;
      }
    }
:root {
    --shabdha-primary: #aa302b;
    --shabdha-secondary: #d98928;
    --shabdha-accent: #d98928;
    --shabdha-light: #f8f9fa;
    --shabdha-dark: #333;
    --shabdha-text-light: #fff;
    --shabdha-text-dark: #333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    line-height: 1.6;
    color: var(--shabdha-text-dark);
    background-color: #f5f5f5;
    padding-bottom: 2rem;
}

.shabdha-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.shabdha-header {
    background: linear-gradient(135deg, var(--shabdha-primary), #8a2723);
    color: var(--shabdha-text-light);
    padding: 2.5rem 0;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.shabdha-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.shabdha-subtitle {
    color: var(--shabdha-primary);
    margin: 1.8rem 0 1.2rem;
    font-size: 1.5rem;
    border-bottom: 2px solid var(--shabdha-secondary);
    padding-bottom: 0.5rem;
    font-weight: 600;
}

.shabdha-section-title {
    color: var(--shabdha-secondary);
    margin: 1.4rem 0 1rem;
    font-size: 1.3rem;
    font-weight: 500;
}

.shabdha-intro {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    border-left: 5px solid var(--shabdha-secondary);
    position: relative;
    overflow: hidden;
}

.shabdha-card {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.shabdha-card-highlight {
    border-left: 5px solid var(--shabdha-secondary);
    position: relative;
}

.shabdha-signs-list {
    list-style-type: none;
    margin-left: 0;
}

.shabdha-signs-list li {
    padding: 0.7rem 0 0.7rem 2.2rem;
    position: relative;
    border-bottom: 1px dashed #eee;
}

.shabdha-signs-list li:before {
    content: "•";
    color: var(--shabdha-secondary);
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
}

.shabdha-test-types {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.shabdha-test-type {
    background-color: var(--shabdha-light);
    padding: 1.2rem;
    border-radius: 8px;
    border-left: 4px solid var(--shabdha-secondary);
    transition: transform 0.3s, box-shadow 0.3s;
}

.shabdha-test-type:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.shabdha-cta {
    background: linear-gradient(135deg, var(--shabdha-primary), #8a2723);
    color: var(--shabdha-text-light);
    text-align: center;
    padding: 3rem 2rem;
    border-radius: 8px;
    margin: 3rem 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.shabdha-btn {
    display: inline-block;
    background-color: var(--shabdha-secondary);
    color: var(--shabdha-text-dark);
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1.5rem;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.shabdha-btn:hover {
    background-color: #e69a3e;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.shabdha-image-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    margin: 2rem 0;
}

.shabdha-image-container {
    flex: 1;
    min-width: 300px;
}

.shabdha-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

.shabdha-image:hover {
    transform: scale(1.02);
}

.shabdha-image-content {
    flex: 1;
    min-width: 300px;
}

/* Additional Classes for Audiological Tests */
.shabdha-test-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.shabdha-test-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.shabdha-test-icon {
    width: 40px;
    height: 40px;
    background-color: var(--shabdha-secondary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-weight: bold;
}

.shabdha-test-title {
    font-size: 1.2rem;
    color: var(--shabdha-primary);
    font-weight: 600;
}

.shabdha-procedure-list {
    list-style-type: none;
    margin: 1rem 0;
}

.shabdha-procedure-list li {
    padding: 0.5rem 0 0.5rem 1.8rem;
    position: relative;
    border-bottom: 1px dashed #eee;
}

.shabdha-procedure-list li:before {
    content: "•";
    color: var(--shabdha-secondary);
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: -0.4rem;
}

.shabdha-significance-list {
    list-style-type: none;
    margin: 1rem 0;
}

.shabdha-significance-list li {
    padding: 0.5rem 0 0.5rem 1.8rem;
    position: relative;
}

.shabdha-significance-list li:before {
    content: "✓";
    color: var(--shabdha-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .shabdha-title {
        font-size: 2rem;
    }
    
    .shabdha-test-types {
        grid-template-columns: 1fr;
    }
    
    .shabdha-card {
        padding: 1.2rem;
    }
    
    .shabdha-image-section {
        flex-direction: column;
    }
}
.page-breadcrumb {
    font-size: 15px;
    line-height: initial;
    margin: 0px -11px 0px;
    padding-bottom: 14px;
}
.page-title {
    position: relative;
    padding: 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: 2;
}
    .impact-section {
      background-color: #fff;
      padding: 60px 0;
      text-align: center;
    }
    .impact-heading {
      color: #004d66;
      font-weight: 700;
      font-size: 2rem;
    }
    .spark {
      font-size: 1.5rem;
      color: #ffca28;
      vertical-align: middle;
    }
    .impact-subheading {
      color: #777;
      font-size: 1rem;
      margin-top: 0.5rem;
    }
    .impact-box {
      background-color: #ffcbcb;
      border-radius: 30px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      padding: 40px 20px;
      margin-top: 40px;
    }
    .impact-number {
      font-size: 1.8rem;
      font-weight: 700;
      color: #004d66;
      margin-bottom: 0.5rem;
    }
    .impact-label {
      color: #005566;
      font-size: 0.95rem;
    }
.image-uniform {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.image-uniform:hover {
  transform: scale(1.03);
}

/* For responsive height (mobile view) */
@media (max-width: 768px) {
  .image-uniform {
    height: 250px;
  }
}

/* Nero styles*/
 .home.focus-areas {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 16px;
  }

 .focus-areas h2 {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    margin: 0 0 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
  }

 .focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px; 
  margin: 0 auto;
  padding: 20px;
}

  .focus-card {
   grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    background: #fff;
    background-color:#F4A261;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
  }

.focus-card:hover {
    background-color:#FFD8A9;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  }

  

  .content h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
  }

 .home.content p {
  margin: 0;
  color: #444;
  font-size: 0.95rem;
  white-space: normal;  
  overflow: visible;    
  height: auto;         
}

  @media (prefers-color-scheme: dark) {
    .focus-card { background: #111; border-color: #222; }
    .icon { background: #1a1a1a; }
    .content p { color: #cfcfcf; }
    .focus-areas h2 { color: #f2f2f2; }
  }

  .specialization-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 16px;
    text-align: center;
  }

  .specialization-section h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: 700;
    color: #333;
  }

  .specialization-grid {
    display: grid;
  	grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  	gap: 20px;
  }

  .specialization-card {
    background-color: #FFF6E9;
    border-top: 6px solid #E98E35;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: 0.3s ease;
  }

  .specialization-card:hover {
    background-color: #FFD8A9; 
    transform: translateY(-4px);
  }

  .specialization-card .icon {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
  }

  .specialization-card h3 {
    margin-bottom: 8px;
    color: #E98E35;
    font-size: 1.1rem;
  }

  .specialization-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
  }

/* About_us */



/* Responsive adjustments */
@media (max-width: 768px) {
  .callout {
    flex-direction: column;
    text-align: center;
  }
}
.about-category {
  margin-bottom: 2.5rem;
}

.about-category h3 {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  padding-left: 10px;
 
  font-weight: 600;
}


.about-item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ffe1c2;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
  transition: 0.3s ease;
}

.about-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.about-item img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.about-item p {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* For small screens */
@media (max-width: 768px) {
  .about-item {
    flex-direction: column;
    text-align: center;
  }
  .about-item img {
    width: 100%;
    height: auto;
  }
}

/* Services*/
.services {
  padding: 3rem 0;
  background: #fff9f4;
  font-family: 'Poppins', sans-serif;;
}



.section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.eyebrow {
  color: #ff7a00;
  font-weight: bold;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2rem;
  color: #333;
}

.section-sub {
  color: #666;
  font-size: 1rem;
  max-width: 600px;
  margin: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.service-card {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 4px 14px rgba(255, 122, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 122, 0, 0.1);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 122, 0, 0.18);
}

.service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.service-card:hover .service-img {
  transform: scale(1.03);
}

.service-card h3 {
  color: #ff7a00;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.service-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
}
.contact-info {
  background: #fff;
  padding: 1.8rem;
  border-radius: 12px;
  border: 1px solid #ffe1c2;
  box-shadow: 0 4px 15px rgba(255, 122, 0, 0.08);
  max-width: 450px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.contact-info h3 {
  color: #ff7a00;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.contact-info p {
  margin: 0.6rem 0;
  color: #444;
  line-height: 1.5;
  font-size: 1rem;
}

.contact-info strong {
  color: #333;
}

.contact-info a {
  color: #ff7a00;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
/* vision*/
 .vision.vmg-section {
    background: #f8f9fa;
    padding: 50px 0;
    margin-top: 40px;
  }
  .vmg-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .vmg-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  }
  .vmg-card img {
    margin-bottom: 15px;
    border-radius: 50%;
    background: #e9ecef;
    padding: 10px;
  }
  .vmg-card h3 {
    color: #2a5298;
    margin-bottom: 15px;
  }
  .vmg-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
  }
/*Aboutus*/
.aboutus.section {
  padding: 60px 0;
  background: #f9f9f9;
}

.aboutus.section p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
  text-align: justify;
}

.aboutus.section strong {
  color: #e98e35;
  font-size: 1.2rem;
}

/* Image Styling - Enlarged */
.img-fluid {
  max-width: 95%;   
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  margin: auto;
}

.img-fluid:hover {
  transform: scale(1.08); 
}

/* Responsive */
@media (max-width: 768px) {
  section .row {
    flex-direction: column;
    text-align: center;
  }

  .img-fluid {
    max-width: 100%;   
    margin-top: 20px;
  }

  section p {
    text-align: center;
  }
}
/*services*/
.serv.services {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.card h3 {
  margin: 15px 0 10px;
  font-size: 1.3rem;
  color: #e98e35;
}

.card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
}


@media (max-width: 768px) {
  .service-cards {
    grid-template-columns: 1fr;
  }
}
/*service*/



.btn-primary {
      color: #fff;
      background-color: var(--vs-primary-color);
      border-color: var(--vs-primary-color);
  }
 .btn-outline-primary {
    color: var(--vs-primary-color);
    border-color: var(--vs-primary-color);
}
 .btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}
.vss-heading-style:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
.vss-heading-style {
  display: block;
  position: relative;
  border-bottom: 4px solid var(--vs-primary-color);
  width: 90px;
  height: 4px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
  
@-webkit-keyframes heading-move {
0% {
  transform: translateX(-1px);
}
50% {
  transform: translateX(75px);
}
100% {
  transform: translateX(-1px);
}
}

@keyframes heading-move {
0% {
  transform: translateX(-1px);
}
50% {
  transform: translateX(75px);
}
100% {
  transform: translateX(-1px);
}
}
.bg-primary{
  background-color: var(--vs-primary-color) ! important;
}
/* About Us Section Styles */
.about-two {
  font-family: "Poppins", Arial, sans-serif; /* Modern clean font */
  color: #333;
}

.about-two .about-title {
  font-family: "Merriweather", serif; /* Elegant serif for title */
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #1a3c6e; /* Dark blue for trustful look */
  letter-spacing: 1px;
}

.about-two .about-text {
  font-family: "Roboto", sans-serif; /* Readable body text */
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
  text-align: justify;
}

.about-two p.vss-heading-style {
  font-family: "Dancing Script", cursive; /* Stylish script for sub-heading */
  font-size: 1.2rem;
  color: #e98e35; /* Accent color */
  margin-bottom: 10px;
}

.about-two .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 25px;
  padding: 10px 20px;
}
 .style1 .gradient-card {
            background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ff8c42 100%);
            color: white;
            border-radius: 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
        }
        .style1 .gradient-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(255, 107, 53, 0.4);
        }
        .style1 .icon-circle {
            width: 80px;
            height: 80px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            backdrop-filter: blur(10px);
        }
 .recognition-impact {
    background: none;   /* remove gradient */
}

.recognition-impact::before {
    background: none;   /* removes overlay gradients */
}

        

        .section-title {
            color: #000;
            font-weight: 700;
            font-size: 2.5rem;
            position: relative;
            margin-bottom: 2rem;
        }

        .section-title::after {
            
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #ff6b35, #f7931e);
            border-radius: 2px;
        }

        .section-title.text-center::after {
            left: 50%;
            transform: translateX(-50%);
        }

        .section-desc {
            color: #555;
            line-height: 1.8;
            font-size: 1.1rem;
            margin-bottom: 2rem;
        }

        /* Award Section Styling */
        .award-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 
                0 10px 30px rgba(255, 107, 53, 0.1),
                0 1px 8px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 107, 53, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .award-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #ff6b35, #f7931e, #ff8c42);
        }

        .award-card:hover {
            transform: translateY(-5px);
            box-shadow: 
                0 20px 40px rgba(255, 107, 53, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .award-image {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
        }

        .award-image:hover {
            transform: scale(1.05);
        }

        .award-image img {
           		 width: 100%;
  				height: 300px;          /* fixed constant height */
  				object-fit: cover;      /* crops while keeping ratio */
 				 border-radius: 15px;
        }

        .award-image:hover img {
            transform: scale(1.1);
        }

        .award-badge {
            position: absolute;
            top: -10px;
            right: -10px;
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4); }
            50% { box-shadow: 0 4px 25px rgba(255, 107, 53, 0.6); }
            100% { box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4); }
        }

        /* Impact Section Styling */
        .impact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .impact-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            background: white;
        }

        .impact-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .impact-image {
            height: 250px;          /* same fixed height for all */
 			 overflow: hidden;
        }

        .impact-image img {
         	width: 100%;
  			height: 100%;
  			object-fit: cover;;
        }

        .impact-card:hover .impact-image img {
            transform: scale(1.1);
        }

        .impact-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                45deg, 
                rgba(255, 107, 53, 0.8) 0%, 
                rgba(247, 147, 30, 0.6) 100%
            );
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .impact-card:hover .impact-overlay {
            opacity: 1;
        }

        .impact-overlay i {
            font-size: 3rem;
            color: white;
            animation: zoomIn 0.3s ease;
        }

        @keyframes zoomIn {
            from { transform: scale(0); }
            to { transform: scale(1); }
        }

        .impact-content {
            padding: 1.5rem;
            text-align: center;
        }

        .impact-title {
            color: #d63031;
            font-weight: 600;
            margin-bottom: 0.5rem;
            font-size: 1.2rem;
        }

        .impact-desc {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Stats Section */
        .stats-container {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            border-radius: 20px;
            padding: 2rem;
            margin: 3rem 0;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .stats-container::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(45deg);
            transition: transform 0.3s ease;
        }

        .stats-container:hover::before {
            transform: rotate(45deg) translateX(100%);
        }

        .stat-item {
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            display: block;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            font-size: 1rem;
            opacity: 0.9;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .award-card {
                padding: 1.5rem;
                margin-top: 2rem;
            }
            
            .impact-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .stats-container {
                padding: 1.5rem;
            }
            
            .stat-number {
                font-size: 2rem;
            }
        }

        /* Scroll Animation */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
 }
/* Section */

.impact-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

.impact-subtitle {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1rem;
  color: #555;
}

/* Card Grid */
.impact-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* Card */
.impact-card-alt {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.impact-card-alt:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* Image fixed size */
.impact-card-img {
 
  overflow: hidden;
}

.impact-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card Body */
.impact-card-body {
  padding: 15px 20px;
  text-align: center;
}

.impact-card-body h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--vs-primary-color, #007bff);
}

.impact-card-body p {
  font-size: 0.95rem;
  color: #555;
}

/* services */
.services {
            padding: 80px 20px;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        .services::before {
           
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, #ff6b35, #e55a2b);
            border-radius: 2px;
        }

        .services h2 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 600;
            color: #2c3e50;
            text-align: center;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
            position: relative;
        }

        .services h2::after {
         
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 2px;
            background: #ff6b35;
            border-radius: 1px;
        }

        .subtitle {
            text-align: center;
            font-size: 1.1rem;
            color: #6c757d;
            margin-bottom: 60px;
            font-weight: 300;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .service-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .card {
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(255, 107, 53, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            border: 1px solid rgba(255, 107, 53, 0.1);
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(255, 107, 53, 0.2);
            border-color: rgba(255, 107, 53, 0.3);
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #ff6b35, #e55a2b);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .card:hover::before {
            transform: scaleX(1);
        }

        .card-img-container {
            position: relative;
            height: 220px;
            overflow: hidden;
            background: #fff8f0;
        }

        .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: none;
        }

        .card-content {
            padding: 32px 28px;
            position: relative;
        }

        .card h3 {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 16px;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .card:hover h3 {
            color: #ff6b35;
        }

        .card p {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.7;
            font-weight: 400;
            letter-spacing: 0.02em;
        }

        .service-icon {
            position: absolute;
            top: -20px;
            right: 28px;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #ff6b35, #e55a2b);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
            transition: transform 0.3s ease;
        }

        .card:hover .service-icon {
            transform: scale(1.1);
        }

        .service-icon::after {
            content: '✦';
            color: white;
            font-size: 14px;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            .services {
                padding: 60px 16px;
            }

            .service-cards {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .card-img-container {
                height: 180px;
            }

            .card-content {
                padding: 24px 20px;
            }
        }

        @media (max-width: 480px) {
            .service-cards {
                grid-template-columns: 1fr;
            }
        }

        /* Animation for cards on scroll */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .card {
            animation: fadeInUp 0.6s ease forwards;
        }

        .card:nth-child(1) { animation-delay: 0.1s; }
        .card:nth-child(2) { animation-delay: 0.2s; }
        .card:nth-child(3) { animation-delay: 0.3s; }
        .card:nth-child(4) { animation-delay: 0.4s; }
        .card:nth-child(5) { animation-delay: 0.5s; }
        .card:nth-child(6) { animation-delay: 0.6s; }
        .card:nth-child(7) { animation-delay: 0.7s; }
        .card:nth-child(8) { animation-delay: 0.8s; }

.card-figure {
  width: 100%;
  height: 100%;
  margin: 0; /* removes extra spacing */
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fills card, may crop */
  border-radius: 8px;  /* optional - rounded corners */
}
/*about us*/
/* Section Background with Gradient */
.recognition-impact {
  font-family: "Poppins", sans-serif;
 
  padding: 60px 0;
  border-radius: 16px;
}

/* Title with Gradient Text */
.recognition-impact .section-title {
  font-size: 2rem;
  font-weight: 700;
  background:linear-gradient(90deg, #000000, #6e6e6e); /* Black → Gray */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description */
.recognition-impact .section-desc {
  font-size: 1rem;
  line-height: 1.6;
  
}

/* Image Styling with Gradient Border */
.award-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  padding: 6px;
  background: linear-gradient(45deg, #ff6b6b, #fbc531, #4cd137, #00a8ff);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Stats */
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff, #e9ecef);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Gradient Numbers */
.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ff512f, #dd2476); /* Orange → Pink */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Labels */
.stat-label {
  font-size: 0.9rem;
  color: #333;
  margin-top: 4px;
}
/* Aboutus img*/
.about-two .about-image img {
  width: 100%;
  height: auto;
  border: 5px solid transparent;
  border-radius: 15px;
  background: linear-gradient(45deg, #ff6b6b, #ffd93d, #6bcf6b, #4d96ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
/* vision mision*/
#vision h2 {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 50%, #d85427 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(255, 107, 53, 0.2);
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

#vision h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

/* Vision Section - 3 Cards in Same Row */
#vision {
    position: relative;
    z-index: 1;
    padding: 100px 0 !important;
}

#vision .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    align-items: stretch;
}

#vision .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 0;
    display: flex;
}

/* Gradient Card Styling */
.gradient-card {
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 248, 245, 0.8) 100%);
    border-radius: 25px;
    border: 2px solid transparent;
    box-shadow: 
        0 20px 40px rgba(255, 107, 53, 0.1),
        0 8px 20px rgba(255, 140, 66, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 320px;
}

/* Card Gradient Border Effect */
.gradient-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff6b35, #ff8c42, #ffa366, #ff6b35);
    background-size: 300% 300%;
    border-radius: 25px;
    padding: 2px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    animation: gradient-shift 4s ease infinite;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.gradient-card::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 248, 245, 0.9) 100%);
    border-radius: 23px;
    z-index: -1;
}

/* Card Hover Effects */
.gradient-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 30px 60px rgba(255, 107, 53, 0.2),
        0 15px 35px rgba(255, 140, 66, 0.15);
}

.gradient-card:hover::before {
    opacity: 1;
}

/* Vision Card Title Styling */
#vision .gradient-card h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px !important;
    position: relative;
    text-align: center;
}

#vision .gradient-card h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
    border-radius: 3px;
    transition: width 0.3s ease;
}

#vision .gradient-card:hover h3::after {
    width: 60px;
}

/* Vision Card Description Styling */
#vision .gradient-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5a6c7d;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Vision Section Icon Addition */
#vision .gradient-card h3::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
    transition: transform 0.3s ease;
}

#vision .gradient-card:hover h3::before {
    transform: rotate(360deg) scale(1.1);
}

/* Vision Card Icon - First Card */
#vision .col-md-4:nth-child(1) .gradient-card h3::before {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    content: '👁️';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

/* Mission Card Icon - Second Card */
#vision .col-md-4:nth-child(2) .gradient-card h3::before {
    background: linear-gradient(135deg, #ff8c42, #ffa366);
    content: '🎯';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

/* Goals Card Icon - Third Card */
#vision .col-md-4:nth-child(3) .gradient-card h3::before {
    background: linear-gradient(135deg, #ffa366, #ff6b35);
    content: '🏆';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

/* Vision Section Responsive Design */
@media (max-width: 992px) {
    #vision .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    #vision .gradient-card {
        min-height: 300px;
        padding: 20px !important;
    }
    
    #vision .gradient-card h3 {
        font-size: 1.7rem;
    }
    
    #vision .gradient-card p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    #vision {
        padding: 0px !important;
    }
    
    #vision h2 {
        font-size: 2.5rem;
        margin-bottom: 40px !important;
    }
    
    #vision .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    
    #vision .gradient-card {
        min-height: 280px;
    }
    
    #vision .gradient-card h3 {
        font-size: 1.6rem;
    }
    
    #vision .gradient-card p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    #vision h2 {
        font-size: 2rem;
    }
    
    #vision .gradient-card {
        padding: 25px !important;
        min-height: 250px;
    }
    
    #vision .gradient-card h3 {
        font-size: 1.4rem;
    }
    
    #vision .gradient-card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* Vision Section Smooth Animation Entry */
#vision .gradient-card {
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease forwards;
}

#vision .col-md-4:nth-child(1) .gradient-card { animation-delay: 0.2s; }
#vision .col-md-4:nth-child(2) .gradient-card { animation-delay: 0.4s; }
#vision .col-md-4:nth-child(3) .gradient-card { animation-delay: 0.6s; }

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Additional Utility Classes */


.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}

.h-100 {
    height: 100% !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.g-4 {
    gap: 1.5rem;
}
#vision .row {
    display: flex;
    flex-wrap: nowrap; /* keep in one row */
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

#vision .col-md-4 {
    flex: 1; /* cards auto-resize equally */
    max-width: 100%; /* remove fixed 33% */
    padding: 0 15px;
    display: flex;
}
/* Nero Services */
.services-section .row {
  display: flex;
  flex-wrap: nowrap; /* Keep all cards in one row */
  justify-content: center;
  gap: 20px; /* space between cards */
}

.services-section .col-md-4 {
  flex: 1;              /* Make all cards equal width */
  max-width: 100%;      /* Prevent overflow */
  display: flex;
}

.services-section .service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.services-section .service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.services-section .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 15px;
  color: #333;
}

.services-section .card-text {
  font-size: 0.95rem;
  color: #555;
  margin: 10px 0 20px;
}

.services-section .btn-gradient {
  background: linear-gradient(45deg, #ff6600, #ff9900);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.services-section .btn-gradient:hover {
  background: linear-gradient(45deg, #ff5500, #ff8800);
}
/* Desktop (default) */
.services-section .row {
  display: flex;
  flex-wrap: nowrap; /* keep in one row */
  justify-content: center;
  gap: 20px;
}


/* Social Impact Section - Minimalist Orange & White Design */

/* Section Base */
.social-impact-alt {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}

/* Orange accent stripe */
.social-impact-alt::before {
 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42, #ffa366);
}



/* Header Section */
.impact-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 15px;
    text-align: center;
}

.impact-subtitle {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

/* Cards Grid - Simple Layout */
.impact-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* Card Styling - Clean & Simple */
.impact-card-alt {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.impact-card-alt:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.15);
    border-color: #ff6b35;
}

/* Image Container */
.impact-card-img {
   
    overflow: hidden;
    position: relative;
}

.vs-component,
.vs-image-container {
    width: 100%;
    height: 100%;
}

.vs-image-container figure {
    margin: 0;
    width: 100%;
    height: 100%;
}

.impact-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.impact-card-alt:hover .impact-card-img img {
    transform: scale(1.05);
}

/* Card Content */
.impact-card-body {
    padding: 25px 20px;
    text-align: left;
}

.impact-card-body h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    border-left: 4px solid #ff6b35;
    padding-left: 15px;
}

.impact-card-body p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-impact-alt {
        padding: 60px 0;
    }
    
    .impact-heading {
        font-size: 2.2rem;
    }
    
    .impact-card-grid {
        grid-template-columns: 1fr;
       
    }
    
   
    
    .impact-card-body {
        padding: 20px 15px;
    }
}

/* Utility Classes */
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.mb-4 { margin-bottom: 1.5rem; }
.text-center { text-align: center; }
.col-12 { width: 100%; }
.row { display: flex; flex-wrap: wrap; }
/* Force all cards into a single row with horizontal scroll */
.impact-card-grid {
    display: flex;
    flex-wrap: nowrap;        /* prevent wrapping */
    gap: 30px;                /* space between cards */
    overflow-x: auto;         /* enable horizontal scroll if needed */
    padding-bottom: 10px;     /* little space for scrollbar */
   
}

.impact-card-alt {
    flex: 0 0 320px; /* fixed card width, adjust as needed */
}
.impact-card-grid {
    display: flex;
    justify-content: space-between; /* space out cards */
    gap: 20px;
    flex-wrap: nowrap;
    overflow: hidden; /* remove scroll */
}

.impact-card-alt {
    flex: 1; /* cards will auto-resize equally */
    min-width: 0; /* allow shrinking */
}
/* Services Section - Modern Card Design with Orange & White Theme */


/* Section Base Styling */
.services {
    background: linear-gradient(135deg, #ffffff 0%, #fff8f4 50%, #ffe5d9 100%);
    padding: 80px 20px;
    position: relative;
}

/* Decorative Background Elements */
.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 107, 53, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 140, 66, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Header Styling */
.services h2 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #ff6b35;
    margin-bottom: 15px;
    position: relative;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.services h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
    border-radius: 2px;
}

.services .subtitle {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
    line-height: 1.6;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Cards Container - 3 Cards Per Row */
.service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Card Styling */
.service-cards .card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
}

.service-cards .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42, #ffa366);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-cards .card:hover::before {
    transform: scaleX(1);
}

.service-cards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.15);
    border-color: #ff6b35;
}

/* Image Container */
.card-img-container {
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.vs-component,
.vs-image-container {
    width: 100%;
    height: 100%;
}

.vs-image-container figure {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-cards .card:hover .card-img {
    transform: scale(1.05);
}

/* Card Content */
.card-content {
    padding: 25px 20px;
    text-align: center;
    position: relative;
}

.card-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.card-content h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #ff6b35;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-cards .card:hover .card-content h3::after {
    opacity: 1;
}

.card-content p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Responsive Design */
@media (max-width: 992px) {
    .service-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .services h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .services {
        padding: 60px 15px;
    }
    
    .service-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .services h2 {
        font-size: 2.2rem;
    }
    
    .services .subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }
    
    .card-img-container {
        height: 180px;
    }
    
    .card-content {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .services {
        padding: 40px 10px;
    }
    
    .services h2 {
        font-size: 1.8rem;
    }
    
    .services .subtitle {
        font-size: 1rem;
    }
    
    .card-content {
        padding: 15px;
    }
    
    .card-content h3 {
        font-size: 1.2rem;
    }
    
    .card-content p {
        font-size: 0.9rem;
    }
}

/* Alternative Style 2 - Gradient Cards */
.services.style-2 {
    background: #ffffff;
}

.services.style-2 .service-cards .card {
    background: linear-gradient(135deg, #ffffff 0%, #fff8f4 100%);
    border: 2px solid transparent;
    background-clip: padding-box;
}

.services.style-2 .service-cards .card::before {
    background: linear-gradient(135deg, #ff6b35, #ff8c42, #ffa366, #ff6b35);
    height: 100%;
    z-index: -1;
    transform: scale(0);
    border-radius: 15px;
}

.services.style-2 .service-cards .card:hover::before {
    transform: scale(1);
}

/* Alternative Style 3 - Flat Modern */
.services.style-3 {
    background: #f8f9fa;
}

.services.style-3 .service-cards .card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #e9ecef;
}

.services.style-3 .service-cards .card:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.1);
}

.services.style-3 .card-img-container {
    border-radius: 0;
}

.services.style-3 .card-content h3 {
    color: #ff6b35;
    font-weight: 700;
}

/* Alternative Style 4 - Minimal */
.services.style-4 {
    background: #ffffff;
}

.services.style-4 .service-cards .card {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.services.style-4 .card-img-container {
    border-radius: 12px;
    margin-bottom: 20px;
}

.services.style-4 .card-content {
    padding: 0;
    text-align: left;
}

.services.style-4 .card-content h3 {
    border-left: 4px solid #ff6b35;
    padding-left: 15px;
    margin-bottom: 10px;
}

.services.style-4 .service-cards .card:hover {
    transform: none;
}

.services.style-4 .service-cards .card:hover .card-img {
    transform: scale(1.02);
}

/* Alternative Style 5 - Card Overlay */
.services.style-5 .service-cards .card {
    position: relative;
    height: 300px;
}

.services.style-5 .card-img-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services.style-5 .card-img-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
}

.services.style-5 .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    color: #ffffff;
    text-align: left;
    z-index: 2;
}

.services.style-5 .card-content h3 {
    color: #ffffff;
    font-size: 1.4rem;
}

.services.style-5 .card-content p {
    color: rgba(255, 255, 255, 0.9);
}

/* Accessibility Enhancements */
.service-cards .card:focus {
    outline: 3px solid rgba(255, 107, 53, 0.5);
    outline-offset: 2px;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .service-cards .card,
    .card-img,
    .card-content h3::after {
        transition: none;
    }
    
    .service-cards .card:hover {
        transform: none;
    }
    
    .service-cards .card:hover .card-img {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .services {
        background: white !important;
        padding: 20px !important;
    }
    
    .service-cards {
        display: block;
    }
    
    .service-cards .card {
        break-inside: avoid;
        margin-bottom: 20px;
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
/* Contact Section Icons */
.row em.lni {
  display: block;
  font-size: 60px;        
  color:#d98928;         
  text-align: center;
  margin-bottom: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.row em.lni:hover {
  color: #e65100;         
  transform: scale(1.2);  
}
