.hero-single { background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%;
    height: 30rem; display: flex; align-items: center; overflow: hidden; }
@media (max-width: 1199px) { .hero-single { height: 25rem; } }
@media (max-width: 991px) {.hero-single { height: 28rem; } }
.accordion-item {  border: 1px solid #dee2e6; margin-bottom: 10px; border-radius: .375rem !important; }
.accordion-header { border-radius: .375rem !important; }
.accordion-button { font-size: 18px; font-weight: 600; border-radius: .375rem !important; }
.accordion-button:not(.collapsed) { background-color: #f0f8ff; color: #F05B43; box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); }
.accordion-button i { font-size: 20px; color: #F05B43; }
.accordion-body { font-size: 15px; line-height: 1.6; }
.counter-box .icon i { font-size: 50px; }
.popup-gallery .col-md-4 { margin-bottom: 40px; }
.popup-gallery .theme-btn { font-size: 14px; }
.popup-gallery .theme-btn i { margin-right: 4px; }
.popup-gallery .gallery-content:hover .gallery-info { opacity: 1;  visibility: visible; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.responsive-brand { display: flex; align-items: center; text-decoration: none; color: #333; }
.responsive-brand-logo { width: 70px; margin-right: 15px; transition: all 0.3s ease; }
.responsive-brand-text { display: flex; flex-direction: column; }
.responsive-brand-text .text-line-1 { font-weight: bold; font-size: 1.1em; line-height: 1.2; transition: font-size 0.3s ease; }
@media (max-width: 768px) {
    .responsive-brand-logo { width: 45px; margin-right: 10px; }
    .responsive-brand-text .text-line-1 { font-size: 1em; }
    .responsive-brand-text .text-line-2 { font-size: 0.8em; }
    .hero-single { height: 38rem; }
   }
.blog-section .blog-sidebar .widget1 { border: 1px solid #e9ecef; border-radius: 0.5rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
.blog-section .blog-sidebar .widget-title { background-color: #f8f9fa; padding: 1rem; border-bottom: 1px solid #e9ecef; }
.blog-section .blog-sidebar .widget-body { max-height: 40rem; overflow-y: auto; }
.blog-section .blog-content-area { margin-top: 3rem; }
.blog-section .blog-title { font-size: 2.5rem; font-weight: 700; line-height: 1.2; }
.blog-section .blog-meta { font-size: 0.9rem; color: #6c757d; }
.blog-section .blog-content { margin-top: 2rem; font-size: 1.15rem; line-height: 1.8; }
.blog-section .blog-content h3 { margin-top: 0;margin-bottom: .5rem; font-weight: 500; font-size: 2rem; line-height: 2.3; }
.blog-section .blog-content h4 { margin-top: 0; margin-bottom: .5rem; font-weight: 600; font-size: 1.75rem; line-height: 2; }
.blog-section .blog-content p {  margin-bottom: 1rem; }
.blog-section .blog-content img { max-width: 100%; height: auto; display: block;  margin: 2rem auto;  border-radius: 0.5rem; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}
.blog-section .blog-content a { color: #007bff;  text-decoration: none; border-bottom: 1px dotted #007bff;}
.blog-section .list-group-flush>.list-group-item {  padding: 1rem; }
.list-group-item.active{ z-index: 2; color: var(--bs-list-group-active-color); background-color: #001D23; border-color: #001D23; }
.blog-section .blog-content a:hover {  color: #0056b3; border-bottom-style: solid; }
.blog-section .blog-content figure.table { display: block; overflow-x: auto; }
.blog-item-img img {height: 18rem }
/*----------------------footer--------------*/
.footer-contact li { display: flex; align-items: flex-start; color: #f5faff; font-size: 16px; margin-bottom: 15px; }
.footer-contact li i {flex-shrink: 0; width: 32px; height: 32px; line-height: 32px; font-size: 16px; margin-right: 15px; border-radius: 50px;
    background: #D2A84A; text-align: center; -webkit-transition: 0.3s; transition: 0.3s; color: #fff;  }
.footer-contact li span { flex-grow: 1; white-space: normal; }
.footer-contact li a { display: flex; align-items: center; color: inherit; text-decoration: none; }
.whatsapp-icon { position: fixed; bottom: 20px; right: 0; z-index: 9999; padding: 10px; transition: transform 0.3s ease; }
.whatsapp-icon img { width: 50px; height: 50px; }
.whatsapp-icon:hover { transform: scale(1.1); }
/*------------------about--------------------------*/
.whrac-dark-section { background-color: #050a15; }
.whrac-gold-tagline { background: #BF953F; -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;  display: inline-block; margin-bottom: 15px; }
.whrac-section-title { color: #ffffff; font-weight: 700; font-size: 2.5rem; }
.whrac-premium-card { background: #0a1120; border: 1px solid rgba(212, 175, 55, 0.15); border-radius: 6px; padding: 40px 30px;
    position: relative; overflow: hidden; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1; }
.whrac-premium-card::before { content: ''; position: absolute;  top: 0; left: 0;  width: 100%; height: 3px; 
    background: linear-gradient(90deg, #BF953F, #FCF6BA, #B38728); transform: scaleX(0); transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
     transform-origin: left;  z-index: -1; }
.whrac-premium-card:hover { transform: translateY(-12px);
    border-color: rgba(212, 175, 55, 0.5);  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 175, 55, 0.1); }
.whrac-premium-card:hover::before {  transform: scaleX(1); }
.whrac-icon-wrapper i {  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728); -webkit-background-clip: text;
    background-clip: text;  -webkit-text-fill-color: transparent; transition: transform 0.5s ease; margin-bottom: 25px; }
.whrac-premium-card:hover .whrac-icon-wrapper i { transform: scale(1.1); }
.whrac-card-title { color: #ffffff;  font-size: 1.3rem; font-weight: 600;  margin-bottom: 15px; }
.whrac-card-text {  color: #a0aabf;  font-size: 0.95rem; line-height: 1.7; margin-bottom: 0; }
.whrac-stat-label { color: #a0aabf; font-size: 1rem; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; }
/*-----------------counselling------------------*/
.whrac-premium-page { background-color: #fafbfc; }
.whrac-main-title { font-size: 2rem; line-height: 1.25; letter-spacing: -0.5px;  margin-bottom: 20px; }
.whrac-gold-tag { color: #b38b36; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; font-size: 1.02rem; display: inline-block; margin-bottom: 12px; }
.whrac-intro-text { color: #5a657c; font-size: 1.15rem;  line-height: 1.8; margin-bottom: 30px; }
.whrac-quote-box { background: #ffffff; border-left: 4px solid #b38b36; padding: 25px 35px;
    border-radius: 0 12px 12px 0; box-shadow: 0 10px 30px rgba(7, 19, 47, 0.03); margin: 40px 0; }
.whrac-quote-box p { font-size: 1.2rem; color: #07132f; font-weight: 600; font-style: italic; line-height: 1.6; margin: 0; }
.whrac-service-block { background: #ffffff; border: 1px solid #edf0f4;  border-radius: 12px; padding: 35px; margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(7, 19, 47, 0.02); transition: all 0.4s ease; position: relative;  overflow: hidden; }
.whrac-service-block::before {   content: '';  position: absolute; left: 0; top: 0;
    height: 100%;  width: 4px; background: #b38b36; opacity: 0; transition: opacity 0.4s ease;  }
.whrac-service-block:hover { transform: translateX(8px); box-shadow: 0 15px 40px rgba(7, 19, 47, 0.06); border-color: transparent; }
.whrac-service-block:hover::before { opacity: 1;  }
.whrac-service-block h3 { color: #07132f;  font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; }
.whrac-service-block p { color: #5a657c; font-size: 1.05rem;  line-height: 1.7; margin: 0; }
.whrac-sticky-card {  background: #ffffff;  border: 1px solid #edf0f4;  border-radius: 16px;
    padding: 45px 35px; box-shadow: 0 25px 60px rgba(7, 19, 47, 0.06); position: sticky; top: 100px; }
.whrac-sticky-card h4 { font-size: 1.6rem; margin-bottom: 15px; }
.whrac-card-feature { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; padding-bottom: 25px;  border-bottom: 1px solid #edf0f4; }
.whrac-card-feature:last-of-type { border-bottom: none;  margin-bottom: 35px; padding-bottom: 0; }
.whrac-card-icon { background: rgba(179, 139, 54, 0.1); color: #b38b36; width: 45px; height: 45px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;  font-size: 1.1rem; flex-shrink: 0;  }
.whrac-card-feature h5 { color: #07132f; font-size: 1.1rem; font-weight: 700;  margin: 0 0 5px; }
.whrac-card-feature p { color: #64748b; font-size: 0.95rem; line-height: 1.6;  margin: 0; }
.whrac-btn-gold {  display: block; width: 100%; text-align: center; background: linear-gradient(135deg, #c79e45, #b38b36); color: #ffffff !important;
    font-weight: 700;  padding: 16px 20px;  border-radius: 8px;  text-transform: uppercase; letter-spacing: 1px; font-size: 1rem;
    border: none; box-shadow: 0 10px 20px rgba(179, 139, 54, 0.25); transition: all 0.3s ease;  text-decoration: none; }
.whrac-btn-gold:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(179, 139, 54, 0.35); color: #ffffff; }

/*------------------initiatives-area-----------------------*/
.initiatives-area {  background-color: #fdfdfd; }
.initiative-card { transition: all 0.4s ease-in-out; border: 1px solid #f0f0f0;  border-bottom: 4px solid #b38b36 !important; 
    background-color: #ffffff; cursor: default; }
.initiative-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important; border-bottom: 4px solid #0f2040 !important;  }
.initiative-card .icon-box { transition: all 0.4s ease-in-out; color: #0f2040 !important;  }
.initiative-card:hover .icon-box { color: #b38b36 !important;  transform: scale(1.15); }
.initiatives-area .site-title-tagline { color: #b38b36; font-weight: 600;  letter-spacing: 1.5px;
    text-transform: uppercase; display: inline-block; margin-bottom: 10px; }
.initiatives-area .site-title { color: #0f2040; font-weight: 700; line-height: 1.3; }
/*------------------------campaign-gallery-area-------------------------*/
.campaign-gallery-area {  background-color: #0b1528; }
.campaign-gallery-area .text-gold { color: #B38B35;  font-weight: 600;letter-spacing: 2px;  text-transform: uppercase; }
.text-gallery-card { background-color: #12223f; border: 1px solid rgba(212, 175, 55, 0.2); transition: all 0.4s ease-in-out; border-radius: 5px; }
.text-gallery-card:hover { transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important; border: 1px solid rgba(212, 175, 55, 0.8); }
.divider-gold { height: 3px; width: 60px; background-color: #d4af37; transition: width 0.4s ease-in-out; }
.text-gallery-card:hover .divider-gold { width: 100px;  }
.z-index-1 {  z-index: 1; } 
/*----------------------*/
/*----------------------ghdac-gallery-section--------------------------*/
.ghdac-gallery-section { padding: 50px 0; background-color: #f8f9fa; }
.site-title-tagline { color: #c5a059; font-weight: 700;text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; display: inline-block; }
.site-title { color: #0a1f44; font-weight: 700; font-size: 2.1rem; margin-bottom: 40px; }
.ghdac-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px; }
.ghdac-gallery-item { position: relative;  overflow: hidden;
    border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); cursor: pointer; aspect-ratio: 4/3; background-color: #e9ecef; }
.ghdac-gallery-item img { width: 100%;  height: 100%; object-fit: cover;  transition: transform 0.5s ease; }
.ghdac-gallery-item:hover img {  transform: scale(1.1); }
.ghdac-gallery-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0;  background: rgba(10, 31, 68, 0.75); display: flex;
    flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s ease; }
.ghdac-gallery-item:hover .ghdac-gallery-overlay {  opacity: 1; }
.ghdac-gallery-icon { color: #fff; font-size: 2.5rem; margin-bottom: 15px;  transform: translateY(20px); transition: transform 0.4s ease; }
.ghdac-gallery-title { color: #fff; font-size: 1.4rem; font-weight: 600; transform: translateY(20px); transition: transform 0.4s ease; 
    text-align: center; padding: 0 20px; }
.ghdac-gallery-item:hover .ghdac-gallery-icon,
.ghdac-gallery-item:hover .ghdac-gallery-title { transform: translateY(0); }