/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #065cb2;
  text-decoration: none;
}

a:hover {
  color: rgb(221, 131, 4);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #ffffff;
  padding: 0;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
}

.logo a {
  font-size: 28px;
  font-weight: bold;
  color: #065cb2;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.navbar li {
  position: relative;
}

.navbar a {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.navbar .dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #fff;
  padding: 10px;
  min-width: 220px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

.navbar .dropdown:hover ul {
  display: block;
}

.navbar .dropdown ul li {
  width: 100%;
}

.navbar .dropdown ul a {
  padding: 8px 15px;
  font-weight: normal;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.carousel-item img {
  height: 90vh;
  object-fit: cover;
}

.carousel-container {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #fff;
}

.carousel-content h2 {
  font-size: 48px;
  font-weight: 700;
}

.btn-get-started {
  background: #065cb2;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
  padding-top: 30px;
}



.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #065cb2;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.icon-box {
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  background: #f9f9f9;
}

.icon-box i {
  font-size: 36px;
  color: #065cb2;
}

/*--------------------------------------------------------------
# Blog / News
--------------------------------------------------------------*/

.card {
  border: none;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact p {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
}

#footer p {
  margin: 0;
}



/* Carousel full height */
#heroCarousel,
.carousel-item,
.carousel-item img {
  height: 80vh;
}

/* Image fit */
.carousel-item img {
  object-fit: cover;
}

/* Text overlay */
.carousel-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
}

.carousel-content {
  color: #fff;
  text-align: center;
}

.carousel-content h2 {
  font-size: 40px;
  font-weight: bold;
}
#hero {
  padding-top: 33px;
}
.standard_header_height{
  height:60px;

}
.card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}
.position-absolute div {
  border-radius: 4px;
}

#heroCarousel .carousel-item {
  height: 500px;
}

#heroCarousel .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center; /* adjust if needed */
}


.card-img-top{
  height: 200px !important;
}

footer a:hover {
  text-decoration: underline;
}

.logo{
  margin-bottom: 0 !important;
}

.navbar {

  --bs-navbar-padding-y: 0;
}


.navbar a {

  padding-top: 1.8em;
}

.logo a{
  padding-top:  0.2em !important;
}

body { background-color: #f4f8fb; }
.header-blue { background-color: #065cb2; }
.section-title { color: #065cb2; }
.card { border-left: 5px solid #065cb2; }

main{
    padding-top:70px;
}

.top-bar{
    background-color: #065cb2;
    width:100%;
}



.top-bar a{
    color: white;
}


main section:first-of-type {
    padding-top: 60px;
}

header .container {
    max-width: 1000px;
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

.mobile-nav-toggle{
  display:none;
  border:none;
  background:none;
  font-size:28px;
  color:#065cb2;
  cursor:pointer;
}

.mobile-page-title{
  display:none;
  font-weight:700;
  color:#065cb2;
  font-size:16px;
  text-align:center;
}

/* SOCIAL ICONS */

.social-icon{
  color:#fff;
  transition:0.3s;
}

.social-icon:hover{
  color:#ffd700;
}

/*--------------------------------------------------------------
# DESKTOP MENU
--------------------------------------------------------------*/

.navbar ul{
  display:flex;
}

/*--------------------------------------------------------------
# Mobile Responsive
--------------------------------------------------------------*/
  .mobile-container{
    display:none !important;
  }
@media (max-width: 991px){

  /* MOBILE HEADER */
  .mobile-container{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-wrap:nowrap !important;
    gap:8px;
    padding-top:5px;
    padding-bottom:5px;
  }

  /* LOGOS */
  .mobile-container .logo{
    margin-bottom:0 !important;
  }

  .mobile-container .logo img{
    height:42px !important;
    width:auto;
  }

  /* PAGE TITLE */
  .mobile-page-title{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#065cb2;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    flex:1;
    padding:0 5px;
  }

  /* MOBILE TOGGLE */
  .mobile-nav-toggle{
    display:block;
    border:none;
    background:none;
    font-size:24px;
    color:#065cb2;
    padding:0;
    margin:0;
    line-height:1;
  }

  /* NAVBAR */
  .navbar{
    width:100%;
    position:relative;
  }

  /* MOBILE MENU */
  .navbar ul{
    display:none;
    flex-direction:column;
    align-items:flex-start;
    width:100%;
    background:#fff;
    margin-top:10px;
    padding-bottom:10px;
    border-top:1px solid #eee;

    /* SCROLLABLE */
    max-height:75vh;
    overflow-y:auto;

    /* SMOOTH */
    scrollbar-width:thin;
  }

  /* WEBKIT SCROLLBAR */
  .navbar ul::-webkit-scrollbar{
    width:6px;
  }

  .navbar ul::-webkit-scrollbar-thumb{
    background:#065cb2;
    border-radius:10px;
  }

  /* SHOW ACTIVE */
  .navbar.mobile-active ul{
    display:flex;
  }

  /* MENU ITEMS */
  .navbar li{
    width:100%;
  }

  .navbar a{
    width:100%;
    padding:14px 20px !important;
    border-bottom:1px solid #f1f1f1;

    /* ALIGN TEXT + ICON */
    display:flex !important;
    align-items:center;
    justify-content:space-between;
  }

  /* DROPDOWN ICON */
  .navbar .dropdown > a i{
    display:block !important;
    font-size:12px;
    margin-left:10px;
    color:#065cb2;
  }

  /* DROPDOWN MENU */
  .navbar .dropdown ul{
    position:static;
    display:none;
    width:100%;
    box-shadow:none;
    background:#f9f9f9;
    padding-left:15px;
    max-height:none;
    overflow:visible;

  }

  /* SHOW DROPDOWN */
  .navbar .dropdown.active ul{

    display:block;
  }

  /* DISABLE HOVER */


    /* DISABLE HOVER */
  .navbar .li:hover{
    display:none;
  }

    .logo_li{
    display:none;
  }

}


/* =========================================
   PARTNER LOGO CAROUSEL
========================================= */

.partner-section {

    background: var(--white);
    overflow: hidden;
}

.logos {
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.logos::before,
.logos::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
}

.logos::before {
    left: 0;
    background: linear-gradient(to right, var(--white), transparent);
}

.logos::after {
    right: 0;
    background: linear-gradient(to left, var(--white), transparent);
}

.logos-slide {
    display: inline-flex;
    align-items: center;
    animation: 35s slide linear infinite;
}

.logos-slide img {
    height: 75px;
    width: auto;
    margin: 0 50px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: var(--transition);
}

.logos-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.08);


}

.logos:hover .logos-slide {
    animation-play-state: paused;
}








@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


@media (max-width: 768px) {

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

    .section-title {
        font-size: 1.5rem;

    }

    .logos-slide img {
        height: 50px;
        margin: 0 25px;
    }

    .logos::before,
    .logos::after {
        width: 60px;
    }
}
.services .icon-box{
    background-color: white;
  box-shadow: 0 4px 12px rgb(118, 85, 5);
}
.fa-chevron-down{
    padding-left:4px;
    font-size: smaller;
}

.text-primary{
     color:#065cb2 !important;
}


.card {
  box-shadow: 0 4px 12px rgb(118, 85, 5) !important;
}
