
body{
    margin: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Header */
.header-section {
    width: 100%;
    background: #002858;
    border-bottom: #FFD60D solid 1px;
    padding: 10px 0;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo img {
    height: auto;
    width: 250px;
    vertical-align: middle;
    margin-right: 8px;
}

.desktop-nav {
    display: flex;
    gap: 100px;
}

.desktop-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 0.3s ease;
    border-bottom: 3px solid #ffffff00;
}

.desktop-nav a:hover {
    color: #fff;
    border-bottom: 3px solid #FFD60D;
}

.desktop-nav a.active {
    color: #FFD60D;
    border-bottom: 3px solid #FFD60D;
}


.mobile-menu-button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-button span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #ffffff;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #064591 0%, #000000 100%);
    z-index: 100;
    align-content: center;
}

.mobile-menu.active {
    display: block;
    text-align: center;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    text-align: center;
}

.mobile-nav a {
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
}

.mobile-nav a.active {
    background: #FFD60D;
    color: #002858;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 768px) {
    .desktop-nav {
        display: none;
    }
    
    .mobile-menu-button {
        display: block;
    }
}

.header-section-tdnv {
    width: 100%;
    background: #f1f1f1;
    border-bottom: #F96B0D solid 1px;
    padding: 10px 0;
}

.header-container-tdnv {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-content-tdnv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo-tdnv img {
    height: auto;
    width: 100px;
    vertical-align: middle;
    margin-right: 8px;
}

.desktop-nav-tdnv {
    display: flex;
    gap: 100px;
}

.desktop-nav-tdnv a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.desktop-nav-tdnv a:hover {
    color: #000000;
    border-bottom: 3px solid #F96B0D;
}

.desktop-nav-tdnv a.active-tdnv {
    color: #F96B0D;
    border-bottom: 3px solid #F96B0D;
}

.mobile-menu-button-tdnv {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-button-tdnv span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #000000;
}

.mobile-menu-tdnv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #444444 0%, #ffffff 100%);
    z-index: 100;
    align-content: center;
}

.mobile-menu-tdnv.active-tdnv {
    display: block;
    text-align: center;
}

.mobile-nav-tdnv {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    text-align: center;
}

.mobile-nav-tdnv a {
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
}


.close-button-tdnv {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    color: #000000;
}

@media (max-width: 768px) {
    .desktop-nav-tdnv {
        display: none;
    }
    
    .mobile-menu-button-tdnv {
        display: block;
    }
}


/* Hero Section */

.hero-section {
    position: relative;
    width: 100%;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: -1;
}

.hero-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/electrical/GK\ \(2\).jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.hero-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/drones/GK\ \(5\).jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.hero-bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/cameras/GK\ \(16\).jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.hero-bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/solar/GK\ \(51\).jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #003c85 0%, #00000094 100%);
    z-index: -1;
}

.hero-gradient-tdnv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #5e5e5e 0%, #00000094 100%);
    z-index: -1;
}

.hero-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
}

.hero-content {
    display: flex;
    width: 100%;
    padding: 10px;
    color: white;
}

.hero-content-left {
    flex: 1;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 550px;
    max-height: 550px;
}

.hero-content-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 550px;
    max-height: 550px;
}

.hero-title {
    font-size: 50px;
    font-weight: 700;
    color: #FFD60D;
    margin: 0;
}

.hero-title-tdnv {
    font-size: 50px;
    font-weight: 700;
    color: #F96B0D;
    margin: 0;
}

.hero-subtitle {
    opacity: 0.9;
    margin: 0;
}

.hero-subtitle, h2{
    font-size: 30px;
}


.hero-btn:hover {
    background-color: #4c51bf;
    transform: translateY(-2px);
}

.hero-img {
    max-width: 100%;
    height: auto;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-section{
        height: 600px;
        padding-top: 50px;
    }

    .hero-content {
        flex-direction: column;
    }

    .hero-content-left, 
    .hero-content-right {
        flex: none;
        min-height: 200px;
    }

    .hero-content-left {
        padding-right: 0;
        margin-bottom: 2rem;
        text-align: start;
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
    }

}

@media (max-width: 480px) {
    .hero-title {
        font-size: 40px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .hero-subtitle {
        font-size: 20px;
        padding-right: 20px;
    }

    .hero-subtitle, p {
        font-size: 20px;
        padding-right: 20px;
    }

    .hero-content-right img{
        padding-right: 20px;
    }
}
/* End of Hero Section */

/* Section 1 */
.s1-section{
    padding: 50px 10px 50px 10px;
    color: #ffffff;
    margin-top: -100px;
    z-index: 1;
}


.s1-container {
    display: flex;
    justify-content: center;
}

.s1-content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1200px; /* Ensures content does not exceed 1200px */
    margin: auto; /* Centers the flex container */
    width: 100%; /* Ensures it scales properly */
}

.s1-content h2{
    padding: 10px;
    font-size: 22px;
}

.s1-content p{
    padding: 0 10px 0 10px;
}

.s1-item {
    background: linear-gradient(0deg, #005ECE 0%, #002858 100%);
    border-radius: 13px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    flex: 1; /* Allows even distribution */
    max-width: 300px; /* Prevents items from stretching too wide */
}

.s1-item img{
    width: 80%;
    height: auto;
}

.s1-item-bg{
    background-color: #FFD60D;
    color: #000000;
}


/* Desktop */
@media (min-width: 768px) {
    .s1-content {
        flex-direction: row;
    }

    .s1-item {
        margin: 0 10px; /* Left and right margin */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .s1-section{
        margin-top: 0px;
    }
    
    .s1-content {
        flex-direction: column;
        align-items: center;
    }

    .s1-item {
        margin: 10px 0; /* Top and bottom margin */
        width: 90%; /* Ensures better responsiveness */
    }
}


/* Section 2 */
.s2-section{
    background-color: #ffffff;
    padding: 20px 10px 10px 10px;
    color: #000000;
}

.s2-container{
    padding: 20px 10px 10px 10px;
    color: #000000;
}

.s2-content{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 20px 50px 20px;
    justify-content: center;
}

.s2-item{
    max-width: 600px;
    width: 550px;
    padding: 20px;
    color: #000000;
    border-radius: 13px;
}

.s2-item img{
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

.s2-item h3{
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .s2-content{
        padding: 0;
    }
}

/* Gallery */
.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.gallery-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.gallery-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


/* Call to Action 1 */
.cta-section{
    background: linear-gradient(90deg, #005ECE 0%, #002858 100%);
    padding: 50px 10px 50px 10px;
    color: #ffffff;
    height: auto;
    align-content: center;
}

.cta-section-tdnv{
    background: linear-gradient(90deg, #2b2b2b 50%, #525252 100%);
    padding: 50px 10px 50px 10px;
    color: #ffffff;
    height: auto;
    align-content: center;
}

.cta-content{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.cta-contact{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 50px;
    
}

.cta-contact-item{
    display: flex;
    flex-direction: column;
}

.cta-contact-item h2{
    font-size: 20px;
}

.cta-contact-item,p{
    font-size: 20px;
}

@media (max-width: 480px) {
    .cta-contact{
        flex-direction: column;
    }

    .cta-content{
        padding: 0 10px 0 10px;
    }
}

/* Footer */

.footer-section{
    z-index: 99;
    background-color: #000000;
}

.footer-container {
    
    color: white;
    padding: 10px;
    text-align: center;
}


/* Scroll bar */

/* Entire scrollbar */

::-webkit-scrollbar {
	width: 12px; /* Width for vertical scrollbar */
	height: 12px; /* Height for horizontal scrollbar */
}

/* Track of the scrollbar */

::-webkit-scrollbar-track {
	background: #005ECE; /* Light gray background */
}

/* Thumb (draggable part) of the scrollbar */

::-webkit-scrollbar-thumb {
	background:#FFD60D; /* Medium gray color */
	border-radius: 10px; /* Rounded corners */
}

/* Change thumb color on hover */

::-webkit-scrollbar-thumb:hover {
	background: #FFD60D; /* Darker gray on hover */
}

/* Corner where the horizontal and vertical scrollbars meet */

::-webkit-scrollbar-corner {
	background: #005ECE; /* Same as track background */
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed initially */
    bottom: 20px; /* Distance from the bottom */
    right: 30px; /* Distance from the right */
    z-index: 98; /* Ensure it's above most elements */
    border: none;
    outline:solid 2px #eeeeee;
    background-color: #b4b4b4;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 99px;
    font-size: 18px;
    transition: bottom 0.2s ease-in-out; /* Smooth movement */
    width: 50px;
    height: 50px;
    overflow: hidden;
}

#myBtn:hover {
    background-color: #FFD60D;
}

  /* Victron1 */
  .victron1-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.victron1-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}

.victron1-content {
    flex: 1;
    align-self: center;
}

.victron1-content img{
    width: 80%;
    height: auto;
}

.victron1-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000000;
}

.victron1-content p {
    font-size: 18px;
    color: #616161;
    line-height: 1.8;
}

.victron1-item {
    flex: 1;
    position: relative;
}

.vic-slider-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vic-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.vic-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.vic-slide.active {
    opacity: 1;
    position: relative; /* This helps the container fit the size */
}

.vic-slide img {
    display: block;
    width: 100%;
    height: auto;
    
}

.vic-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
}

.vic-slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.vic-nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFD60D;
    cursor: pointer;
    transition: background-color 0.3s;
}

.vic-nav-dot.active {
    background-color: #005ECE;
}

.vic-slider-arrow {
    background-color: #005ECE;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

.vic-slider-arrow:hover {
    background-color: #FFD60D;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .victron1-section {
        padding: 30px 0;
    }
    
    .victron1-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .victron1-content {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    
    .victron1-item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .vic-slider-container {
        border-radius: 0;
        box-shadow: none;
    }
    
    .vic-slider-wrapper {
        gap: 0; /* Remove gap in wrapper for mobile */
        display: flex;
        flex-direction: column;
    }
    
    .vic-slider-controls {
        padding: 10px 20px;
        margin-top: 0; /* Ensure no extra space */
    }
    
    .victron1-content h1 {
        font-size: 24px;
    }
    
    .victron1-content img{
        width: 100%;
        height: auto;
    }
}

/* Collaborative Partners */


.partners-content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    justify-content:space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.partners-container h2{
    font-size: 36px;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    padding: 0px 10px 0 10px;
}

.partners-item{
    display: flex;
    flex-direction: row;
    
}

.partners-item img{
    width: auto;
    height: 200px;
    border-radius: 13px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.151);
}




/* End of Collaborative Partners */