@font-face {
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 100;
    src: url(https://free.bboxtype.com/embedfonts/fonts.php?family=FiraGO&weight=100) format('woff');
}
@font-face {
    font-family: 'FiraGOMedium';
    font-style: normal;
    font-weight: 500;
    src: url(https://free.bboxtype.com/embedfonts/fonts.php?family=FiraGO&weight=500) format('woff');
}

body {
    font-family: "FiraGO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #293356;
    height: 200vh;
    position: relative;
}


body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
 

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

.phm {
    position: relative;
    left: 80px;
}

p {
    color: white;
    font-weight: 300;
}
  


.myiconsize {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "FiraGOMedium", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a, a:hover {
    text-decoration: none !important;
}   
 
.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
    color: white;
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #1c2441;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
    padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
    color: #fff;
}


/* Top Bar - Static */
.top-bar {
    background-color: #1a2238;
    padding: 10px 0;
    position: static;
    width: 100%;
}

.top-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact-info a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 16px;
}

/* Main Navigation - Fixed on scroll */
.navbar {
    background-color: #293356;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1c243f;
}

:root { 
    --animation-duration: 8s !important;
    --transition-timing: cubic-bezier(0.4, 0, 0.2, 1) !important;
} 
.logo-container {
    width: 80px !important;
    height: 50px !important;
    position: relative !important;
    perspective: 1000px !important;
}

.logo {
    position: absolute ;
    width: 100% ;
    height: 100% ;
    opacity: 0 ;
    background-position: center ;
    background-repeat: no-repeat ;
    transition: transform 0.6s var(--transition-timing) ;
}

.logo1 {
    background-image: url('https://iboss.ge/Images/ibosstrv2.webp') !important;
    background-size: 70% auto !important;
    animation: smoothFadeInOut var(--animation-duration) var(--transition-timing) infinite !important;
}

.logo2 {
    background-image: url('https://iboss.ge/Images/ibosstrv3.webp') !important;
    background-size: 100% auto !important;
    animation: smoothFadeInOut var(--animation-duration) var(--transition-timing) infinite !important;
    animation-delay: calc(var(--animation-duration) / 2) !important;
}

@keyframes smoothFadeInOut {
    0%, 100% {
        opacity: 0;
        transform: translateY(5px);
    }
    3%, 47% {
        opacity: 0;
    }
    15%, 35% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0;
        transform: translateY(-5px);
    }
}

/* Subtle gradient overlay */
.logo-container::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(
            circle at center,
            transparent 0%,
            transparent 100%
    );
    pointer-events: none;
    opacity: 0.7;
}

/* Gentle floating effect */
@keyframes gentleFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

.logo-container {
    animation: gentleFloat 8s ease-in-out infinite;
}

/* Add subtle glow on hover */
.logo-container:hover .logo {
    filter: brightness(1.1);
    transition: filter 0.6s var(--transition-timing);
}
.nav-links {
    display: flex;
    gap: 35px;
    list-style: none;
    align-items: center;
    margin-bottom: 0; 
}
  
.nav-links a {
    color: white;
    text-decoration: none!important;
    font-size: 15px;
    padding: 5px 0;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #007bff; 
    transition: width 0.3s ease;
    color: white!important;
}

.nav-links a:hover::after {
    width: 100%;
    color: white!important;
}

/* Desktop Dropdown */
@media (min-width: 769px) {
    .nav-links .dropdown {
        position: relative;
    }

    .nav-links .dropdown-content {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #1c243f;
        min-width: 200px;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav-links .dropdown:hover .dropdown-content {
        opacity: 1;
        visibility: visible;
    }

    .nav-links .dropdown-content a {
        display: block;
        padding: 12px 20px;
        text-align: center;
    }

    .dropdown > a {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

.mobile-menu {
    display: none;
    color: white;
    cursor: pointer;
    font-size: 24px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .mobile-menu {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #1c243f;
        flex-direction: column;
        gap: 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-links a {
        display: block;
        padding: 15px 20px;
    }

    .dropdown-content {
        display: none;
        background-color: #1a2238;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .dropdown-content a {
        padding: 15px 30px;
    }

    .dropdown > a .fa-angle-down {
        transition: transform 0.3s ease;
    }

    .dropdown.active > a .fa-angle-down {
        transform: rotate(180deg);
    }
}