
   /* HEADER TOP BAR */

.gs-header-top-content {
    background: #000;
    color: #fff;
}

.gs-header-top-content a,
.gs-header-top-content span {
    color: #fff;
}

.icon-orange {
    color: #fdb619;
}


   /* NAVIGATION BAR */

.gs-header-navigation {
    background: transparent;
    margin-top: -15px;
}

.gs-header-navigation .container {
    background: #fff;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 30px;
    max-width: 1034px;
    margin: 15px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gs-main-navigation ul {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.gs-main-navigation ul li a,
.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
}


   /* below Navbar SECTION */

#gs-header-area {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.56),
        rgba(47, 32, 95, 0.78)
    ),
    url("../images/HeaderBgImg.png");

    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
}

#gs-header-area.contact-header {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.56), rgba(47, 32, 95, 0.78)),
         url("../images/contact-us-techImg.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#gs-header-area.CustTrainingImg {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.56), rgba(47, 32, 95, 0.78)),
         url("../images/ProfTranninng.jpeg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#gs-header-area.CustStaffingImg {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.56), rgba(47, 32, 95, 0.78)),
         url("../images/StaffingBgImg.jpeg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#gs-header-area.gsenquireNowImg {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.56), rgba(47, 32, 95, 0.78)),
         url("../images/tranning.jpeg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.gs-hero-content {
    height: calc(100vh - 120px); 
}


   /* SERVICES CARDS */

.gs-service-card {
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.gs-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.gs-card-title {
    font-weight: 600;
    margin-top: 15px;
    color: #343a40;
}

.gs-service-icon {
    transition: transform 0.3s ease, color 0.3s ease;
}

.gs-service-card:hover .gs-service-icon {
    transform: scale(1.2);
}


   /* SECTION TITLE */

.gs-section-heading {
    font-weight: 700;
}

.gs-stick_underline {
    margin-top: 10px;
}


.gs-card-gradient {
    background: #fff;
    border-radius: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

/* .gs-card-gradient:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #e3f2fd, #ffffff);
} */

.gs-card-gradient i {
    transition: 0.3s;
}

/* .gs-card-gradient:hover i {
    transform: scale(1.2);
} */
 /* footer section */
.gs-footer {
    background-color: #f8f9fa;
}

.gs-footer h6 {
    font-weight: 600;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

/* .footer-links a:hover {
    color: #000;
} */

.gs-footer i {
    transition: 0.3s;
}

.gs-footer i:hover {
    color: #0d6efd;
}


   /* LOGO STYLE  */

.gs-logo-img {
    height: auto;
    max-height: 60px;
    width: auto;
    object-fit: contain;
}


.gs-logo-img:hover {
    transform: scale(1.05);
}

/* MOBILE MENU */

#mobileMenu .dropdown-toggle::after {
    pointer-events: none;
}
#mobileMenu .dropdown-menu {
    display: none;
}

#mobileMenu .dropdown-menu.show {
    display: block !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #e9ecef; 
    color: #000;
}

.dropdown-menu .dropdown-toggle:hover {
    background-color: #dee2e6;
}

.submenu-arrow {
    font-size: 12px;
    transition: transform 0.25s ease;
    transform: rotate(0deg);
    display: inline-block;
}


/* Training Page Enquire Now Button */
.gs-link-highlight-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #faa720;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.gs-link-highlight-btn:hover {
    background: #e69500;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.gs-link-highlight-btn:active {
    transform: scale(0.96);
}

.submenu-arrow {
    font-size: 14px;
    transition: transform 0.25s ease;
    transform: rotate(0deg);
}

.dropdown-submenu.open > .submenu-trigger .submenu-arrow {
    transform: rotate(90deg);
}

 /* Dropdown  HOVER FIX for dektsop */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .submenu-trigger .submenu-arrow {
        transform: rotate(90deg);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown-menu {
        display: none;
        position: absolute;
        margin-top: 0;
        transition: all 0.2s ease;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        display: none;
        position: absolute;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-toggle::after {
        display: none !important;
    }

    .navbar .dropdown-toggle {
        padding-right: 0;
    }
}
   /* RESPONSIVE DESIGN FOR ALL SECTION*/

@media (max-width: 992px) {
    .gs-header-navigation .container {
         border-radius: 0;
         padding: 6px;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .gs-logo {
        order: 1;
    }

    .gs-toggler {
        order: 2;
        margin-left: auto;
    }

    .gs-logo-img {
         max-height: 65px !important;
    }

    #gs-header-area {
       min-height: 70vh;   
    }

    .gs-hero-content {
        height: auto;
        padding: 60px 0;
        text-align: center;
    }
    
}

@media (max-width: 991px) {

    #mobileMenu .dropdown-menu {
        display: none !important;
        position: static !important;
        width: 90%;
        max-width: 300px;
        margin: 7px auto 0;
        padding: 8px 10px;
        border-radius: 6px;
        background: #fff;
    }

    #mobileMenu .dropdown-menu.show {
        display: block !important;
    }

    #mobileMenu .dropdown-submenu > .dropdown-menu {
        position: static !important;
    }

    #mobileMenu .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .gs-hero-content {
        height: 60vh;            
        display: flex;
        align-items: center;       
        justify-content: center;   
        text-align: center;
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .gs-header-top-content {
        display: none;
    }

    .gs-panel {
        width: 300px;
    }

    .gs-side-tab,
    .gs-panel {
        display: none !important;
    }

   .logo-img-main {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }

    #gs-header-area {
        min-height: 60vh;
    }

    .gs-hero-content {
        padding: 40px 15px !important;
    }

    #heroTitle {
        font-size: 24px;
    }

    #heroDesc {
        font-size: 14px;
    }
    #gs-header-area,
    #gs-header-area.contact-header {
        min-height: 60vh;
        background-position: center top;
    }
    #gs-header-area,
    #gs-header-area.CustTrainingImg {
        min-height: 60vh;
        background-position: center top;
    }

    #gs-header-area,
    #gs-header-area.CustStaffingImg {
        min-height: 60vh;
        background-position: center top;
    }

    #gs-header-area,
    #gs-header-area.gsenquireNowImg {
        min-height: 60vh;
        background-position: center top;
    }
}

 @media (max-width: 576px) {
    .gs-logo-img {
        height: 50px !important;
    }

     #gs-header-area {
        min-height: 30vh;
    }

    .gs-hero-content {
       padding: 40px 15px !important;
    }

    .gs-link-highlight-btn {
        font-size: 14px;
        padding: 10px 16px;
        border-radius: 6px;
    }

    #gs-header-area,
    #gs-header-area.contact-header {
        min-height: 50vh;
        background-size: cover;
        background-position: center;
    }

    #gs-header-area,
    #gs-header-area.CustTrainingImg {
        min-height: 50vh;
        background-size: cover;
        background-position: center;
    }
    #gs-header-area,
    #gs-header-area.CustStaffingImg {
        min-height: 50vh;
        background-size: cover;
        background-position: center;
    }

    #gs-header-area,
    #gs-header-area.gsenquireNowImg {
        min-height: 50vh;
        background-size: cover;
        background-position: center;
    }
  }


   /* BOOTSTRAP OVERRIDES */

.offcanvas {
    transition: transform 0.35s ease-in-out;
}