/* Section Common Styling */
.about-section,
.facility-section {
    background-color: #f8f9fa;
    /* हल्का बैकग्राउंड */
    border-radius: 12px;
    padding: 40px 20px;
}

/* Image Box */
.about-img img,
.facility-img img {
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

.about-img img:hover,
.facility-img img:hover {
    transform: scale(1.03);
}

/* Overlay on Image */
.about-overlay,
.facility-overlay {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    text-align: center;
}

.about-img:hover .about-overlay,
.facility-img:hover .facility-overlay {
    opacity: 1;
}

/* Text Styling */
.parra-about,
.parra-facility {
    line-height: 1.7;
    font-size: 15px;
}

/* List Styling */
.about-content ul li,
.facility-content ul li {
    font-size: 15px;
    line-height: 1.6;
}

/* Button */
.about-content .btn,
.facility-content .btn {
    font-weight: 500;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.about-content .btn:hover,
.facility-content .btn:hover {
    transform: translateY(-2px);
}

.parra-about {
    line-height: 40px;
}

/* custom button css  heading xss*/
.btn-success {
    background: linear-gradient(to bottom, #044e01 50%, #C7A462 50%);
    background-size: 100% 200%;
    background-position: top;
    color: #fff;
    border: none;
    transition: background-position 0.5s ease-in-out;
    padding: 14px;
    font-size: 20px;
    font-weight: 600;
}

.btn-success:hover {
    background-position: bottom;
    color: #fff;
}

.heading-underline {
    position: relative;
    display: inline-block;
    /* keeps underline only under text */
    padding-bottom: 8px;
}

.heading-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    /* line length */
    height: 4px;
    /* thickness */
    background-color: #198754;
    /* Bootstrap success green */
    border-radius: 3px;
}

/* button css end */

/* features css */


.feature-box {
    transition: background-color 0.6s ease,
        color 0.6s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
    cursor: pointer;
}

.feature-box:hover {
    background-color: #044e01 !important;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.feature-box:hover h5,
.feature-box:hover p,
.feature-box:hover i {
    color: #fff !important;
}

/* play button css */

.hero-section {
    background: url('../../assets/img/vedio.avif') center/cover no-repeat;
    position: relative;
    height: 100vh;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 30, 0, 0.85);
    /* Dark overlay */
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.video-play-wrap {
    position: relative;
    display: inline-block;
}



.play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
    transition: all 0.3s ease;
}

.play-btn:hover {
    background: #d6b66b;
    color: #fff;
}

.box-1 {
    background: rgba(255, 255, 255, 0.08);
    /* हल्का white transparent */
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    /* modern glassy effect */
    -webkit-backdrop-filter: blur(5px);
    /* Safari support */
    display: inline-block;
}

/* country suply css */
.country-section .con-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.country-section .con-img:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* contact  us css */

.custom-input {
    background: #f5f5f5;
    border: none;
    padding: 15px;
    border-radius: 6px;
}

.custom-input:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(4, 78, 1, 0.4);
}

.custom-btn {
    background-color: #c9a35d;
    color: #0b2303;
    font-weight: 600;
    padding: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* event css */
.news-card {
  position: relative;
  border-radius: 8px;
  border-top: 3px solid #c9a35d;
  overflow: hidden; /* overlay bahar na nikle */
  color: #fff;      /* text white */
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../../assets/img/event.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(2px);         /* background blur */
  transform: scale(1.1);     /* blur ke edges cover karne ke liye */
  z-index: 0;
}

.news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* dark overlay */
  z-index: 1;
}

.news-card > * {
  position: relative;
  z-index: 2; /* text upar dikhai de */
}
.read-more {
    color: #c9a35d;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.read-more:hover {
    color: #a88343;
}
.badge-custom {
    display: inline-block;
    background: #c9a35d00;
    color: #0b2303;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
}
/* footer css */

.footer-section {
    background: #0c2d0c;
    /* dark green */
    color: #e6c87f;
    /* golden text */
    font-size: 14px;
}

.footer-section h5 {
    color: #e6c87f;
    font-weight: 600;

}

.footer-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    line-height: 29px;
}

.footer-link:hover {
    color: #e6c87f;
    padding-left: 5px;
}

.footer-bottom {
    font-size: 20px;
    color: #ccc;
}

.foot-p {
    line-height: 25px;
}

/* breadcrump */
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(240 209 87);
    content: var(--bs-breadcrumb-divider, "/");
}

.usp-box .text-primary {
    color: #e6c87f !important;
}

.company-banner {
    background: #044e01;
}



