/********** Template CSS **********/

:root {
    --bs-tertiary: #797E88;
}

p{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.text-secondary{

color: #da4f08 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-normal {
    font-weight: 400 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Top Bar ***/
.top-bar {
    height: 90px;
    padding: 0 90px;
}

.top-bar h6 {
    letter-spacing: 1px;
    font-family:"Playfair Display", serif;
}


/*** Nav Bar ***/
.nav-bar {
    padding: 0 90px;
    transition: .5s;
    background-color: white !important;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    outline: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        border-top: 1px solid var(--bs-white);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header Carousel ***/
.header-carousel {
    position: relative;
    background: url(../img/banner\ \(1\).png) center center no-repeat;
    background-size: cover;
    
}

.header-carousel .carousel-img {
    position: relative;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
}

.page-header {
    background: url(../img/bg\ about1.png) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-tertiary);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color:#da4f08;
}

.page-header .breadcrumb-item.active {
    color: var(--bs-dark);
}


/*** Video ***/
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-dark);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--bs-white);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: var(--bs-white);
    background: #000000;
    opacity: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 0px;
    top: 5px;
    left: -40px;
    border-top: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 0px;
    bottom: 6px;
    left: -60px;
    border-bottom: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-img {
    position: relative;
}

.about-img::before,
.about-img::after {
    position: absolute;
    content: "";
    width: 33%;
    height: 90px;
    background: var(--bs-white);
}

.about-img::before {
    top: 0px;
    left: 0px;
}

.about-img::after {
    right: 0px;
    bottom: 0px;
}


/*** Service ***/
.service-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.service-item {
    overflow: hidden;
}

.service-item .btn-square {
    width: 65px;
    height: 65px;
}

.service-item a {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    transition: .5s;
}

.service-item a::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    left: 100%;
    bottom: 3px;
    margin-left: 10px;
    border-bottom: 2px solid var(--bs-primary);
}


/*** Donation ***/
.donation-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.donation-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.donation-item .donation-progress {
    width: 80px;
}

.donation-item .progress .progress-bar {
    height: 20px;
    overflow: visible;
    transition: 3s;
}


/*** Banner ***/
.banner .banner-inner {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.banner .banner-inner::before,
.banner .banner-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.banner .banner-inner::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.banner .banner-inner::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}


/*** Event ***/
.event-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.event-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}


/*** Donate ***/
.donate .donate-text {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.donate .donate-text::before,
.donate .donate-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.donate .donate-text::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.donate .donate-text::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}

.donate .donate-form .form-control {
    border: none;
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group {
    display: flex;
}

.donate .donate-form .btn-group .btn {
    margin: 0;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--bs-tertiary);
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group .btn-check:checked+.btn {
    border: none;
    background: var(--bs-white);
}



/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.team-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.team-item .team-detail span {
    letter-spacing: 2px;
}



/*** Testimonial ***/
.testimonial-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    transition: .5s;
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: var(--bs-secondary);
    background: var(--bs-white);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: 6.3rem;
    }
}



/*** Footer ***/
.footer {
    color: var(--bs-tertiary);
    background: linear-gradient(rgba(5, 19, 17, .95), rgba(5, 19, 17, .95)), url(../img/bg-footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-tertiary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}


/* Developer codes start  */

/* headercode start */

#banner-t1{
    font-size: 33px !important;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#f2b897;
}
#banner-t2{
    font-size: 60px !important;
    color: aliceblue;
    text-transform: capitalize !important;
}
.navbar-expand-lg{


}

/* cards */

.services-section {
    background-color: #ffffff;
}

.service-card {
    padding: 15px;
    height: 100%;
}

.service-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 22px;
    margin-bottom: 20px;
    border:10px solid white;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.service-card h5 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #6b6b6b;
    margin-bottom: 0;
}

/* Optional vertical divider (desktop only) */
@media (min-width: 992px) {
    .services-section .col-lg-3:not(:last-child) {
        border-right: 1px solid #e5e5e5;
    }
}

.main-heading {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1f1f1f;
  letter-spacing: 0.4px;
}

.sub-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #666;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}


h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif !important;
}

/* features start */
 #feature{
background-color: #f3f3f3f3;

 }

 /* homepage about us sections  */
 .about-img-wrapper {
    position: relative;
    width: 100%;
    min-height: 420px;
}

/* Left image */
.about-img-wrapper .img-left {
    width: 60%;
    height: 380px;
    border-radius: 30px;
    overflow: hidden;
}

.about-img-wrapper .img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right overlapping image */
  
/* IMAGE WRAPPER SHOULD FILL COLUMN */
.about-image-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;     /* 🔥 limits white space */
}

/* LEFT IMAGE */
.big-img {
    width: 65%;
    height: 480px;
}

/* RIGHT IMAGE */
.small-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 300px;
}

/* CONTENT WIDTH CONTROL */
.about-content {
    max-width: 560px;     /* 🔥 balances both sides */
}

/* EXPERIENCE BADGE */
.exp-box {
    position: absolute;
    top: 30px;
    left: 45%;
}

/* background Bg  */

.bg-primary{

    background-color: #f2b897 !important;
}
.bg-secondary{
        background-color: #da4f08 !important;

}

.top-bar
{
      background-color: #ffffff !important;
}
.text{
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.text-primary {
color: #da4f08 !important;
}
.btn-primary{
    background-color: #da4f08 !important;
    color: white;
    border: #da4f08 !important ;
}
.btn-secondary{
    background-color: #f2b897 !important;
     color: black;
     border: #f2b897;
}
.text-dark{}

.why-choose-us {
    background: #ffffff;
}

.section-title {
    font-weight: 700;
    color: #0a2a4a;
}

.section-subtitle {
    color: #555;
    font-size: 15px;
}

.choose-box {
    background: #ffffff;
    padding: 18px 20px;
    border-left: 4px solid #f5a400;
    font-weight: 600;
    color: #333;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    height: 100%;
}
/* CTA sections  */

.cta-section {
    background: linear-gradient(
        rgba(10, 42, 74, 0.9),
        rgba(10, 42, 74, 0.9)
    ),
    url("img/cta-bg.jpg") center center / cover no-repeat;
    padding: 60px 0;
    color: #ffffff;
}

.cta-section h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.cta-section p {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 0;
}

.btn-cta-primary {
    background: #f5a400;
    color: #000;
    padding: 12px 26px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
}

.btn-cta-primary:hover {
    background: #e39a00;
    color: #000;
}

.btn-cta-outline {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}

.btn-cta-outline:hover {
    background: #ffffff;
    color: #da4f08;
}
/* Logo css for respnsive */

#logo {
width: 40%;
}
@media (max-width: 768px) {
   
    #logo {
width: 80%;
}
}

/* About us pages Css  */


/* Mission & Vision Main Heading */
.mission-main-heading {
    color: #da4f08;
}

/* Mission & Vision Box */
.mission-box {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    border-left: 5px solid #da4f08;
}

.mission-box:hover {
    transform: translateY(-6px);
}

/* Icon styling */
.mission-box i {
    font-size: 36px;
    color: #da4f08;
    margin-bottom: 15px;
}

/* Title styling */
.mission-box h5 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #da4f08;
}

/* Text */
.mission-box p {
    color: #555;
    line-height: 1.8;
}



/* .mission-box,
.vision-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.mission-box:hover,
.vision-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.icon-box {
    color: var(--primary);
}

.mission-box h4,
.vision-box h4 {
    font-weight: 600;
}

.mission-box p,
.vision-box p {
    color: #555;
    line-height: 1.8;
} */
.bg-light{
    background-color: #f2f2f2 !important;
}

/* Main heading color */
.trust-main-heading {
    color: #da4f08;
}

/* Trust box */
.trust-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 0;
    height: 100%;
    box-shadow: 0 12px 25px rgba(1,0,0,0.08);
    transition: 0.3s;
    border-left: 5px solid #e4e4e4;
}

.trust-box:hover {
    transform: translateY(-6px);
}

/* Icon color */
.trust-box i {
    font-size: 34px;
    color: #da4f08;
    margin-bottom: 15px;
}

/* Heading color */
.trust-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #da4f08;
}

/* Paragraph */
.trust-box p {
    color: #555;
    line-height: 1.7;
}

/* css Home pages ( schemes )*/

.scheme-box {
  background: #fff;
  font-family: "Noto Serif Tamil", "Latha", serif;
}

.scheme-table th {
  background: #f2f2f2;
  font-weight: bold;
  border: 2px solid #000;
}

.scheme-table td {
  border: 1.5px solid #000;
}

.scheme-table tfoot td {
  background: #f9f9f9;
}

/* scheme tables start */


    .scheme-title {
      background: #da4f08;
      font-size: 17px !important;
      color: #fff;
      padding: 8px;
      font-weight: 700;
      text-align: center;
      border-radius: 6px 6px 0 0;
    }

    .scheme-subtitle {
      background: #f2b897;
      color: #000;
      padding: 10px;
      text-align: center;
      font-weight: 600;
    }

    table {
      border: 2px solid #da4f08;
    }

    thead th {
      background-color: #da4f08;
      color: white;
      text-align: center;
      vertical-align: middle;
    }

    tbody td {
      text-align: center;
      font-weight: 500;
      font-size: 13px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    tbody tr:nth-child(even) {
      background-color: #fdf1ea;
    }

    tbody tr:hover {
      background-color: #f2b897;
    }

    .total-row {
      background-color: #f2b897;
      color: white !important;
      font-weight: bold;
    }

    .footer-box {
      background: #f2b897;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      border-radius: 0 0 6px 6px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 15px;
      color: #000;
    }

    thead, tbody, tfoot, tr, td, th{

        color: #535353 !important;
    }

    /* Contact Us layout  */

    /* Brand Colors */
:root {
    --brand-primary: #da4f08;
    --brand-secondary: #f2b897;
}

/* Section Background */
.contact-brand {
    background: #fffaf7;
}

/* Headings */
.text-brand {
    color: var(--brand-primary);
}

/* Contact Info Box */
.brand-info-box {
    background: #ffffff;
    padding: 22px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.brand-info-box .info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.brand-info-box .info-item:last-child {
    margin-bottom: 0;
}

.brand-info-box i {
    font-size: 20px;
    color: var(--brand-primary);
    padding: 12px;
    border-radius: 50%;
}

.brand-info-box h6 {
    margin: 0;
    font-weight: 600;
}

.brand-info-box p {
    margin: 0;
    font-size: 14px;
}

.brand-info-box a {
    color: #333;
    text-decoration: none;
}

/* Button */
.btn-brand {
    background: var(--brand-primary);
    color: #fff;
    border: none;
}

.btn-brand:hover {
    background: #b64006;
}
h6{
    font-family: play fair display !important;
}

 /* footercode */
 .footer-credit {
    font-size: 12px;
    opacity: 0.5;
    text-align: center;
}

.footer-credit a {
    color: #999;
    text-decoration: none;
}

.footer-credit a:hover {
    color: #da4f08;
}
