@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Scss Document */
body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  background:#fff;
  color: #111;
  overflow-x: hidden;
padding-top: 0px;
}

p {
  font-size: 16px;
  color: #555;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000; }

a:hover { color: #9B0A05; }

.img-responsive { width: 100%; height: auto; }

/*------------------common-css-------------------*/

.common-btn {
  font-size: 14px;
  background: #ba221e;
  color: #fff;
  padding: 16px 32px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius: 6px; text-transform: uppercase; font-weight:600;  }

.common-btn:hover {
  background: #040806;
  color: #fff;
  box-shadow: none; }

.title-col{ margin-bottom:40px; text-align: center; }

.title {
  position: relative;
  font-size:36px;
  font-weight:600;
  color:#2e2e2e;
    margin-bottom:20px; 
}

.title span{ color:#B7211D; }

.title-para{ font-size:16px; max-width: 900px; margin-left: auto; margin-right: auto; width: 100%; }

.form-control {
    border-radius: 6px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
    height:45px;
    background-color: #f5f5f5;
}

select.form-control { padding: 0; padding-left:15px;  }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #FBF6E7;
  border: 1px solid #D50A07;
  color: #000 !important;
}

@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}


.pt-50{ padding-top: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }

/*------------------end common-css-------------------*/

.main-header {
    padding: 10px 0px;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.main-header:before {
    content: "";
    position: absolute;
    background:rgb(0 0 0 / 70%);
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    transform: translateY(-50%);
}

.logo img{ max-height: 150px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight:500;
  margin: 0px 25px;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  text-transform: uppercase;
  position: relative;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{ color: #D50A07; }
.navbar-toggler{ color: #fff; border: none; }

.nav-link::after {
  content: "";
  border-bottom: solid 1px #D50A07;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}
.nav-link:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
@-webkit-keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width:1200px){
.main-header .navbar-brand.d-none.d-lg-block {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.container-fluid{ padding-left: 30px; padding-right: 30px; }

}


/*-------------banner---------------*/

.banner{ position: relative; background:#ffffff; min-height: 100vh;  z-index: 1; }

.banner-content{ text-align: center; padding:0px 60px; max-width: 850px; width: 100%; margin:0px auto; position: absolute; top: 70%; left: 50%; transform: translate(-50%, -70%); z-index: 99; }
.banner-content h5{ color: #fff; margin-bottom: 20px; }
.banner-content .title{ font-size: 56px; color: #fff; font-weight: 700; margin-bottom: 20px; }
.banner-content p{ font-size: 20px; color:#fff; margin-bottom: 30px; }
.banner-content .common-btn{ padding: 16px 32px; font-size: 18px; }

.banner-pic{ overflow: hidden; }
.banner-pic img{ height: 100vh; object-fit: cover;  animation: bg-animation 15s linear infinite; }
.banner-pic::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 1; }

@keyframes bg-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

.banner .owl-nav *{ color: #fff; }

.owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 32px;
}

.owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 32px;
}

.aboutsec1-content{ padding-left: 70px; }
.bg-light{ background-color: rgb(239 244 249) !important; }

.homesec2-sec p.text-muted{ font-size: 14px; }

.aboutsec1-content p{ line-height: 28px; }

hr{ color: #8a8a8a; }

.homevideo-sec{ margin-top: 60px; position: relative; }
.rescue-banner img {
    border: 10px solid #ffffff;
    border-radius: 25px;
    box-shadow: 50px 50px 50px rgb(0 0 0 / 10%);
    max-height: 90vh;
    object-fit: cover;
}

.video-text{ position: absolute; top: 80%; left: 50%; transform: translate(-50%, -80%); text-align: center; z-index: 99; }
.video-text h1{ font-size: 56px; color: #fff; font-weight: 700; margin-bottom: 0px; text-shadow: 2px 2px 2px #000; }

.aboutsec1-sec .flex-lg-row-reverse .aboutsec1-content {
    padding-left: 0px;
    padding-right: 70px;
}


.faq-questions{ max-width: 900px; width: 100%; margin: auto; }

.accordion-header .accordion-button{ font-size:18px; font-weight:500; color: #000; background: none; }
.accordion-item{ border-radius: 10px; border: 1px solid #ccc !important; margin-bottom: 15px; }
.accordion-button:not(.collapsed){ border-bottom: 1px solid #ccc !important; box-shadow: none; }
.accordion-body {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.faqs-sec .faq-questions{ padding-left: 30px; }


footer { background: #F7F1EA; padding: 40px 0; color: #333;
  font-size: 16px; }
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #818181;
  font-size: 14px;
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}
.copyright a { color: #818181; }
.copyright span i{ font-size: 24px; margin: 0px 10px; }


/*----------inner page-----------------*/

.innerpage-pic{ position: relative; background:#ffffff; max-height: 50vh; overflow: hidden;  }
.inner-banner h1 {
    padding: 20px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background: #b7211d;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.about-page .homeabout-content{ padding-left: 50px; }
.about-page .flex-lg-row-reverse .homeabout-content{ padding-left: 0px; padding-right: 50px; }

.sub-title{ margin-bottom: 20px; font-weight: 600; color: #2e2e2e; }

.abouttext-footer{ max-width: 1000px; width: 100%; margin:50px auto; padding: 50px 30px; background: #f5f5f5; border-radius: 10px; text-align: center; }
.abouttext-footer p b{ font-weight: 500; color: #000; }

.rehab-ico span{ margin-bottom: 10px; display: block; font-size: 34px; }
.rehabsec-1 .text-muted{ font-size: 15px; }

.rehabsec-2 .homeabout-content{ padding-left: 50px; }

.contactusform{ margin-left: 50px; }
.contactus-innerform .form-group{ margin-bottom:15px; }
.contactus-innerform .form-group label{ margin-bottom:5px; display: block; }
.form-title4{ margin-bottom: 25px; }
.contactus-innerform textarea.form-control {
    height: auto;
}

.cdetails-col{ margin-top:30px; }
.reinventing-col .w-iconbox-title{ font-size:20px; font-weight: 600; color:#17183a;  }
.reinventing-col { margin-bottom:30px; }

.w-iconbox-icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    max-width: 100%;
    position: relative;
    z-index: 1;
	font-size:26px;
    background: #eae5fc;
    color: #7448f7;
line-height: 2.5em;
    height: 2.5em;
    width: 2.5em;
    overflow: hidden;
    border-radius: 50%;
   margin-right: calc(15px + 0.2em);

}

.w-iconbox-icon i{ font-size:24px;}

.w-iconbox-icon2{ background:#fddcec; color: #fe419d; }
.w-iconbox-icon3{ background:#fce8d1; color: #f89727; }
.w-iconbox-icon4{ background:#cff2e6; color: #0acb89; }
.w-iconbox-icon5{ background:#fde0e0; color: #ff2121; }
.w-iconbox-icon6{ background:#dbedf9; color: #0096fa; }

.reinventing-col {
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: left;
    align-items: center;
    margin-bottom:10px;
}
.contact-details .reinventing-col .w-iconbox-title {
    font-size: 18px;
}
.w-iconbox-text p{ font-size:15px; }

.social-box{ margin-top: 30px; }
.social-box a {
    margin-right: 10px;
    color: #000;
    display: inline-block;
    border: 1px solid #333; 
    padding: 6px 20px;
    border-radius: 6px;
}
.social-box a:hover{ border-color: #B7211D; color: #B7211D; }


@media (max-width: 991px) {
  .main-header .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
    text-align: center;
  }

  .main-header .navbar-nav {
    flex-direction: column !important;
    gap: 10px;
  }

  .main-header .navbar-nav .nav-link {
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .banner-content {
    padding: 0 20px;
    top: 60%;
    transform: translate(-50%, -60%);
  }

  .banner-content .title {
    font-size: 32px;
    line-height: 1.3;
  }

  .banner-content p {
    font-size: 16px;
  }

  .banner-content .common-btn {
    font-size: 16px;
    padding: 12px 24px;
  }

  .banner-pic img {
    height: 80vh;
  }
}
@media (max-width: 767px) {
  .logo img {
    max-height: 90px;
  }
}


.footer-left, .footer-center {
  margin-bottom: 20px;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .footer-left, .footer-center {
    text-align: center;
  }

  .footer-title {
    font-size: 16px;
  }

  .copyright {
    text-align: center;
    font-size: 14px;
  }
}

/* Responsive layout for smaller screens */
@media screen and (max-width: 768px) {
  .main-header {
    padding: 10px;
    text-align: center;
  }

  .innerpage-pic {
    max-height: 30vh;
  }

  .footer {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .footer .column {
    width: 100%;
    margin-bottom: 20px;
  }

  .container {
    padding: 0 15px;
  }
}

/* About Us Page Responsive Styles */

/* General responsive adjustments */
.inner-banner .container h1.title {
  text-align: center;
}

/* Tablet view (768px - 1024px) */
@media (max-width: 1024px) {
  .inner-page.pa-50 {
    padding: 30px 0;
  }
  
  .about-page .row.pa-50 {
    padding: 30px 0;
  }
  
  .homeabout-content {
    padding: 0 15px;
  }
  
  .common-box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .common-box .common-btn {
    margin-bottom: 15px;
  }
}

/* Mobile view (up to 767px) */
@media (max-width: 767px) {
  .inner-banner .innerpage-pic img {
    height: 200px;
    object-fit: cover;
  }
  
  .title-col .title {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .title-col .title span {
    display: block;
  }
  
  .about-page .row {
    flex-direction: column;
  }
  
  .about-page .row.flex-lg-row-reverse {
    flex-direction: column-reverse;
  }
  
  .homeabout-content {
    margin-top: 20px;
    padding: 0 10px;
  }
  
  .homeabout-content .sub-title {
    font-size: 1.3rem;
    text-align: center;
  }
  
  .available-pic {
    margin-bottom: 20px;
  }
  
 
}

/* Small mobile devices (up to 480px) */
@media (max-width: 480px) {
  .inner-banner .container h1.title {
    font-size: 1.8rem;
  }
  
  .homeabout-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align:justify;
  }
  
  
}@media (max-width: 767px) {
  .common-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .common-box .common-btn {
    margin-right: 0 !important; /* Remove any right margin */
    margin-bottom: 10px; /* Add space between button and text */
    width: 100%; /* Make button full width */
    text-align: center; /* Center button text */
  }
  
  .common-box b {
    display: block;
    width: 100%;
    text-align: center; /* Center phone number */
  }
}

/* For very small devices (under 400px) */
@media (max-width: 400px) {
  .common-box .common-btn {
    padding: 10px 15px; /* Adjust button padding */
    font-size: 14px; /* Slightly smaller text */
  }
}

/*---------------media css---------------*/

@media screen and (max-width: 1180px) {
.container{ max-width: 100%; }
.aboutsec1-content { padding-left: 0px; }
.pa-80 { padding: 60px 0; }
.video-text{ width: 90%; }
.aboutsec1-sec .flex-lg-row-reverse .aboutsec1-content{ padding-right: 30px; }
.title{ font-size: 32px; }
.about-page .homeabout-content { padding-left: 0px; }
.about-page .flex-lg-row-reverse .homeabout-content {
    padding-left: 0px;
    padding-right: 0px;
}
.copyright{ margin-top: 10px; padding-top: 20px; }
.rehabsec-2 .homeabout-content { padding-left: 0px; }
.contactusform { margin-left: 0px; }
.pa-50 { padding: 30px 0; }
.navbar-expand-lg .navbar-nav{ margin: 0px 20px; }
.banner-content .title{ font-size: 42px; }
.banner-content p{ font-size: 18px; }
.banner-pic img{ height: 80vh; }
.banner{ min-height: auto; }

}

@media screen and (max-width: 920px) {
.banner-pic img{ height: 600px; }
.main-header:before{ display: none; }
.logo img { max-height: 100px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 0px; text-align: right; }
.aboutsec1-content p { line-height: 24px; font-size: 14px; }
.aboutsec1-content{ margin-top: 15px; }
.video-text h1{ font-size: 46px; }
.aboutsec1-sec .flex-lg-row-reverse .aboutsec1-content {
        padding-right: 0px;
        margin-top: 15px;
}
.faqs-sec .faq-questions {
    padding-left: 0px;
    margin-top: 15px;
}
.contactusform{ margin-top: 30px; }
.banner-content{ max-width: 660px; }
.owl-nav .owl-prev, .owl-nav .owl-next{ font-size: 20px; }
.navbar-toggler{ background: rgb(0 0 0 / 50%); padding: 10px 15px; }

}

@media screen and (max-width: 520px) {
.banner-content .title { font-size: 22px; }
.owl-nav .owl-prev{ top: auto; left: 41%; bottom: 0; font-size: 24px; }
.owl-nav .owl-next{ top: auto; right: 41%; bottom: 0; font-size: 24px; }
.banner-pic img { height: 500px; }
.title { font-size: 26px; }
.video-text h1 { font-size: 28px; }
.rescue-banner img{ max-height: inherit; height: 400px; }
.copyright{ flex-direction: column; }
.copyright span{ margin-top: 15px; }
.footer-title { font-size: 20px; }
.innerpage-pic img{ height: 300px; object-fit: cover; }
.common-box b{ display: block; }



}

/* Responsive CSS for Home Template */

/* For tablets (768px to 1024px) */
@media (max-width: 1024px) {
  .banner-content {
    padding: 20px;
  }
  
  .aboutsec1-sec .row, .faqs-sec .row {
    flex-direction: column;
  }
  
  .aboutsec1-pic, .aboutsec1-content {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  
  .homesec2-sec .row.g-4.text-center .col-lg-3 {
    width: 50%;
    margin-bottom: 15px;
  }
}

/* For mobile devices (up to 767px) */
@media (max-width: 767px) {
  .banner-content {
    text-align: center;
    padding: 15px;
  }
  
  .title {
    font-size: 1.8rem;
  }
  
  .aboutsec1-pic img, .rescue-banner img {
    width: 100%;
    height: auto;
  }
  
  .homesec2-sec .row.g-4.text-center .col-lg-3 {
    width: 100%;
  }
  
  .homevideo-sec .video-text h1 {
    font-size: 1.5rem;
  }
  
  .faqs-sec .accordion {
    margin-top: 30px;
  }
  
  .common-btn {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
}

/* For very small devices (up to 480px) */
@media (max-width: 480px) {
  .banner-content h1.title {
    font-size: 1.5rem;
  }
  
  .pa-80 {
    padding: 40px 0;
  }
  
  .aboutsec1-content h2.title {
    font-size: 1.3rem;
  }
}


