body
{
    font-family:  "Rubik", sans-serif;
}
    /*Menu*/
    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-top: 10px;
    }

    .main-navigation li {
        position: relative;
        text-transform: capitalize;
    }

/* Style top-level menu links */
.menu > li > a {
    position: relative;
    display: inline-block;
    padding-left: 12px;   /* space for line */
    text-transform: uppercase; /* make all caps */
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;

}



/* Hover + active state */
.menu > li > a:hover::before,
.menu > li.current-menu-item > a::before {
    color: #3d3875 !important;
    /* transform: scaleY(1); */
    position:absolute;
	top:14px;
	left:0;
	z-index:0;
	content:" ";
	width:2px;
	height:13px;
	background-color:#3d3875;
	transform:scaleY(0);
	-webkit-transform:scaleY(0);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

    .main-navigation a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #5d636e;
        text-transform: capitalize !important;
    }
    .main-navigation a:hover{
         color: #3d3875 !important;
    }

    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
    }

    .main-navigation ul.sub-menu.depth-0 {
        padding-left: 0;
    }

    .menu-toggle {
        display: none;
    }

    /* .main-navigation a:hover,
    .main-navigation a:focus {
        background-color: #f5f5f5;
    } */

    .main-navigation .current-menu-item>a {
        font-weight: bold;
    }

    /* Mobile styles */
    @media (max-width: 991px) {
        .menu-toggle {
            display: block;
            position: absolute;
            right: 0;
            top: 4px;
            width: 40px;
            height: 40px;
            background: #000;
            border: none;
            cursor: pointer;
            padding: 0;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            z-index: 1;
            color: #fff;
        }

        .main-navigation li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu {
            display: none;
            padding-left: 15px;
            background-color: #f9f9f9;
        }

        .main-navigation ul.sub-menu .sub-menu {
            padding-left: 15px;
        }

        .main-navigation ul.sub-menu li a {
            padding-left: 25px;
        }

        .main-navigation ul.sub-menu li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu.active {
            display: block;
        }
    }

    /* Desktop styles */
    @media (min-width: 992px) {
        .main-navigation>ul>li {
            display: inline-block;
        }

        .main-navigation ul.sub-menu {
            position: absolute;
            min-width: 200px;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
            padding-left: 0;
        }

        .main-navigation ul.sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }

        .main-navigation li.has-children>a {
            padding-right: 30px;
        }

        /* Show submenu on hover (desktop only) */
        .main-navigation li.has-children:hover>ul.sub-menu {
            display: block;
        }
    }

    /* Navbar styles */
    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
    }

    button.navbar-toggler {
        background: var(--primary);
        color: #fff
    }
    /*Menu End*/

    /* Sticky Navbar */
    #masthead {
        background-color: #fff;
        transition: .5s ease top;
        top: -105px;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);

        &.sticky {
           position: fixed;
            top: -13px;
            left: 0;
            width: 100%;
            height: 19%;
        }

        .header {
            justify-content: center;

            h1 {
                color: white;
            }
        }

        z-index: 999;
    }


    /*Multi Slider*/
    .slider-container {
        width: 100%;
        padding: 20px 0;
        position: relative;
        overflow: hidden;
    }

    .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slider-slide {
        flex: 0 0 auto;
        text-align: center;
        font-size: 18px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .slider-slide img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .slider-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .slider-button-next {
        right: 10px;
    }

    .slider-button-prev {
        left: 10px;
    }

    .slider-pagination {
        text-align: center;
        margin-top: 10px;
    }

    .slider-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }

    .slider-dot.active {
        background: #333;
    }
    /* End Default CSS*/

    :root {
        --primary: #42974f;
        --secondary: #0162af;
    }

    section {
        float: left;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .header-top {
        position: relative;
        padding: 7px 0px;
        background-color: #02172a;
        float: left;
        width: 100%;
    }

    .header-top .top-left {
        position: relative;
        float: left;
        
    }

    .header-top .info-list {
        position: relative;
        margin-bottom: 0px  !important;
        margin-top: 0px !important;
    }

    .header-top .info-list li {
        position: relative;
        /* color: #ffffff; */
        /* margin-right: 15px; */
        display: inline-block;
        list-style: none;
    }

    .info-list{
        padding-left: 0rem !important;
    }

    .header-top .info-list li a {
        text-decoration: none;
        font-size: 14px;
        position: relative;
        color: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-top .top-right {
        position: relative;
        float: right;
    }

    .menu_header {
        float: left;
        width: 100%;
        box-shadow: 0px 0px 1px 1px #e5e5e5;
        position: relative;
        background: #fff;
    }

    .header-top .info-list li .icon {
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary);
        margin-right: 10px;
        float: left;
    }

    .logo img {
        width: 118%;
        height: auto;
    }

    .logo {
        width: 200px;
        height: auto;
    }

    /*Slider*/
    #slider .carousel-control.left,
    #slider .carousel-control.right {
        opacity: 0;
        filter: alpha(opacity=0);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        transition: all .25s ease;
    }

    #slider .carousel-control .fa-angle-left {
        left: 5px;
        background: #424141;
    }

    #slider .carousel-control .fa-angle-right {
        right: 5px;
        background: #424141;
    }

    #slider .carousel-control .fa-angle-left,
    #slider .carousel-control .fa-angle-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #slider .carousel-control i {
        color: #fff;
        line-height: 40px;
        width: 40px;
        height: 40px;
        transition: all 500ms ease;
        background: #424141;
        border-radius: 50%;
        font-size: 20px;
        margin: 15px;
    }

    #slider .carousel-control i:hover {
        background: black;
    }


    .emaill{
	margin-bottom:0;
	text-transform:uppercase;
    font-weight:400;
	font-size:11px;
	color:#fff;
	line-height:23px;
	letter-spacing:1px;
}

.phone{
    display: inline-block;
    /* vertical-align: top; */
    /* margin-left: 5px !important; */
    font-size: 14px !important;
    color: #e5ecfa;
}


    /* .slider01 {
        background: #f9f9f9;
        padding-bottom: 50px;
        padding-top: 10px;
    } */

    .slider-content {
        padding-top: 70px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 15px;
        width: 100%;
        position: relative;
        z-index: 99;
    }

    .slide-title {
        font-size: 30px;
        font-weight: 700;
        color: var(--primary);
        text-align: left;
    }

    .slide-sub-title {
        font-style: normal;
        font-size: 40px;
        color: var(--secondary);
        font-weight: 700;
        padding: 15px 0px;
    }

    .slider-description {
        color: #000;
        font-weight: 500;
        margin: 20px 0 20px;
    }


    #sticky-wrapper {
    height: 103px !important;
}

/* Add the before line to all top-level menu links */
.menu > li > a::before {
    position: absolute;
    top: 8px;          /* adjust vertical position */
    left: 0;
    z-index: 0;
    content: "";
    width: 2px;        /* line thickness */
    height: 19px;       /* line length */
    background-color: #001a57;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.3s ease-in-out;

}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px;
    }
}


/* Make sure parent <a> is positioned */
.menu > li > a {
    position: relative;
    display: inline-block;
    padding-left: 10px; /* add some space for the line */
    font-size: 14px ;
    font-weight: 400;
}

/* On hover, show the line */
.menu > li > a:hover::before,
.menu > li.current-menu-item > a::before {
    transform: scaleY(1);
}

/* Container */
.floating-searchbar {
  position: relative;
  list-style: none;
  margin-left: 15px;
  cursor: pointer;
}

/* Icons */
.floating-searchbar .fa {
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.floating-searchbar .close-icon {
  display: none; /* hidden by default */
}

/* Floating Search Box */
.floating-search-bar {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 320px;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.floating-search-bar.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Input field */
.floating-search-bar input[type="search"] {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 15px;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #333;
  border-radius: 4px;
  outline: none;
}

/* Submit Button */
.floating-search-bar button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}


/* slider */
.slider01{
    background-image: url('assets/images/about/banner-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    /* width: 100%; */
    /* max-height: 700px; */
   height: 100vh;
}
.slider02{
    background-image: url('assets/images/about/slider-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    /* width: 100%; */
    /* max-height: 700px; */
   height: 100vh;
}

.hero-subtitle{
    font-size: 58px;
    color: RGB(4, 39, 81);
    font-weight: 100 !important;
    margin-bottom: 20px;
    line-height: 60px;
    font-family: 'poppins' ;
    text-transform: uppercase;
    background-color: RGBA(0, 0, 0, 0);
    
}

.hero-content {
    margin-top: 140px;
}

.hero-content span {

    color: #042751;
    text-transform: uppercase;
    font-weight: 100;
    font-family:'poppins', sans-serif;

}

.hero-title{
   z-index: 8;
    min-width: 705px;
    max-width: 705px;
    white-space: normal;
    font-size: 58px;
    line-height: 68px;
    color: rgb(4, 39, 81);
    letter-spacing: -2px;
    font-family: Poppins;
    text-transform: uppercase;
    font-weight: 800;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

 
.hero-title1{
    color: #042751;
    font-weight: 800;
    font-size: 50px;
    margin-left: 400px;
    margin-top: 140px;
}

.vs-btn{
    background-color: #042751;
    color: white;
    font-size: 12px;
    line-height: 20px;
    padding: 17px 36px;
    border-radius: 50px;
    letter-spacing: 1px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-decoration: none;
    

}

.consult-text h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.consult-btn{
    color: orange;
}

.hero-btns{
   margin-top: 100px;
    }

    .vs-btn {
    display: inline-block;
    line-height: 20px;
    padding: 17px 36px;
    background: #062b5b; /* dark blue like your screenshot */
    color: #fff;
    font-weight: 600;
     border-radius: 50px;
    text-transform: uppercase;

    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
     transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-decoration: none;
    
}

.vs-btn::after {
    content: "\f061"; /* Font Awesome arrow-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.vs-btn:hover {
    padding-right: 50px; /* makes space for arrow */
    background: #041f3e; /* darker hover */
}

.vs-btn:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.hero-subtitle2{
    font-size: 26px;
    margin-top: 50px;
}
.hero-title2{
    font-size: 48px;
    font-weight: 800;
    color: #042751;
    margin-top: 24px;
    margin-bottom: 24px;
}

.hero-text{
    font-size: 28px;
}

.hero-content2 {
    margin-top: 50px;
}

.slider03{
     background-image: url('assets/images/about/slider-3.jpg');
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 100%;
}




 .custom-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size: 14px;
            line-height: 23px;
           color: #ff780b;
            text-decoration: none;
            /* background-color: #ffffff; */
            /* padding: 14px 35px; */
            /* border-radius: 35px; */
            /* border: 1px solid #221543; */
            /* transition: all 0.3s ease; */
            /* font-weight: 600; */
            margin-right: 200px;
        }
        

      .fancy-box {
    /* background: #fff; */
    /* border: 1px solid #eaeaea; */
    /* border-radius: 12px; */
    /* padding: 20px; */
    /* text-align: center; */
    /* transition: all 0.3s 
ease; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    /* max-width: 300px; */
    padding-top: 60px;
    padding-left: 60px;
    flex: 1;
     
  /* border-right: 1px solid #ddd; */

  }

  .box-2{
 border-left: 1px solid #ddd;
  }

.visa-row{
    margin-top: -90px;
    background-color: white;
}
        /* .fancy-box:hover {
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            transform: translateY(-5px);
        } */
        .fancy-img {
            /* width: 80px; */
            height: auto;
            margin-bottom: 15px;
        }
        .fancy-box-title {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #222;
        }
        .fancy-box-content {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 1px;
            color: #555;
            max-width:350px ;
        }
        .fancy-box-btn {
            display: inline-block;
            /* background: #7409f6; */
              color: #ff780b;
            /* padding: 8px 18px; */
            border-radius: 6px;
            font-size: 14px;
            text-decoration: none;
            /* transition: background 0.3s ease; */
        }
        .breadcrumb .current {
  font-weight: normal !important;
}
        
        .breadcrumb {
  font-size: 12px !important;
  color: #fff ;
  padding-top: 12px !important;
  gap: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  line-height: 18px !important;
  font-weight : 400 !important; 
}

        .about-section{
            background-image: url('assets/images/about/about-bg.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            /* height: 100vh; */
            width: 100%;
        }


.highlight-box {
                margin-top: 0px !important;
                margin-right: 0px !important;
                margin-bottom: 0px !important;
                margin-left: 0px !important;
                padding-top: 28px !important;
                padding-right: 35px !important;
                padding-bottom: 30px !important;
                padding-left: 35px !important;
                background-color: #f8f8f8 !important;
                background-position: center !important;
                background-repeat: no-repeat !important;
                background-size: cover !important;
}
/* .highlight-box hr {
  border-top: 1px solid #ddd;
} */

.highlight-box h5{
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #505050;
    line-height: 26px;
}

.display-4 {
    font-size: 68px;
    font-family:'poppins';
    color: #131313;
    line-height: 45px;
    font-weight: 100;
}
.display-5 {
    font-size: 15px;
    
    color: #747474;
    line-height: 23px;
    font-weight: 500;
    padding-left: 50px;
}
.service-card img {
  height: 250px;
  object-fit: cover;
  border-radius: 0px;
  /* transition: transform 0.3s ease; */
}

.pp{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #424141;
        /* width: 600px; */
   font-family:  "Rubik";
   overflow: hidden !important;
}

.card-text{
    padding: 12px 15px 0px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #424141;
}

.inner-banner{
    background-position: top !important;
}

.img-flud{
        width: 100%;
    height: auto;
    
    margin-left: -20px;
}
.roww-2{
    background-color: white;
}

.services-section h2{
    line-height: 36px;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
}
.service-card {
  border: 1px solid #ddd;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
  padding: 20px;
}

.services-section {
    background-image: url('assets/images/about/demo-eleven-background-work.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.country-card img {
  height: 59%;
  object-fit: cover;
  border-radius:0% !important;
  /* transition: transform 0.3s ease; */
}
/* .country-card:hover img {
  transform: scale(1.05);
} */

.story{
    padding: 0px 0px 25px;
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
    font-family:'poppins';
    color: #131313;
    
}

.fwbold{
    font-size: 36px;
    line-height: 45px;
    padding: 0px 0px 25px;
    font-weight: 800;
    font-family:'poppins';
    
}
.country-section{
    background-image: url('assets/images/about/consultancy-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    width: 100%;
}


/* Testimonial Section */
    .testimonial-section {
        position: relative;
    }

    .section-title__title{
        font-size: 36px;
        font-weight: 700;
      
        text-align: center;
    }

    .testimonial-section .sec-title .text {
        margin-top: 40px;
    }

    .testimonial-section .owl-carousel .owl-stage-outer {
        padding: 20px 0px;
    }

    .testimonial-section .owl-theme .testimonial-block {
        margin: 0px 15px;
    }

    .testimonial-section .btn_01 {
        position: relative;
        text-align: right;
        padding-right: 15px;
    }

    .testimonial-section .btn_01 {
        position: relative;
        width: 10px;
        height: 5px;
        border-radius: 0px;
        margin-left: 10px;
        display: inline-block;
        background-color: black;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        opacity: 0.9;
    }

    .testimonial-section .btn_01.active,
    .testimonial-section .btn_01:hover {
        width: 30px;
        /* background-color: var(--primary); */
    }

    .testimonial-block {
        position: relative;
    }

    .testimonial-block .inner-box {
        position: relative;
    }

    .testimonial-block .inner-box .upper-box {
        position: relative;
        padding-top: 9px;
        padding-left: 0px;
        margin: auto;
        width: 350px;
        text-align: center;
    }

    .testimonial-block .inner-box .upper-box .icon {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .carousel-indicators.testi_btn {
        bottom: -60px;
    }

    .testimonial-block .inner-box .upper-box h4 {
        position: relative;
        /* color: var(--secondary); */
        font-weight: 600;
    }

    .testimonial-block .inner-box .upper-box .designation {
        position: relative;
        /* color: var(--primary); */
        font-size: 16px;
    }

    .testimonial-block .inner-box .text {
        position: relative;
        margin-top: 35px;
        color: #000;
        font-size: 16px;
        line-height: 1.9em;
        font-weight: 500;
        text-align: center;
    }

    .contact{
        background-image: url('assets/images/about/bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* height: 100vh; */
        width: 100%;
    }

    .footer-btn{
        background-color: #e88200;
        padding: 6px 50px 8px 50px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 600;
    }


    .footet-text{
        color:  #e88200;
        font-size: 13px;
       

    }

    .footerr-text{
        font-size: 13px !important;
    }

    .footer-container{
        border-bottom: 1px solid #ddd;
    }

    .footer-container h5 {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 30px;
        margin: 0px 0px 20px;
        font-weight: 700;
        font-family: 'poppins';
        margin-bottom: 20px !important;

    }



.newsletter-box h5 {
  color: #fff; /* Heading white */
}

.custom-input {
  background: #000;   /* Black background inside inputs */
  color: #fff;        /* White text */
  border: 1px solid #444; /* Subtle border */
}

.custom-input::placeholder {
  color: #fff; /* White placeholder */
  opacity: 1;  /* Make sure it’s visible */
}

.custom-input:focus {
  outline: none;
  box-shadow: none; /* Remove focus shadow */
  border-color: #444; /* Keep same border */
}

.footer-contact{
    margin-bottom: 60px !important;
    letter-spacing: 1px;
    font-size: 14px;
}

.unstyled-2 li{
    padding-top: 10px;
    font-size: 14px;
    display: flex;
    line-height: 26px;
}

.custom-input {
  background: #02172a;      /* Always black */
  color: #fff;           /* Text white */
  border: 1px solid #444;
}

.custom-input::placeholder {
  color: #fff;           /* Placeholder white */
  opacity: 1;
}

.custom-input:focus {
  background: #02172a !important; /* Stay black on focus */
  color: #fff !important;      /* Text stays white */
  border: 1px solid #444 !important; /* Same border */
  box-shadow: none !important; /* Remove Bootstrap blue glow */
  outline: none !important;
}


    
      @media (max-width: 992px) {
        .profile-image,
        .strengths-text,
        .strengths-image,
       .overview-image,
       .stat-column{
            flex:  none !important;
        }
       .consult-text h4,
       .overview-header h2,
       .section-subtitle,
       .hero-title,
       .hero-title1,
       .section-title__title,
       .contact h2,
       .clienth2
       {
         font-size: 24px !important;
       }

       .contact h2{
        margin-bottom: 0px !important;
       }
       .hero-title2{
        font-size: 26px !important;
       }
       
       .hero-title1{
        margin-left: 0px !important;
       }


       .overview-text h3,
       .hero-subtitle,
       .hero-text,
       .hero-subtitle2{
        font-size: 22px !important;
       }
       
       .overview-header h2,
       .overview-image{
        margin-bottom: 25px !important;
       }

       .vs-btn{
        font-size: 14px !important;
       }
    }

    @media (max-width: 425px) {
       .header-top{
        display: none;
       }
    }


.company-stats{
    background-image: url('assets/images/about/demo-eleven-background-blue.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}