@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Italianno&family=Jomhuria&family=Lexend+Deca:wght@100..900&family=Playball&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap');
/* .logo-part .dark-logo{
    display: flex !important;
    align-items: center;
} */
/* .logo-part a h1{
    font-size: 20px;
} */

.topbar-right.footer-social i{
color: white;
width: 35px;
height: 35px;
text-align: center;
line-height: 34px;
/* padding: 8px; */
border-radius: 50%;
background-color: #f4bf00;
}


.achiever-photo img{
    background:white;
}



.page-header{
    width: 100%;
    display: grid;
    place-items: center;
    background-color: #171F32;
    height: 150px;
}
.page-header h1{
    font-size: 30px;
    color: white;
}

.courses-item p{
    margin: -10px 0px 20px 0px !important;
}
.courses-item .course-btn{
    padding: 10px;
    display: block;
    width: 100%;
    border: 1px solid;
    text-align: center;
    border-radius: 10px;
    background-color: #171F32;
    border: 1px solid #171F32;
    color: white;
    transition: all 0.4s ease;
}
.courses-item .course-btn:hover{
    background-color: transparent;
    color: #171F32;

}

/* achivements section */
.achiever-card {
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #0b2c5d;
    background-image: url(../images/website/ba.png);
    background-repeat: no-repeat;
    background-size: cover; padding: 10px; border-radius: 10px;
    height: 340px;

}
.achiever-card::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(../images/website/im1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}

.achiever-card .congrats-text {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
    color: rgb(234, 215, 105);
    letter-spacing: 1px;
    font-family: "Dancing Script", cursive;
}

.name-banner {
    /* background: gold; */
    
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #0b2c5d;
    display: inline-block;
    /* HTML: <div class="ribbon">Your text content</div> */

}
.ribbon {
  --s: 1.8em; /* the ribbon size */
  --d: .8em;  /* the depth */
  --c: .8em;  /* the cutout part */
  
  padding: 0 calc(var(--s) + .5em) var(--d);
  line-height: 1.8;
  background:
    conic-gradient(at left  var(--s) bottom var(--d),
     #0000 25%,#0008 0 37.5%,#0004 0) 0   /50% 100% no-repeat,
    conic-gradient(at right var(--s) bottom var(--d),
     #0004 62.5%,#0008 0 75%,#0000 0) 100%/50% 100% no-repeat;
  clip-path: polygon(0 var(--d), var(--s) var(--d),var(--s) 0,calc(100% - var(--s)) 0,calc(100% - var(--s)) var(--d),100% var(--d),calc(100% - var(--c)) calc(50% + var(--d)/2),100% 100%,calc(100% - var(--s) - var(--d)) 100%,calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) 100%,0 100%,var(--c) calc(50% + var(--d)/2));
  background-color: #ffe768; /* the main color */
  width: fit-content;
}

/* .achievement-text {
    font-size: 13px;
    line-height: 1.6;
    color: #fff;
} */
.achiever-card p{
      font-size: 13px;
    line-height: 1.6;
    color: #fff;
    margin: 10px 0px 10px 0px;
}

/* achivements section */

/* make video responsive and visually matching your theme */
.video-wrap {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    background: #000;
}
.video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}
.video-item { padding: 10px; } /* spacing inside carousel */
#branchList p{
    margin: 0px;
}

#rs-achievers{
/* background-image: url(../images/bg/main-home.jpg); */
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}

/* #rs-achievers .title{
    color: white;

} */

/*  */
.courses-section {
  padding: 50px 20px;
  background: #fff;
  text-align: center;
}

.courses-section .section-title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #002147;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.course-card {
  border: 1px solid black;
  border-radius: 8px;
  background: #fff;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.course-image {
  position: relative;
  padding: 12px;
}

.course-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s ease;
  transform: scale(1);
}
.course-image:hover img {
  
  transform: scale(0.9);
}

.course-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0,0,0,0.7);
  color: #FFD700;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.course-content {
  padding: 10px 20px;
  text-align: left;
}

.course-content h3 {
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 8px;
    color: black;
}

.course-content p {
  font-size: 14px;
  color: #0152ffc5;
  margin: 0 0 22px;
}

.course-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 15px;
  color: #444;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.join-btn {
  background: #FFD700;
  color: #002147;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #FFD700;
}

.join-btn:hover {
  background: transparent;
  color: #FFD700;
}

/* why choose us  */
/* promo section */

.promo-section{
            /* background: linear-gradient(90deg, #121212 0%, #5f1717 100%); */
            /* background: linear-gradient(90deg, #016c47 0%, #fbb034 100%); */
            /* background: linear-gradient(90deg, #003973 0%, #00b4db 100%); */
            background-color: #016c47;
            min-height: 300px;
            width: 100%;
            overflow: none !important;
            margin-top: 50px;
            
        }
        .promo-section .promo-container{
            max-width: 1250px;
            margin: 0 auto;
            
            min-height: 300px;
            display: flex;
            position: relative;
            justify-content: space-between;
            color: white;
            overflow: none !important;
            z-index: 2;
        }
.promo-section .promo-detail {
    width: 77%;
    padding: 31px 0px 0px 10px;
    line-height: 1.24;
}
       .promo-section .img-container-promo{
            position: relative;
            width: 500px;
            /* height: 200px; */
           
        }
        .promo-section .img-container-promo img{
            width: 500px !important;
            position: absolute;
            bottom: 0px;
            right: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.486));
            
        }
       .promo-section .promo-feature-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 21px 10px;
  margin-bottom: 30px;
}

.promo-section .promo-feature-list li {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.promo-section .promo-feature-list i {
  color: #34d16e;
  margin-right: 10px;
  font-size: 18px;
}
.promo-head {
    font-size: 2.3rem;
    color: gold !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
}

/* why choose us  */
/* testimonial */
/* YouTube placeholder wrapper responsive (works in most browsers) */
.youtube-player {
  position: relative;
  width: 100%;
  max-width: 420px; /* you can increase/decrease */
  margin: 0 auto;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  /* fallback aspect ratio - replaced by inline padding-top in JS if data-aspect provided */
  padding-top: 56.25%; /* 16:9 default */
}

/* All children inside the wrapper are absolutely positioned */
.youtube-player > * {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

/* thumbnail image */
.youtube-player img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* play button (circular) */
.youtube-player .yt-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgb(255 255 255 / 18%);;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  cursor: pointer;
}

/* small triangular play icon inside button */
.youtube-player .yt-play-btn svg {
  width: 28px;
  height: 28px;
  fill: #111;
}

/* When the iframe is loaded, it will fill the container */
.youtube-player iframe {
  border: 0;
  width: 100%;
  height: 100%;
}


/* notice board  */
#notice-board {
  width: 100%;
  display: grid;
  place-items: center;
  background: whitesmoke;
  padding: 20px;
}

.notice-board {
  width: 900px;
  height: 400px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 0 auto;
}

.notice-list {
  /* display: flex;
  flex-direction: column; */
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  will-change: transform;
  transform: translateY(0);

}



.notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid rgb(204, 174, 4);
  background: gold;
  margin: 10px 0;
  border-radius: 20px;
  width: 90%;
}

.notice-item:nth-child(even) {
  background: #f9f9f9;
}

.notice-item a {
  text-decoration: none;
  color: #007bff;
}

.new-tag {
  color: red;
  font-weight: bold;
  margin-left: 10px;
}

/* Smooth scroll animation */
/* @keyframes scrollUp {
  0%   { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
} */

.custom-notice-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffc800;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: bold;
  z-index: 10;
}

.custom-notice-bar {
  position: relative;
  width: 100%;
  background-color: #0c8b51; /* dark blue-gray */
  color: #fff;
  overflow: hidden;
  border-bottom: 2px solid #064126;
  white-space: nowrap;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  height: 42px;
  display: flex;
  align-items: center;
}

/* NEW: wrapper gives overflow boundary */
.custom-notice-wrapper {
  overflow: hidden;
  width: 100%;
  margin-left: 130px;
}

.custom-notice-scroll {
  display: inline-flex;
  gap: 50px;
  white-space: nowrap;
}

.custom-notice-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  white-space: nowrap;
}

.custom-notice-date {
  font-weight: 600;
  color: #f4d03f;
}

.custom-notice-title {
  color: #ecf0f1;
}

.custom-notice-link {
  color: #f39c12;
  text-decoration: none;
  font-weight: 600;
}

.custom-notice-link:hover {
  color: #e67e22;
  text-decoration: underline;
}

/* "NEW" tag style */
.custom-new-tag {
  background: #e74c3c;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.achiever-photo{
display: grid;
place-items: center;
position: relative;
}
.achiever-photo::before{
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(../images/website/im.png);
  background-size: contain;
  /* background-position: center; */
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}
.achiever-photo img{
  z-index: 2;
}


/* ===== Scoped Owl Carousel Styling for Achievers Section ===== */
#rs-achievers .owl-nav,
#rs-achievers .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

/* ==== Navigation Arrows ==== */


#rs-achievers .owl-nav {
  justify-content: space-between;
  width: 100%;
  max-width: 140px;
  margin: 25px auto 0;
}

#rs-achievers .owl-prev,
#rs-achievers .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgb(255, 179, 3);
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#rs-achievers .owl-prev:hover,
#rs-achievers .owl-next:hover {
  background: #ffb400; /* Accent color – adjust as desired */
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(255, 218, 7, 0.25);
}

/* Icon alignment */
#rs-achievers .owl-prev i,
#rs-achievers .owl-next i {
  line-height: 1;
}

/* ==== Dots Navigation ==== */
#rs-achievers .owl-dots {
  margin-top: 20px;
  gap: 8px;
}

#rs-achievers .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

#rs-achievers .owl-dot span {
  display: none; /* hide the inner <span> that Owl outputs */
}

#rs-achievers .owl-dot.active {
  background: #ffb400; /* Highlight color */
  transform: scale(1.2);
  box-shadow: 0 0 6px rgba(255, 180, 0, 0.7);
}

/* ==== Optional: Position nav arrows on sides (overlay) ==== */
@media (min-width: 768px) {
  #rs-achievers .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    max-width: none;
    margin: 0;
    justify-content: space-between;
    padding: 0 25px;
  }

  #rs-achievers .owl-prev,
  #rs-achievers .owl-next {
    background: rgba(0, 0, 0, 0.4);
  }
}







.exam-category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 30px;
  /* background-color: #f3f6f8; */
  align-items: center;
  justify-content: center;
}

.exam-category {
    text-align: center;
    padding: 20px;
    min-width: 130px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: whitesmoke; */
    /* border-radius: 50%; */
}

.exam-category img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    background: whitesmoke;
    padding: 14px;
    border-radius: 50%;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    /* padding: 20px; */
}

.exam-category p {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.exam-category img:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .exam-category-container {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    padding: 20px;
  }

    .exam-category {
        min-width: 110px;
        height: 110px;
        padding: 14px;
    }

  .exam-category img {
        width: 100%;
        height: 100%;
  }

  .exam-category p {
    font-size: 13px;
  }
}



/* --- Testimonial Section Styling --- */

.feedback-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.feedback-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Testimonial Text Box */
.feedback-text {
  background: #a73427;
  color: #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}

.feedback-text::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #a73427;
}

.feedback-readmore {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  font-size: 13px;
  margin-top: 10px;
}

/* User Info Section */
.feedback-user {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
}

.feedback-quote {
    position: absolute;
    right: -10px;
    top: -25px;
    background: #a73427;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: rotateY(180deg);
}

.feedback-img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #a73427;
    margin-right: 15px;
    z-index: 1;
}

.feedback-details {
  display: flex;
  flex-direction: column;
}

.feedback-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #222;
}

.feedback-role {
  font-size: 13px;
  color: #666;
  margin: 3px 0 0 0;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .feedback-card {
    padding: 20px;
    background: #eeeeee;
  }

  .feedback-text {
    font-size: 13px;
  }

  .feedback-img {
    width: 50px;
    height: 50px;
  }

  .feedback-name {
    font-size: 14px;
  }
}



.social-logo {
  width: 22px; /* adjust size as needed */
  height: 22px;
  object-fit: contain;
  border-radius: 5px; /* optional */
}


.container{
max-width: 1500px !important;
}


.title-para{
  width: 70%;
      margin: 0 auto;
}

/* modl */
/* Background overlay */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

/* Modal box */
.modal-content {
    background: #fff;
    max-width: 450px;
    margin: 8% auto;
    padding: 20px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* Modal header */
.modal-content h2 {
    background: #000f42;
    color: #fff;
    padding: 12px;
    margin: -20px -20px 20px -20px;
    text-align: center;
}

/* Close button */
.close {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}

/* Input styling */
.modal-content input {
    width: 100%;
    padding: 10px;
    border: 1px solid #000f42;
    border-radius: 3px;
    margin-bottom: 12px;
}

/* Submit button */
.submit-btn {
    width: 100%;
    padding: 10px;
    background: #00025a;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* modl */


/* Footer Wrapper */
.bsc-footer {
    background: #0d1b2a;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.bsc-footer-top {
    padding: 60px 0 40px;
    background: #0d1b2a;
}

/* Footer Widgets */
.bsc-footer-widget {
    margin-bottom: 30px;
}

.bsc-footer-title {
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 18px;
    color: #fff;
}

/* Lists */
.bsc-footer-list,
.bsc-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bsc-footer-list li,
.bsc-footer-contact li {
    margin-bottom: 10px;
}

.bsc-footer-list a,
.bsc-footer-contact a {
    color: #dce2e7;
    text-decoration: none;
}

.bsc-footer-list a:hover,
.bsc-footer-contact a:hover {
    color: #4dabf7;
}

/* Contact Icons */
.bsc-footer-contact i {
    margin-right: 8px;
    color: #4dabf7;
}

/* Bottom */
.bsc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    background: #0a1525;
}

/* Logo */
.bsc-footer-logo {
    width: 120px;
    border-radius: 8px;
}

/* Copyright */
.bsc-footer-copy {
    margin: 0;
    color: #dce2e7;
}

.bsc-footer-copy a {
    color: #4dabf7;
    text-decoration: none;
}

/* Social Icons */
.bsc-footer-social a img {
width: 22px;
    height: 22px;
    margin-left: 8px;
    transition: 0.3s;
}

.bsc-footer-social a img:hover {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 767px) {
    .bsc-footer-top {
        text-align: center;
    }
    .bsc-footer-social a img {
        margin: 5px;
    }
}


.whatsapp-float {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: #25d366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    color: white;
}

.wa-icon {
    width: 26px;
    height: 26px;
}





.contact-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 35px 0;
}

.contact-card {
    background: #fff;
    border: 2px solid #ff0000;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
    transition: 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* GOOGLE REVIEW */
.google-logo {
    width: 150px;
    margin-bottom: 10px;
}

.review-text {
    font-size: 14px;
    margin: 12px 0;
    color: #444;
}

.review-btn {
    display: inline-block;
    background: #ff0000;
    padding: 10px 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 10px;
}

.review-btn:hover {
    background: #cc0000;
}

/* LOCATION */
.location-icon {
    width: 90px;
    margin-bottom: 10px;
}

.location-text {
    font-size: 15px;
    color: #222;
    line-height: 1.5;
}

/* EMAIL + PHONE */
.contact-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.contact-item a {
    font-size: 15px;
    color: #007bff;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-card {
        padding: 18px;
    }
    .google-logo, .location-icon {
        width: 120px;
    }
}


.location-card i{
    color: #ff0000;
    font-size: 158px;
    margin-bottom: 10px;
    animation: blink 0.9s infinite steps(1);
}

@keyframes blink {
    0%, 100% {
        color: red;
    }
    50% {
        color: rgb(0, 0, 0);
    }
}


.dw-btn a{
background-color: red;
text-align: center;
padding: 10px 10px;
border-radius: 10px;
border: 1px solid red;
transition: all 0.4s ease;
font-size: 12px;
}
.dw-btn a:hover{
background-color: transparent;
color: red !important;
border: 1px solid red;
}


.lead-form-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

.lead-form-box {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.lead-form-box h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #1f4e8c;
}

.lead-form-box label {
    font-size: 14px;
    font-weight: bold;
}

.lead-form-box input,
.lead-form-box textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.lead-form-box button {
    width: 100%;
    background: #1f4e8c;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.lead-form-box button:hover {
    background: #163d6b;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .lead-form-box {
        padding: 20px;
    }
    .lead-form-box h2 {
        font-size: 20px;
    }
}




/* ===== Overlay ===== */
#popupOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* ===== Popup Box ===== */
#leadPopup {
    background: #fff;
    width: 90%;
    max-width: 480px;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

/* Animation */
@keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
}

/* Close Button */
.closeBtn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

/* ===== Form Styling ===== */
.lead-form-box h2 {
    text-align: center;
    margin-bottom: 6px;
    color: #1f4e8c;
    font-size: 22px;
    font-weight: 600;
}


.lead-form-box label {
    font-size: 13px;
    margin: 0px;
    font-weight: bold;
}

.lead-form-box input, .lead-form-box textarea {
    width: 100%;
    padding: 4px;
    margin: 0px 0 -1px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.lead-form-box button {
    width: 100%;
    background: #1f4e8c;
    color: #fff;
    padding: 5px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.lead-form-box button:hover {
    background: #163d6b;
}

/* Mobile */
@media (max-width: 480px) {
    #leadPopup {
        padding: 20px;
    }
    .lead-form-box h2 {
        font-size: 18px;
    }
}



/* base modal (your site already has similar rules) */
.modal.dr-modal {
    display: none;            /* hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    align-items: center;      /* for flex centering */
    justify-content: center;
}

/* center inner box */
.modal.dr-modal .dr-modal-content {
    background: #fff;
    max-width: 820px;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 18px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    display: block;
    transform: scale(0.96);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
}

/* visible state */
.modal.dr-modal.open {
    display: flex;
}
.modal.dr-modal.open .dr-modal-content {
    transform: scale(1);
    opacity: 1;
}

/* title & close */
.dr-title { margin: 0 0 12px; text-align:center; font-size:20px; }
.dr-close {
    position: absolute;
    right: 12px;
    top: 8px;
    border: none;
    background: #111;
    color: #fff;
    width: 36px; height: 36px;
    line-height: 34px;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

/* image + zoom behavior */
.dr-image {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform .28s ease;
    display: block;
    margin: 6px auto;
}
.dr-image.zoomed {
    transform: scale(1.8);
    cursor: zoom-out;
}

/* actions (download button) */
.dr-actions { text-align:center; margin-top:10px; }
.dr-download {
    display:inline-block;
    padding:8px 14px;
    background:#0b4fe6;
    color:#fff;
    border-radius:4px;
    text-decoration:none;
}



/* Modern About Section */
.ac-about-section {
    padding: 50px 0;
}

.ac-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.ac-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

/* Image Column */
.ac-col-img {
    flex: 1 1 45%;
}

.ac-about-img-wrap {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: transform .4s ease;
}

.ac-about-img-wrap img {
    width: 100%;
    border-radius: 10px;
    transition: transform .5s ease;
}

/* Image Hover Zoom */
.ac-about-img-wrap:hover img {
    transform: scale(1.05);
}

/* Text Column */
.ac-col-text {
    flex: 1 1 50%;
}

.ac-about-content {
    margin-top: 10px;
}

.ac-about-label {
    display: inline-block;
    background: #ff5722;
    color: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

.ac-about-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ac-about-highlight {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    color: #222;
}

.ac-about-desc {
    color: #444;
    line-height: 1.65;
    margin-bottom: 18px;
    text-align: justify;
}

/* List */
.ac-about-list {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.ac-about-list li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #222;
    padding-left: 22px;
    position: relative;
}

.ac-about-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff5722;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 991px) {
    .ac-row {
        gap: 30px;
    }
    .ac-about-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .ac-col-text, .ac-col-img {
        flex: 1 1 100%;
    }
}


/* .rs-testimonial .owl-carousel .owl-nav{
  display: block !important;
} */



.rs-testimonial .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
}

.rs-testimonial .owl-nav .owl-prev,
.rs-testimonial .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.rs-testimonial .owl-nav .owl-prev:hover,
.rs-testimonial .owl-nav .owl-next:hover {
    background: #00aaff;
    color: #fff;
    transform: scale(1.1);
}