/* .navbar-logo{
	padding: 15px;
	color: #fff;
}

.nav-item .active {
	color: #0870bb;
} */



/* .nav-item .dropdown.dropdown-menu {
	color: #5161ce;
} */

/* .nav-item:hover .dropdown-menu {
	color: #0870bb;
}

.navbar-mainbg{
	background-color: #0870bb;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
} */

/* #navbarSupportedContent ul li .dropdown-menu{
	color: rgba(14, 2, 173, 0.9);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

} */

/* #navbarSupportedContent>ul>li.active>a{
	color: #0870bb;
	background-color: transparent;
	transition: all 0.7s;
}

#navbarSupportedContent>ul>li.active>.dropdown-menu{
	color: #0870bb;
	background-color: transparent;
	transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	color: #0870bb;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0870bb;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}


@media(min-width: 992px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}


@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
} */



/* new nav custom */

/* .custom-navbar {
  background: #ffffff !important;
  color: #00599a;
  padding-top: 20px;
  padding-bottom: 20px;
z-index: 99;
}

  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600;
}

    .custom-navbar .navbar-brand > span {
      opacity: .4;
    }

  .custom-navbar .navbar-toggler {
    border-color: transparent;
}

    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
      .custom-navbar .custom-navbar-nav li .dropdown-menu {
        padding: .9rem;

      }

  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px;
    }
    }

  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #00599a !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
}

    @media (min-width: 768px) {

      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f28d1f;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out;
    }
    }

    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1;
    }

      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px);
    }

  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1;
}

    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px);
    }

  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important;
    }
    }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px;
    }

    .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px;
    } */



    /* gpt 4 nav */


 /* ===== NAVBAR COLOR + ORANGE UNDERLINE ===== */

/* Navbar background */
.navbar,
.custom-navbar-nav {
    background-color: #ffffff !important; /* White background */
}

/* Navbar links */
.navbar .nav-link {
    position: relative;
    color: #0056b3 !important; /* Bootstrap blue */
    font-weight: 500;
    transition: color 0.2s ease;
}

/* Active & hover link colors */
.navbar .nav-item.active .nav-link,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #007bff !important; /* Brighter blue */
}

/* ===== ORANGE UNDERLINE ANIMATION (TOP NAV) ===== */
.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: orange;
    transition: width 0.3s ease;
}

.nav-link::after.active,
.dropdown-item::after.active,
.dropdown-menu__link::after.active {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* Adjust to suit padding */
  width: 100%;
  height: 2px;
  background-color: orange;
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-item.active .nav-link::after {
    width: 100%;
}

/* Navbar icons */
.navbar .nav-link i {
    color: #0056b3 !important;
    transition: color 0.2s ease;
    margin-right: 6px;
}

.navbar .nav-link:hover i {
    color: #007bff !important;
}

/* ===== DROPDOWN STYLING ===== */
.custom-dropdown {
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #cce0ff;
    min-width: 220px;
    padding: 8px 0;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    pointer-events: none;
}

.dropdown-menu__list {
    list-style: none;
    opacity: 0;
    transform: translateY(5px);
}

/* Dropdown links */
.dropdown-menu__link {
    position: relative; /* Needed for underline */
    display: block;
    padding: 10px 16px;
    color: #0056b3 !important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 4px;
}

/* Hover background color */
.dropdown-menu__link:hover {
    background-color: #e6f0ff !important;
    color: #004085 !important;
}

/* ===== ORANGE UNDERLINE FOR DROPDOWN LINKS ===== */
.dropdown-menu__link::after {
    content: "";
    position: absolute;
    left: 16px; /* Matches padding */
    bottom: 6px;
    height: 3px;
    width: 0;
    background-color: orange;
    transition: width 0.3s ease;
}

.dropdown-menu__link:hover::after {
    width: calc(100% - 32px); /* Full width minus padding */
}

/* ===== DROPDOWN OPEN ANIMATION ===== */
.nav-item.dropdown:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-item.dropdown:hover .dropdown-menu__list {
    animation: fadeInUp 0.3s forwards;
}

/* Stagger delay for open animation */
.nav-item.dropdown:hover .dropdown-menu__list:nth-child(1) { animation-delay: 0.05s; }
.nav-item.dropdown:hover .dropdown-menu__list:nth-child(2) { animation-delay: 0.1s; }
.nav-item.dropdown:hover .dropdown-menu__list:nth-child(3) { animation-delay: 0.15s; }
.nav-item.dropdown:hover .dropdown-menu__list:nth-child(4) { animation-delay: 0.2s; }

/* ===== DROPDOWN CLOSE ANIMATION ===== */
.nav-item.dropdown:not(:hover) .dropdown-menu__list {
    animation: fadeOutDown 0.25s forwards;
}

/* Reverse stagger for close */
.nav-item.dropdown:not(:hover) .dropdown-menu__list:nth-child(4) { animation-delay: 0.05s; }
.nav-item.dropdown:not(:hover) .dropdown-menu__list:nth-child(3) { animation-delay: 0.1s; }
.nav-item.dropdown:not(:hover) .dropdown-menu__list:nth-child(2) { animation-delay: 0.15s; }
.nav-item.dropdown:not(:hover) .dropdown-menu__list:nth-child(1) { animation-delay: 0.2s; }

/* ===== ANIMATION KEYFRAMES ===== */
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(5px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOutDown {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(5px); }
}

/* ===== MOBILE OVERRIDES ===== */
@media (max-width: 991px) {
    .custom-dropdown,
    .dropdown-menu__list {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
        pointer-events: auto;
    }
}



.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/esetonia.png");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27; 
        padding-top: 20px; }
