 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;
}
.ed-com-t1-left ul li a {
    /* padding: 5px 14px; */
    line-height: 30px;
    font-size: 12px;
    letter-spacing:
}
ul.footer-social-link {
  display: inline-flex;
}
ul.footer-social-link li{
text-align:center;
width:30px;
height:30px;
margin: 5px;
border:2px solid #d2d2d2;
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 {
  background-color: #4a3560;
  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;

}

.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: "Poppins", Arial, sans-serif;/* Elegant serif for title */
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #1a3c6e; /* Dark blue for trustful look */
  
 text-align: center;
}



.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:         /* 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 {
                 /* 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: 2.2rem;
  font-weight: 700;
  color: #1a3c6e;
  text-align: center;
}

.impact-subtitle {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 1rem;
  color: #666;
  text-align: center;
  line-height: 1.6;
}

/* Card Grid */
.impact-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 5px !important;   /* reduce outer spacing */
  padding: 10px !important; 
}

/* Card Alternate */
.impact-card-alt {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.impact-card-alt:hover {
  transform: translateY(-8px);
  border-color: #d4d4d4;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Image */

/* 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 1px;
  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-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-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;
 
}

#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 */
.py-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.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-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;
        margin-top:-54px;
    }
    
    .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 */
       /* 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 */
}

.impact-card-alt {
  display: flex;
  flex-direction: column;
  height: 100%; /* makes all cards stretch equally */
}

.impact-card-body {
  flex-grow: 1; /* fills available space */
}

/* 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: 500;
    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-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: 40px;        
  color: #ff6600;        
  text-align: center;
  margin-bottom: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover Effect */
.row em.lni:hover {
  color: #e65100;         
  transform: scale(1.2);  
}

/* Volunteer*/
 /* Hero Section */
.hero {
  background: linear-gradient(135deg, #fff5f0, #ffe9e0); /* soft orange background */
  padding: 80px 20px;
  text-align: center;
  border-radius: 16px;
  margin: 20px auto;
  max-width: 1100px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.hero .lni-hand-shake {
  color: #f96d2b;
  font-size: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.hero h1 {
  
  color: #f96d2b;
  margin-bottom: 15px;
  font-weight: 800;
}

.hero p {
  font-size: 1.1rem;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

    /* CTA Section */
    .cta {
      background: #f96d2b;
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      border-radius: 15px;
      margin-top: 50px;
    }
    .cta h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .cta p {
      font-size: 1.1rem;
      margin-bottom: 25px;
    }
    .cta a.btn {
      background: #fff;
      color: #f96d2b;
      font-weight: 600;
      padding: 12px 30px;
      border-radius: 8px;
      transition: all 0.3s;
    }
    .cta a.btn:hover {
      background: #e65517;
      color: #fff;
    }

        /* Impact Section */
      
        .impact h2 {
            text-align: center;
            font-size: 25px;
            color: #333;
            margin-bottom: 1rem;
        }

        .impact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .impact-card {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .impact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(249, 109, 43, 0.2);
        }

        .impact-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .impact-card h3 {
            color: #f96d2b;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .impact-card p {
            color: #666;
            line-height: 1.6;
        }

        /* Ways to Help */
        .ways-to-help {
            padding: 4rem 0;
            background: white;
        }

        .ways-to-help h2 {
            text-align: center;
            font-size:28px;
            color: #333;
            margin-bottom: 3rem;
        }

        .ways-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .way-card {
            background: #f8f8f8;
            padding: 2rem;
            border-radius: 10px;
            text-align: center;
            border-left: 5px solid #f96d2b;
            transition: all 0.3s ease;
        }

        .way-card:hover {
            background: #f96d2b;
            color: white;
            transform: scale(1.05);
        }

        .way-card h3 {
            margin-bottom: 1rem;
            font-size: 1.3rem;
        }
/* Icons */
.lni-hand-shake {
  color: #f96d2b;   /* set the icon color */
  font-size: 48px;  /* adjust size as needed */
  display: inline-block;
  margin: 10px 0;
}

/* Card styling */
.card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.card img {
  object-fit: cover;
}

.card-body {
  flex-grow: 1;
}

/* Enlarged mini-gallery inside card */
.card-body .row.g-2 img {
  width: 100%;
  height: 160px;        /* increased height from 100px → 160px */
  object-fit: cover;    /* fills space neatly */
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-body .row.g-2 img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

/* Title and text */
.card-title {
  color: #f96d2b;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left:
   
}

.date {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 10px; /* space between images */
  margin-top: 15px;
}

.gallery img {
  width: 100%;
  height: 150px;     /* keep all equal size */
  object-fit: cover; /* crop nicely */
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

/* Responsive: on small screens show 1 per row */
@media (max-width: 576px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
.focus-areas {
  padding: 50px 20px;
  background: #fff; /* White background */
  text-align: center;
}

.focus-areas h2 {
  font-size: 2rem;
  color: #f96d2c;
  margin-bottom: 30px;
}

.focus-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.focus-card {
  background: #fff;
  border: 2px solid #f96d2c;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.focus-card:hover {
 
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.focus-card .icon {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #f96d2c;
}

.focus-card:hover .icon {
  color: #fff;
}

.focus-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #333;
}

.focus-card:hover h3 {
  color: #fff;
}

.focus-card p {
  font-size: 0.95rem;
  color: #555;
}

.focus-card:hover p {
  color: #fff;
}

#connect-icon--widget p{
  margin-top:10px

}
/* why choose us */
/* Section Styling */
.why-choose-section {
  background: #fefcff;
  padding: 
  font-family: "Poppins", sans-serif;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a3c6e;
  margin-bottom: 50px;
  position: relative;
}

.section-title::after {
  
  display: block;
  width: 100px;
  height: 5px;
  background: #ffb347;
  margin: 12px auto 0;
  border-radius: 4px;
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Feature Card */
.feature-card {
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border-top: 6px solid #ffb347; /* pastel accent */
}

.feature-card:nth-child(2) {
  border-top-color: #8fd3f4; /* light blue */
}
.feature-card:nth-child(3) {
  border-top-color: #a1e3a1; /* light green */
}
.feature-card:nth-child(4) {
  border-top-color: #f7a8b8; /* light pink */
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 25px rgba(0,0,0,0.12);
}

/* Icon Styling */
.feature-icon {
  margin-bottom: 15px;
}

.feature-icon img {
  
  height: 200px;
  object-fit: contain;
}

/* Headings */
.feature-card h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom:
  font-weight: 600;
}

/* Paragraphs */
.feature-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row on tablets */
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr; /* stack cards on mobile */
  }
}

/* age group */
.sub-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a3c6e;
  margin-bottom: 25px;
}

.age-cards {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.age-card {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  width: 250px;
  text-align: center;
  border-top: 5px solid #ffb347;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.age-card:nth-child(2) { border-top-color: #8fd3f4; }
.age-card:nth-child(3) { border-top-color: #a1e3a1; }

.age-card h4 {
  font-size: 1.05rem;
  color: #1a3c6e;
  margin-bottom: 8px;
}

.age-card p { font-size: 0.9rem; color: #555; }

/* Quick Stats */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.stat-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.stat-card h2 {
  font-size: 1.8rem;
  color: #ffb347;
  margin-bottom: 6px;
}

.stat-card p { font-size: 0.95rem; color: #333; }

/* Responsive */
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr; }
  .age-cards { flex-direction: column; align-items: center; }
}
/* Programs Section */
 .programs-section {
            padding: 60px 20px;
        }
        .section-title {
            text-align: center;
            font-size: 2.5rem;
            color: #2d3748;
            margin-bottom: 50px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

        .programs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            justify-content: center;
        }

        /* Flip Card Container */
        .program-card {
            background: transparent;
            width: 100%;
            height: 300px;
            perspective: 1000px;
            cursor: pointer;
        }

        /* Card Inner Container */
        .card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transform-style: preserve-3d;
        }

        /* Hover Effect */
        .program-card:hover .card-inner {
            transform: rotateY(180deg);
        }

        /* Front and Back Sides */
        .card-front, .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 20px;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border: 3px solid rgba(255,255,255,0.2);
        }

        .card-front {
            background: linear-gradient(145deg, #ffffff, #f0f9ff);
            color: #2d3748;
        }

        .card-back {
            background: linear-gradient(145deg, #667eea, #764ba2);
            color: white;
            transform: rotateY(180deg);
        }

        /* Image Styling */
        .card-image {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 20px;
            border: 4px solid #ff6b6b;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
        }

        .program-card:hover .card-image {
            transform: scale(1.1);
        }

        .card-front h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #2d3748;
            font-weight: bold;
        }

        .card-front p {
            font-size: 1rem;
            line-height: 1.6;
            color: #4a5568;
            text-align: center;
        }

        /* Back Side Content */
        .card-back h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .card-back .features {
            list-style: none;
            text-align: left;
        }

        .card-back .features li {
            margin: 10px 0;
            padding-left: 25px;
            position: relative;
            font-size: 1.1rem;
        }

        .card-back .features li:before {
            content: "✨";
            position: absolute;
            left: 0;
            top: 0;
        }

        /* Specific Card Colors */
        .card-1 .card-back {
            background: linear-gradient(145deg, #667eea, #764ba2);
        }

        .card-2 .card-back {
            background:linear-gradient(145deg, #667eea, #764ba2) ;
        }

        .card-3 .card-back {
            background:linear-gradient(145deg, #667eea, #764ba2);
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .programs-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .program-card {
                height: 280px;
            }
            
            .card-front, .card-back {
                padding: 20px;
            }
        }

        /* Mobile Touch - Auto flip on tap */
        @media (hover: none) and (pointer: coarse) {
            .program-card.flipped .card-inner {
                transform: rotateY(180deg);
            }
        }
/* sandal aboutus*/
/* About Section */
.about-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fffaf5 0%, #f7f9fc 100%);;
  font-family: "Poppins", sans-serif;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap; /* responsive */
}

.about-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.about-image img:hover {
  transform: scale(1.05);
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 2rem;
  color: #1a3c6e;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-text .highlight {
  color: #ff9800;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }
  .about-text h2 {
    font-size: 1.6rem;
  }
}

/* our story */
.our-story {
  padding: 70px 20px;
  background: 
}

.our-story-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
}

/* Left Image */
.our-story-image {
  flex: 1;
  text-align: center;
}

.our-story-image img {
  max-width: 100%;
  border-radius: 25px;
  box-shadow: 0 12px 30px rgba(255, 182, 193, 0.25);
  transition: transform 0.4s ease;
}

.our-story-image img:hover {
  transform: scale(1.05) rotate(-2deg);
}

/* Right Content */
.our-story-content {
  flex: 1.2;
}

.our-story-content h2 {
  font-size: 2.6rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ff6f61, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  position: relative;
}

.our-story-content h2::after {
  content: 
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff6f61, #ffb347);
  border-radius: 5px;
}

/* Text Styling */
.our-story-content .intro {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}

.our-story-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

/* Founder Quote */
.founder-quote {
  background: #fff;
  border-left: 6px solid #ff6f61;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(255, 182, 193, 0.2);
  position: relative;
}

.founder-quote .quote-mark {
  font-size: 2.5rem;
  color: #ff6f61;
  position: absolute;
  top: -15px;
  left: 15px;
}

.founder-quote p {
  font-style: italic;
  color: #444;
  margin: 0 0 10px 0;
}

.founder-quote h4 {
  margin: 0;
  font-weight: 700;
  color: #ff6f61;
  text-align: right;
}

/* Responsive */
@media (max-width: 768px) {
  .our-story-container {
    flex-direction: column;
    text-align: center;
  }

  .our-story-content h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .founder-quote {
    text-align: center;
  }

  .founder-quote h4 {
    text-align: center;
  }
}
/* achievements */
.achievements-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #ffe6f0, #fff0e6);
  text-align: center;
}

/* Section Title */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d63384;
  margin-bottom: 40px;
}

/* Grid Layout */
.achievements-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}



/* facilities */

/* services */
/* Section Styling */
.premium-services-showcase {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fafafa, #ffffff);
  position: relative;
}

.service-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #333;
  position: relative;
}

.services-main-title::after {
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #ff7b54, #ffb347, #ffcc70);
  margin: 14px auto 0;
  border-radius: 3px;
}

.services-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-top: 15px;
  line-height: 1.6;
}

/* Services Grid */
.classic-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

/* Service Card */
.elite-service-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eee;
  padding: 35px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
}

.elite-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Icon Wrapper */
.service-icon-wrapper {
  margin-bottom: 20px;
}

.service-icon-img {
 
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.elite-service-card:hover .service-icon-img {
  transform: scale(1.1);
}

/* Title */
.service-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

/* Description */
.service-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Features List */
.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.service-features li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  font-size: 0.95rem;
  color: #444;
}

.service-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7b54;
  font-size: 1rem;
  font-weight: bold;
}

/* Action Button */
.learn-more-btn {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(90deg, #ff7b54, #ffb347);
  color: #fff;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 12px rgba(255,123,84,0.3);
}

.learn-more-btn:hover {
  background: linear-gradient(90deg, #ff9966, #ff5e62);
  box-shadow: 0 8px 20px rgba(255,123,84,0.4);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .services-main-title {
    font-size: 2rem;
  }
  .elite-service-card {
    padding: 25px 18px;
  }
}

.btn-warning {
    color: #fff;
    background-color: #0c2c52; 
    border-color: #0c2c52; 
	margin-left:
		
}

.btn-warning:hover{
   background-color:#375e97;
}

/* vision cards */

/* Shield-Like Cards for Principles Section */

/* Utility Classes */
.py-small { padding: 80px 0; }
.mb-large { margin-bottom: 60px; }
.text-center { text-align: center; }
.fw-heavy { font-weight: 800; }
.p-medium { padding: 40px 30px; }
.full-height { height: 100%; }

/* Main Section */
.principles-section {
    background: linear-gradient(135deg, #fff9f3, #fefcff);
    position: relative;
    overflow: hidden;
}

/* Animated background elements */
.principles-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 40%);
    animation: backgroundFloat 20s ease-in-out infinite;
    pointer-events: none;
}

/* Container */
.principles-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Section Heading */
.principles-heading {
    font-size: 3.5rem;
    color: #ffffff;
    text-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.2);
    animation: titleGlow 1.5s ease-out;
    position: relative;
}

.principles-heading::before {
    content: '🛡️';
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    animation: shieldFloat 3s ease-in-out infinite;
}

.principles-heading::after {
    content: '⚔️';
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    animation: swordFloat 3s ease-in-out infinite reverse;
}

/* Grid Layout */
.principles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 50px;
    margin-top: 80px;
}

/* Principle Box Container */
.principle-box {
    perspective: 1000px;
    animation: cardSlideUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(50px);
}

.principle-box:nth-child(1) { animation-delay: 0.2s; }
.principle-box:nth-child(2) { animation-delay: 0.4s; }
.principle-box:nth-child(3) { animation-delay: 0.6s; }

/* Shield-Like Cards */
.principles-card {
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    overflow: hidden;
    
    /* Shield Shape using clip-path */
    clip-path: polygon(
        50% 0%,     /* Top point */
        100% 20%,   /* Top right */
        100% 70%,   /* Right side */
        80% 100%,   /* Bottom right curve */
        20% 100%,   /* Bottom left curve */
        0% 70%,     /* Left side */
        0% 20%      /* Top left */
    );
    
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    
    /* 3D effect */
    transform-style: preserve-3d;
}

/* Shield Border Glow Effect */
.principles-card::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, 
        #FFD700, #FF6B6B, #4ECDC4, #45B7D1, #FFD700
    );
    background-size: 300% 300%;
    clip-path: polygon(
        50% 0%, 100% 20%, 100% 70%, 80% 100%, 20% 100%, 0% 70%, 0% 20%
    );
    z-index: -1;
    opacity: 0;
    animation: shieldBorderFlow 3s linear infinite;
    transition: opacity 0.3s ease;
}

/* Shield Emboss Effect */
.principles-card::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    height: 30%;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.4) 0%, 
        transparent 50%, 
        rgba(0,0,0,0.1) 100%
    );
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.7;
}

/* Hover Effects */
.principles-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.7),
        inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.principles-card:hover::before {
    opacity: 1;
}

/* Shield Colors for Each Card */
.principle-box:nth-child(1) .principles-card {
    background: linear-gradient(145deg, 
        rgba(255, 215, 0, 0.95) 0%,    /* Gold */
        rgba(255, 255, 255, 0.9) 100%
    );
}

.principle-box:nth-child(1) .principles-card::before {
    background: linear-gradient(45deg, #FFD700, #FFA500, #FF8C00, #FFD700);
}

.principle-box:nth-child(2) .principles-card {
    background: linear-gradient(145deg, 
        rgba(192, 192, 192, 0.95) 0%,  /* Silver */
        rgba(255, 255, 255, 0.9) 100%
    );
}

.principle-box:nth-child(2) .principles-card::before {
    background: linear-gradient(45deg, #C0C0C0, #E5E5E5, #B8B8B8, #C0C0C0);
}

.principle-box:nth-child(3) .principles-card {
    background: linear-gradient(145deg, 
        rgba(205, 127, 50, 0.95) 0%,   /* Bronze */
        rgba(255, 255, 255, 0.9) 100%
    );
}

.principle-box:nth-child(3) .principles-card::before {
    background: linear-gradient(45deg, #CD7F32, #D2691E, #A0522D, #CD7F32);
}

/* Shield Icons */
.principle-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    color: #2c3e50;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Add shield icons to titles */
.principle-box:nth-child(1) .principle-title::before {
    content: '👑';  /* Crown for Vision */
    display: block;
    font-size: 3rem;
    margin-bottom: 15px;
    animation: crownFloat 2s ease-in-out infinite;
}

.principle-box:nth-child(2) .principle-title::before {
    content: '🎯';  /* Target for Mission */
    display: block;
    font-size: 3rem;
    margin-bottom: 15px;
    animation: targetSpin 4s linear infinite;
}

.principle-box:nth-child(3) .principle-title::before {
    content: '🏆';  /* Trophy for Goals */
    display: block;
    font-size: 3rem;
    margin-bottom: 15px;
    animation: trophyBounce 2.5s ease-in-out infinite;
}

/* Title Hover Effects */
.principles-card:hover .principle-title {
    color: #667eea;
    transform: translateZ(10px);
}

/* Principle Text */
.principle-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    transition: all 0.3s ease;
}

.principles-card:hover .principle-text {
    color: #444;
    transform: translateZ(5px);
}

/* Animations */
@keyframes backgroundFloat {
    0%, 100% { 
        transform: translateY(0) rotate(0deg);
    }
    50% { 
        transform: translateY(-20px) rotate(1deg);
    }
}

@keyframes titleGlow {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shieldFloat {
    0%, 100% { 
        transform: translateY(-50%) rotate(0deg) scale(1);
    }
    50% { 
        transform: translateY(-60%) rotate(5deg) scale(1.1);
    }
}

@keyframes swordFloat {
    0%, 100% { 
        transform: translateY(-50%) rotate(0deg) scale(1);
    }
    50% { 
        transform: translateY(-40%) rotate(-5deg) scale(1.1);
    }
}

@keyframes cardSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shieldBorderFlow {
    0%, 100% { 
        background-position: 0% 50%;
    }
    50% { 
        background-position: 100% 50%;
    }
}

@keyframes crownFloat {
    0%, 100% { 
        transform: translateY(0) rotate(0deg);
    }
    50% { 
        transform: translateY(-5px) rotate(2deg);
    }
}

@keyframes targetSpin {
    0% { 
        transform: rotate(0deg);
    }
    100% { 
        transform: rotate(360deg);
    }
}

@keyframes trophyBounce {
    0%, 100% { 
        transform: scale(1) translateY(0);
    }
    50% { 
        transform: scale(1.05) translateY(-3px);
    }
}

/* Shield Crack Animation on Click */
.principles-card:active {
    animation: shieldImpact 0.3s ease-out;
}

@keyframes shieldImpact {
    0% { transform: scale(1); }
    50% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .principles-section {
        padding:
    }

    .principles-heading {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

    .principles-heading::before,
    .principles-heading::after {
        display: none;
    }

    .principles-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 60px;
    }

    .principles-card {
        padding: 35px 25px;
    }

    .principle-title {
        font-size: 1.7rem;
    }

    .principle-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .principles-heading {
        font-size: 2rem;
    }

    .principles-card {
        padding: 30px 20px;
    }

    .principle-title {
        font-size: 1.5rem;
    }

    .principle-title::before {
        font-size: 2.5rem;
    }
}


/* facilities */
.play-facilities {
  padding: 80px 20px;
  background: #fff; /* light, kid-friendly background */
  text-align: center;
}

.play-facilities-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #4b4b4b;
}

.play-facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
}

.play-facility-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.play-facility-card img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.play-facility-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

.play-facility-card p {
  font-size: 16px;
  color: #666;
}

.play-facility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
/* program */

/* Section Wrapper */
.programs-summary-section {
  padding: 4rem 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Decorative Background Shapes */
.programs-summary-section::before,
.programs-summary-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(46, 204, 113, 0.07); /* Soft green glow */
  z-index: 0;
}

.programs-summary-section::before {
  width: 180px;
  height: 180px;
  top: -60px;
  left: -60px;
}

.programs-summary-section::after {
  width: 220px;
  height: 220px;
  bottom: -80px;
  right: -80px;
}

/* Headings */
.section-heading {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 0.75rem;
  position: relative;
  display: inline-block;
}

.section-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin: 8px auto 0;
  background: linear-gradient(90deg, #2ecc71, #27ae60);
  border-radius: 3px;
}

.section-subheading {
  font-size: 1.1rem;
  color: #7f8c8d;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Card Layout */
.programs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1; /* above background shapes */
}

.program-item {
  background: #fff;
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  flex: 1 1 280px;
  min-width: 250px;
  max-width: 340px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Gradient Glow Effect */
.program-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2ecc71, #27ae60, #16a085);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: -1;
}

.program-item:hover::before {
  opacity: 0.08;
}

.program-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

/* Title */
.program-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.6rem;
  transition: color 0.3s ease;
}

.program-item:hover .program-title {
  color: #27ae60;
}

/* Description */
.program-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* More details link */
.more-details {
  font-size: 1rem;
  color: #2c3e50;
}

.more-details a {
  color: #2ecc71;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.more-details a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #27ae60;
  transition: width 0.3s ease;
}

.more-details a:hover {
  color: #27ae60;
}

.more-details a:hover::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
  }
  .program-item {
    padding: 1.5rem;
  }
}
.header-style-three .main-box {
    padding: 0PX;
    line-height:2;
}


/* Welcome Section */
.welcome-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:  linear-gradient(135deg, #ff921c, #c1c5cc, #ffffff);
  padding: 60px 20px;
}

/* Grid Layout */
.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

/* Image Styling */
.welcome-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
  animation: floatImg 6s ease-in-out infinite;
}

/* Right Content */
.welcome-content {
  color: #333;
  max-width:
}

.welcome-content h1 {
  font-size: 2rem;
  font-weight: 600;
  font-family: sans-serif;
  text-align: center;
  line-height: 1.3;
  color: #333;
}

.welcome-content h1 span {
  display: inline-block;
}

.welcome-content h1 span {
  color: #ff4081; /* Highlight Sandal Kids */
}

.welcome-content h1 .highlight {
  color: #4cafef; /* Different color for Play School & Day Care */
  font-size: 2.6rem;
  margin-top: 8px;
  display: block; /* forces onto next line */
}

.tagline {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #444;
  padding:6px;
}

.intro {
  font-size: 1.2rem;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #555;
  padding:10px;
  text-align:left;
}

/* Buttons */
.btn-group {
  margin-top: 15px;
}
.welcome-btn {
  display: inline-block;
  background: #4a3560;
  color: #fff;
  padding: 15px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
  margin: 8px;
}
.welcome-btn:hover {
  background: #ff4081;
}
.welcome-btn.secondary {
  background:#ff921c;
}
.welcome-btn.secondary:hover {
  background: #ffd700;
  color: #333;
}

/* Floating Image Animation */
@keyframes floatImg {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* Responsive */
@media (max-width: 900px) {
  .welcome-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .welcome-img img {
    margin: 0 auto;
  }
}

/*contacts*/

.lni-map-marker-5::before {
    content: "\eb4d";
    color: #4a3560;
}
.lni-telephone-1::before {
    content: "\ec07";
	color: #4a3560;
}
.lni-envelope-1::before {
    content: "\eacd";
	color: #4a3560;
}


/* taxi*/
/* ------------------- WELCOME SECTION ------------------- */
.taxi-welcome-section {
    background: linear-gradient(135deg, #ff921c, #c1c5cc, #ffffff);
    color: #fff;
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    margin-top: 30px;
}

.taxi-welcome-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.taxi-welcome-left {
    flex: 1 1 400px;
    text-align: center;
    animation: slideInLeft 2s ease-out forwards;
}

.taxi-welcome-img {
    max-width: 100%;
    height: auto;
}

.taxi-welcome-right {
    flex: 1 1 500px;
    animation: slideInRight 2s ease-out forwards;
}

.taxi-welcome-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #111317;
}

.taxi-welcome-text {
    font-size: 18px;
    line-height: 1.7;
    color: #111317;
    margin-bottom: 40px;
}

.taxi-welcome-btn {
    display: inline-block;
    background-color: #ff921c;
    color: #fff;
    padding: 15px 35px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

.taxi-welcome-btn:hover {
    background-color: #ffffff;
    color: #ff921c;
}


@media (max-width: 900px) {
    .taxi-welcome-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .taxi-welcome-title {
        font-size: 28px;
    }
    .taxi-welcome-text {
        font-size: 16px;
    }
    .taxi-welcome-btn {
        font-size: 16px;
        padding: 12px 28px;
    }
}

@media (max-width: 500px) {
    .taxi-welcome-section {
        padding: 50px 15px;
    }
    .taxi-welcome-title {
        font-size: 24px;
    }
    .taxi-welcome-text {
        font-size: 15px;
        line-height: 1.6;
    }
    .taxi-welcome-btn {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }
}

/* ------------------- ANIMATIONS ------------------- */
@keyframes slideInLeft {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideInRight {
    0% { transform: translateX(100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}
/*counter*/

.taxi-counters-section {
    background:url('https://i.postimg.cc/L5YJKwwd/bc.jpg');
    padding: 80px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin-top:70px;
}

.taxi-counters-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.taxi-counter-card {
    background-color: #ffffffcc; /* semi-transparent white */
    padding: 40px 30px;
    border-radius: 12px;
    flex: 1 1 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.taxi-counter-card:hover {
    transform: translateY(-5px);
}

.taxi-counter-number {
    font-size: 48px;
    font-weight: bold;
    color: #ff921c;
    margin-bottom: 10px;
}

.taxi-counter-text {
    font-size: 18px;
    color: #333;
}

/* Responsive */
@media (max-width: 900px) {
    .taxi-counters-container {
        flex-direction: column;
        gap: 20px;
    }
}

/*wt ew offer*/
/* Section & Title */
.taxi-offers-section {
    background-color: #ffffff;
    padding: 80px 20px;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.taxi-offers-title {
    font-size: 42px;
    color: #ff921c;
    margin-bottom: 50px;
}

/* Container */
.taxi-offers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Flip Card */
.taxi-offer-card {
    perspective: 1000px;
    flex: 1 1 250px;
}

.taxi-card-inner {
    position: relative;
    width: 100%;
    min-height: 220px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 15px;
}

.taxi-offer-card:hover .taxi-card-inner {
    transform: rotateY(180deg) rotateX(10deg);
}

/* Front & Back Faces */
.taxi-card-front, .taxi-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Icons */
.taxi-card-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

/* Front Face */
.taxi-card-front {
    background-color: #c1c5cc;
    color: #ffffff;
}

.taxi-card-front h3 {
    font-size: 24px;
    color: #ff921c;
    margin-bottom: 15px;
}

.taxi-card-front p {
    font-size: 16px;
    color: #ff921c;
}

/* Back Face */
.taxi-card-back {
    background-color: #ff921c;
    color: #ffffff;
    transform: rotateY(180deg);
}

.taxi-card-back .taxi-card-icon {
    color: #ffffff;
}

.taxi-card-back p {
    font-size: 16px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
    .taxi-offers-container {
        flex-direction: column;
        gap: 20px;
    }
}

/*traiff*/
/* General Layout */
.taxi-tariff-section {
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    text-align: center;
    background-color:
}

.taxi-tariff-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #feab1a;
    margin-bottom: 40px;
}

.taxi-tariff-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card Styling */
.taxi-tariff-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1 1 300px; /* Allows cards to grow and shrink, with a base width of 300px */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.taxi-tariff-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}



/* Image Styling */
.taxi-tariff-img {
    width: 100%;
    height: 100%; 
    object-fit: contain; 
    border-radius: 8px;
    max-width: 100%; 
}

/* Heading inside card */
.taxi-tariff-card h3 {
    margin: 0;
    font-size: 1.5em;
    color: #555;
}

/* Button Styling */
.taxi-tariff-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 30px;
    background-color: #fb881d;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.taxi-tariff-btn:hover {
    background-color:  #feab1a;
}


/*about taxi*/
/* About Us Section Styling */
.about-us-section {
    padding: 80px 20px;
    background-color:
}

.about-us-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.about-us-content {
    flex: 1 1 500px;
}

.about-us-image-container {
    flex: 1 1 500px;
    text-align: center;
}

.about-us-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-us-title {
    font-size: 35px;
    font-weight: bold;
    color: #111317;
    margin-bottom: 25px;
}

.about-us-text {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
   text-align:left;
}

.about-us-btn {
    display: inline-block;
    background-color: #ff921c; 
    color: #fff;
    padding: 15px 35px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

.about-us-btn:hover {
    background-color: #e68318; 
}

/* Responsive adjustments for smaller screens */
@media (max-width: 900px) {
    .about-us-container {
        flex-direction: column; 
        gap: 30px;
    }
}


/* Animation Keyframes */
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Applying Animations to "About Us" Elements */
.about-us-content {
    flex: 1 1 500px;
    animation: slideInLeft 1s ease-out forwards;
}

.about-us-image-container {
    flex: 1 1 500px;
    text-align: center;
    animation: slideInRight 1s ease-out forwards;
}
/*book taxi*/
/* Banner Section */
.taxi-banner {
    background: linear-gradient(135deg, #ff921c, #c1c5cc, #ffffff); /* bright yellow */
    padding: 60px 20px;
    margin-bottom:30px;
}

.banner-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Content Styling */
.banner-content {
    flex: 1;
    text-align: left;
}

.banner-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    line-height: 1.3;
}

.highlight {
    color: #000;
}

.book-btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-btn:hover {
    background-color: #333;
}

/* Image Styling */
.banner-image {
    flex: 1;
    text-align: right;
}

.car-image {
    width: 100%;
    max-width: 550px;
    display: block;
}

/* --- Animation Setup --- */
.slide-in-left,
.slide-in-right {
    opacity: 0;
}

@keyframes slide-left-animation {
    0% { transform: translateX(-150%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slide-right-animation {
    0% { transform: translateX(150%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

/* Apply animations */
.slide-in-left {
    animation: slide-left-animation 3s ease-out forwards;
}

.slide-in-right {
    animation: slide-right-animation 3s ease-out forwards;
    animation-delay: 4s;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;   
        text-align: center;
    }

    .banner-content {
        text-align: center;
        padding: 0;
    }

    .banner-title {
        font-size: 1.8rem;
    }

    .book-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .banner-image {
        text-align: center;
        margin-top: 20px;
    }

    .car-image {
        max-width: 300px; 
    }
}
/*taxi vision*/
/* Section */
.taxi-car-cards {
     background:url('https://i.postimg.cc/4yGHhsMJ/b2.jpg');
  padding: 60px 20px;
  text-align: center;
}

.car-cards-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
}

/* Container */
.car-cards-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Car Card */
.car-card {
  position: relative;
  background: #fff;
  width: 280px;
  padding: 20px;
  border-radius: 60px 60px 20px 20px; /* rounded top like a car roof */
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.car-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

/* Icon & Heading */
.car-top {
  margin-bottom: 15px;
}

.car-icon {
  font-size: 2.5rem;
  color: #e6b800;
}

.car-heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 10px;
  color:#ffa500;
}

/* Text */
.car-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Wheels */
.car-wheels {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -18px;
  left: 30px;
  right: 30px;
}

.wheel {
  width: 36px;
  height: 36px;
  background: #333;
  border-radius: 50%;
  border: 4px solid #999;
}

/* Responsive */
@media (max-width: 768px) {
  .car-cards-container {
    flex-direction: column;
    align-items: center;
  }
}

/*why choose us*/

.taxi-programs-section {
  padding: 60px 20px;
}
.taxi-section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #2d3748;
  margin-bottom: 50px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.taxi-programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  justify-content: center;
}
.taxi-card {
  background: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
}
.taxi-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}
.taxi-card:hover .taxi-card-inner {
  transform: rotateY(180deg);
}
.taxi-card-front, .taxi-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  border: 3px solid rgba(255,255,255,0.2);
}
.taxi-card-front {
  background: linear-gradient(145deg, #ffffff, #f0f9ff);
  color: #2d3748;
}
.taxi-card-back {
  background: linear-gradient(145deg, #f59e0b, #ef4444);
  color: white;
  transform: rotateY(180deg);
}
.taxi-card-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid #fbb97d;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}
.taxi-card:hover .taxi-card-image {
  transform: scale(1.1);
}
.taxi-card-front h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #2d3748;
  font-weight: bold;
}
.taxi-card-back h3 {
  font-size: 1.8rem;
  margin-bottom: 
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.taxi-features {
  list-style: none;
  text-align: left;
}
.taxi-features li {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
  font-size: 1.1rem;
}
.taxi-features li:before {
  content: "🚖";
  position: absolute;
  left: 0;
  top: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .taxi-programs-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .taxi-section-title {
    font-size: 2rem;
  }
  .taxi-card {
    height: 280px;
  }
  .taxi-card-front, .taxi-card-back {
    padding: 20px;
  }
}


/*tariff*/
.outstation-tariff-section {
  padding: 60px 20px;
  background: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #2d3748;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

/* Row of two cards (AC + Non-AC) */
.car-tariff-row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Individual card */
.car-card {
  flex: 1;
  min-width: 350px;
  max-width: 500px;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;

}

.car-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Vehicle image */
.vehicle-image {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto 15px auto;
  border-radius: 10px;
  border: 3px solid #ff921c;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: block;
  
}

/* Card title */
.car-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #ff921c;
}

/* Tariff list */
.tariff-details {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  color: #2d3748;
}

.tariff-details li {
  margin: 8px 0;
  padding-left: 25px;
  position: relative;
  font-size: 1rem;
}

.tariff-details li:before {
  content: "🚖";
  position: absolute;
  left: 0;
  top: 0;
}

/* Book Now Button */
.book-now-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #ff921c;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.book-now-btn:hover {
  background: #e07b13;
}

/* Tablet (2 cards per row) */
@media (max-width: 992px) {
  .car-card {
    flex: 0 0 48%;
    max-width: 48%;
    min-width: auto;
  }
}

/* Mobile (1 card per row) */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .car-tariff-row {
    gap: 20px;
  }
  .car-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .vehicle-image {
    width: 100px;
    height: 100px;
  }
  .car-card h3 {
    font-size: 1.3rem;
  }
  .tariff-details li {
    font-size: 0.95rem;
  }
  .book-now-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .section-title {
    font-size: 1.6rem;
  }
  .car-card {
    padding: 15px;
  }
  .vehicle-image {
    width: 85px;
    height: 85px;
  }
  .car-card h3 {
    font-size: 1.15rem;
  }
  .tariff-details li {
    font-size: 0.88rem;
  }
  .book-now-btn {
    font-size: 0.85rem;
    padding: 6px 14px;
  }
}

/* Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vs-component.vs-image-container.__vs__float-none {
    display: inline-flex;

}

/*header*/

.header-style-three

 {
    position: relative;
    background:#fff;
}

.mobile-sticky-header {
    padding: 10px 15px 19px 15px;
    background:#fff;
}

.mobile-sticky-header

 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
    -moz-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
}

.sticky-header

 {
    background: #fff;
}

.main-menu .navigation > li > a > span {
    position: relative;
    display: block;
    padding-right: 10px;
    color: black;
}

.fa-bars:before {
    content: "\f0c9";
    color: #fff;
}

.mobile-menu .nav-logo {
    padding: 25px 25px;
    background-color: #fff;
}


@media only screen and (max-width: 1023px) {
    .mobile-header {
        padding: 10px 15px 19px 15px;
    }
}
@media only screen and (max-width: 1023px) {
    .mobile-header {
        position: relative;
        display: block;
        width: 100%;
        background-color: #fff;
        margin: 0;
        padding:
    }
}

/*vallalar*/
.logo-container {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 160px;
    height: 160px;
    padding: 13px;
    border-radius: 50%;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: none;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
}

/*home*/
.hero-section {
    width: 100%;
    background: #fff;
    padding: 60px 20px;
    position: relative;
}

/* Hero Content */
.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.hero-logo {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 3rem;
    color: #b61510;
    margin-bottom: 15px;
}

.hero-tagline {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.hero-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #b61510;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background-color: #e63946;
    transform: translateY(-3px);
}

/* Hero Extra Section */
.hero-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    gap: 30px;
}

.hero-text {
    flex: 1 1 500px;
}

.hero-text h2 {
    font-size: 2rem;
    color: #b61510;
    margin-bottom: 15px;
}

.hero-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.learn-more-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.learn-more-btn:hover {
    background-color: #555;
    transform: translateY(-2px);
}

/* Hero Image */
.hero-image {
    flex: 1 1 400px;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.hero-image img:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 900px) {
    .hero-extra {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hero-text, .hero-image {
        flex: 1 1 100%;
    }
}
/*wt we do*/

/* Card blinking animation */
@keyframes blinkGlow {
  0%, 100% {
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.2), 0 0 0px #ffd700;
  }
  50% {
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.6), 0 0 15px #ffd700;
  }
}

/* Front & back faces with animation */
.seva-card-front, .seva-card-back {
  transition: transform 0.8s ease-in-out, box-shadow 0.3s ease-in-out;
  animation: blinkGlow 2s infinite;
}

/* Optional: Button glow blinking */
.seva-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #b8860b;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  animation: blinkGlow 1.5s infinite alternate;
}

.seva-btn:hover {
  background-color: #ffd700;
  color: #333;
}

/* Keep other previous styles intact */
.mission-section {
  padding: 
  background-color: 
 font-family: 'Arial', sans-serif; 
}
.content-container 
{ 
  max-width: 1200px; 
  margin: 0 auto; 
}
.mission-title 
{ 
  text-align: center; 
  font-size: 2.5rem; 
  color: #b8860b; 
  margin-bottom: 15px; 
  margin-top:20px;
}
.mission-intro 
{ 
  text-align: center; 
  font-size: 1.1rem; 
  color: #333; 
  margin-bottom: 40px; 
}
.mission-grid 
{ 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 30px; 
}
.mission-card-wrapper 
{ 
  perspective: 1000px; 
}
.seva-card { width: 100%; height: 400px; position: relative; transform-style: preserve-3d; transition: transform 0.8s ease-in-out; cursor: pointer; }
.mission-card-wrapper:hover .seva-card { transform: rotateY(180deg); }
.seva-card-face { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 12px; overflow: hidden; }
.seva-card-front { background-color: #fff; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 20px; text-align: center; }
.seva-card-front h3 { margin-bottom: 15px; color: #b8860b; font-size: 1.5rem; }
.seva-card-front p { font-size: 1rem; color: #555; margin-bottom: 20px; }
.seva-card-front img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; }
.seva-card-back { background-color: #b8860b; color: #fff; transform: rotateY(180deg); padding: 20px; text-align: center; display: flex; flex-direction: column; justify-content: center; }
.seva-card-back h3 { font-size: 1.5rem; margin-bottom: 15px; }
.seva-card-back ul { list-style-type: disc; padding-left: 20px; text-align: left; margin-bottom: 20px; }
.seva-card-back li { margin-bottom: 8px; font-size: 1rem; }

/* Locations Section */
.locations-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.locations-section .section-title {
    font-size: 2.5rem;
    color: #b61510;
    margin-bottom: 10px;
}

.locations-section .section-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
}

/* Grid Layout for Locations */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Individual Location Card */
.location-card {
    background-color: #f9f9f9;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.location-card h3 {
    font-size: 1.3rem;
    color: #b61510;
    margin-bottom: 8px;
}

.location-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .locations-section .section-title {
        font-size: 2rem;
    }
    .locations-section .section-subtitle {
        font-size: 1rem;
    }
}

/*home*/
.about-vallalar {
  background: #faf8f5;
  padding: 100px 0;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 0 20px;
}

.about-text {
  flex: 1;
  animation: fadeInLeft 1.2s ease;
}

.about-text h2 {
  font-size: 2.5rem;
  color: #b31510;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-text .tagline {
  font-style: italic;
  color: #555;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333;
  margin-top: 20px;
}

.about-btn {
  display: inline-block;
  margin-top: 20px;
  background: #b31510;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about-btn:hover{
  background: #8e0e0b;
  transform:transform: scale(1.1);
  transition: 2s;
 }

.about-img {
  flex: 1;
  text-align: right;
  animation: fadeInRight 1.2s ease;
}

.about-img img {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

.about-img img:hover {
  transform: scale(1.03);
}

/* ✨ Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 📱 Responsive */
@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-img {
    text-align: center;
  }

  .about-img img {
    max-width: 400px;
  }
}
/*centers*/
 .centers {
    padding: 60px 20px;
    background: linear-gradient(135deg, #fff8f5, #fbeee6);
}

/* Section Heading */
.centers h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #D4151C;
    text-align: center;
    letter-spacing: 1px;
}

/* Grid Layout */
.centers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Popup Animation Keyframes */
@keyframes popup {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
    }
    60% {
        opacity: 1;
        transform: scale(1.05) translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Individual Cards */
.center-box {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-top: 4px solid #E9A322;
    transform: scale(0.95);
    opacity: 0;
    animation: popup 0.8s ease forwards;
}

/* Add Staggered Delay for Each Card */
.center-box:nth-child(1) { animation-delay: 2s; }
.center-box:nth-child(2) { animation-delay: 4s; }
.center-box:nth-child(3) { animation-delay: 6s; }
.center-box:nth-child(4) { animation-delay: 8s; }

/* Card Content */
.center-box h3 {
    color: #7B1A1A;
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: capitalize;
}

.center-box ul {
    list-style: none;
    padding: 0;
}

.center-box li {
    padding: 10px 0;
    color: #3C2F2F;
    border-bottom: 1px solid #eee;
    transition: color 0.3s ease;
}

.center-box li:last-child {
    border-bottom: none;
}

.center-box li:hover {
    color: #D4151C;
}

/*divine journey*/
.divine-journey {
  background: linear-gradient(to bottom right, #fff8f0, #ffe5e0);
  padding: 50px 0;
  font-family: "Poppins", sans-serif;
  color: #222;
  overflow: hidden;
  margin-top: 50px;
}

.journey-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.journey-header h2 {
  font-size: 2.8rem;
  color: #b31510;
  font-weight: 700;
  margin-bottom: 20px;
}

.journey-header p {
  font-size: 1.1rem;
  color: #444;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.8;
}

.journey-grid {
  display: grid;
  /* Keep this rule: 340px is a good minimum size for the card */
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
}

.journey-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.4s ease;
  position: relative;
}

.journey-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* --- UPDATED FOR SQUARE IMAGE SIZE --- */
.journey-card img {
  width: 100%;
  height:100%; 
  object-fit: cover;
  border-bottom: 4px solid #b31510;
}

.journey-content {
  padding: 25px;
}

.journey-content h3 {
  font-size: 1.6rem;
  color: #b31510;
  margin-bottom: 15px;
  font-weight: 600;
}

.journey-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.journey-btn {
  display: inline-block;
  background: #b31510;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.journey-btn:hover {
  background: #8e0e0b;
  transform: scale(1.05);
}

/* ✨ Subtle floating animation */
.journey-card:nth-child(1) {
  animation: floatUpDown 4s ease-in-out infinite;
}
.journey-card:nth-child(2) {
  animation: floatUpDown 4s ease-in-out infinite 1s;
}
.journey-card:nth-child(3) {
  animation: floatUpDown 4s ease-in-out infinite 2s;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Responsive adjustment for small screens */
@media (max-width: 900px) {
  .journey-header h2 {
    font-size: 2.2rem;
  }

  /* Make sure the square size is maintained on smaller screens */
  .journey-card img {
    height:
  }
}
/*program*/
@keyframes star-flicker {
    0%, 100% { 
        text-shadow: 0 0 5px #FFFFFF, 0 0 10px #E9A322; /* Gold/White glow */
        opacity: 0.8;
        transform: scale(1.0);
    }
    50% { 
        text-shadow: 0 0 8px #FFFFFF, 0 0 15px #D4151C; /* Use Crimson subtly at peak */
        opacity: 1;
        transform: scale(1.1);
    }
}

/* --- Program Title Enhancement (Golden Text Gradient/Shine) --- */
.prgm.title {
    color: #D4151C;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    
    /* CREATIVE: Text Gradient/Shine (Gold to Crimson) */
    background: linear-gradient(45deg, #FFFFAA, #E9A322, #D4151C); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: shine 3s infinite linear, glowPulse 2s infinite ease-in-out;
}

/* Programs Grid */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
    margin-bottom: 4rem;
}

/* --- Program Card Enhancement (Golden Aura on Hover) --- */
.program-card {
    background-color: #7B1A1A; /* Deep Red/Brown background */
    color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    /* Base Shadow & Inner Glow */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), inset 0 0 5px rgba(255, 255, 255, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.5s ease;
    animation: slideInUp 0.8s ease-out;
    animation-fill-mode: both;
}


/* Program Content (Minor adjustments to text color) */
.program-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.program-content h2 {
    color: #E9A322; /* Gold */
    font-size: 1.8rem;
    margin: 0;
    animation: fadeIn 0.5s ease-out;
}

.program-content p {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    animation: fadeIn 0.7s ease-out;
}

.program-details {
    /* Changed the previous Pink/Accent color to a lighter Gold/Amber */
    color: #F8D880; 
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: left;
    animation: slideInLeft 0.8s ease-out;
}

/* Text Shine Animation */
@keyframes shine {
    to {
        background-position: -200% center;
    }
}



@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes slideInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideInLeft {
    0% { opacity: 0; transform: translateX(-20px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Responsive Adjustments (No Change) */
@media (max-width: 768px) {
    .prgm.title {
        font-size: 2rem;
        animation: shine 3s infinite linear, glowPulse 2s infinite ease-in-out; 
    }
    
    .programs-grid {
        grid-template-columns: 1fr;
    }
    .program-card {
        height: auto;
    }
}

@media (max-width: 480px) {
    .container {
        padding:
    }
    .prgm.title {
        font-size: 1.8rem;
    }
    .program-content h2 {
        font-size: 1.5rem;
    }
    .program-content p,
    .program-details {
        font-size: 0.9rem;
    }
}
  


/*vallalar about*/
.about-section {
  background: linear-gradient(135deg, #fff8f5, #fdece9);
  padding: 15px 1px;
  font-family: 'Poppins', sans-serif;
  color: #3C2F2F;
  margin-top: 30px;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.about-text {
  flex: 1;
  min-width: 320px;
  animation: fadeInLeft 1s ease;
}

.about-text h2 {
  color: #D4151C;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 20px;
}

.about-text h3 {
  color: #E9A322;
  font-size: 26px;
  margin-bottom: 20px;
}

.about-text p {
  line-height: 1.8;
  font-size: 17px;
  color: #3C2F2F;
  text-align:left;
}

.about-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
  animation: fadeInRight 1s ease;
}

.about-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Animations */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-image img {
    max-width: 100%;
  }
}
/*vision*/
.principles-section {
  background:#fff;
  padding:
  font-family: 'Poppins', sans-serif;
  color: #3C2F2F;
}

/* Headings */
.principles-section h2 {
  text-align: center;
  font-size: 34px;
  color: #D4151C;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.principles-section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #D4151C, #E9A322);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Core Principle Cards */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

.principle-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border-top: 6px solid #E9A322;
  transition: all 0.4s ease;
  animation: fadeUp 1s ease forwards;
}

.principle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.principle-card h3 {
  color: #7B1A1A;
  font-size: 22px;
  margin-bottom: 12px;
}

.principle-card p {
  color: #3C2F2F;
  line-height: 1.7;
  font-size: 16px;
  text-align: justify;
}

/* Commitment Section */
.commitment {
  background: linear-gradient(90deg, #D4151C, #3C2F2F);
  color: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  animation: fadeIn 1s ease forwards;
}

.commitment h2 {
  color: #e2c672;
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}
em {
    color: black;
}
.commitment p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
  color:#fff;
}

.summary {
  background: #FFFFFF;
  color: #3C2F2F;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
  .commitment {
    padding: 30px;
  }

  .principles-section h2 {
    font-size: 28px;
  }

  .principle-card h3 {
    font-size: 20px;
  }

  .principle-card p {
    font-size: 15px;
  }
}


/*service*/
.trust-activities {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fff8f8, #ffffff);
  text-align: center;
}

.trust-activities h2 {
  font-size: 38px;
  color: #D4151C;
  margin-bottom: 15px;
  font-weight: 700;
}

.trust-activities .subtitle {
  color: #3C2F2F;
  font-size: 17px;
  margin-bottom: 50px;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
}

.activity-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #E9A322;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

.activity-card img {
  width: 400px;
  height: 230px;
  object-fit:
  transition: transform 0.5s ease;
}

.activity-card:hover img {
  transform: scale(1.08);
}

.activity-card h3 {
  color: #7B1A1A;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.activity-card p {
  color: #3C2F2F;
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 20px 25px;
}

.activity-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Fade-up Animation */
@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Animation delay for smooth appearance */
.activity-card:nth-child(1) { animation-delay: 0.1s; }
.activity-card:nth-child(2) { animation-delay: 0.2s; }
.activity-card:nth-child(3) { animation-delay: 0.3s; }
.activity-card:nth-child(4) { animation-delay: 0.4s; }
.activity-card:nth-child(5) { animation-delay: 0.5s; }
.activity-card:nth-child(6) { animation-delay: 0.6s; }
.activity-card:nth-child(7) { animation-delay: 0.7s; }
.activity-card:nth-child(8) { animation-delay: 0.8s; }
.activity-card:nth-child(9) { animation-delay: 0.9s; }

@media (max-width: 768px) {
  .trust-activities h2 {
    font-size: 30px;
  }

  .activity-card img {
    height: 200px;
  }
}
/*sanmargam*/
.sanmargam-main-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Section Container Styling */
.sanmargam-section {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow:
}

.sanmargam-section h2 {
    font-family: 'Merriweather', serif;
    font-size: 2.4em;
    color: #b08d0f;
    border-bottom: 3px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.5px;
}


.sanmargam-about-content {
    display: flex;
    gap: 50px; /* Increased gap */
    align-items: flex-start;
}

/* Image Container - MADE LARGER */
.sanmargam-image-container {
    flex-shrink: 0;
    width: 380px; 
    padding: 15px;
    border-radius: 10px;
    background-color: #fcfcfc;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    text-align: center;
}

.vallalar-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.image-caption {
    margin-top: 15px;
    font-style: italic;
    font-size: 0.9em;
    color: #777;
    font-family: 'Merriweather', serif;
}

/* Text Block */
.sanmargam-text-block {
    flex-grow: 1;
}

.sanmargam-text-block p {
    font-size: 1.15em;
    color: #444;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 1.2em;
}

.sanmargam-text-block strong {
    color: #004d40;
    font-weight: 600;
}


@media (max-width: 900px) {
    .sanmargam-section h2 {
        font-size: 2em;
    }
    
    .sanmargam-about-content {
        flex-direction: column;
        align-items: center;
    }
    
    .sanmargam-image-container {
        width: 70%; 
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .sanmargam-image-container {
        width: 100%; 
    }
    .sanmargam-section {
        padding: 25px;
    }
    .sanmargam-section h2 {
        font-size: 1.8em;
    }
    .sanmargam-text-block p {
        font-size: 1em;
    }
}

/*founder*/
.sanmargam-dual-column {    
    display: flex;
    flex-wrap: wrap; 
    gap: 30px; 
    max-width: 1200px;
    margin: 3rem auto 2rem auto; 
    padding: 0 1rem;
}

/* Base Style for the Two Boxes (Origin and Practices) */
.sanmargam-origin-box,
.sanmargam-practices-box {
    flex: 1 1 45%; 
    padding: 30px;
    border-radius: 12px;
    background-color: var(--light-color);
    box-shadow: 0 6px 20px rgba(60, 47, 47, 0.1);
    position: relative; 
    overflow: hidden; /* For containing the icon */
}

/* Section Headings within the Boxes */
.sanmargam-origin-box h2,
.sanmargam-practices-box h2 {
    font-size: 1.8rem;
    color: var(--neutral-color);
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--secondary-color); 
    display: inline-block; 
}

/* Content Wrapper inside the Boxes (for icon/list alignment) */
.origin-content-wrapper,
.practices-content-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start; 
}

/* Large Icon Styling for the Boxes */
.box-icon-large {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    color: var(--accent-color); 
    padding-top: 5px; 
}

/* List Styling (ul) */
.sanmargam-list {
    list-style: none; 
    padding-left: 0;
    margin-top: 0;
    flex: 1; 
}

/* List Item Styling (li) */
.sanmargam-list li {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px; /* Space for the custom bullet */
}

/* Custom List Bullet (Circle) */
.sanmargam-list li::before {
    content: '•'; /* Use a solid dot or Unicode character */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: var(--primary-color); /* Use the primary color for bullets */
    font-weight: bold;
}


/* --- Significance Block Styling --- */

.sanmargam-significance-block {
    background-color: var(--primary-color); /* Use the primary color as the background */
    color: var(--light-color); /* White text on the dark background */
    padding: 40px 1rem;
    margin: 2rem 0 3rem 0; /* Vertical spacing */
    text-align: center;
}

.sanmargam-significance-block h2 {
    font-size: 2.2rem;
    color: var(--light-color); /* White heading */
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 5px;
}

/* Underline for Significance H2 */
.sanmargam-significance-block h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color); /* Secondary color for contrast */
    border-radius: 2px;
}

.significance-content p {
    max-width: 800px;
    margin: 10px auto;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Style for the closing paragraph to make it stand out slightly */
.significance-content .global-reach {
    font-style: italic;
    font-weight: 300;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4); 
    margin-top: 25px;
}

/* --- Media Query for Responsiveness --- */
@media (max-width: 768px) {
    .sanmargam-dual-column {
        flex-direction: column;
        gap: 20px; 
    }

    /* Full width for stacked boxes */
    .sanmargam-origin-box,
    .sanmargam-practices-box {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
    
    /* Stack icon and list vertically if needed for very small screens */
    .origin-content-wrapper,
    .practices-content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .box-icon-large {
        margin-bottom: 10px;
    }
    
    /* Reset list alignment when stacked */
    .sanmargam-list li {
        text-align: left; /* Keep list items readable */
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
}
/* volunteer*/

.vallalarin-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    color: #3C2F2F; /* Text Color */
    line-height: 1.6;
    background-color: #FFFFFF; /* Light Color */
}

.vallalarin-section {
    padding: 40px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow:
}

/* Headings */
.vallalarin-section h2 {
    font-size: 2.5em;
    color: #D4151C; /* Primary Color */
    text-align: center;
    margin-bottom: 25px;
}

.vallalarin-section h3 {
    font-size: 1.8em;
    color: #7B1A1A; /* Neutral Color */
    border-bottom: 2px solid rgba(212, 21, 28, 0.2);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.vallalarin-section h4 {
    color: #D4151C; /* Primary Color */
    font-size: 1.25em;
    margin-top: 0;
}

/* Emphasis on Foundation Name and Spiritual Terms */
.vallalarin-section strong {
    color: #7B1A1A; /* Neutral Color */
}

.vallalarin-section em {
    font-weight: 600;
    color: #E9A322; /* Secondary Color */
    font-style: italic;
}

/* List Styling */
.vallalarin-section ul {
    list-style: none;
    padding-left: 0;
}

.vallalarin-section li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
}

.vallalarin-section li::before {
    content: "❤️";
    color: #D4151C; /* Primary Color */
    font-size: 1.1em;
    position: absolute;
    left: 0;
    top: 0;
}


.vallalarin-hero-section {
    /* Soft gradient using a light shade of primary/neutral */
    background: linear-gradient(135deg, #FFEEEE, #FAE3E3); 
    text-align: center;
    padding: 60px 20px;
    border-radius: 0 0 15px 15px;
}


.vallalarin-join-btn {
    display: inline-block;
    padding: 15px 35px;
    margin-top: 25px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF; /* Light Color */
    background-color: #D4151C; /* Primary Color */
    border: 2px solid #D4151C; /* Primary Color */
    border-radius: 30px;
    transition: all 0.3s ease;
}

.vallalarin-join-btn:hover {
    background-color: #B00E14; 
    box-shadow: 0 5px 15px rgba(212, 21, 28, 0.4);
    transform: translateY(-2px);
}

.vallalarin-opportunities {
    background-color: #F8F8F8;
}

.vallalarin-opportunities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.vallalarin-opportunity-card {
    background-color: #FFFFFF; /* Light Color */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #EAEAEA;
    transition: transform 0.2s, box-shadow 0.2s;
}

.vallalarin-opportunity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border-color: #D4151C; /* Primary Color */
}

.vallalarin-opportunity-card p {
    font-size: 0.95em;
    color: #3C2F2F; /* Text Color */
}

.vallalarin-who-can-join {
    background-color: #FFFFFF; /* Light Color */
    text-align: center;
}

.vallalarin-join-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.vallalarin-category {
    background-color: #FFF3CD; 
    color: #E9A322; /* Secondary Color */
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.1em;
    min-width: 120px;
    text-align: center;
    border: 1px solid #E9A322; /* Secondary Color */
    transition: background-color 0.2s;
}

.vallalarin-category:hover {
    background-color: #FEE79F;
}

.vallalarin-category p {
    margin: 0;
}

.vallalarin-join-hands {
   background: linear-gradient(135deg, #E9A322, #FFFFFF);

    color: #FFFFFF; /* Light Color */
    text-align: center;
    padding: 60px 20px;
}

.vallalarin-join-hands h3 {
    color: black; 
    border-bottom-color: #D4151C; 
}

.vallalarin-join-hands strong {
    color: #E9A322; /* Secondary Color */
}

.vallalarin-join-hands .vallalarin-join-btn {
    background-color: #E9A322; 
    color: #3C2F2F; 
    border-color: #E9A322; 
}

.vallalarin-join-hands .vallalarin-join-btn:hover {
    background-color: #E1991F;
    box-shadow: 0 5px 15px rgba(233, 163, 34, 0.6);
}

@media (max-width: 768px) {
    .vallalarin-section {
        padding: 30px 15px;
    }
    .vallalarin-hero-section h2 {
        font-size: 2em;
    }
    .vallalarin-opportunities-grid {
        grid-template-columns: 1fr;
    }
    .vallalarin-join-categories {
        flex-direction: column;
        align-items: center;
    }
    .vallalarin-category {
        width: 80%;
    }
}
/*vallalar key priniciple*/

/* Key Principles Section */
.principles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  background: #fff;
  padding: 50px;
  border-radius: 16px;
  box-shadow:
  animation: fadeInUp 1s ease;
}

.principles h3 {
  width: 100%;
  text-align: center;
  color: #7B1A1A;
  font-size: 28px;
  margin-bottom: 30px;
}

/* Flip Card Base */
.flip-card {
  background: transparent;
  width: 220px;
  height: 180px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Card Faces */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.flip-card-front {
  background: linear-gradient(135deg, #D4151C, #E9A322);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.flip-card-back {
  background: #7B1A1A;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 15px;
  line-height: 1.4;
}

/* Animation */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .flip-card {
    width: 180px;
    height: 150px;
  }

  .principles h3 {
    font-size: 24px;
  }
}
.prgm.title {
    color: #D4151C; /* Use Crimson for contrast */
    text-align: center;
    font-size: 3.5em; 
    font-family: 'Georgia', serif; 
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(212, 21, 28, 0.4); 
	line-height:1.1;
    text-shadow: 
        0 0 10px rgba(255, 255, 255, 0.9), 
        0 0 25px rgba(255, 160, 0, 0.7);  
    
    animation: blinking-glow 1.5s infinite alternate;
}
/*activity*/

@keyframes blinking-glow {
    0% { 
        text-shadow: 
            0 0 5px rgba(255, 255, 255, 0.7), 
            0 0 15px rgba(255, 160, 0, 0.5);
        opacity: 0.9;
        transform: scale(1.0);
    }
    100% { 
        text-shadow: 
            0 0 15px rgba(255, 255, 255, 1), 
            0 0 35px rgba(255, 160, 0, 0.8);
        opacity: 1;
        transform: scale(1.02);
    }
}
/*stats*/
    .impact-section {
            background: white;
            padding: 40px;
            border-radius: 10px;
            margin-top: 50px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .impact-section h2 {
            color: #8b4513;
            font-size: 2em;
            margin-bottom: 30px;
            text-align: center;
            border-bottom:
            padding-bottom: 15px;
        }

        .impact-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            text-align: center;
        }

        .stat {
            padding: 20px;
            background: linear-gradient(135deg, #f5f7fa 0%, #e8f1f8 100%);
            border-radius: 8px;
            border-left: 4px solid #d4a574;
        }

        .stat-number {
            font-size: 2.2em;
            color: #8b4513;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .stat-text {
            color: #666;
            font-size: 0.95em;
        }
/*principles*/
.principles {
    padding: 40px 20px;
    text-align: center;
    background-color: #fff; 
}

.principles h3 {
    font-size: 2.2em;
    margin-bottom: 40px;
    color: #1a1a40; 
    border-bottom: 3px solid #ff6347; 
    display: inline-block;
    padding-bottom: 5px;
}

/* --- Focus Area: Layout Adjustment --- */
.cards-container {
    display: flex;
    justify-content: center;
    gap: 30px; 
    flex-wrap: wrap; 
    max-width: 1000px; 
    margin: 0 auto; 
}
.flip-card {
    background-color: transparent;
    width: 300px; 
    height: 250px; 
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

/* Do the horizontal flip when you hover over the flip-card container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Style for the front and back sides */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

/* Style the front side */
.flip-card-front {
    background-color: #1abc9c;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #1abc9c;
}

/* Style the back side */
.flip-card-back {
    background-color:#d37d05;
    color: white;
    transform: rotateY(180deg);
    font-size: 1.1em;
    line-height: 1.4;
    border: 3px solid #1abc9c;
}
/*key priniciple for sanmargam*/
.sanmargam-section {
    padding: 3rem 1rem;
    background-color: #fcf6f6; 
    font-family: 'Arial', sans-serif;
    color:#3C2F2F; 
}
/* Section Heading */
.sanmargam-section h2 {
    font-size: 2.5rem;
    color: #7B1A1A; 
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

/* Subtle Underline/Separator for the Heading */
.sanmargam-section h2::after {
    content:
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #D4151C;  
    border-radius: 2px;
}

/* Grid Container for the Cards */
.sanmargam-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Principle Card */
.principle-card {
    background-color: #FFFFFF; 
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(60, 47, 47, 0.1); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Hover Effect for Interaction */
.principle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(60, 47, 47, 0.2); 
}

/* Card Heading (Principle Name) */
.principle-card h3 {
    font-size: 1.4rem;
    color: #E9A322; 
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

/* Icon Styling */
.sanmargam-icon {
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 1;
    color: #E86BA0; 
}

/* Card Paragraph (Description) */
.principle-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #3C2F2F;
    margin-bottom: 0;
}

/* Styling for the Wide Card (on a 3-column layout) */
.wide-card {
    grid-column: span 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* Responsive adjustment for the wide card on smaller screens */
@media (max-width: 900px) {
    .wide-card {
        grid-column: span 1;
    }
}
/*activity*/
.trust-activities {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
          font-family: Arial, sans-serif;
        }

        .trust-activities h2 {
          text-align: center;
          /* Primary Color #D4151C */
          color: #D4151C;
          margin-bottom: 30px;
        }

        /* --- Grid Layout --- */
        .trust-list {
          list-style: none;
          padding: 0;
          margin: 0;
          display: grid;
          /* Creates a responsive grid with minimum column size of 280px */
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 20px;
        }

        /* --- Card Styling --- */
        .trust-card {
          position: relative; 
          overflow: hidden;
          border-radius: 8px;
           box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
           background-color: #FFFFFF;
           height: 250px; 
           cursor: pointer;
          transition: box-shadow 0.3s ease, transform 0.3s ease;
        }

        .trust-card:hover {
         transform: translateY(-3px);
         box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        /* --- Image Full-Size Styling - Handling Nested Wrappers --- */

        .trust-content { 
          width: 100%;
          height: 100%;
        }

        .trust-content figure,
        .trust-content .vs-component {
            margin: 0;              
            padding: 0;
            width: 100%;
            height: 100%;
        }

        .trust-content img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          transition: transform 0.5s ease;
        }

        /* Image zoom effect on card hover */
        .trust-card:hover .trust-content img {
          transform: scale(1.05); 
        }

        /* --- Overlay Styling (Anchor Tag) --- */
        .overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          
          /* Primary Color #D4151C with 90% opacity */
          background-color: rgba(212, 21, 28, 0.9); 
          color: #FFFFFF;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          font-size: 1.4em;
          font-weight: bold;
          
          /* CRUCIAL: Remove default anchor underline */
          text-decoration: none; 
          
          opacity: 0;
          /* Start hidden off-screen (below the card) */
          transform: translateY(100%); 
          transition: opacity 0.4s ease, transform 0.4s ease;
        }

        /* Activates the slide-up overlay effect on hover */
        .trust-card:hover .overlay {
          opacity: 1; 
          transform: translateY(0);
}
/*mission & vision*/
      .trust-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 4rem 1rem;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 800; 
            text-align: center;
            margin-bottom: 3rem; 
            color: #7B1A1A;
            letter-spacing: -0.025em; 
        }

        .card-container {
            display: grid;
            gap: 2rem; /* Equivalent to gap-8 */
            grid-template-columns: 1fr; /* Default to single column */
        }

        /* Desktop Layout */
        @media (min-width: 1024px) {
            .card-container {
                grid-template-columns: repeat(2, 1fr); /* lg:grid-cols-2 */
                gap: 3rem; /* lg:gap-12 */
            }
        }

        .mission-card,
        .vision-card {
            background: linear-gradient(135deg, #fff, #fff5e6);
            padding: 2.5rem; 
            border-radius: 0.75rem; 
            box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            transition: transform 0.5s, box-shadow 0.5s;
            border-top-width: 8px; 
        }

        .mission-card {
            border-top-color: #D4151C;

        }

        .vision-card {
            border-top-color:#7B1A1A;
        }

        .mission-card:hover,
        .vision-card:hover {
            transform: scale(1.02);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
        }

        .card-title {
            font-size:
            font-weight: bold;
            margin-bottom: 1.5rem; 
        }

        .mission-title {
            color: #D4151C;
        }

        .vision-title {
            color: #7B1A1A;
        }

        .content-body {
            display: flex;
            flex-direction: column;
            gap: 1.5rem; /* Equivalent to space-y-6 */
            font-size: 1.125rem; /* Equivalent to text-lg */
        }

        /* Text Emphasis Styles */
        .content-body p strong {
            font-weight: 700;
        }

        .red-strong {
            color:#D4151C;
            font-weight: 700;
        }

        .dark-strong {
            color: #7B1A1A;
            font-weight: 600;
        }

        .italic-note {
            font-style: italic;
            color: #6b7280;
        }
/*top-bar*/
   .text-white p{
   color:#fff; ! important;
   }
.blinking-text {
  animation: blinker 5s linear infinite;
  font-size: 1.3em;
  font-weight:500;
  text-align: center;
  font-family: 'flaticon';
}

/* Define what the "blinker" animation does */
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Logo center */
.center-content {
    padding: 10px;
    background-color: #FFFFFF;
}

.site-name {
    font-family: 'Benzo Display';
    font-size: 43px;
    font-weight: 800; 
    margin: 0 auto;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #800000;
    
}

.reg-details, .unique-id { 
    color: #A52A2A;
    font-weight: 700;
}

.slogan {
    color: #008000; 
}
.logo-img img{
    height:110px ! important;
    max-width: 120% ! important;
}

.main-header .nav-outer {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:linear-gradient(to bottom, #A52A2A 0%, #800000 100%);
}

.main-menu .navigation > li > a {
    font-size: 16px;
    line-height: 5px;
    font-weight: 600;
}

.main-menu .navigation > li > a > span {
    position: relative;
    display: block;
    padding-right: 10px;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .nav-outer .mobile-nav-toggler {
        padding: 4px 0;
        margin-left: 1px;
    }
}


@media only screen and (max-width: 1023px) {
    .mobile-header {
        position: relative;
        display: block;
        width: 100%;
        background-color: #fff;
        margin: 0;
        /* padding: 20px 15px; */
    }
}

@media only screen and (max-width: 1023px) {
    .nav-outer .mobile-nav-toggler {
        padding: 5px 0;
        background:white;
    }
}

@media only screen and (max-width: 1023px) {
    .nav-outer .mobile-nav-toggler {
        /* display: block; */
    }
}
.fa-bars:before {
    content: "\f0c9";
    color:black;
}
.lni-map-marker-5::before {
    content: "\eb4d";
    color: #d40000;
}
.lni-telephone-1::before {
    content: "\ec07";
    color: #d40000;
}
.lni-envelope-1::before {
    content: "\eacd";
    color: #d40000;
}

p, .text {
    font-size: 15px;
    line-height: 23px;
    color: #4C4C4D;
    margin: 0;
}
/*gallery*/

.video-gallery-section {
    padding: 40px 20px;
    background-color: #FFFFFF; 
}

.video-gallery-title {
    text-align: center;
    color: #800000; /* Maroon color for the title */
    font-family: Arial, sans-serif;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.video-gallery {
    display: grid;
    /* Responsive grid: 2 videos per row on large screens, 1 on small screens */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.video-container {
    /* Outer frame color */
    background-color: #A52A2A; /* Crimson background */
    border: 3px solid #FFD700; /* Gold border accent */
    border-radius: 8px;
    overflow: hidden;
    padding: 10px; 
    
    /* Creates a 16:9 aspect ratio box */
    position: relative;
    padding-top: 56.25%; /* (9 / 16 * 100) */
}

.video-container iframe {
    /* Makes the iframe fill the padded space exactly */
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px); 
    height: calc(100% - 20px);
    border: none;
    border-radius: 5px;
}

/* Optional: Make the title slightly smaller on mobile */
@media (max-width: 768px) {
    .video-gallery-title {
        font-size: 1.5em;
    }
}

/*board memebers*/
.board-section {
  padding: 20px;
  text-align: center;
  background-color: #FFFFFF;
}

.board-heading {
  font-size: 28px;
  margin-bottom: 20px;
  color: #800000; 
}

.board-container {
  display: flex;
  justify-content: center; /* center the row */
  gap: 20px; /* space between cards */
  flex-wrap: wrap; /* wrap to next line on smaller screens */
}

.member-card {
  background-color: #fcfcfc;; /* gold */
  padding: 15px 20px;
  border-radius: 10px;
  width: 200px; /* fixed width for all cards */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid #FFD700;
}

.member-card:hover {
  transform: translateY(-5px);
}

.member-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color:  #800000; /* brownish-red */
}

.member-role {
  font-size: 14px;
  color:#A52A2A; /* dark text */
}

.main-menu .navigation li.current a span {
    color:#fff;
    font-size: 18px;
}
/*sanmargam temp*/
.sanmargam-elements-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f7f7f7; /* Light background for contrast */
}

.sanmargam-heading {
    text-align: center;
    color: #800000;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 50px;
    border-bottom: 3px solid #FFD700; /* Gold separator */
    display: inline-block;
    padding-bottom: 5px;
}

.element-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #ffffff;
}

/* Reverse the order for the second element (Temple) for a zigzag layout */
.temple-element {
    flex-direction: row-reverse;
}

.element-content {
    flex: 1;
    text-align: left;
}

.element-image-placeholder {
    flex: 1;
    min-width: 250px; /* Ensure image section has a minimum size */
}

.element-image-placeholder img {
    width: 100%;
    height: auto;
    border: 3px solid #A52A2A; /* Crimson border around the image */
    border-radius: 5px;
    display: block;
}

.element-title {
    color: #800000; /* Classic Maroon */
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 15px;
}

.element-content p {
    color: #333;
    line-height: 1.6;
    font-size: 1.1em;
}

.element-content strong {
    color: #A52A2A; /* Crimson accent for key terms */
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
    .element-container,
    .temple-element {
        flex-direction: column; /* Stack content vertically */
        text-align: center;
    }
    
    .element-content,
    .element-image-placeholder {
        padding: 0;
        margin: 0;
    }

    .sanmargam-heading {
        font-size: 1.8em;
    }
}

/*donate now*/

.donate-section {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background-color: #fcfcfc;
}

.donate-heading {
    color: #800000;
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 10px;
}

.donate-tagline {
    color: #555;
    font-size: 1.1em;
    margin-bottom: 40px;
}

.donate-tagline strong {
    color: #A52A2A;
}

.account-details-card {
    background-color: #FFFFFF;
    border: 3px solid #FFD700; /* Gold/Yellow Border */
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.card-title {
    color: #800000;
    font-size: 1.6em;
    
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.detail-group {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.detail-group:last-child {
    border-bottom: none;
}

.detail-label {
    color: #A52A2A; /* Crimson for labels */
    font-weight: 600;
    min-width: 120px; /* Aligns the labels */
}

.detail-value {
    color: #333;
    font-weight: 500;
    text-align: right;
}

.strong-value {
    color: #800000; /* Maroon for the most important numbers */
    font-weight: 700;
    font-size: 1.1em;
}

.highlight-row {
    background-color: #fff8e8; /* Very light yellow tint for account name */
}

.highlighted {
    font-weight: 700;
    color: #800000;
}

/* Registration Info Styling */
.registration-info {
    padding: 15px 0;
    margin-bottom: 30px;
}

.reg-title {
    color: #A52A2A;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.registration-info p {
    color: #555;
    margin: 5px 0;
    font-size: 0.95em;
}

.tax-benefit {
    font-weight: 600;
    color: #800000;
}

.tax-benefit strong {
    color: #008000; /* Green for 80G benefit to stand out */
    font-size: 1.1em;
}
/* Optional Button Styling - Adjusted for Anchor Tag */
.online-donate-btn {
    /* Required to make the anchor tag behave like a block/button */
    display: inline-block; 
    text-decoration: none; /* Removes the underline from the link */

    background-color: #A52A2A; /* Crimson */
    color: #FFFFFF;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.online-donate-btn:hover {
    background-color: #800000; /* Maroon on hover */
}
/*footer*/
.theme1 .main-footer.style-two {
    background:linear-gradient(135deg, #800000,#A52A2A,#FFD700);
}
.theme1 .main-footer.style-two li a,.theme1 .footer-column.col-lg-4.col-md-12.col-sm-12 p, .theme1 footer h4,.theme1 .copyright-text,.theme1 .main-footer .copyright-text a {
    color: #fff! important;
}

.main-footer.style-two .call-us .service-num a, .main-footer.style-two .list li a, .main-footer.style-two .widget-title {
    color: #ede7e7;
}
/*Jeevakarunyam*/
.jeevakarunyam-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  border: 2px solid #FFD700;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(128, 0, 0, 0.2);
  font-family: 'Times New Roman', serif;
  color: #3C2F2F;
  text-align: center;
  line-height: 1.8;
}

/* Heading */
.jeevakarunyam-section h2 {
  font-size: 32px;
  color: #800000;
  margin-bottom: 15px;
  border-bottom: 3px solid #FFD700;
  display: inline-block;
  padding-bottom: 6px;
  text-shadow: 1px 1px 3px rgba(128, 0, 0, 0.2);
}

/* Quote Style */
.jeevakarunyam-section .quote {
  font-size: 20px;
  font-style: italic;
  color: #A52A2A;
  background: linear-gradient(90deg, #FFF8E1, #fff);
  border-left: 5px solid #FFD700;
  padding: 10px 20px;
  margin: 20px auto;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(165, 42, 42, 0.1);
}

/* Paragraph */
.jeevakarunyam-section p {
  font-size: 18px;
  margin-bottom: 15px;
}

.jeevakarunyam-section strong {
  color: #800000;
}

/* Responsive */
@media (max-width: 600px) {
  .jeevakarunyam-section {
    padding: 25px;
  }

  .jeevakarunyam-section h2 {
    font-size: 26px;
  }

  .jeevakarunyam-section p {
    font-size: 16px;
  }
}
/* ===== Jeevakarunyam Key Aspects Section ===== */
.jeevakarunyam-keyaspects {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(128, 0, 0, 0.2);
  text-align: center;
  font-family: 'Times New Roman', serif;
}

/* Heading */
.jeevakarunyam-keyaspects h2 {
  font-size: 32px;
  color: #800000;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.jeevakarunyam-keyaspects h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #FFD700;
  border-radius: 2px;
}

/* Grid Layout (3 cards per row) */
.aspect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-content: center;
  align-items: stretch;
}

/* Aspect Card */
.aspect-card {
  background: #fff;
  border: 2px solid #FFD700;
  border-radius: 15px;
  padding: 20px;
  text-align: left;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(165, 42, 42, 0.1);
}

.aspect-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(128, 0, 0, 0.3);
  background: linear-gradient(180deg, #fffef9, #fff5d6);
}

/* Titles */
.aspect-card h4 {
  color: #A52A2A;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #FFD700;
  display: inline-block;
  padding-bottom: 5px;
}

/* Paragraphs */
.aspect-card p {
  color: #3C2F2F;
  font-size: 17px;
  line-height: 1.6;
}

.aspect-card strong {
  color: #800000;
}

/* Responsive Layout */
@media (max-width: 900px) {
  .aspect-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on tablets */
  }
}

@media (max-width: 600px) {
  .aspect-grid {
    grid-template-columns: 1fr; /* 1 per row on mobile */
  }

  .jeevakarunyam-keyaspects h2 {
    font-size: 26px;
  }

  .aspect-card p {
    font-size: 16px;
  }
}
/* ===== Jeevakarunyam Award Section ===== */
.jeevakarunyam-award {
  max-width: 1100px;
  margin: 70px auto;
  padding: 50px 25px;
  background: linear-gradient(180deg, #fffef9, #fff6e0);
  border: 2px solid #FFD700;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(128, 0, 0, 0.2);
  font-family: 'Times New Roman', serif;
  text-align: center;
}

/* Heading */
.jeevakarunyam-award h2 {
  color: #800000;
  font-size: 32px;
  margin-bottom: 30px;
  position: relative;
}

.jeevakarunyam-award h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background-color: #FFD700;
  border-radius: 3px;
}

/* Content */
.award-content {
  color: #3C2F2F;
  font-size: 18px;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 40px;
}

.award-content strong {
  color: #A52A2A;
}

.award-content .highlight {
  background-color: #fff2b3;
  padding: 10px 15px;
  border-left: 4px solid #FFD700;
  border-radius: 10px;
  margin-top: 15px;
}

/* Image Gallery */
.award-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.award-img {
  width: 30%;
  min-width: 250px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(128, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.award-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(128, 0, 0, 0.5);
}

/* Responsive */
@media (max-width: 900px) {
  .award-img {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .award-img {
    width: 90%;
  }

  .jeevakarunyam-award h2 {
    font-size: 26px;
  }

  .award-content {
    font-size: 16px;
  }
}
/* ===== Modular Content Block ===== */
.content-block {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 20px;
  font-family: 'Times New Roman', serif;
  color: #3C2F2F;
  background: #fff;
  border: 2px solid #FFD700;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(128, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

/* Text Block */
.event-text, .award-text {
  flex: 1 1 500px;
}

/* Headings */
.event-text h3, .award-text h3 {
  color: #800000;
  font-size: 28px;
  margin-bottom: 20px;
}

.event-details h4, .award-text h4 {
  color: #A52A2A;
  margin-bottom: 10px;
}

/* Paragraphs */
.event-text p, .award-text p, .guest-list li {
  font-size: 17px;
  margin-bottom: 10px;
}

/* Notes & Dates */
.note, .award-date {
  font-style: italic;
  color: #A52A2A;
  margin-top: 10px;
}

/* Guest List */
.guest-list {
  list-style: disc inside;
  padding-left: 0;
}

/* Image styling */
.event-image, .award-image {
  flex: 1 1 400px;
}

.event-image img, .award-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow:
  transition: transform 0.3s ease;
}

.event-image img:hover, .award-image img:hover {
  transform: scale(1.05);
}

/* Quote styling */
.quote {
  font-style: italic;
  color: #A52A2A;
  margin: 15px 0;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .content-block {
    flex-direction: column;
  }

  .event-image, .award-image {
    flex: 1 1 100%;
  }
}
/*article*/
/* ===== Content Block ===== */
.content-block {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 25px;
  font-family: 'Times New Roman', serif;
  color: #3C2F2F;
  background: #fffaf0;
  border: 2px solid #FFD700;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(128, 0, 0, 0.2);
}

/* Headings */
.foundation-service h2 {
  color: #800000;
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
}

.foundation-service h3 {
  color: #A52A2A;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}

/* Article paragraphs */
.service-article p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

/* ===== Activity Images Row ===== */
.activity-images h4 {
  color: #800000;
  font-size: 22px;
  margin: 30px 0 20px;
  text-align: center;
}

.image-row {
  display: flex;
  justify-content: space-between;
  gap: 30px; /* more spacing */
}

.image-card {
  flex: 1 1 32%; /* slightly larger than 30% */
  max-width: none; /* remove previous limit */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(128, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.image-card img {
  width: 100%;
  height: auto; /* keep aspect ratio */
  display:
  transition: transform 0.3s;
}

.image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.4);
}

.image-card:hover img {
  transform: scale(1.05);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .image-row {
    flex-direction: column;
    align-items: center;
  }

  .image-card {
    max-width: 80%;
    margin-bottom: 20px;
  }
}
.more-details {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #800000; /* dark red */
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.more-details:hover {
  background-color: #A52A2A; /* brownish red */
}
/*signs*/
/* Container row */
.sanmargam-row {
  display: flex;
  gap: 40px;
  padding: 20px;
  flex-wrap: wrap; /* For mobile responsiveness */
  align-items: flex-start;
}

/* Image column */
.sanmargam-image-col {
  flex: 1 1 300px; /* Flexible, min width 300px */
}

/* Image card styling */
.sanmargam-image-card {
  text-align: center;
}

.sanmargam-image-container {
  overflow: hidden;
  border-radius: 10px;
}

.sanmargam-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.sanmargam-img:hover {
  transform: scale(1.05);
}

/* Caption */
.sanmargam-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  font-style: italic;
}

/* Text column */
.sanmargam-text-col {
  flex: 2 1 500px; /* Flexible, min width 500px */
}

/* Heading */
.sanmargam-heading {
  font-family: 'Times New Roman', Times, serif;
  font-size: 26px;
  color: #800000;
  margin-bottom: 15px;
}

/* Paragraphs */
.sanmargam-text-col p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

/* Quote styling */
.sanmargam-quote {
  border-left: 4px solid #800000;
  padding-left: 15px;
  margin: 15px 0;
  font-style: italic;
  color: #555;
}
/*signature*/
.text-display-container {
    background-color: white; 
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    padding: 30px;
    text-align: center; 
}

.responsive-text-image {
    max-width: 50%; 
    height: auto; 
    display: block; 
    margin: 0 auto 25px auto; 
}

.description {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
    max-width: 600px; 
    margin: 0 auto; 
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .text-display-container {
        padding: 20px;
    }
    .responsive-text-image {
        max-width: 70%; 
        margin-bottom: 20px;
    }
    .description {
        font-size: 1em;
    }
}
.mobile-header .nav-outer {
  background:none;
 }
.main-header .mobile-sticky-header .nav-outer{
  background:none;
}
/*events*/
.events-header {
  text-align: center;
  background: linear-gradient(135deg, #800000, #A52A2A);
  color: #FFD700;
  padding: 20px 20px;
  border-bottom: 5px solid #FFCC00;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.events-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.events-header p {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

/* Container Section */
.events-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(128, 0, 0, 0.15);
}

/* Section Title */
.events-section-title {
  font-size: 1.8rem;
  text-align: center;
  color: #800000;
  border-bottom: 3px solid #FFCC00;
  display: inline-block;
  margin: 30px auto;
  padding-bottom: 5px;
  font-weight: 600;
}

/* Key Points */
.events-key-point {
  background-color: #fff6e5;
  border-left: 5px solid #A52A2A;
  padding: 12px 15px;
  margin: 12px 0;
  border-radius: 8px;
  color: #333;
  font-size: 1rem;
}

/* Quote Box */
.events-quote-box {
  background: #800000;
  color: #fff;
  padding: 25px 30px;
  margin: 30px 0;
  border-left: 6px solid #FFCC00;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(165, 42, 42, 0.3);
}

.events-quote-box p {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #fff;
}

.events-quote-box .events-source {
  display: block;
  margin-top: 15px;
  font-style: italic;
  color: #FFD700;
  text-align: right;
  font-size: 0.95rem;
}

/* Image Gallery */
.events-image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}

.events-image-item {
  width: 45%;
  background: #fff;
  border: 2px solid #FFD700;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(128, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.events-image-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.3);
}

.events-image-item img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 2px solid #FFD700;
}

.events-image-caption {
  text-align: center;
  padding: 12px;
  font-size: 1rem;
  color: #800000;
  background-color: #fffdf3;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .events-image-item {
    width: 100%;
  }

  .events-header h1 {
    font-size: 2rem;
  }

  .events-container {
    margin: 30px 10px;
  }
}

/*she rose cleaners*/
.center-content {
  text-align: center;
  background-color: #ffffff; /* white background */

}

.site-name {
  color: #8A9A5B; /* Olive Green - secondary color */
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 10px;
  margin: 0;
}

.tagline {
  color: #8B1E49; /* Deep Rose - primary color */
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 8px;
}

.main-header .nav-outer {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #8B1E49 20%, #B7C497 100%);
}
/*home*/
/* Welcome Section */
.welcomes-section {
  background-color: #F7EDE1;  
  padding:100px 8%;
  font-family: "Poppins", sans-serif;
}

/* Container */
.welcome-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px; 
  max-width: 1200px;
  margin: 0 auto; 
}

/* Left Image */
.welcome-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.welcome-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Right Content */
.welcome-content {
  flex: 1;
  padding: 0 20px; 
}

.welcome-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #8B1E49; 
  margin-bottom: 15px;
}

.welcome-content h2 span {
  color: #8A9A5B; 
}

.welcome-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

/* Button */
.welcome-btn {
  display: inline-block;
  background: linear-gradient(90deg, #8B1E49, #8A9A5B);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.welcome-btn:hover {
  background: linear-gradient(90deg, #8A9A5B, #8B1E49);
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .welcome-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .welcome-content {
    padding: 0;
  }
  .welcome-content h2 {
    font-size: 28px;
  }
  .welcome-image img {
    max-width: 320px;
  }
}
/*categories*/
/* Core Categories */
.core-categories {
  background-color: #fff;
  padding: 80px 8%;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/* Titles */
.section-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #8B1E49;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #555;
  font-size: 17px;
  margin-bottom: 50px;
}

/* Grid Layout */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
  justify-content: center;
}

/* Category Card */
.category-card {
  background: #F7EDE1;
  padding: 30px 20px;
  border-radius: 18px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: 0.4s;
  border-top: 6px solid #8B1E49;
}

.category-card:hover {
  background: linear-gradient(135deg, #8B1E49, #8A9A5B);
  color: #fff;
  transform: translateY(-8px);
}

.category-card:hover .cat-btn {
  background: #fff;
  color: #8B1E49;
}

/* Image Icon */
.icon {
  margin-bottom: 15px;
}

.icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Text */
.category-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #8B1E49;
}

.category-card p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

/* Button */
.cat-btn {
  display: inline-block;
  background: linear-gradient(90deg, #8A9A5B, #8B1E49);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cat-btn:hover {
  background: #fff;
  color: #8B1E49;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 15px;
  }
  .icon img {
    width: 65px;
    height: 65px;
  }
}
/*why choose us*/

.why-choose-us {
  background-color: #fdf8f9;
  padding: 80px 8%;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.why-container h2 {
  font-size: 36px;
  color: #8B1E49; /* Rose tone */
  margin-bottom: 10px;
}

.why-container h2 span {
  color: #8A9A5B; /* Olive tone */
}

.why-subtitle {
  color: #555;
  margin-bottom: 50px;
  font-size: 16px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
}

.why-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.why-card img {
  width: 70px;
  margin-bottom: 20px;
}

.why-card h3 {
  color: #8B1E49;
  font-size: 20px;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .why-container h2 {
    font-size: 28px;
  }
  .why-card {
    padding: 25px 15px;
  }
}
/*prdt showcase*/
.product-showcase {
  text-align: center;
  padding: 50px 20px;
  background: #fff; 
  font-family: Arial, sans-serif;
}
.product-showcase h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* GRID SYSTEM */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  justify-items: center;
}
/*  GLASSMORPHISM PRODUCT CARD  */
.product-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 400px; 
  border-radius: 18px;
  
  background: linear-gradient(135deg, rgba(139, 30, 73, 0.25), rgba(138, 154, 91, 0.25));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 25px rgba(139, 30, 73, 0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 45px rgba(139, 30, 73, 0.3), 0 8px 20px rgba(138, 154, 91, 0.2);
}
/* IMAGE AREA (The inner container for the image) */
.product-card .vs-image-container,
.product-card figure {
  height: 380px;
  width: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.40), rgba(138, 154, 91, 0.15));
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* IMAGE */
.product-card img {
  width: 100%;
  height: 380px;
  object-fit: contain; 
  padding: 25px;
  background: transparent;
  border-radius: 16px 16px 0 0;
}
/* PRODUCT DETAILS */
.product-details {
  padding: 20px 15px 25px 15px;
  text-align: center;
  color: #222;
}
.product-card h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
}
.product-card p.description {
  margin: 8px 0 15px 0;
  font-size: 0.95rem;
  color: #444;
  height: 22px;
  overflow: hidden; 
}
/* --- RESPONSIVE DESIGN --- */
/* Tablet and smaller desktops */
@media (max-width: 992px) {
  .product-card {
    max-width: none; 
  }
}
/* Tablet (768px and down) */
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .product-card .vs-image-container,
  .product-card img {
    height: 300px;
  }
}
/* Mobile (600px and down) */
@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card .vs-image-container,
  .product-card img {
    height: 260px;
  }
}
/* Extra small (480px and down) */
@media (max-width: 480px) {
  .product-showcase {
    padding: 30px 10px;
  }
  .product-card .vs-image-container,
  .product-card img {
    height: 220px;
  }
}

/*about*/
.about-us-section {
  background-color: #fff6f8;
  padding: 80px 50px;
  font-family: 'Poppins', sans-serif;
}

.about-us-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
}

.about-text {
  flex: 1 1 55%;
}

.about-text h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.about-text h2 span {
  color: #e98e35;
}

.about-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
}

.about-text strong {
  color:#8B1E49;
}

.about-image {
  flex: 1 1 40%;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.about-image img:hover {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 900px) {
  .about-us-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .about-text {
    flex: 1 1 100%;
  }

  .about-text h2 {
    font-size: 1.8rem;
  }

  .about-image img {
    max-width: 350px;
  }
}
/* Extra Mobile Responsive (max-width: 600px) */
@media (max-width: 600px) {
  .about-us-section {
    padding: 50px 25px;
  }

  .about-text h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .about-text p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .about-image img {
    max-width: 300px;
    border-radius: 10px;
  }

  .about-us-container {
    gap: 25px;
  }
}

/* Ultra-small devices (max-width: 480px) */
@media (max-width: 480px) {
  .about-us-section {
    padding: 40px 20px;
  }

  .about-text h2 {
    font-size: 1.4rem;
  }

  .about-text p {
    font-size: 0.9rem;
  }

  .about-image img {
    max-width: 260px;
  }
}

/*prinicples*/
.principles-section {
  background-color: #fff;
  padding:20px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.principles-section h2 {
  font-size: 2.3rem;
  color:#8B1E49; 
  font-weight: 700;
  margin-bottom: 15px;
}

.principles-section h2 span {
  color: #8A9A5B; 
}

.principles-section .intro {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  justify-items: center;
}

.principle-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 25px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #8B1E49; 
}

.principle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  border-top-color:  #8A9A5B; 
}

.principle-card h3 {
  font-size: 1.1rem;
  color: #8B1E49; 
  margin-bottom: 10px;
}

.principle-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .principles-section {
    padding: 60px 25px;
  }

  .principles-section h2 {
    font-size: 1.9rem;
  }

  .principle-card {
    padding: 20px 15px;
  }
}
/*key prdt*/
/* --- Base Styles for the Section --- */
.key-products-section {
    padding: 60px 20px;
    background-color: #f8f8f8; 
    font-family: Arial, sans-serif;
    text-align: center;
}

.key-products-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.key-products-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #34495e; 
    margin-bottom: 10px;
    text-transform: uppercase;
}

.key-products-section .section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d; /* Muted Grey */
    margin-bottom: 40px;
}

/* --- Grid Layout (The core of the elegance) --- */
.product-features-grid {
    display: grid;
   
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 20px;
    justify-content: center;
}

/* --- Feature Card Styling --- */
.feature-card {
    background-color: #ffffff;
    padding: 20px 20px 20px 50px; /* Extra padding for the icon */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Soft, elegant shadow */
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}

/* Hover Effect */
.feature-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); 
    color: #2980b9; 
}

/* --- Checkmark Icon (Pseudo-element for elegance) --- */
.feature-card::before {
    content: '✔'; 
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: bold;
    color: #2ecc71; 
    transition: color 0.3s ease;
}

/* Icon Color Change on Hover */
.feature-card:hover::before {
    color: #3498db; 
}
/*product*/
.sherose-product-section {
  padding: 60px 8%;
  text-align: center;
  background: #fafafa;
}

.sherose-section-title {
  font-size: 2.2rem;
  color: #8B1E49;
  margin-bottom: 10px;
  font-weight: 700;
}

.sherose-section-subtitle {
  color: #555;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

/* --- Product Grid --- */
.sherose-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

/* --- Product Card --- */
.sherose-product-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
}

.sherose-product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.sherose-product-card h3 {
  color: #8B1E49;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.sherose-product-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* --- Hover Effect --- */
.sherose-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(139, 30, 73, 0.25);
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .sherose-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sherose-product-grid {
    grid-template-columns: 1fr;
  }
  
  .sherose-section-title {
    font-size: 1.8rem;
  }

  .sherose-product-card img {
    height: 180px;
  }
}
/*catgories*/
.sherose-header {
  background: linear-gradient(135deg, #8B1E49, #8A9A5B);
  color: white;
  text-align: center;
  
  border-bottom-left-radius: 0; 
  border-bottom-right-radius: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sherose-header h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.sherose-header p {
  font-size: 1.15rem;
  opacity: 0.9;
}

/* --- Category Section --- */
.sherose-category-section {
  padding: 70px 8%;
  background: #fff;
}

.sherose-category-block {
  margin-bottom: 100px;
  background: #ffffff;
  border-radius: 0; 
  box-shadow: 0 6px 25px rgba(139, 30, 73, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.sherose-category-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(139, 30, 73, 0.2);
}

/* --- Category Header --- */
.sherose-category-header {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(90deg, #fff5f8, #f6fff5);
}

.sherose-category-header img {
  width: 320px;
  height: 220px;
  border-radius: 0; 
  object-fit: cover;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.sherose-category-header img:hover {
  transform: scale(1.05);
}

.sherose-category-info h2 {
  color: #8B1E49;
  font-size: 2rem;
  margin-bottom: 12px;
}

.sherose-category-info p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 650px;
}

/* --- Product Grid --- */
.sherose-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 40px;
}

/* --- Product Cards --- */
.sherose-product-card {
  border-radius: 0; /* square shape */
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  color: #333;
}

/* Alternate soft backgrounds */
.sherose-product-card:nth-child(3n+1) {
  background: #fbe8f0; 
}

.sherose-product-card:nth-child(3n+2) {
  background: #f2f8ec; 
}

.sherose-product-card:nth-child(3n) {
  background: #f5f0fa; 
}

.sherose-product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #8B1E49, #8A9A5B);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sherose-product-card:hover::before {
  opacity: 1;
}

.sherose-product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 0; 
  margin-bottom: 18px;
  transition: transform 0.4s ease;
}

.sherose-product-card:hover img {
  transform: scale(1.06);
}

.sherose-product-card h3 {
  color: #8B1E49;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.sherose-product-card p {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}

.sherose-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(139, 30, 73, 0.18);
}

/* --- Explore Button --- */
.sherose-btn-wrapper {
  text-align: center;
  padding: 30px 0 50px;
}

.sherose-btn {
  display: inline-block;
  background: linear-gradient(135deg, #8B1E49, #8A9A5B);
  color: white;
  padding: 14px 36px;
  border-radius: 0; /* square button */
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(139, 30, 73, 0.25);
}

.sherose-btn:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #8A9A5B, #8B1E49);
  box-shadow: 0 8px 20px rgba(139, 30, 73, 0.35);
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .sherose-category-header {
    flex-direction: column;
    text-align: center;
  }

  .sherose-category-header img {
    width: 100%;
    height: 230px;
  }

  .sherose-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sherose-product-grid {
    grid-template-columns: 1fr;
  }

  .sherose-category-info h2 {
    font-size: 1.6rem;
  }

  .sherose-header h1 {
    font-size: 2rem;
  }
}
.sherose-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #8B1E49;
  
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

/* Add a decorative underline */
.sherose-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #8B1E49, #8A9A5B);
  margin: 14px auto 0;
  border-radius: 2px;
}

/* Optional subtle animation effect */
.sherose-title:hover::after {
  width: 120px;
  transition: width 0.3s ease-in-out;
}
/* --- Tablet Screens (max-width: 1024px) --- */
@media (max-width: 1024px) {
  .sherose-category-header {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .sherose-category-header img {
    width: 100%;
    height: 240px;
  }

  .sherose-product-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 25px;
  }

  .sherose-title {
    font-size: 2.2rem;
  }
}

/* --- Large Mobile (max-width: 768px) --- */
@media (max-width: 768px) {
  .sherose-category-section {
    padding: 50px 5%;
  }

  .sherose-category-block {
    margin-bottom: 60px;
  }

  .sherose-category-info h2 {
    font-size: 1.7rem;
  }

  .sherose-category-info p {
    font-size: 1rem;
  }

  .sherose-product-grid {
    grid-template-columns: 1fr;
  }

  .sherose-product-card {
    padding: 18px;
  }

  .sherose-product-card img {
    height: 200px;
  }

  .sherose-title {
    font-size: 2rem;
  }
}

/* --- Medium Mobile (max-width: 600px) --- */
@media (max-width: 600px) {
  .sherose-category-header {
    padding: 25px;
  }

  .sherose-category-header img {
    height: 200px;
  }

  .sherose-category-info h2 {
    font-size: 1.5rem;
  }

  .sherose-category-info p {
    font-size: 0.95rem;
  }

  .sherose-product-card img {
    height: 180px;
  }

  .sherose-title {
    font-size: 1.7rem;
  }

  .sherose-title::after {
    width: 60px;
  }

  .sherose-title:hover::after {
    width: 90px;
  }
}

/* --- Small Mobile (max-width: 480px) --- */
@media (max-width: 480px) {
  .sherose-category-section {
    padding: 40px 4%;
  }

  .sherose-category-header {
    padding: 20px;
  }

  .sherose-category-header img {
    height: 170px;
  }

  .sherose-category-info h2 {
    font-size: 1.3rem;
  }

  .sherose-category-info p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .sherose-product-card {
    padding: 15px;
  }

  .sherose-product-card img {
    height: 160px;
  }

  .sherose-title {
    font-size: 1.5rem;
  }

  .sherose-title::after {
    width: 50px;
  }
}

/*header title*/
.sherose-logo-wrapper {  
  text-align: center;  
}

/* Site Name Container*/
.sherose-site-name {
  margin: 0;
  padding: 0;
  line-height: 1; 
  font-size: 3rem; 
  font-weight: 700;
}

/* --- SHE ROSE (Maroon, Display Font) --- */
.sherose-maroon-text {
  font-family:'Fisterra Fora', serif;
  color:#67863A;
}

/* --- Tagline --- */
.sherose-tagline {
  font-family: 'Cinzel', Georgia, serif;
  color: #801C46;
  font-size: 1rem;
  letter-spacing: 0.5em; 
  text-transform: uppercase;
  font-weight: 400;
  margin: 0.5rem 0 0;
  padding: 0;
}
/*footer style*/
.theme1 .main-footer.style-two {
    background:#fff;
}
.theme1 .main-footer.style-two li a, .theme1 .footer-column.col-lg-4.col-md-12.col-sm-12 p, .theme1 footer h4, .theme1 .copyright-text, .theme1 .main-footer .copyright-text a {
    color: #000 ! important;
}

.main-footer.style-two .call-us .service-num a, .main-footer.style-two .list li a, .main-footer.style-two .widget-title {
    color: #000;
}


/*eve spot*/
/* Logo Container */
.brand-logo-container {
  text-align: center;
  padding: 24px 0;
}

/* Main Brand Name */
.brand-site-name {
  font-family: 'Benzo';
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
}

/* Highlight Text */
.brand-highlight-text {
  color: #D81B60; /* Pink */
  font-family: emoji;
}

/* Tagline */
.brand-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 6px;
  color: #00B0FF; /* Blue */
}

/* Gold Accent (optional) */
.brand-tagline span {
  color: #FFD700; /* Gold */
  font-weight: 600;
}
/*home*/

.evespot-welcome-section {
  padding: 80px 8%;
  background: linear-gradient(
    135deg,
    rgba(216, 27, 96, 0.05),
    rgba(255, 215, 0, 0.08),
    rgba(0, 176, 255, 0.05)
  );
}

.evespot-welcome-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}


.evespot-welcome-image {
  flex: 1;
  animation: fadeInLeft 1.2s ease;
}

.evespot-welcome-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}



.evespot-welcome-content {
  flex: 1;
  animation: fadeInRight 1.2s ease;
}

.evespot-welcome-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #D81B60; /* Pink */
  margin-bottom: 18px;
}

.evespot-welcome-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 16px;
}



.evespot-welcome-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: linear-gradient(
    45deg,
    #D81B60,
    #FFD700
  );
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 12px 30px rgba(216, 27, 96, 0.3);
}

.evespot-welcome-btn:hover {
  transform: translateY(-4px);
  background: linear-gradient(
    45deg,
    #FFD700,
    #00B0FF
  );
  box-shadow: 0 16px 40px rgba(0, 176, 255, 0.35);
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


@media (max-width: 768px) {
  .evespot-welcome-container {
    flex-direction: column;
    text-align: center;
  }

  .evespot-welcome-content h2 {
    font-size: 30px;
  }

  .evespot-welcome-btn {
    padding: 12px 26px;
  }
}
/*prdt categories*/
.birthday-category-section {
  padding: 80px 8%;
  background: #fff;
  text-align: center;
}

.birthday-category-title {
  font-size: 2.4rem;
  color:#e9d5aa;
  margin-bottom: 10px;
}

.birthday-category-subtitle {
  font-size: 1.05rem;
  color: #666;
  margin-bottom: 50px;
}

.birthday-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
}

.birthday-category-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
}

.birthday-category-card:hover {
  transform: translateY(-8px);
}

.birthday-category-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.birthday-category-card:hover img {
  transform: scale(1.08);
}

.birthday-category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.birthday-category-overlay h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.birthday-category-btn {
  background: #ff4d8d;
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.birthday-category-btn:hover {
  background: #ff2f76;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .birthday-category-title {
    font-size: 2rem;
  }

  .birthday-category-card img {
    height: 220px;
  }
}
/*featured*/
.bday-blast-section {
  padding: 80px 8%;
  background: #fff0f8;
  text-align: center;
}

.bday-blast-title {
  font-size: 2.4rem;
  color: #ff2f76;
  margin-bottom: 50px;
  animation: title-bounce 1s ease forwards;
}

/* Title bounce animation */
@keyframes title-bounce {
  0% { transform: translateY(-20px); opacity: 0; }
  50% { transform: translateY(10px); opacity: 0.7; }
  100% { transform: translateY(0); opacity: 1; }
}

.bday-blast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
}

.bday-blast-card {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(255,77,141,0.2);
  transform: scale(0);
  animation: card-pop 0.7s forwards;
  animation-delay: calc(var(--i) * 0.1s);
  position: relative;
  overflow: hidden;
}

/* Card pop animation */
@keyframes card-pop {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}

.bday-blast-card img {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.bday-blast-card:hover img {
  transform: scale(1.15) rotate(3deg);
}

.bday-blast-card h3 {
  margin-top: 12px;
  font-size: 1.15rem;
  color: #ff2f76;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.bday-blast-card:hover h3 {
  transform: translateY(-5px);
}

/* Confetti effect on hover */
.bday-blast-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,77,141,0.15) 20%, transparent 21%) repeat;
  background-size: 20px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bday-blast-card:hover::after {
  opacity: 1;
}

/* Mobile */
@media (max-width: 576px) {
  .bday-blast-card img {
    height: 220px;
  }
}
/*why choose us*/
.bday-why-choose-section {
  padding: 80px 8%;
  background: #fff; 
  text-align: center;
}

.bday-why-choose-title {
  font-size: 2.6rem;
  color: #ff2f76;
  margin-bottom: 15px;
  text-shadow: 1px 1px 5px #ffe3f2;
  animation: title-pop 1s ease forwards;
}

@keyframes title-pop {
  0% { transform: scale(0.9); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.bday-why-choose-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

.bday-why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.bday-why-choose-card {
  background: linear-gradient(135deg, #ffe3f2, #ffd6e7);
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(255, 77, 141, 0.25);
  transition: transform 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
  cursor: pointer;
}

.bday-why-choose-card:hover {
  transform: translateY(-12px) rotate(-1deg);
  box-shadow: 0 18px 35px rgba(255, 77, 141, 0.4);
  background: linear-gradient(135deg, #ffd6e7, #ffb3d1);
}

.bday-why-choose-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  animation: icon-bounce 1s infinite alternate;
}

.bday-why-choose-icon img {
  width: 60px;  /* Adjust size as needed */
  height: 60px; /* Adjust size as needed */
  object-fit: contain;
}

@keyframes icon-bounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.bday-why-choose-card h3 {
  font-size: 1.3rem;
  color: #ff2f76;
  margin-bottom: 10px;
  font-weight: 700;
}

.bday-why-choose-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

/* Mobile */
@media (max-width: 576px) {
  .bday-why-choose-card {
    padding: 25px 15px;
  }
  .bday-why-choose-title {
    font-size: 2rem;
  }
  .bday-why-choose-icon img {
    width: 50px;
    height: 50px;
  }
}
