/* =====================================================
   GOOGLE FONTS
   Heading  : Montserrat
   Content  : Open Sans
===================================================== */

:root{
    --gdefence-primary:#9d1f26;
    --gdefence-secondary:#b71c1c;
    --gdefence-gold:#d4af37;
    --gdefence-black:#000;
    --gdefence-white:#fff;
    --gdefence-text:#333;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

a:visited {
    color: #fff;
}

@font-face {
    font-family: 'Mercurius';
    src: url('https://gooddaydefenceschool.com/wp-content/themes/gooddaydefenceschool/font/Club-Type-Mercurius-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}




body{
    font-family:"Open Sans", sans-serif;
    font-size:16px;
    line-height:1.7;
    color:var(--gdefence-text);
    overflow-x:hidden;
    background:#fff;
}






/* =====================================================
   TYPOGRAPHY
===================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.gdefence-title,
.gdefence-about-title,
.gdefence-subtitle,
.gdefence-bottom h3,
.gdefence-school-text h4,
.gdefence-menu {
   font-family: 'Mercurius', sans-serif;
}

p,
span,
li,
a,
.gdefence-desc,
.gdefence-about-text,
.gdefence-feature-list li,
.gdefence-top-links a,
.dropdown-item{
    font-family:"Open Sans", sans-serif;
}

a{
    text-decoration:none;
    transition:.3s ease;
}

img{
    max-width:100%;
    height:auto;
}

/* =====================================================
   HEADER
===================================================== */

.gdefence-topbar{
    background:#991c26;
    padding:5px 0;
}


@media (max-width: 767px) {
    .gdefence-topbar {
        display: none;
    }
}

.gdefence-top-links{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.gdefence-top-links a{
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:.5px;
}

.gdefence-top-links a:hover{
    color:var(--gdefence-gold);
}

.gdefence-navbar{
    background:#000;
    border-top:1px solid rgba(255,255,255,.08);
    padding:8px 0;
}

.gdefence-logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.gdefence-logo img{
    width:272px;
}

.gdefence-school-text p{
    color:#fff;
    font-size:11px;
    margin:0;
    font-weight:500;
}

.gdefence-school-text h4{
    margin:0;
    color:var(--gdefence-secondary);
    font-size:30px;
    font-weight:800;
    line-height:1;
    text-transform:uppercase;
}



.gdefence-menu .nav-link{
    color:#fff !important;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    padding:12px 15px !important;
    letter-spacing:.4px;

}

.gdefence-menu .nav-link:hover{
    color:var(--gdefence-gold) !important;
}



.navbar-toggler{
    border:1px solid #fff;
    box-shadow:none !important;
}

.navbar-toggler i{
    color:#fff;
}


/* Mega Menu */
.gdds-mega-menu{
    width: 550px;
    background: #f2f2f2;
    margin-left: 350px;
    border: none;
    border-radius: 0;
    padding: 20px;
    margin-top: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}


@media (max-width: 767px) {
    .gdds-mega-menu {
        width: 100%;
        margin-left: 0;
        padding: 15px;
    }
}

.gdds-mega-title{
    font-size: 25px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    font-family: 'Mercurius', sans-serif;
}

.gdds-mega-menu img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gdds-mega-links{
    list-style: none;
    padding: 0;
    margin: 0;
}

.gdds-mega-links li{
    margin-bottom: 6px;
    border-bottom:1px solid #0000007a;
    list-style: none;
}

.gdds-mega-links li a{
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    transition: .3s;
    position: relative;
    padding-left: 15px;
}

.gdds-mega-links li a:before{
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.gdds-mega-links li a:hover{
    color: #8b0000;
    padding-left: 20px;
}

/* Desktop */
@media(min-width:992px){

    .navbar .dropdown:hover .dropdown-menu{
        display:block;
    }

    .gdds-mega-menu{
        left: 0;
        right: auto;
    }
}

/* Mobile */
@media(max-width:991px){

    .gdds-mega-menu{
        width: 100%;
        padding: 15px;
    }

    .gdds-mega-title{
        font-size: 28px;
    }

    .gdds-mega-menu img{
        margin-bottom: 15px;
        height: auto;
    }
}

/* =====================================================
   HERO SLIDER
===================================================== */

.gdefence-hero-slider{
    position:relative;
}

.gdefence-slide{
    min-height:650px;
    background-size:cover;
    background-position:center;
    position:relative;
}

.gdefence-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.85) 28%,
        rgba(0,0,0,.15) 55%,
        rgba(0,0,0,.55) 100%
    );
}

.gdefence-slide .container{
    position:relative;
    z-index:2;
}

.gdefence-subtitle{
    display:block;
    color:#111;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:20px;
    letter-spacing:.5px;
}

.gdefence-title{
    font-size:50px;
    font-weight:800;
    line-height:1;
    color:#5b0909;
    text-transform:uppercase;
    margin-bottom:20px;
}

.gdefence-line{
    width:80px;
    height:3px;
    background:#7d1010;
    margin-bottom:20px;
}

.gdefence-desc{
    font-size: 18px;
    color: #000000;
    max-width: 450px;
    font-weight: 600;
    line-height: 1.3;
}

.gdefence-bottom{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:50px;
}

.gdefence-bottom img{
    width:125px;
}

.gdefence-bottom h3{
    color:#fff;
    font-size:27px;
    font-weight:700;
    line-height:1.2;
    text-shadow:0 3px 10px rgba(0,0,0,.5);
}

.gdefence-arrow{
    width:55px;
    height:55px;
    background:#7d1010;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gdefence-arrow i{
    color:#fff;
    font-size:18px;
}

.carousel-control-prev,
.carousel-control-next{
    width:8%;
}

/* =====================================================
   ABOUT SECTION
===================================================== */

.gdefence-about-section{
    background:#f7f7f7;
    overflow:hidden;
}


.gdefence-about-title{
    font-size: 36px;
    font-weight: 500;
    color: var(--gdefence-primary);
    line-height: 1.15;
    margin-bottom: 25px;
}

.gdefence-divider{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
}

.gdefence-divider span{
    width:60px;
    height:2px;
    background:#222;
}

.gdefence-divider i{
    color:#222;
    font-size:22px;
}

.gdefence-about-text{
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 35px;
}

.gdefence-feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.gdefence-feature-list li{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 17px;
    color: #000000;
}

.gdefence-feature-list li i{
    width:34px;
    height:34px;
    min-width:24px;
    background:var(--gdefence-primary);
    color:#fff;
    border-radius:50%;
    font-size:18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gdefence-about-image{
    position:relative;
    height:100%;
    min-height:650px;
}

.gdefence-about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.gdefence-about-image::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:220px;
    height:100%;
    z-index:2;

    background:linear-gradient(
        to right,
        #f7f7f7 0%,
        rgba(247,247,247,.95) 30%,
        rgba(247,247,247,0) 100%
    );
}

.gdefence-watermark{
    position:absolute;
    left:40px;
    top:50%;
    transform:translateY(-50%);
    z-index:3;
    opacity:.18;
}

.gdefence-watermark img{
    width:140px;
}

/* =====================================================
   SECTION SPACING
===================================================== */

section{
    position:relative;
}

.gdefence-section-padding{
    padding:100px 0;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width:1199px){

    .gdefence-title{
        font-size:54px;
    }

    .gdefence-about-title{
        font-size:44px;
    }

}

@media (max-width:991px){

    .gdefence-top-links{
        gap:15px;
    }

    .gdefence-school-text h4{
        font-size:22px;
    }

    .gdefence-menu{
        margin-top:15px;
    }

    .gdefence-menu .nav-link{
        padding:10px 0 !important;
    }

    .gdefence-slide{
        min-height:550px;
    }

    .gdefence-title{
        font-size:40px;
    }

    .gdefence-desc{
        font-size:16px;
    }

    .gdefence-bottom{
        margin-top:30px;
    }

    .gdefence-bottom h3{
        font-size:24px;
    }

    .gdefence-bottom img{
        width:131px;
    }

    .gdefence-about-content{
        padding:50px 25px;
    }

    .gdefence-about-title{
        font-size:38px;
    }

    .gdefence-about-text{
        font-size:16px;
    }

    .gdefence-about-image{
        min-height:50px;
    }

    .gdefence-watermark{
        left:20px;
    }

    .gdefence-watermark img{
        width:90px;
    }
}

@media (max-width:767px){

    .gdefence-title{
        font-size:32px;
    }

    .gdefence-subtitle{
        font-size:14px;
    }

    .gdefence-about-title{
        font-size:30px;
        text-align:center;
    }

    .gdefence-feature-list li{
        font-size:15px;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }
}


.gdefence-topbar-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.gdefence-top-links{
    display:flex;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

.gdefence-phone{
    display:flex;
    align-items:center;
    gap:8px;
    flex-shrink:0;
}

.gdefence-phone i{
    color:#d4af37;
}

.gdefence-phone a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}



/*=================================
 LIFE AT GDDS
=================================*/

.gdefence-life-section{
    padding:90px 0;
    background: #f7f7f7;
    overflow:hidden;
}

.gdefence-life-content{
    padding-right:20px;
}

.gdefence-life-title{
    font-family:"Montserrat", sans-serif;
    font-size:36px;
    font-weight:800;
    color:#9d1f26;
    line-height:1;
    margin-bottom:20px;
}

.gdefence-life-desc{
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-style: italic;
    color: #333;
    line-height: 1.4;
    margin-bottom: 30px;
}

.gdefence-life-list{
    list-style:none;
    padding:0;
    margin:0;
}

.gdefence-life-list li{
    display:flex;
    gap:12px;
    margin-bottom:18px;
    font-size:15px;
    line-height:1.4;
    color:#333;
}

.gdefence-life-list li i{
    color:#9d1f26;
    margin-top:5px;
    min-width:20px;
}

/* Gallery */

.gdefence-life-gallery{
    display:flex;
    gap:18px;
    align-items:stretch;
}

.gdefence-life-card{
    flex:1;
    overflow:hidden;
    position:relative;
    border:6px solid #ffffff;
    background:#fff;
}

.gdefence-life-card img{
    width:100%;
    height:520px;
    object-fit:cover;
    transition:.5s;
}

.gdefence-life-card:hover img{
    transform:scale(1.08);
}

/* Optional Arrow */

.gdefence-life-card:last-child::after{
    content:"❯";
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#000;
    box-shadow:0 0 10px rgba(0,0,0,.15);
}

/* Responsive */

@media(max-width:991px){

    .gdefence-life-section{
        padding:60px 0;
    }

    .gdefence-life-title{
        font-size:30px;
        text-align:center;
    }

    .gdefence-life-desc{
        font-size:18px;
    }

    .gdefence-life-gallery{
        margin-top:40px;
        flex-direction:column;
    }

    .gdefence-life-card img{
        height:350px;
    }
}

@media(max-width:767px){

    .gdefence-life-title{
        font-size:34px;
    }

    .gdefence-life-list li{
        font-size:14px;
    }

    .gdefence-life-card img{
        height:280px;
    }
}



@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}



.gds-banner-section{
    position:relative;
    min-height:700px;
    display:flex;
    align-items:center;
    overflow:hidden;
    padding:100px 0;
    background:url('../image/form-background.jpg') center center/cover no-repeat;
    font-family:"Montserrat", sans-serif;
}

.gds-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(0 0 0 / 82%);
}

.gds-content{
    position:relative;
    z-index:2;
}

.gds-heading{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Mercurius', sans-serif;
}

.gds-divider{
    width:140px;
    height:4px;
    background:#ffc107;
    margin-bottom:25px;
}

.gds-description{
    max-width:520px;
    color:#f5f5f5;
    font-size:16px;
    line-height:1.8;
    margin-bottom:40px;
    font-family:"Montserrat", sans-serif;
}

.gds-counter-row{
    margin-top:20px;
}

.gds-counter-box{
    text-align:center;
    color:#fff;
}

.gds-counter-box img{
	width:58px;
}

.gds-counter-box i{
    font-size:34px;
    margin-bottom:15px;
}

.gds-counter-box h3{
    font-size:36px;
    font-weight:700;
    margin-bottom:5px;
    font-family:"Montserrat", sans-serif;
}

.gds-counter-box span{
    display:block;
    font-size:14px;
    color:#ddd;
    line-height:1.6;
    font-family:"Montserrat", sans-serif;
}

.gds-form-card{
    background:#f5f5f5;
    padding:40px;
    border-radius: 35px 0px;
    position:relative;
    z-index:2;
    max-width:430px;
    margin-left:auto;
}

.gds-form-title{
    font-size:32px;
    font-weight:700;
    color:#111;
    margin-bottom:30px;
    font-family:"Montserrat", sans-serif;
}

.gds-input{
    height:52px;
    border:none;
    background:#e9e9e9;
    border-radius:0;
    margin-bottom:15px;
    box-shadow:none !important;
    font-family:"Montserrat", sans-serif;
}

.gds-textarea{
    height:120px !important;
    resize:none;
}

.gds-submit-btn{
    background:#c54b2d;
    color:#fff;
    border:none;
    border-radius:30px;
    padding:12px 28px;
    font-size:14px;
    font-weight:600;
    transition:all .3s ease;
    font-family:"Montserrat", sans-serif;
}

.gds-submit-btn:hover{
    background:#a93d22;
}

@media(max-width:991px){

    .gds-banner-section{
        min-height:auto;
        padding:80px 0;
    }

    .gds-heading{
        font-size:40px;
    }

    .gds-form-card{
        margin-top:40px;
        margin-left:0;
        max-width:100%;
    }
}

@media(max-width:767px){

    .gds-heading{
        font-size:30px;
    }

    .gds-description{
        font-size:14px;
    }

    .gds-counter-box h3{
        font-size:24px;
    }

    .gds-counter-box span{
        font-size:12px;
    }

    .gds-form-card{
        padding:25px;
        border-radius:20px;
    }

    .gds-form-title{
        font-size:24px;
    }
}





.gds-hero-banner{
    position:relative;
    min-height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:url('../image/defence-banner.png') center center/cover no-repeat;
    font-family:"Montserrat", sans-serif;
}

.gds-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(74,92,8,0.75) 0%,
        rgba(87,105,15,0.65) 40%,
        rgba(52,73,10,0.70) 100%
    );
}

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

.gds-hero-title{
 color: #ffc928;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Mercurius', sans-serif;
    text-transform: uppercase;
}

.gds-hero-title span{
    color:#ffffff;
     font-family: 'Mercurius', sans-serif;
}

.gds-hero-line{
    width:150px;
    height:2px;
    background:#f6c431;
    margin:25px auto;
}

.gds-hero-text{
    color: #ffffff;
    font-size: 21px;
    line-height: 1.4;
    max-width: 700px;
    margin: 0 auto 40px;
    font-weight: 500;
}

.gds-hero-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.gds-btn-primary{
    background:#ffc928;
    color:#111;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:12px;
    transition:.3s;
}

.gds-btn-primary:hover{
    background:#ffbb00;
    color:#111;
}

.gds-btn-outline{
    border:1px solid #f6c431;
    color:#fff;
    padding:18px 28px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:12px;
    transition:.3s;
}

.gds-btn-outline:hover{
    background:#f6c431;
    color:#111;
}

.gds-btn-outline i.fa-phone,
.gds-btn-outline i.fa-whatsapp{
    color:#ffc928;
}

@media(max-width:991px){

    .gds-hero-banner{
        min-height:500px;
        padding:80px 0;
    }

    .gds-hero-title{
        font-size:36px;
    }

    .gds-hero-text{
        font-size:18px;
    }
}

@media(max-width:767px){

    .gds-hero-title{
        font-size:28px;
    }

    .gds-hero-text{
        font-size:16px;
    }

    .gds-hero-buttons{
        flex-direction:column;
        align-items:center;
    }

    .gds-btn-primary,
    .gds-btn-outline{
        width:100%;
        max-width:320px;
        justify-content:center;
    }
}






.edu-model-section{
    padding:80px 0;
    background:#f8f8f8;
    font-family:"Montserrat",sans-serif;
}

.edu-title{
    font-size: 40px;
    font-weight: 500;
    color: #111;
}

.edu-subtitle{
    max-width: 500px;
    margin: auto;
    color: #000000;
}

.edu-accordion{
    display:flex;
    height:470px;
    overflow:hidden;
}

.edu-item{
    display:flex;
    transition:.5s;
}

.edu-tab{
    width: 62px;
    min-width: 94px;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    margin-right: 3px;
}

.edu-tab::before{
    content:"";
    position:absolute;
    inset:0;
    background:#000;
}

.edu-tab span{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) rotate(-90deg);
    color:#fff;
    font-weight:700;
    white-space:nowrap;
    z-index:2;
    font-size:19px;
}

.edu-content{
    width:0;
    overflow:hidden;
    background:#a91522;
    color:#fff;
    transition:.5s;
    padding:0;
}

.edu-content h3{
    font-size:22px;
    margin-bottom:20px;
    font-weight:700;
}

.edu-content p{
    font-size:14px;
    line-height:1.8;
}

.edu-item.active .edu-content{
    width: 480px;
    padding: 35px;
    border-radius: 0px 30px 30px 0px;
    margin-right: 4px;
}

.edu-item.active .edu-tab{
    width:70px;
}

@media(max-width:991px){

    .edu-accordion{
        flex-direction:column;
        height:auto;
    }

    .edu-item{
        flex-direction:column;
        margin-bottom:15px;
    }

    .edu-tab{
        width:100%;
        height:70px;
    }

    .edu-tab span{
        transform:translate(-50%,-50%);
    }

    .edu-content{
        width:100% !important;
        display:none;
    }

    .edu-item.active .edu-content{
        display:block;
    }
}








.gd-community-section{
    padding:90px 0;
    position:relative;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;

    background-image:url('../image/rectangle-back.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.gd-community-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('images/pattern-bg.png');
    opacity:.05;
    pointer-events:none;
}

.gd-community-title{
    font-size:40px;
    font-weight:500;
    color:#222;
    margin-bottom:15px;
    font-family: 'Mercurius', sans-serif;
	font-style: italic;
}

.gd-community-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:20px;
}

.gd-community-divider span{
    width:50px;
    height:2px;
    background:#d2b14b;
}

.gd-community-divider i{
    color:#d2b14b;
    font-size:18px;
}

.gd-community-text{
    max-width: 600px;
    margin: auto;
    color: #000000;
    font-size: 15px;
    line-height: 1.3;
}

.gd-member-card{
    background:#fff;
    text-align:center;
    overflow:hidden;
    transition:.4s;
}

.gd-member-card:hover{
    transform:translateY(-8px);
}

.gd-member-card img{
    width:100%;
    height:420px;
    object-fit:cover;
}

.gd-member-info{
    background:#f3f3f3;
    padding:15px;
}

.gd-member-info small{
    display:block;
    font-size:10px;
    font-weight:600;
    color:#777;
    margin-bottom:5px;
}

.gd-member-info h5{
    font-size:15px;
    font-weight:700;
    margin-bottom:2px;
}

.gd-member-info span{
    font-size:12px;
    color:#777;
}

.carousel-indicators{
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target]{
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #cfcfcf !important;
    border: 0 !important;
    margin: 0 5px !important;
    opacity: 1 !important;
}

.carousel-indicators .active{
    background-color: #000 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
}

.carousel-indicators .active{
    background:#222 !important;
}

@media(max-width:991px){

    .gd-community-title{
        font-size:40px;
    }

    .gd-member-card img{
        height:350px;
    }
}

@media(max-width:767px){

    .gd-community-title{
        font-size:30px;
    }

    .gd-member-card img{
        height:280px;
    }
}






.gdw-section{
    padding:90px 0;
    padding-top:100px;
    padding-bottom:100px;
}

.gdw-title{
    text-align:center;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.gdw-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-bottom:60px;
}

.gdw-divider span{
    width:70px;
    height:2px;
    background:#486313;
}

.gdw-divider i{
    color:#486313;
}

/*=========================
CARD
=========================*/

.gdw-card{
    position:relative;
    height:240px;
    overflow:hidden;
    cursor:pointer;
    transition:.4s;
}

/* TOP */

.gdw-front{
    position:absolute;
    inset:0;
    background:#486313;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    transition:.5s ease;
    z-index:2;
}

.gdw-front img{
    width:120px;
    margin-bottom:20px;
}

.gdw-front h3{
    color:#fff;
    text-align:center;
    font-size:25px;
    line-height:1.0;
    margin:0;
}

/* BOTTOM PANEL */

.gdw-back{
    position:absolute;
    left:0;
    bottom:-100%;
    width:100%;
    height:55%;
    background:#f7f7f7;
    padding:30px;
    display:flex;
    align-items:center;
    transition:.5s ease;
    z-index:3;
}

.gdw-back::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#d8b321;
}

.gdw-back p{
    margin:0;
    color:#333;
    line-height:1.2;
    font-size:14px;
}

/* Hover Animation */

.gdw-card:hover{
    transform:translateY(-8px);
}

.gdw-card:hover .gdw-front{
    transform:translateY(-45%);
}

.gdw-card:hover .gdw-back{
    bottom:0;
}

/* Shine */

.gdw-card::after{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:45%;
    height:100%;
    background:rgba(255,255,255,.18);
    transform:skewX(-25deg);
    transition:.7s;
    z-index:5;
}

.gdw-card:hover::after{
    left:150%;
}

/* Responsive */

@media(max-width:991px){

    .gdw-card{
        height:360px;
    }

    .gdw-front h3{
        font-size:22px;
    }

}

@media(max-width:767px){

    .gdw-section{
        padding:60px 0;
    }

    .gdw-title{
        font-size:30px;
    }

    .gdw-card{
        height:300px;
    }

    .gdw-front img{
        width:55px;
    }

    .gdw-front h3{
        font-size:18px;
    }

    .gdw-back{
        padding:18px;
    }

    .gdw-back p{
        font-size:14px;
    }

}




/*=========================================
  OUR CAMPUS SECTION
=========================================*/

.gds-campus-section{
    position:relative;
    padding:100px 0;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

.gds-campus-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
        url("../image/our-campus.png") center center/cover no-repeat;
    z-index:1;
}

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

/*=========================================
  HEADING
=========================================*/

.gds-campus-title{
    color:#fff;
    font-size:42px;
    font-weight:600;
    font-style:italic;
    margin-bottom:10px;
}

.gds-campus-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:18px 0 25px;
}

.gds-campus-divider span{
    width:80px;
    height:2px;
    background:#f7d400;
}

.gds-campus-divider i{
    color:#f7d400;
    font-size:18px;
}

.gds-campus-desc{
    max-width:900px;
    margin:auto;
    color:#fff;
    font-size:17px;
    line-height:1.8;
}

/*=========================================
  FILTER BUTTONS
=========================================*/

.campus-filter{
    margin-top:35px;
}

.campus-filter-btn{
    display:inline-block;
    padding:12px 24px;
    margin:6px;
    border:none;
    border-radius:50px;
    background:#2b2b2b;
    color:#fff;
    cursor:pointer;
    transition:.35s;
    font-size:15px;
    font-family:'Mercurius',sans-serif;
}

.campus-filter-btn:hover,
.campus-filter-btn.active{
    background:#a3171d;
    color:#fff;
}

/*=========================================
  GALLERY
=========================================*/

.campus-gallery-item{
    transition:.35s;
}

/* Common Card */

.campus-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#fff;
}

.campus-card img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .5s ease;
}

.campus-card:hover img{
    transform:scale(1.08);
}

/*=========================================
  LARGE IMAGE (LEFT)
=========================================*/

.campus-card-large{
    height:560px;
}

.campus-card-large img{
    height:560px;
}

/*=========================================
  SMALL GRID IMAGES
=========================================*/

.campus-card-small{
    height:265px;
}

.campus-card-small img{
    height:265px;
}

/*=========================================
  TABLET
=========================================*/

@media(max-width:991px){

    .gds-campus-section{
        padding:80px 0;
    }

    .gds-campus-title{
        font-size:34px;
    }

    .gds-campus-desc{
        font-size:16px;
    }

    .campus-card-large,
    .campus-card-large img{
        height:420px;
    }

    .campus-card-small,
    .campus-card-small img{
        height:220px;
    }

}

/*=========================================
  MOBILE
=========================================*/

@media(max-width:767px){

    .gds-campus-section{
        padding:60px 0;
    }

    .gds-campus-title{
        font-size:28px;
    }

    .gds-campus-divider span{
        width:50px;
    }

    .gds-campus-desc{
        font-size:15px;
        line-height:1.7;
    }

    .campus-filter-btn{
        padding:10px 18px;
        font-size:13px;
    }

    .campus-card-large,
    .campus-card-large img{
        height:320px;
    }

    .campus-card-small,
    .campus-card-small img{
        height:180px;
    }

}

/*=========================================
  VIRTUAL CAMPUS TOUR
=========================================*/

.gdds-campus-tour{
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

.gdds-campus-wrapper{
    position:relative;
    min-height:700px;
}

.gdds-campus-image img{
    width:100%;
    height:700px;
    object-fit:cover;
    display:block;
}

/* Right Content Box */

.gdds-campus-content{
    position:absolute;
    top:0;
    right:0;
    width:34%;
    height:100%;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(5px);

    display:flex;
    align-items:center;
    justify-content:center;

    padding:60px;
}

.gdds-campus-inner{
    text-align:center;
    max-width:420px;
}

.gdds-campus-inner h2{
    font-size:56px;
    font-weight:700;
    line-height:1.15;
    color:#111;
    margin-bottom:25px;
}

.gdds-campus-inner p{
    font-size:20px;
    line-height:1.8;
    color:#444;
    margin-bottom:30px;
}

.gdds-campus-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:15px 32px;

    background:#f7d400;
    color:#111;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.35s;
}

.gdds-campus-btn:hover{
    background:#111;
    color:#fff;
}

.gdds-campus-btn i{
    transition:.35s;
}

.gdds-campus-btn:hover i{
    transform:translateX(5px);
}

/* Virtual Tour Mobile */

@media(max-width:991px){

    .gdds-campus-content{
        width:45%;
        padding:40px;
    }

    .gdds-campus-inner h2{
        font-size:40px;
    }

    .gdds-campus-inner p{
        font-size:18px;
    }

}

@media(max-width:767px){

    .gdds-campus-wrapper{
        min-height:auto;
    }

    .gdds-campus-image img{
        height:450px;
    }

    .gdds-campus-content{
        position:relative;
        width:100%;
        height:auto;
        padding:40px 25px;
    }

    .gdds-campus-inner h2{
        font-size:30px;
    }

    .gdds-campus-inner p{
        font-size:16px;
    }

}




.gdds-visit-section{
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}

/* Scrolling Background */
.gdds-bg-slider{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: max-content;
    height: 100%;
    animation: gddsScroll 40s linear infinite;
    z-index: 1;
}

.gdds-bg-slider:hover{
    animation-play-state: paused;
}

.gdds-bg-slider img{
    width: 100vw;
    height: 550px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

@keyframes gddsScroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}

/* Right White Transparent Box */
.gdds-visit-overlay{
    position: absolute;
    top: 0;
    right: 80px;
    width: 33%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    z-index: 2;
    backdrop-filter: blur(3px);
}

/* Decorative Curved Pattern */
.gdds-visit-overlay::before{
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 100% 50%,
        transparent 120px,
        rgba(0,0,0,0.08) 122px,
        transparent 124px);
    background-size: 300px 300px;
}

.gdds-visit-content{
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 420px;
}

.gdds-visit-content h2{
    font-family: "Mercurius", sans-serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.gdds-visit-content p{
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0;
    font-weight: 500;
}

/* Tablet */
@media (max-width: 991px){
    .gdds-visit-overlay{
        width: 45%;
        right: 20px;
        padding: 40px;
    }

    .gdds-visit-content h2{
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 768px){
    .gdds-visit-section,
    .gdds-bg-slider img{
        height: 420px;
    }

    .gdds-visit-overlay{
        width: 100%;
        right: 0;
        padding: 25px;
        background: rgba(255,255,255,0.75);
    }

    .gdds-visit-content{
        max-width: 100%;
    }

    .gdds-visit-content h2{
        font-size: 30px;
        margin-bottom: 20px;
    }

    .gdds-visit-content p{
        font-size: 15px;
        line-height: 1.6;
    }
}




.gdds-force-section{
    padding:90px 0;
    background:#fff;
    font-family:"Montserrat",sans-serif;
}

.gdds-force-title{
     font-family: 'Mercurius', sans-serif;
    font-size:40px;
    font-weight:500;
    color:#000;
    line-height:1.2;
    margin-bottom:25px;
}




.gdds-force-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.gdds-force-divider span{
    width:110px;
    height:2px;
    background:#222;
}

.gdds-force-divider i{
    font-size:22px;
    color:#222;
}

.gdds-force-card{
    position:relative;
}

.gdds-force-img{
    overflow:hidden;
}

.gdds-force-img img{
    width:100%;
    height:350px;
    object-fit:cover;
    transition:.5s;
}

.gdds-force-card:hover .gdds-force-img img{
    transform:scale(1.08);
}

.gdds-force-box{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 37px;
    width: 92%;
    margin: -55px auto 0;
    position: relative;
    z-index: 5;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .10);
}



..gdds-force-icon{
}{
    font-size:37px;
    color:#000;
}

.gdds-force-icon img{
	width:56px;
}

.gdds-force-box h3{
    margin:0;
    font-size: 26px;
    font-weight:500;
    color:#000;
}

.gdds-force-card.active{
    margin-top:40px;
}

.gdds-force-card.active .gdds-force-box{
    margin-top:-55px;
}

@media(max-width:991px){

    .gdds-force-title{
        font-size:38px;
    }

    .gdds-force-img img{
        height:420px;
    }

    .gdds-force-box h3{
        font-size:32px;
    }
}

@media(max-width:767px){

    .gdds-force-section{
        padding:60px 0;
    }

    .gdds-force-title{
        font-size:28px;
    }

    .gdds-force-img img{
        height:320px;
    }

    .gdds-force-box{
        padding:18px 20px;
    }

    .gdds-force-icon{
        font-size:32px;
    }

    .gdds-force-box h3{
        font-size:22px;
    }

    .gdds-force-card.active{
        margin-top:0;
    }
}








.gdds-force-title2{
     font-family: 'Mercurius', sans-serif;
    font-size:40px;
    font-weight:500;
    color:#AB281D;
    line-height:1.2;
    margin-bottom:10px;
}




  .champions-section{
            padding:50px 0;
        }

        .section-title1{
            text-align:center;
            margin-bottom:35px;
        }

        .section-title1 h2{
    font-size: 40px;
    font-weight: 500;
    color: #9b0f1a;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
     font-family: 'Mercurius', sans-serif;
        }

        .section-title1 h2::before,
        .section-title1 h2::after{
            content:"";
            position:absolute;
            top:50%;
            width:80px;
            height:3px;
            background:#c73b3b;
        }

        .section-title1 h2::before{
            right:100%;
            margin-right:15px;
        }

        .section-title1 h2::after{
            left:100%;
            margin-left:15px;
        }

        .title-ribbon{
            display:inline-block;
            background:#f0b323;
            color:#000;
            font-weight:500;
            padding:10px 35px;
            position:relative;
            font-size:16px;
        }

        .title-ribbon::before,
        .title-ribbon::after{
            content:"";
            position:absolute;
            top:0;
            width:0;
            height:0;
            border-top:20px solid transparent;
            border-bottom:20px solid transparent;
        }

        .title-ribbon::before{
            left:-20px;
            border-right:20px solid #f0b323;
        }

        .title-ribbon::after{
            right:-20px;
            border-left:20px solid #f0b323;
        }

        .champion-card{
            background:#fff;
            border-radius:10px;
            padding:12px;
            text-align:center;
            box-shadow:0 2px 10px rgba(0,0,0,0.08);
            height:100%;
            transition:0.3s;
            border:1px solid #ddd;
        }

        .champion-card:hover{
            transform:translateY(-5px);
        }

        .champion-img{
            width:100%;
            height:180px;
            object-fit:cover;
            border-radius:8px;
            margin-bottom:10px;
        }

        .student-name{
font-size: 17px;
    font-weight: 700;
    color: #9b0f1a;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
        }

        .class-text{
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    font-weight: 700;
        }

        .medal-title{
        font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
        }

        .gold{
            color:#b8860b;
        }

        .silver{
            color:#7b7b7b;
        }

        .bronze{
            color:#8b4513;
        }

        .desc{
        font-size: 13px;
    color: #444;
    line-height: 1.4;
    font-weight: 600;
        }

        @media(max-width:768px){

            .section-title1 h2{
                font-size:28px;
            }

            .section-title1 h2::before,
            .section-title1 h2::after{
                width:40px;
            }

            .title-ribbon{
                font-size:13px;
                padding:8px 20px;
            }
        }
		
		
		
/* Hide buttons section on mobile */
@media (max-width: 767px) {
  .hidemob {
    display: none;
  }
}


/* Hide buttons section on desktop */
@media (min-width: 767px) {
  .hidedesk {
    display: none;
  }
}		



.gdds-faq-section{
    padding:100px 0;
    background:#f7f7f7;
    font-family:"Montserrat",sans-serif;
}

.gdds-faq-title-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
}

.gdds-faq-title-wrap span{
    width:80px;
    height:2px;
    background:#a51d2d;
}

.gdds-faq-title{
     font-family: 'Mercurius', sans-serif;
    font-size:40px;
    font-weight:500;
    color:#a51d2d;
    margin:0;
}

.gdds-faq-accordion{
    max-width:1200px;
    margin:auto;
}

.gdds-faq-accordion .accordion-item{
    border:none;
    margin-bottom:20px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.gdds-faq-accordion .accordion-button{
    background:#fff;
    font-size:24px;
    font-weight:500;
    color:#111;
    padding:25px 30px;
    box-shadow:none;
}

.gdds-faq-accordion .accordion-button:not(.collapsed){
    background:#a51d2d;
    color:#fff;
}

.gdds-faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.gdds-faq-accordion .accordion-body{
    font-size:18px;
    line-height:1.9;
    color:#444;
    padding:30px;
    background:#fff;
}

.gdds-faq-accordion .accordion-button::after{
    filter:grayscale(100%);
}

.gdds-faq-accordion .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}







.gdds-footer{
    position:relative;
    padding:70px 0;
    background:url('image/footer-bg.jpg') center center/cover no-repeat;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

.gdds-footer-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.88);
}

.gdds-footer .container{
    position:relative;
    z-index:2;
}

/* Logo */
.gdds-footer-brand{
    display:flex;
    align-items:center;
    gap:30px;
    margin-bottom:50px;
}

.gdds-footer-brand img{
    max-height:120px;
    width:auto;
}

.gdds-footer-divider{
    width:3px;
    height:120px;
    background:#f7c600;
}

/* Heading */
.gdds-footer-heading{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.gdds-footer-heading span{
    width:40px;
    height:4px;
    background:#f7c600;
}

.gdds-footer-heading h3{
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 200;
}

/* Links */
.gdds-footer-links{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px 25px;
}

.gdds-footer-links a{
    display: block;
    min-width: 0;
     white-space: nowrap;      /* Allow text to wrap */
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}

.gdds-footer-links a:hover{
    color: #f7c600;
    padding-left: 5px;
}
/* Facilities */
.gdds-footer-facilities{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px 30px;
    margin-bottom:60px;
}

.gdds-footer-facilities a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.gdds-footer-facilities a:hover{
    color:#f7c600;
}

/* Contact */
.gdds-footer-contact{
    
    padding-top:40px;
    text-align:right;
}


@media (max-width: 991px) {
    .gdds-footer-contact {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 40px;
        text-align: left;
    }
}

.gdds-footer-contact h3{
    color:#fff;
    font-size: 25px;
    margin-bottom:20px;
    font-weight: 200;
}

.gdds-footer-contact h4{
    color:#fff;
    font-size:26px;
    margin-top:25px;
    margin-bottom:10px;
}

.gdds-footer-contact p{
    color:#fff;
    font-size:14px;
    line-height:1.8;
    margin-bottom:10px;
}

/* Social */
.gdds-social{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:25px;
}

.gdds-social a{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    text-decoration:none;
    transition:.3s;
}

.gdds-social a:hover{
    background:#f7c600;
    transform:translateY(-5px);
}




.gdds-footer{
    position:relative;
    padding:40px 0 5px;
    background:url('image/footer-bg.jpg') center center/cover no-repeat;
    font-family:"Montserrat",sans-serif;
}

.gdds-footer-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.88);
}

.gdds-footer .container{
    position:relative;
    z-index:2;
}

/* Logo */

.gdds-footer-brand{
    display:flex;
    align-items:center;
    gap:25px;
    margin-bottom:60px;
}

.gdds-footer-brand img{
    width:300px;
}

.gdds-footer-divider{
    width:2px;
    height:80px;
    background:#f7c600;
}

.gdds-footer-brand-text h2{
    color:#fff;
    font-size:32px;
    margin:0;
    font-weight:700;
}

.gdds-footer-brand-text p{
    color:#f7c600;
    margin:5px 0 0;
}

@media (max-width: 767px) {

    .gdds-footer-brand {
        justify-content: center;
        text-align: center;
    }

    .gdds-footer-brand-text {
        text-align: center;
    }

    .gdds-footer-brand-text h2 {
        font-size: 28px; /* Optional: slightly smaller on mobile */
        text-align: center;
        font-weight: 400;
    }

    .gdds-footer-brand-text p {
        text-align: center;
    }

}

/* Headings */

.gdds-footer-heading{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.gdds-footer-heading span{
    width:40px;
    height:4px;
    background:#f7c600;
}

.gdds-footer-heading h3{
    color:#919191;
    font-size:25px;
    margin:0;
    font-weight:200;
}

/* Links */

.gdds-footer-links{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px 20px;
}

.gdds-footer-links a{
padding: 4px 12px;
    font-size: 15px;
    line-height: 20px;
    color: #cbcbcb;
    display: inline-block;
    border-radius: 50px;
    font-weight: 400;
}



.gdds-footer-links a:hover{
    color:#f7c600;
    padding-left:5px;
}

/* Contact */

.gdds-footer-contact{
    padding-left:20px;
}

.gdds-footer-contact h3{
    color:#919191;
	font-weight: 200;
	font-size: 25px;
    margin-bottom:25px;
}

.gdds-footer-contact h4{
    color:#919191;
    margin-top:25px;
    margin-bottom:10px;
    font-size:22px;
}

.gdds-footer-contact p{
    color:#fff;
    line-height:1.3;
    font-size:14px;
}

/* Social */

.gdds-social{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.gdds-social a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.gdds-social a:hover{
    background:#f7c600;
    transform:translateY(-4px);
}

/* Bottom */

.gdds-footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:20px;
    padding-top:7px;
    text-align:center;
}

.gdds-footer-bottom p{
color: #cfbdbd;
    margin: 0;
    font-size: 14px;
}

@media(max-width:991px){

    .gdds-footer-contact{
        padding-left:0;
        margin-top:50px;
    }

    .gdds-footer-links{
        grid-template-columns:repeat(2,1fr);
    }

    .gdds-footer-brand{
        flex-direction:column;
        
    }

    .gdds-footer-divider{
        display:none;
    }

}

@media(max-width:767px){

    .gdds-footer-heading h3,
    .gdds-footer-contact h3{
        font-size:26px;
    }

    .gdds-footer-links a{
        font-size:14px;
    }

}






.whygdds-section{
    overflow: hidden;
    background: #fff url('https://whaledonetechnologies.com/gooddaydefenceschool/wp-content/uploads/2026/06/gooddaydefenc-back.jpg') no-repeat center center;
    background-size: cover;
}

    .whygdds-row{
      min-height:100vh;
    }

    /*=====================================
      LEFT SIDE
    =====================================*/

    .whygdds-left{
     
      position:relative;
      display:flex;
      align-items:center;
      padding:90px 80px;
      overflow:hidden;
    }

    /* Gradient Overlay */

    .whygdds-left::before{
      content:"";
      position:absolute;
      top:0;
      right:-120px;
      width:240px;
      height:100%;
     background: linear-gradient(to right, rgb(165 13 24 / 36%), rgb(165 13 24 / 0%));
      z-index:2;
    }

    .whygdds-content{
      position:relative;
      z-index:3;
      max-width:560px;
    }

    /*=====================================
      TITLE
    =====================================*/

    .whygdds-title{
      font-size:45px;
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    }

    .whygdds-title span{
      color:#ffcf22;
      display:block;
    }

    .whygdds-line{
      width:120px;
      height:4px;
      background:#ffcf22;
      margin-bottom:35px;
      border-radius:30px;
    }

    /*=====================================
      TEXT
    =====================================*/

    .whygdds-text{
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 55px;
    opacity: 0.96;
    }

    /*=====================================
      FEATURE BOXES
    =====================================*/

    .whygdds-features{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:0;
      border-top:1px solid rgba(255,255,255,0.15);
      border-bottom:1px solid rgba(255,255,255,0.15);
    }

    .whygdds-feature{
      text-align:center;
      padding:25px 18px;
      border-right:1px solid rgba(255,255,255,0.15);
      transition:0.3s;
    }

    .whygdds-feature:last-child{
      border-right:none;
    }

    .whygdds-feature:hover{
      background:rgba(255,255,255,0.05);
    }

    .whygdds-icon{
      width:78px;
      height:78px;
      border-radius:50%;
      border:2px solid #ffcf22;
      margin:0 auto 18px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#ffcf22;
      font-size:30px;
      transition:0.3s;
    }

    .whygdds-feature:hover .whygdds-icon{
      background:#ffcf22;
      color:#a50d18;
      transform:translateY(-5px);
    }

    .whygdds-feature h4{
      color:#fff;
      font-size:14px;
      line-height:1.5;
      font-weight:700;
      margin-bottom:0;
    }

    /*=====================================
      RIGHT IMAGE
    =====================================*/

    .whygdds-right{
      position:relative;
      overflow:hidden;
      min-height:100%;
    }

    .whygdds-right img{
    width: 100%;
    height: 718px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
    }

    .whygdds-right:hover img{
      transform:scale(1.03);
    }

    /* Red Overlay */

    .whygdds-overlay{
      position:absolute;
      inset:0;
      background:linear-gradient(to left,
      rgba(0,0,0,0.05),
      rgba(165,13,24,0.30));
    }

    /*=====================================
      RESPONSIVE
    =====================================*/

    @media(max-width:1399px){

      .whygdds-title{
        font-size:38px;
      }

      .whygdds-text{
        font-size:16px;
      }
    }

    @media(max-width:1199px){

      .whygdds-left{
        padding:70px 50px;
      }

      .whygdds-title{
        font-size:58px;
      }

      .whygdds-features{
        grid-template-columns:repeat(2,1fr);
      }

      .whygdds-feature:nth-child(2){
        border-right:none;
      }

      .whygdds-feature:nth-child(1),
      .whygdds-feature:nth-child(2){
        border-bottom:1px solid rgba(255,255,255,0.15);
      }
    }

    @media(max-width:991px){

      .whygdds-row{
        min-height:auto;
      }

      .whygdds-left{
        padding:70px 40px;
      }

      .whygdds-right{
        height:650px;
      }

      .whygdds-title{
        font-size:52px;
      }

      .whygdds-text{
        font-size:18px;
      }
    }

    @media(max-width:767px){

      .whygdds-left{
        padding:60px 22px;
      }

      .whygdds-title{
        font-size:40px;
      }

      .whygdds-line{
        width:90px;
        height:3px;
        margin-bottom:25px;
      }

      .whygdds-text{
        font-size:15px;
        line-height:1.7;
        margin-bottom:40px;
      }

      .whygdds-features{
        grid-template-columns:1fr 1fr;
      }

      .whygdds-feature{
        padding:20px 10px;
      }

      .whygdds-icon{
        width:60px;
        height:60px;
        font-size:22px;
      }

      .whygdds-feature h4{
        font-size:12px;
      }

      .whygdds-right{
        height:350px;
      }
    }




.gdds-about-section{
    position:relative;
    width:100%;
    height:650px;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

/* Background */

.gdds-about-bg{
    position:absolute;
    inset:0;
}

.gdds-about-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Dark Overlay */

.gdds-about-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
    z-index:1;
}

/* Center Content */

.gdds-about-content{
    position:absolute;
    left:50%;
    bottom:90px;
    transform:translateX(-50%);
    z-index:2;
    text-align:center;
}

.gdds-scroll{
    color:#fff;
    font-size:14px;
    margin-bottom:20px;
    position:relative;
}

.gdds-scroll::after{
    content:'';
    display:block;
    width:1px;
    height:60px;
    background:#fff;
    margin:10px auto 0;
}

.gdds-about-logo{
    width:150px;
    margin-bottom:15px;
}

.gdds-about-title{
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    margin: 0;
    font-family: 'Mercurius', sans-serif;
    padding-bottom: 30px;
}

/* Bottom Menu */

.gdds-about-menu{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    z-index:5;

    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}

.gdds-about-menu a{
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 6px;
    transition: .3s;
    text-transform: uppercase;
    border: 1px solid #f1f1f1;
    margin: 3px;
}

.gdds-about-menu a:hover{
    background:#f5c400;
    color:#000;
}

/* Responsive */

@media(max-width:991px){

    .gdds-about-section{
        height:550px;
    }

    .gdds-about-title{
        font-size:40px;
    }

    .gdds-about-menu a{
        padding:18px 15px;
        font-size:12px;
    }
}

@media(max-width:767px){

    .gdds-about-section{
        height:450px;
    }

    .gdds-about-title{
        font-size:32px;
    }

    .gdds-about-logo{
        width:70px;
    }

    .gdds-about-menu{
        display:none;
        grid-template-columns:repeat(2,1fr);
    }

    .gdds-about-menu a{
        text-align:center;
        border:1px solid #eee;
        padding:15px;
    }
}




.gdds-about{
    background:#fff;
}

.gdds-heading h2{
    font-size: 44px;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
}

.gdds-heading span{
    color:#8f1d24;
	 font-family: 'Mercurius', sans-serif;
}

.gdds-quote{
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 60px;
    max-width: 650px;
}

.gdds-feature{
    display:flex;
    gap:25px;
}

.gdds-icon{
    min-width:65px;
    width:65px;
    height:65px;
    background:#9f1c28;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gdds-icon i{
    color:#fff;
    font-size:24px;
}

.gdds-feature h4{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #111;
}

.gdds-feature p{
   font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.gdds-images{
    display:flex;
    flex-direction:column;
    gap:0px;
}

.gdds-img-box{
    overflow:hidden;
}

.gdds-img-box img{
    width:100%;
    display:block;
    transition:.4s;
}

.gdds-img-box:hover img{
    transform:scale(1.05);
}

@media(max-width:991px){

    .gdds-heading h2{
        font-size:34px;
    }

    .gdds-quote{
        font-size:18px;
    }

    .gdds-feature h4{
        font-size:24px;
    }

    .gdds-feature p{
        font-size:17px;
    }

    .gdds-images{
        margin-top:40px;
    }
}







.gdds-vision-section{
    background:#f4f4f4;
    font-family:"Montserrat",sans-serif;
}

.gdds-vm-content{
    padding:70px 60px;
    background:#ffffff;
    height:100%;
}

.gdds-vm-box h3{
    color: #8b1111;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
}

.gdds-vm-box p{
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Right Side */

.gdds-aim-section{
    padding:70px 50px;
    background:#ececec;
    height:100%;
}

.gdds-aim-section h3{
    text-align:center;	
	color: #8b1111;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
}

.gdds-aim-list{
    background:#fff;
}

.gdds-aim-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 25px;
    border-bottom: 2px solid #ececec;
    transition:.3s;
}

.gdds-aim-item:last-child{
    border-bottom:none;
}

.gdds-aim-item:hover{
    background:#f9f9f9;
}

.gdds-aim-item i{
    width: 73px;
    color: #777;
    font-size: 27px;
}

.gdds-aim-item span{
    flex: 1;
    text-align: right;
    color: #222;
    font-size: 17px;
    font-weight: 600;
}



@media(max-width:991px){

    .gdds-vm-content,
    .gdds-aim-section{
        padding:40px 25px;
    }

    .gdds-vm-box h3,
    .gdds-aim-section h3{
        font-size:24px;
    }
}

@media(max-width:767px){

    .gdds-vm-content,
    .gdds-aim-section{
        padding:30px 20px;
    }

    .gdds-aim-item{
        padding:15px;
    }

    .gdds-aim-item span{
        font-size:14px;
    }
}




/* ===========================
CHIEF MENTOR MESSAGE SECTION
=========================== */

.gdds-message-section{
    position:relative;
    padding:90px 0;
    overflow:hidden;
    background:#f7f7f7;
    font-family:"Montserrat",sans-serif;
}

/* Background Pattern */

.gdds-message-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('images/light-pattern.png') center center/cover no-repeat;
    opacity:.25;
    z-index:1;
}

/* Left Bottom Circle */

.gdds-message-section::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    left:-150px;
    bottom:-150px;
    border-radius:50%;
    background:rgba(188,209,233,.35);
    z-index:1;
}

/* Content */

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

.gdds-message-content{
    padding:10px 25px;
}

.gdds-message-content p{
color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Optional Vertical Divider */

@media(min-width:992px){

    .gdds-message-content{
        position:relative;
    }

    .col-lg-6:first-child .gdds-message-content::after{
        content:"";
        position:absolute;
        top:0;
        right:-15px;
        width:1px;
        height:100%;
        background:#dcdcdc;
    }

}

/* Tablet */

@media(max-width:991px){

    .gdds-message-section{
        padding:70px 0;
    }

    .gdds-message-content{
        padding:0;
    }

    .gdds-message-content p{
        font-size:17px;
        line-height:1.8;
    }

}

/* Mobile */

@media(max-width:767px){

    .gdds-message-section{
        padding:50px 0;
    }

    .gdds-message-content p{
        font-size:15px;
        line-height:1.8;
        margin-bottom:18px;
    }

}







/*=========================
DIRECTOR MESSAGE SECTION
=========================*/

.gdds-director-section{
    position:relative;
    padding:90px 0;
    background:#f7f7f7;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

/* Pattern Background */

.gdds-director-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(135deg,
    rgba(225,225,225,.3) 25%,
    transparent 25%) center/350px 350px;
    opacity:.4;
}

/* Left Bottom Shape */

.gdds-director-section::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    left:-150px;
    bottom:-150px;
    border-radius:50%;
    background:#dfeaf5;
}

.gdds-director-content{
    position:relative;
    z-index:2;
    padding-right:40px;
}

.gdds-director-content p{
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

.gdds-signature{
    margin-top:45px;
}

.gdds-signature h5{
    font-size: 26px;
    font-weight: 500;
    color: #222;
    margin-bottom: 25px;
}

.gdds-signature h6{
font-size: 21px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
    color: #111;
}

.gdds-signature span{
    display:block;
    font-size:18px;
    color:#222;
    font-style:italic;
    margin-bottom:5px;
}

/* Director Image */

.gdds-director-image{
    position:relative;
    z-index:2;
    text-align:center;
}

.gdds-director-image img{
    width:100%;
    max-width:350px;
    height:450px;
    object-fit:cover;
    border-radius:4px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

/* Responsive */

@media(max-width:991px){

    .gdds-director-section{
        padding:70px 0;
    }

    .gdds-director-content{
        padding-right:0;
        margin-bottom:40px;
    }

    .gdds-director-content p{
        font-size:17px;
    }

    .gdds-director-image img{
        max-width:300px;
        height:400px;
    }
}

@media(max-width:767px){

    .gdds-director-section{
        padding:50px 0;
    }

    .gdds-director-content p{
        font-size:15px;
        line-height:1.8;
    }

    .gdds-signature h5{
        font-size:22px;
    }

    .gdds-signature h6{
        font-size:17px;
    }

    .gdds-signature span{
        font-size:15px;
    }

    .gdds-director-image img{
        height:350px;
    }
}




/* ==========================
PRINCIPAL MESSAGE SECTION
========================== */

.gdds-principal-section{
    position:relative;
    padding:100px 0;
    background:#fafafa;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

/* Background Pattern */

.gdds-principal-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,
    rgba(255,170,170,.20) 0,
    rgba(255,170,170,.20) 120px,
    transparent 120px),

    radial-gradient(circle at bottom center,
    rgba(255,180,180,.18) 0,
    rgba(255,180,180,.18) 180px,
    transparent 180px);
}

/* Content */

.gdds-principal-content{
    position:relative;
    z-index:2;
    padding-right:50px;
}

.gdds-principal-content p{
 color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

.gdds-principal-sign{
    margin-top:45px;
}

.gdds-principal-sign h5{
    font-size:24px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.gdds-principal-sign h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    color:#111;
    letter-spacing:1px;
}

.gdds-principal-sign span{
    display:block;
    font-size:22px;
    font-style:italic;
    color:#111;
    font-weight:500;
}

/* Image */

.gdds-principal-image{
    text-align:center;
    position:relative;
    z-index:2;
}

.gdds-principal-image img{
    width:100%;
    max-width:360px;
    height:500px;
    object-fit:cover;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

/* Responsive */

@media(max-width:991px){

    .gdds-principal-section{
        padding:70px 0;
    }

    .gdds-principal-content{
        padding-right:0;
        margin-bottom:40px;
    }

    .gdds-principal-content p{
        font-size:17px;
    }

    .gdds-principal-image img{
        height:420px;
    }
}

@media(max-width:767px){

    .gdds-principal-section{
        padding:50px 0;
    }

    .gdds-principal-content p{
        font-size:15px;
        line-height:1.8;
    }

    .gdds-principal-sign h5{
        font-size:18px;
    }

    .gdds-principal-sign h4{
        font-size:22px;
    }

    .gdds-principal-sign span{
        font-size:18px;
    }

    .gdds-principal-image img{
        height:350px;
    }
}






/* ==========================
ADMINISTRATOR MESSAGE
========================== */

.gdds-admin-section{
    position:relative;
    padding:100px 0;
    background:#fafafa;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

/* Background Design */

.gdds-admin-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,
    rgba(255,185,185,.20) 0,
    rgba(255,185,185,.20) 120px,
    transparent 120px),

    radial-gradient(circle at bottom center,
    rgba(255,200,200,.18) 0,
    rgba(255,200,200,.18) 250px,
    transparent 250px);
}

/* Content */

.gdds-admin-content{
    position:relative;
    z-index:2;
    padding-right:50px;
}

.gdds-admin-content p{
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

/* Signature */

.gdds-admin-sign{
    margin-top:45px;
}

.gdds-admin-sign h4{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
    text-transform:uppercase;
}

.gdds-admin-sign span{
    font-size:20px;
    font-style:italic;
    font-weight:500;
    color:#111;
    display:block;
}

/* Image */

.gdds-admin-image{
    position:relative;
    z-index:2;
    text-align:center;
}

.gdds-admin-image img{
    width:100%;
    max-width:340px;
    height:500px;
    object-fit:cover;
    border:8px solid #fff;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

/* Responsive */

@media(max-width:991px){

    .gdds-admin-section{
        padding:70px 0;
    }

    .gdds-admin-content{
        padding-right:0;
        margin-bottom:40px;
    }

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

    .gdds-admin-image img{
        height:420px;
    }
}

@media(max-width:767px){

    .gdds-admin-section{
        padding:50px 0;
    }

    .gdds-admin-content p{
        font-size:15px;
        line-height:1.8;
    }

    .gdds-admin-sign h4{
        font-size:20px;
    }

    .gdds-admin-sign span{
        font-size:16px;
    }

    .gdds-admin-image img{
        height:350px;
    }
}







.gdds-gallery-section{
    padding:40px 0;
    background:#f8f8f8;
    position:relative;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

.gdds-gallery-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    repeating-linear-gradient(
    120deg,
    rgba(0,0,0,.02),
    rgba(0,0,0,.02) 2px,
    transparent 2px,
    transparent 18px);
}

.gdds-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:40px;
}

.gdds-divider span{
    width:90px;
    height:2px;
    background:#333;
}

.gdds-divider i{
    color:#333;
    font-size:20px;
}

.gdds-gallery-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
}

.gdds-side-title{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-size:55px;
    font-weight:600;
    color:#d7d7d7;
    margin-right:25px;
    line-height:1;
}

.gdds-slider-box{
    width:100%;
    max-width:900px;
    position:relative;
}

.gdds-slider-box img{
    width:100%;
    height:500px;
    object-fit:cover;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.gdds-nav{
    position:absolute;
    right:0;
    bottom:25px;
    display:flex;
    z-index:10;
}

.gdds-btn{
    width:60px;
    height:60px;
    border:none;
    background:#a31921;
    color:#fff;
    font-size:18px;
}

.gdds-btn:hover{
    background:#7d1218;
}

.gdds-btn:first-child{
    border-right:1px solid rgba(255,255,255,.2);
}

@media(max-width:768px){

    .gdds-gallery-wrapper{
        flex-direction:column;
    }

    .gdds-side-title{
        writing-mode:horizontal-tb;
        transform:none;
        font-size:30px;
        margin-bottom:20px;
        margin-right:0;
    }

    .gdds-slider-box img{
        height:280px;
    }

    .gdds-btn{
        width:45px;
        height:45px;
    }

}




.gdds-success-section{
    padding:100px 0;
    background:#f5f5f5;
    font-family:"Montserrat",sans-serif;
    overflow:hidden;
}

.gdds-success-content{
    position:relative;
    z-index:2;
}

.gdds-success-title {
    font-size: 36px;
    font-weight: 500;
    color: #bbb8b8;
    margin-bottom: -25px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
     font-family: 'Mercurius', sans-serif;
    padding-bottom: 37px;
}

.gdds-success-box{
    background:#9d1b1f;
    color:#fff;
    padding:35px;
    max-width:520px;
    position:relative;
    z-index:2;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.gdds-success-box p{
    margin:0;
    font-size:15px;
    line-height:1.9;
}

.gdds-success-image{
    position:relative;
}

.gdds-success-image img{
    width:100%;
    height:560px;
    object-fit:cover;
    display:block;
}

@media(max-width:991px){

    .gdds-success-section{
        padding:70px 0;
    }

    .gdds-success-title{
        font-size:36px;
        margin-bottom:15px;
        margin-left:0;
        color:#dcdcdc;
    }

    .gdds-success-box{
        max-width:100%;
        margin-bottom:30px;
    }

    .gdds-success-image img{
        height:auto;
    }

}

@media(max-width:767px){

    .gdds-success-title{
        font-size:28px;
    }

    .gdds-success-box{
        padding:25px;
    }

    .gdds-success-box p{
        font-size:14px;
        line-height:1.8;
    }

}




.gdds-counselling-section{
    padding:100px 0;
    background:#f8f8f8;
    font-family:"Montserrat",sans-serif;
}

.gdds-content{
    max-width:560px;
}

.gdds-item{
    margin-bottom:40px;
}

.gdds-item:last-child{
    margin-bottom:0;
}

.gdds-item h4{
font-size: 26px;
    font-weight: 500;
    color: #222;
    margin-bottom: 18px;
    position: relative;
}

.gdds-item h4::after{
    content:'';
    width:60px;
    height:3px;
    background:#b21f24;
    position:absolute;
    left:0;
    bottom:-8px;
}

.gdds-item p{
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
  
}

.gdds-image-box{
    position:relative;
    max-width:520px;
    margin-left:auto;
}

.gdds-red-border{
    position:absolute;
    top:25px;
    left:25px;
    width:100%;
    height:100%;
    background:#b21f24;
    z-index:1;
}

.gdds-image-box img{
    position:relative;
    z-index:2;
    width:100%;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.gdds-image-box:hover img{
    transform:translate(-5px,-5px);
    transition:.4s;
}

@media(max-width:991px){

    .gdds-counselling-section{
        padding:70px 0;
    }

    .gdds-image-box{
        margin-top:50px;
    }

    .gdds-item h4{
        font-size:22px;
    }

    .gdds-item p{
        font-size:15px;
    }
}

@media(max-width:767px){

    .gdds-red-border{
        top:15px;
        left:15px;
    }

    .gdds-item{
        margin-bottom:30px;
    }

    .gdds-item h4{
        font-size:20px;
    }
}









.gdds-support-section{
    padding:100px 0;
    background:#f5f5f5;
    font-family:"Montserrat",sans-serif;
    overflow:hidden;
}

/* IMAGE */
.gdds-support-image{
    position:relative;
    max-width:420px;
}

.gdds-support-bg{
    position:absolute;
    left:-15px;
    bottom:-15px;
    width:100%;
    height:100%;
    background:#b32025;
    z-index:1;
}

.gdds-support-image img{
    position:relative;
    z-index:2;
    width:100%;
    display:block;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

/* CONTENT */
.gdds-support-content{
    padding-left:60px;
}

.gdds-support-item{
    text-align:right;
    margin-bottom:50px;
}

.gdds-support-item:last-child{
    margin-bottom:0;
}

.gdds-support-item h4{
    font-size:28px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.gdds-line{
    width:80px;
    height:3px;
    background:#b32025;
    margin-left:auto;
    margin-bottom:18px;
    
}

.gdds-support-item p{
    font-size:17px;
    line-height:1.5;
    color: #000000;
    margin-bottom: 15px;
    max-width:700px;
    margin-left:auto;
}

/* Hover Effect */
.gdds-support-image img{
    transition:.4s;
}

.gdds-support-image:hover img{
    transform:translate(-8px,-8px);
}

/* Tablet */
@media(max-width:991px){

    .gdds-support-section{
        padding:80px 0;
    }

    .gdds-support-image{
        margin:auto;
    }

    .gdds-support-content{
        padding-left:0;
        margin-top:60px;
    }

    .gdds-support-item{
        text-align:center;
    }

    .gdds-line{
        margin:auto;
        margin-bottom:18px;
    }

    .gdds-support-item p{
        margin:auto;
    }
}

/* Mobile */
@media(max-width:767px){

    .gdds-support-section{
        padding:70px 0;
    }

    .gdds-support-item{
        margin-bottom:40px;
    }

    .gdds-support-item h4{
        font-size:22px;
    }

    .gdds-support-item p{
        font-size:15px;
        line-height:1.8;
    }

    .gdds-support-bg{
        left:-10px;
        bottom:-10px;
    }
}






.gdds-fee-section{
    padding:100px 0;
    background:#f7f7f7;
    position:relative;
    font-family:"Montserrat",sans-serif;
    overflow:hidden;
}

.gdds-fee-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('images/pattern-bg.png');
    opacity:.08;
    pointer-events:none;
}

.gdds-fee-title{
    font-size:52px;
    font-weight:700;
    color:#a91f24;
    margin-bottom:20px;
}

.gdds-fee-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.gdds-fee-divider span{
    width:80px;
    height:2px;
    background:#000;
}

.gdds-fee-divider i{
    font-size:22px;
    color:#000;
}

.gdds-fee-subtitle{
    font-size:22px;
    color:#333;
}

/* LEFT BOX */

.gdds-fee-benefits{
 background: #f7f7f7;
    /* border: 2px solid #b32025; */
    border-radius: 50px;
    padding: 40px;
    height: 100%;
    position: relative;
}

.gdds-yearly-btn{
    width:140px;
    text-align:center;
    border:2px solid #b32025;
    border-radius:30px;
    padding:10px;
    margin-bottom:30px;
    font-weight:600;
}

.gdds-fee-benefits h3{
    font-size:36px;
    font-weight:700;
    margin-bottom:30px;
}

.gdds-fee-benefits ul{
    list-style:none;
    padding:0;
    margin:0;
}

.gdds-fee-benefits li{
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
    font-size:20px;
}

.gdds-fee-benefits li i{
    color:#c34747;
}

.gdds-contact-box{
    background:#fff;
    border-radius:20px;
    padding:25px;
    margin-top:50px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.gdds-contact-btn{
    display:block;
    background:#b32025;
    color:#fff;
    text-decoration:none;
    padding:12px;
    border-radius:8px;
    margin:15px 0;
}

.gdds-book-img{
    position:absolute;
    left:-20px;
    bottom:-40px;
    width:180px;
}

/* RIGHT CARDS */

.gdds-fee-card{
    background:#fff;
    border:2px solid #c34747;
    border-radius:18px;
    padding:10px;
}

.gdds-fee-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 25px;
    border:1px solid #e3a9a9;
    border-radius:12px;
    margin-bottom:10px;
    background:#fafafa;
}

.gdds-fee-row:last-child{
    margin-bottom:0;
}

.gdds-fee-row span{
    font-size:24px;
    font-weight:600;
}

.gdds-fee-row strong{
    font-size:26px;
    color:#222;
}

/* MOBILE */

@media(max-width:991px){

    .gdds-fee-title{
        font-size:34px;
    }

    .gdds-fee-subtitle{
        font-size:18px;
    }

    .gdds-book-img{
        display:none;
    }

    .gdds-fee-benefits{
        margin-bottom:30px;
    }
}

@media(max-width:767px){

    .gdds-fee-row{
        padding:15px;
    }

    .gdds-fee-row span,
    .gdds-fee-row strong{
        font-size:16px;
    }

    .gdds-fee-benefits h3{
        font-size:28px;
    }

    .gdds-fee-benefits li{
        font-size:16px;
    }
}







.gdds-admission {
    background: #efefef;
}

.admission-box {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 6px;
}

.admission-top-box {
    border: 2px solid #222;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    margin-bottom: 35px;
}

.admission-top-box h3 {
    background: #a81822;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 28px;
}

.admission-top-box p {
    margin: 0;
    font-size: 14px;
}

.section-title {
    background: #a81822;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}

.gdds-admission label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.gdds-admission .form-control,
.gdds-admission .form-select {
    border: 1px solid #d4a1a1;
    min-height: 50px;
    border-radius: 6px;
    background: #fff;
}

.gdds-admission textarea.form-control {
    min-height: 120px;
}

.edu-table th {
    background: #fafafa;
    text-align: center;
    border: 1px solid #d4a1a1;
    font-size: 14px;
}

.edu-table td {
    border: 1px solid #d4a1a1;
    min-width: 150px;
}

.edu-table .form-control {
    border: none;
    box-shadow: none;
}

.btn-danger {
    background: #a81822;
    border-color: #a81822;
}

.btn-danger:hover {
    background: #89131c;
    border-color: #89131c;
}

@media(max-width:768px){

    .admission-box{
        padding:20px;
    }

    .section-title{
        font-size:18px;
    }

    .admission-top-box h3{
        font-size:22px;
    }

}


.gdefence-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .gdefence-divider {
        justify-content: center;
        text-align: center;
    }
}

.gdefence-divider1 img{
    max-width: 100%;
    height: auto;
}


.schoode p{
	color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    
}




.gdds-admission-procedure{
    background-image: url('../image/background-23.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Pattern Background */
.gdds-admission-procedure::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('image/pattern-bg.png') center center;
    background-size:cover;
    opacity:.08;
    pointer-events:none;
}

.gdds-title{
    font-size:52px;
    font-weight:500;
    color:#a61d22;
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

.gdds-divider{
    text-align:center;
    margin-bottom:25px;
}

.gdds-divider img{
    max-width:120px;
}

.gdds-subtitle{
    max-width: 1000px;
    margin: auto;
    font-size: 17px;
    line-height: 1.4;
    color: #222;
}

.procedure-item{
    margin-bottom:40px;
}

.procedure-item h3{
    color: #a61d22;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.procedure-item p{
    font-size:17px;
    line-height:1.5;
    color:#000;
    margin-bottom:10px;
}

.procedure-image{
    border:4px solid #a61d22;
    padding:10px;
    height:650px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}

.procedure-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.documents-section{
    margin-top:80px;
    text-align:center;
}

.documents-section h3{
    color:#a61d22;
    font-size:42px;
    font-weight:500;
    margin-bottom:30px;
}

.documents-section p{
    max-width:1200px;
    margin:auto;
    font-size:17px;
    font-style:italic;
    line-height:1.5;
    color:#000;
}

/* Mobile */
@media(max-width:991px){

    .gdds-title{
        font-size:36px;
    }

    .gdds-subtitle{
        font-size:18px;
    }

    .procedure-item h3{
        font-size:28px;
    }

    .procedure-item p{
        font-size:17px;
    }

    .procedure-image{
        margin-top:30px;
        height:350px;
    }

    .documents-section h3{
        font-size:28px;
    }

    .documents-section p{
        font-size:17px;
    }

}








.gdds-facilities{
    background:#f5f5f5;
}

.facility-title{
    font-size:48px;
    color:#a81f23;
    font-weight:500;
    margin-bottom:10px;
}

.facility-divider{
    text-align:center;
    margin-bottom:20px;
}

.facility-divider img{
    width:200px;
}

.facility-subtitle{
    font-size:15px;
    color:#555;
}

.facility-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.facility-card:hover{
    transform:translateY(-8px);
}

.facility-img{
    height:260px;
    overflow:hidden;
}

.facility-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.facility-content{
    text-align:center;
    padding:18px;
    font-size:14px;
    font-weight:700;
    color:#222;
    letter-spacing:.5px;
}

.facility-nav{
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    top:45%;
    opacity:1;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.facility-nav i{
    color:#222;
    font-size:22px;
}

.carousel-control-prev{
    left:-25px;
}

.carousel-control-next{
    right:-25px;
}

@media(max-width:991px){

    .facility-title{
        font-size:34px;
    }

    .facility-img{
        height:220px;
    }

    .carousel-control-prev{
        left:0;
    }

    .carousel-control-next{
        right:0;
    }

}








.gdds-info-section{
    background:#f4f6f9;
    padding:80px 0;
}

/* Card Layout */
.gdds-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    margin-bottom:40px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    border-top:4px solid #a91722;
}

/* Section Heading */
.gdds-section-title{
    text-align:center;
    margin-bottom:25px;
}

.gdds-section-title h2{
    font-size:34px;
    font-weight:700;
    color:#a91722;
    margin:0;
    display:inline-block;
    position:relative;
}

.gdds-section-title h2::after{
    content:'';
    display:block;
    width:70px;
    height:3px;
    background:#a91722;
    margin:12px auto 0;
    border-radius:50px;
}

/* Table */
.gdds-table{
    width:100%;
    margin-bottom:0;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
}

.gdds-table thead th{
    background:#a91722;
    color:#fff;
    border:none;
    padding:16px;
    text-align:center;
    font-size:15px;
    font-weight:600;
}

.gdds-table tbody td{
    padding:15px 18px;
    border-bottom:1px solid #ececec;
    vertical-align:middle;
}

.gdds-table tbody tr:nth-child(even){
    background:#f5efef;
}

.gdds-table tbody tr:nth-child(odd){
    background: #ffffff;
}

.gdds-table tbody tr:nth-child(even){
    background: #f2eded;
}

.gdds-table tbody tr:hover{
    background:#fff7f7;
    transition:all .3s ease;
}

.gdds-table tbody td:first-child{
    width:60px;
    text-align:center;
    font-weight:600;
    color:#555;
}

.gdds-table tbody td:nth-child(2){
    font-weight:600;
    color:#333;
}

.gdds-table tbody td:last-child{
    color:#222;
}

.gdds-table tbody tr:last-child td{
    border-bottom:none;
}

/* Download Button */
.download-btn{
    background:#a91722;
    color:#fff;
    padding:10px 20px;
    border-radius:5px;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    display:inline-block;
    transition:.3s;
}

.download-btn:hover{
    background:#000;
    color:#fff;
}

/* Responsive */
@media(max-width:768px){

    .gdds-info-section{
        padding:50px 0;
    }

    .gdds-card{
        padding:20px;
        margin-bottom:25px;
    }

    .gdds-section-title h2{
        font-size:26px;
    }

    .gdds-table{
        min-width:700px;
    }

    .gdds-table th,
    .gdds-table td{
        padding:12px;
        font-size:13px;
    }
}




.gdds-ncc-section{
    padding:100px 0;
    background:#f5f5f5;
    font-family:"Montserrat",sans-serif;
}

.gdds-ncc-row{
    margin-bottom:120px;
}

/* Images */

.gdds-ncc-image{
    position:relative;
}

.gdds-ncc-image img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}

/* Content Area */

.gdds-ncc-content-wrapper{
    position:relative;
}

.gdds-ncc-border{
    position:absolute;
    top:30px;
    right:-30px;
    width:100%;
    height:100%;
    border:1px solid #b11c25;
    z-index:1;
}

.gdds-ncc-border.left{
    left:-30px;
    right:auto;
}

.gdds-ncc-content{
    position:relative;
    z-index:2;
    background:#b11c25;
    color:#fff;
    padding:40px;
    min-height:380px;
}

.gdds-ncc-content p{
   font-size: 17px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 10px;
  
}

/* Responsive */

@media(max-width:991px){

    .gdds-ncc-row{
        margin-bottom:60px;
    }

    .gdds-ncc-image img{
        height:300px;
        margin-bottom:30px;
    }

    .gdds-ncc-border,
    .gdds-ncc-border.left{
        display:none;
    }

    .gdds-ncc-content{
        min-height:auto;
        padding:25px;
    }

    .gdds-ncc-content p{
        font-size:16px;
        line-height:1.8;
    }

}



.slrskd-gallery-section{
    padding:100px 0;
    background:#f8f8f8;
}

.slrskd-gallery-title{
    font-size: 43px;
    font-weight: 500;
    color: #a61d22;
    margin-bottom: 15px;
}

.slrskd-gallery-divider{
    text-align:center;
    margin-bottom:20px;
}

.slrskd-gallery-divider img{
    width:130px;
}

.slrskd-gallery-subtitle{
    font-size:18px;
    color:#333;
}

.slrskd-gallery-card{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    overflow:hidden;
    height:100%;
    transition:.4s;
}

.slrskd-gallery-card:hover{
    transform:translateY(-8px);
}

.slrskd-gallery-card img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.slrskd-gallery-content{
    padding:25px;
    text-align:center;
}

.slrskd-gallery-content h4{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

.slrskd-gallery-content p{
    font-size:13px;
    color:#666;
    margin:0;
}

#slrskdGalleryCarousel{
    position:relative;
    padding-bottom:100px;
}

.slrskd-prev-btn,
.slrskd-next-btn{
    position:absolute;
    bottom:0;
    width:70px;
    height:70px;
    border:none;
    border-radius:50%;
    background:#f1eaea;
    transition:.3s;
}

.slrskd-prev-btn{
    left:0;
}

.slrskd-next-btn{
    right:0;
}

.slrskd-prev-btn:hover,
.slrskd-next-btn:hover{
    background:#a61d22;
    color:#fff;
}

.slrskd-prev-btn i,
.slrskd-next-btn i{
    font-size:20px;
}

@media(max-width:991px){

    .slrskd-gallery-title{
        font-size:36px;
    }

    .slrskd-gallery-card{
        margin-bottom:20px;
    }

    .slrskd-gallery-card img{
        height:250px;
    }

}



.gdvs-video-gallery{
    padding:100px 0;
    background:#f5f5f5;
    font-family:"Montserrat",sans-serif;
}

.gdvs-title{
    font-size:43px;
    font-weight:500;
    color:#a91f25;
    margin-bottom:15px;
}

.gdvs-divider{
    margin-bottom:20px;
}

.gdvs-divider img{
    width:120px;
}

.gdvs-subtitle{
    max-width:700px;
    margin:auto;
    color:#000;
    font-size:17px;
    line-height:1.5;
}

.gdvs-row{
    margin-bottom:80px;
}

.gdvs-content h3{
    color:#b22222;
    font-size:34px;
    font-weight:500;
    margin-bottom:20px;
}

.gdvs-content p{
    font-size:17px;
    color:#000;
    line-height:1.5;
    max-width:500px;
}

.text-lg-end p{
    margin-left:auto;
}

.gdvs-video-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.gdvs-video-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.gdvs-video-card:hover img{
    transform:scale(1.05);
}

.gdvs-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:75px;
    height:75px;
    background:#b22222;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    box-shadow:0 10px 25px rgba(178,34,34,.4);
}

.gdvs-play-btn i{
    margin-left:4px;
}

@media(max-width:991px){

    .gdvs-video-gallery{
        padding:70px 0;
    }

    .gdvs-title{
        font-size:38px;
    }

    .gdvs-content{
        text-align:center;
        margin-bottom:30px;
    }

    .gdvs-content p{
        max-width:100%;
        margin:auto;
    }

    .text-lg-end p{
        margin:auto;
    }

    .gdvs-row{
        margin-bottom:50px;
    }

    .gdvs-video-card img{
        height:250px;
    }
}





.gdsy-section{
    padding:100px 0;
    background:#f7f7f7;
    font-family:"Montserrat",sans-serif;
}

.gdsy-header{
    margin-bottom:100px;
}

.gdsy-title{
    font-size:43px;
    font-weight:500;
    color:#a61d22;
    margin-bottom:15px;
}

.gdsy-divider{
    margin-bottom:25px;
}

.gdsy-divider img{
    width:130px;
}

.gdsy-intro{
    max-width:850px;
    margin:auto;
    font-size:17px;
    line-height:1.5;
    color:#000;
}

.gdsy-item{
    margin-bottom:80px;
}

.gdsy-content{
    max-width:430px;
}

.gdsy-content h3{
    color:#b22222;
    font-size:36px;
    font-weight:500;
    line-height:1.0;
    margin-bottom:20px;
}

.gdsy-content p{
    color:#000;
    font-size:17px;
    line-height:1.3;
}

.gdsy-image img{
    width:100%;
    height:340px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    transition:.4s;
}

.gdsy-image:hover img{
    transform:translateY(-8px);
}

.gdsy-text-section{
    margin-top:70px;
}

.gdsy-text-section h3{
    color: #a61d22;
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 25px;
}

.gdsy-text-section p{
    font-size:17px;
    line-height:1.5;
    color:#000;
    margin-bottom:25px;
}

@media(max-width:991px){

    .gdsy-title{
        font-size:42px;
    }

    .gdsy-content{
        max-width:100%;
        margin-bottom:30px;
    }

    .gdsy-content h3{
        font-size:28px;
    }

    .gdsy-image img{
        height:260px;
    }

    .gdsy-text-section h3{
        font-size:32px;
    }

    .gdsy-text-section p{
        font-size:16px;
    }
}

@media(max-width:767px){

    .gdsy-section{
        padding:70px 0;
    }

    .gdsy-title{
        font-size:34px;
    }

    .gdsy-intro{
        font-size:16px;
    }

    .gdsy-item{
        margin-bottom:50px;
    }
}





.gdsr-space-section{
    padding:100px 0;
    background:#f7f7f7;
    font-family:"Montserrat",sans-serif;
}

.gdsr-header{
    max-width:900px;
    margin:auto;
    margin-bottom:100px;
}

.gdsr-title{
    font-size:43px;
    font-weight:500;
    color:#a61d22;
    margin-bottom:15px;
}

.gdsr-divider{
    margin-bottom:25px;
}

.gdsr-divider img{
    width:130px;
}

.gdsr-intro{
    font-size:17px;
    color:#000;
    line-height:1.5;
}

.gdsr-row{
    margin-bottom:120px;
}

.gdsr-content{
    max-width:520px;
}

.gdsr-content p{
    font-size:17px;
    line-height:1.5;
    color:#000;
    margin-bottom:25px;
}

.gdsr-image-box{
    position:relative;
    display:inline-block;
}

.gdsr-image-box img{
    width:100%;
    max-width:500px;
    border-radius:4px;
    position:relative;
    z-index:2;
    display:block;
}

.gdsr-red-left::before{
    content:"";
    position:absolute;
    left:-18px;
    bottom:-18px;
    width:100%;
    height:100%;
    background:#a61d22;
    z-index:1;
}

.gdsr-red-right::before{
    content:"";
    position:absolute;
    right:-18px;
    bottom:-18px;
    width:100%;
    height:100%;
    border:1px solid #c45b5b;
    z-index:1;
}

.gdsr-image-box:hover img{
    transform:translateY(-8px);
    transition:.4s;
}

@media(max-width:991px){

    .gdsr-space-section{
        padding:70px 0;
    }

    .gdsr-title{
        font-size:40px;
    }

    .gdsr-row{
        margin-bottom:70px;
    }

    .gdsr-content{
        max-width:100%;
        margin-bottom:30px;
        text-align:center;
    }

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

    .gdsr-image-box img{
        max-width:100%;
    }
}

@media(max-width:767px){

    .gdsr-title{
        font-size:34px;
    }

    .gdsr-intro{
        font-size:16px;
    }

    .gdsr-red-left::before,
    .gdsr-red-right::before{
        left:-10px;
        bottom:-10px;
        right:auto;
    }
}


.gdsr-content h4{
	color:#a61d22;
}









.gdhs-hostel-section{
    padding:100px 0;
    background:#f7f7f7;
    font-family:"Montserrat",sans-serif;
}

.gdhs-header{
    max-width:1000px;
    margin:auto;
    margin-bottom:90px;
}

.gdhs-title{
    font-size:43px;
    font-weight:500;
    color:#a61d22;
    margin-bottom:15px;
}

.gdhs-divider{
    margin-bottom:25px;
}

.gdhs-divider img{
    width:130px;
}

.gdhs-intro{
    font-size:17px;
    line-height:1.5;
    color:#000;
}

.gdhs-row{
    margin-bottom:120px;
}

/* RED CONTENT BOX */

.gdhs-red-box{
    background:#a91d24;
    color:#fff;
    padding:45px;
    position:relative;
    z-index:5;
    margin-right:-80px;
}

.gdhs-red-box p{
    margin:0;
    font-size:17px;
    line-height:1.5;
}

/* IMAGE FRAME */

.gdhs-image-frame{
    position:relative;
}

.gdhs-image-frame::before{
    content:"";
    position:absolute;
    top:25px;
    left:-25px;
    width:100%;
    height:100%;
    border:1px solid #c57b7b;
    z-index:1;
}

.gdhs-frame-left::before{
    left:25px;
}

.gdhs-image-frame img{
    width:100%;
    display:block;
    position:relative;
    z-index:2;
}

/* CONTENT */

.gdhs-content{
    padding-left:40px;
}

.gdhs-content h3{
    color:#a61d22;
    font-size:43px;
    font-weight:500;
    margin-bottom:25px;
}

.gdhs-content p{
    font-size:17px;
    line-height:1.5;
    color:#000;
    margin-bottom:20px;
}

/* MOBILE */

@media(max-width:991px){

    .gdhs-title{
        font-size:40px;
    }

    .gdhs-red-box{
        margin-right:0;
        margin-bottom:30px;
        padding:30px;
    }

    .gdhs-red-box p{
        font-size:16px;
    }

    .gdhs-content{
        padding-left:0;
        margin-top:40px;
    }

    .gdhs-content h3{
        font-size:30px;
    }

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

    .gdhs-image-frame::before{
        left:-10px;
        top:10px;
    }

    .gdhs-frame-left::before{
        left:10px;
    }

    .gdhs-row{
        margin-bottom:60px;
    }
}

@media(max-width:767px){

    .gdhs-hostel-section{
        padding:70px 0;
    }

    .gdhs-title{
        font-size:34px;
    }

    .gdhs-intro{
        font-size:16px;
    }
}




.gdtr-section{
    padding:80px 0;
    background:#fff;
    overflow:hidden;
    font-family:"Montserrat",sans-serif;
}

.gdtr-content{
    padding:20px 40px;
}

.gdtr-title{
    font-size:43px;
    font-weight:500;
    color:#a61d22;
    margin-bottom:40px;
}

.gdtr-content h3{
    font-size:38px;
    font-weight:500;
    color:#111;
    margin-bottom:25px;
}

.gdtr-rules{
    list-style:none;
    padding:0;
    margin:0;
}

.gdtr-rules li{
    font-size:17px;
    line-height:1.5;
    color:#000;
    margin-bottom:10px;
    position:relative;
    padding-left:20px;
}

.gdtr-rules li::before{
    content:"•";
    position:absolute;
    left:0;
    color:#111;
    font-size:24px;
}

/* RIGHT SIDE */

.gdtr-gallery{
    display:flex;
    flex-direction:column;
    gap:30px;
    padding-right:0;
}

.gdtr-image{
    position:relative;
    overflow:hidden;
}

.gdtr-image img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}

/* ANGLED BOTTOM */

.gdtr-img1,
.gdtr-img2,
.gdtr-img3{
    clip-path:polygon(0 0,100% 0,100% 88%,0 100%);
}

.gdtr-image:hover img{
    transform:scale(1.05);
    transition:.5s;
}

/* RESPONSIVE */

@media(max-width:991px){

    .gdtr-title{
        font-size:40px;
    }

    .gdtr-content h3{
        font-size:28px;
    }

    .gdtr-rules li{
        font-size:16px;
    }

    .gdtr-image img{
        height:280px;
    }

    .gdtr-gallery{
        margin-top:40px;
    }

    .gdtr-content{
        padding:20px;
    }
}

@media(max-width:767px){

    .gdtr-section{
        padding:60px 0;
    }

    .gdtr-title{
        font-size:32px;
    }

    .gdtr-content h3{
        font-size:22px;
    }

    .gdtr-rules li{
        font-size:15px;
    }

    .gdtr-image img{
        height:220px;
    }
}




/* CONTACT SECTION */

.gd-contact-section{
    padding:80px 0;
    background:#f5f5f5;
}

.gd-contact-box{
    background:#efefef;
    padding:50px;
}

.gd-contact-info h3,
.gd-contact-form h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    color:#333;
}

.gd-contact-info ul{
    padding:0;
    margin:0;
    list-style:none;
}

.gd-contact-info ul li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
    font-size:15px;
    color:#555;
    line-height:1.7;
}

.gd-contact-info ul li i{
    color:#8f1d24;
    margin-top:4px;
}

.gd-contact-person{
    margin-top:40px;
    color:#555;
    font-size:14px;
    line-height:1.8;
}

.gd-social-links{
    margin-top:20px;
}

.gd-social-links a{
    width:34px;
    height:34px;
    background:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:8px;
    text-decoration:none;
    color:#333;
    transition:.3s;
}

.gd-social-links a:hover{
    background:#8f1d24;
    color:#fff;
}

/* FORM */

.gd-input{
    border:1px solid #d9a5a8;
    border-radius:0;
    height:48px;
    box-shadow:none !important;
    background:#fff;
}

.gd-textarea{
    height:120px;
    resize:none;
    padding-top:15px;
}

.gd-input:focus{
    border-color:#8f1d24;
}

.gd-submit-btn{
    background:#a61d22;
    color:#fff;
    border:none;
    padding:14px 40px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    transition:.3s;
}

.gd-submit-btn:hover{
    background:#82161a;
}

/* MOBILE */

@media(max-width:991px){

    .gd-contact-box{
        padding:30px;
    }

    .gd-contact-info{
        margin-bottom:30px;
    }
}

@media(max-width:767px){

    .gd-contact-section{
        padding:50px 0;
    }

    .gd-contact-box{
        padding:20px;
    }

    .gd-contact-info h3,
    .gd-contact-form h3{
        font-size:22px;
    }

    .gd-submit-btn{
        width:100%;
    }
}




/* ===========================
   DOWNLOAD FORM DESIGN
=========================== */

.gdds-download-area{
    background:#f3f4f8;
    padding:40px 0 120px;
    min-height:420px;
}

/* Tabs */

.gdds-tabs{
    display:flex;
    gap:8px;
    margin-bottom:80px;
}

.gdds-tab{
    text-decoration:none;
    padding:10px 22px;
    border:1px solid #222;
    border-radius:10px;
    color:#222;
    font-size:14px;
    font-weight:500;
    background:#fff;
    transition:.3s;
    line-height:1;
}

.gdds-tab:hover{
    color:#fff;
    background:#a61721;
    border-color:#a61721;
}

.gdds-tab.active{
    color:#fff;
    background:#a61721;
    border-color:#a61721;
}

/* Form Area */

.gdds-download-form{
    max-width:500px;
    margin:auto;
    text-align:center;
}

.gdds-download-form h3{
    font-size:18px;
    font-weight:400;
    color:#222;
    margin-bottom:25px;
}

/* Input */

.gdds-download-form input{
    width:100%;
    height:62px;
    border:1px solid #e1b8bb;
    background:#fff;
    outline:none;
    padding:0 15px;
    font-size:16px;
    transition:.3s;
}

.gdds-download-form input:focus{
    border-color:#a61721;
}

/* Button */

.gdds-download-form button{
    margin-top:28px;
    min-width:150px;
    height:50px;
    border:none;
    border-radius:10px;
    background:#a61721;
    color:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.gdds-download-form button:hover{
    background:#841019;
}

/* Mobile */

@media(max-width:768px){

    .gdds-download-area{
        padding:30px 0 80px;
    }

    .gdds-tabs{
        justify-content:center;
        flex-wrap:wrap;
        margin-bottom:50px;
    }

    .gdds-download-form{
        max-width:100%;
        padding:0 15px;
    }

    .gdds-download-form input{
        height:55px;
    }

    .gdds-download-form button{
        width:100%;
    }
}





.staff-section{
    padding:70px 0;
    background:linear-gradient(to bottom,#f5f5f5,#ececec);
}

.quote-section{
    text-align:center;
    max-width:900px;
    margin:auto;
    padding:70px 15px;
}

.quote-icon{
    font-size:22px;
    margin-bottom:20px;
}

.quote-section p{
    font-size:32px;
    font-style:italic;
    color:#222;
    line-height:1.7;
}

.section-title{
    text-align:center;
    font-size:48px;
    font-weight:700;
    color:#9f1f2c;
    margin-bottom:50px;
}

.staff-card{
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    padding:20px;
    border-radius:4px;
}

.staff-table{
    width:100%;
    border-collapse:collapse;
}

.staff-table th{
    font-size:14px;
    padding:12px;
    text-align:center;
    color:#222;
}

.staff-table td{
    padding:12px;
    text-align:center;
    font-size:14px;
}

.staff-table th:nth-child(1),
.staff-table td:nth-child(1){
    border-left:4px solid #00b894;
}

.staff-table th:nth-child(2),
.staff-table td:nth-child(2){
    border-left:4px solid #f4b400;
}

.staff-table th:nth-child(3),
.staff-table td:nth-child(3){
    border-left:4px solid #ff3355;
}

.staff-table th:nth-child(4),
.staff-table td:nth-child(4){
    border-left:4px solid #2d4f9d;
}

.staff-table th:nth-child(5),
.staff-table td:nth-child(5){
    border-left:4px solid #777;
}

.staff-table tbody tr{
    border-bottom:1px solid #efefef;
}

.staff-table tbody tr:hover{
    background:#fafafa;
}

@media(max-width:768px){

.section-title{
    font-size:30px;
}

.quote-section p{
    font-size:18px;
}

.staff-table{
    min-width:700px;
}

}




.gdds-slider-wrapper{
    position:relative;
    overflow:hidden;
}

.gdds-slider-track{
    display:flex;
    gap:20px;
    transition:transform .5s ease;
}

.gdds-slide{
    min-width:calc(33.333% - 14px);
    background:#f5f5f5;
    padding:8px;
    box-sizing:border-box;
}

.gdds-slide img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
}

.gdds-prev,
.gdds-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border:none;
    background:#fff;
    cursor:pointer;
    font-size:24px;
    z-index:2;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}

.gdds-prev{
    left:10px;
}

.gdds-next{
    right:10px;
}

@media(max-width:991px){

    .gdds-slide{
        min-width:calc(50% - 10px);
    }
}

@media(max-width:767px){

    .gdds-slide{
        min-width:100%;
    }

    .gdds-slide img{
        height:350px;
    }
}









.blog-feature-card,
.blog-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:8px;
    overflow:hidden;
    transition:.3s;
}

.blog-feature-card:hover,
.blog-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.blog-img-wrap img,
.blog-card img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.blog-content{
    padding:32px;
}

.featured-badge,
.cat-badge{
    display:inline-block;
    background:#a60f1c;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:5px 10px;
    border-radius:5px;
    margin-bottom:14px;
}

.blog-content h2{
    font-size:26px;
    font-weight:500;
    line-height:1.1;
    margin-bottom:15px;
    color:#222;
    font-family: 'Mercurius', sans-serif;
}


.blog-content h2 a{
    font-size:26px;
    font-weight:500;
    line-height:1.1;
    margin-bottom:15px;
    color:#222;
    font-family: 'Mercurius', sans-serif;
}




.blog-body{
    padding:22px;
}

.blog-body h3{
  font-size:26px;
    font-weight:500;
    line-height:1.1;
    margin-bottom:15px;
    color:#222;
    font-family: 'Mercurius', sans-serif;
}



.blog-body h3 a{
  font-size:26px;
    font-weight:500;
    line-height:1.1;
    margin-bottom:15px;
    color:#222;
    font-family: 'Mercurius', sans-serif;
}

.blog-meta{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    list-style:none;
    padding:0;
    margin:0 0 15px;
    color:#777;
    font-size:14px;
}

.blog-meta i{
    margin-right:6px;
}

.blog-content p,
.blog-body p{
    color:#000;
    line-height:1.4;
    margin-bottom:20px;
}

.read-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#a60f1c;
    color:#fff;
    text-decoration:none;
    padding:12px 24px;
    border-radius:5px;
    font-weight:600;
}

.read-btn:hover{
    background:#840b16;
    color:#fff;
}

.blog-link{
    color:#a60f1c;
    text-decoration:none;
    font-weight:700;
}

.blog-link:hover{
    color:#840b16;
}

@media(max-width:991px){

    .blog-content h2{
        font-size:32px;
    }

    .blog-body h3{
        font-size:26px;
    }

    .blog-img-wrap img,
    .blog-card img{
        height:220px;
    }

}



.blog-sidebar{
    position:sticky;
    top:30px;
}

.sidebar-widget{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:8px;
    padding:28px;
    margin-bottom:25px;
}

.sidebar-title{
    color:#8f0f17;
    font-size:30px;
    font-weight:700;
    margin-bottom:22px;
    font-family:Georgia,serif;
}

.category-list{
    margin:0;
    padding:0;
    list-style:none;
}

.category-list li{
    margin-bottom:14px;
}

.category-list li:last-child{
    margin-bottom:0;
}

.category-list a{
    text-decoration:none;
    color:#222;
    font-size:18px;
    transition:.3s;
}

.category-list a:hover{
    color:#a60f1c;
    padding-left:6px;
}

.category-list i{
    color:#777;
    margin-right:10px;
    font-size:14px;
}

.recent-post{
    display:flex;
    gap:15px;
    margin-bottom:18px;
    align-items:flex-start;
}

.recent-post img{
    width:85px;
    height:65px;
    object-fit:cover;
    border-radius:4px;
}

.recent-post h6{
margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
}

.recent-post h6 a{
    text-decoration: none;
    color: #222;
    font-size: 14px;
    line-height: 0.9;
}

.recent-post h6 a:hover{
    color:#a60f1c;
}

.recent-post span{
    font-size:14px;
    color:#777;
}

.tags-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.tags-wrap a{
    text-decoration:none;
    border:1px solid #e0d2d2;
    background:#fafafa;
    color:#333;
    padding:5px 14px;
    border-radius:4px;
    font-size:15px;
    transition:.3s;
}

.tags-wrap a:hover{
    background:#a60f1c;
    color:#fff;
    border-color:#a60f1c;
}

.admission-card{
    background:linear-gradient(135deg,#8b0010,#c51121);
    border-radius:8px;
    padding:30px;
    color:#fff;
    position:relative;
    overflow:hidden;
    min-height:320px;
}

.admission-card h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:5px;
}

.admission-card h2{
    color:#ffd034;
    font-size:46px;
    font-weight:800;
}

.admission-card p{
    margin:18px 0;
    font-size:18px;
    max-width:240px;
    line-height:1.6;
}

.admission-card a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ffc107;
    color:#111;
    text-decoration:none;
    padding:12px 24px;
    border-radius:4px;
    font-weight:700;
}

.admission-card img{
    position:absolute;
    right:0;
    bottom:0;
    width:160px;
}

@media(max-width:991px){

    .blog-sidebar{
        position:relative;
        top:0;
    }

    .sidebar-title{
        font-size:26px;
    }

    .recent-post h6{
        font-size:16px;
    }

    .category-list a{
        font-size:16px;
    }

}






.latest-news-section {
    background: #f6f6f6;
}

.news-heading h2 {
    font-size: 37px;
    font-weight: 800;
    margin-bottom: 5px;
}

.news-heading h2 span {
    color: #ff0000;
}

.news-heading p {
    margin: 0;
    color: #555;
    font-size: 20px;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    color: #fff;
    font-size: 36px;
}

.news-card {
    background: #fff;
    border-radius: 15px;
    padding: 17px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    margin-bottom: 20px;
    border-left: 6px solid #ff0000;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-3px);
}

.news-card h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px
}

.news-card p {
color: #444;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.arrow i {
    font-size: 36px;
    color: #8b1c23;
}

.view-btn {
    background: #e30613;
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}

.view-btn:hover {
    color: #fff;
}

.news-image img {
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

@media(max-width:991px){

    .news-heading h2{
        font-size:26px;
    }

    .news-card{
        padding:20px;
    }

    .news-card h4{
        font-size:20px;
    }

    .news-card p{
        font-size:15px;
    }

    .arrow i{
        font-size:24px;
    }
}







.admission-sidebar {
    position: fixed;
    top: 50%;
    right: -90px;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9999;
}

.admission-sidebar a {
    display: block;
    background: #f4c400;
    color: #000;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    transition: all 0.3s ease;
}

.admission-sidebar a:hover {
    background: #e0b000;
    right: -50px;
}

.admission-sidebar span {
    display: block;
}

@media (max-width: 768px) {
    .admission-sidebar {
        right: -62px;
    }

    .admission-sidebar a {
        font-size: 16px;
        padding: 10px 20px;
    }
}



/* Popup */
.popup-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:99999;
    justify-content:center;
    align-items:center;
}

.popup-box{
    width:400px;
    background:#fff;
    border-radius:10px;
    padding:25px;
    position:relative;
}

.popup-box h2{
    text-align:center;
    margin-bottom:20px;
}

.close-btn{
    position:absolute;
    top:10px;
    right:15px;
    background:none;
    border:none;
    font-size:30px;
    cursor:pointer;
}

.form-group{
    margin-bottom:15px;
}

.form-group input{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:5px;
    box-sizing:border-box;
}

.submit-btn{
    width:100%;
    padding:12px;
    background:#f4c400;
    border:none;
    font-weight:bold;
    cursor:pointer;
    border-radius:5px;
}

.submit-btn:hover{
    background:#e0b000;
}









/* Right Sticky Buttons */
.sticky-buttons{
    position:fixed;
    right:0;
    top:80%;
    transform:translateY(-50%);
    z-index:9999;
}

.sticky-btn{
    width: 50px;
    height: 56px;
    margin:10px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    font-family:Arial,sans-serif;

    /* Shape like image */
    border-radius:20px 0 0 20px;

    box-shadow:-4px 4px 12px rgba(0,0,0,.25);

    transition:.3s ease;
}

.sticky-btn:hover{
    transform:translateX(-12px);
}

.call-btn{
    background:#991c26;
}

.whatsapp-btn{
    background:#25D366;
}

.sticky-btn i{
    font-size:24px;
}

/* Mobile */
@media(max-width:768px){

    .sticky-btn{
        width:55px;
        height:55px;
        border-radius:18px 0 0 18px;
    }

    .sticky-btn span{
        display:none;
    }

    .sticky-btn i{
        font-size:22px;
    }

}

