/********** Template CSS **********/
:root {
    --primary: #0B41D7;
    --secondary :#F59E0B;
    --light: #F5F5F5;
    --dark: #353535;
}
body {
      font-family: 'Open Sauce One' !important;
    }


    .btn-primary:disabled {
    background-color: #b9f6ca;    /* lemon yellow */
}

.black-bg{
    background: #1D2939 !important;
    height: 450px !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.fab{
   color: var(--secondary);

}

.btn-success{
    border-radius: 10px !important;
    background: var(--primary) !important;
    border: none;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-v { 
    background:
        linear-gradient(#682F03B2, #682F03B2),
        url(../img/bg-v.jpg) center center no-repeat;
    background-size: cover;
}

/* For login page specifically */
body.page #mainNavbar {
    background: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 70px;
}

body.page #mainNavbar .nav-link {
    color: #222 ;
}

body.page #mainNavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

body.page #mainNavbar .navbar-toggler {
    border-color: rgba(0,0,0,0.5) !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/* Default transparent navbar */
.navbar-light {
    background-color: transparent !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* When scrolled: white background */
.navbar-light.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Nav links should be white on hero background */
.navbar-light .nav-link {
    color: #fff !important;
}

.navbar-light.scrolled .nav-link {
    color: #000 !important;
}

.navbar-light {
    background-color: transparent ;
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent !important;
}

.navbar.scrolled {
    position: fixed;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


/* Default transparent navbar */
#mainNavbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999; /* Make sure carousel never covers navbar */
    background: transparent;
    transition: background .3s ease, box-shadow .3s ease;
}

/* navbar links white on hero */
#mainNavbar .nav-link {
    color: #222 !important;
}

/* When scrolled */
#mainNavbar.scrolled {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Change text color when scrolled */
#mainNavbar.scrolled .nav-link {
    color: #000 !important;
}

@media(max-width: 768px){
/* Change text color when scrolled */
#mainNavbar.scrolled .nav-link {
    color: #ffffff !important;
}
}




/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}


.active1 {
    width: 100%;
    color: var(--primary) !important;
    text-decoration: underline;           /* Adds underline */
    text-decoration-color: var(--secondary);         /* Green color for underline */
    text-underline-offset: 8px;           /* Space between text and underline */
    text-decoration-thickness: 1.5px;       /* Optional: thickness of the underline */
}

.page-item {
    border-color: var(--secondary) !important;

}

.page-link{
     color: var(--primary) !important;
}

.active2{
   
color: #F4830B !important;
angle: 0 deg;
opacity: 1;
gap: 8.88px;
border-radius: 100px;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 20px;
background: #F7F7F7;
}
.power{
   margin-left: -70px;
}


.mx{
   margin-left: 250px !important;
}

.container{
 
}

@media(max-width: 768px){
    .power{
        margin-left: 0px;
    }
    .container{
         margin-left: 0px;
    }

    .mx{
   margin-left: 0px !important;
}

}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(96.93deg, rgba(0, 0, 0, 0.287) -29.92%, rgba(0, 2, 7, 0.7) 54.17%), url(../img/background-2.jpg) center center no-repeat;
    background-size: cover;
   height:350px; 
}


.page-header-6 {
    background:
        linear-gradient(
            96.93deg,
            rgba(0, 9, 21, 0.70) -29.92%,
            rgba(0, 9, 21, 0.70) 54.17%
        ),
        url(../img/bg-6.jpg) center center no-repeat;
    background-size: cover;
}


.page-header-7{
    background:url(../img/bg-6.png)  center center no-repeat;
    background-size: cover;
}

.page-header-11 {
    background: url(../img/bg-11.png) no-repeat;
   
}

.page-header-3 {
    background:
        url("../img/hero-design.png");

}



.page-header-4 {
    background: 
        linear-gradient(
            96.93deg, 
            rgba(0, 0, 0, 0.4) -29.92%, 
            rgba(0, 0, 0, 0.9) 54.17%
        ),
        url(../img/background-5.jpg) center center no-repeat;
    background-size: cover;
   
}

.glass-bg {
  background: rgba(255, 255, 255, 0.05);
 /* fully transparent */
  border-radius: 10px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);

  transition: all 0.3s ease;
}


@media(max-width: 768px){
    .page-header{
        height: 500px; 
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}



/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
   /* content: "\f105";
    font-family: "Font Awesome 5 Free";*/
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    /*color: #F4830B !important;
    letter-spacing: 1px;
    box-shadow: none;*/
     color: var(--secondary)  !important;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

u {
  text-decoration-thickness: 3px; /* Make underline thin */
 text-underline-offset: 7px; 





}


/**/
.hero-header{
font-family: "Bricolage Grotesque";
font-weight: 800;
font-size: 80px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
text-align: center;
color: #1D639D;
}

.hero{
    min-height: 500px;
    height: auto;
}

.logos-row {
    gap: 20px; /* controls space between images */
}

.logo-img {
    width: 130px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}


@media (max-width: 768px) {

    .hero-header {
        padding-top: 50px;
        font-size: 55px !important;
        text-align: center;
        line-height: 75px;
        padding-bottom: 15px;
        line-height: 115%;
    }

    .btn-sec{
        font-size: 13px;
    }

     .btn-pri{
        font-size: 13px;
    }

    .hero{
         min-height: 500px;
         height: auto;

    }

    .hero-text{
      
font-weight: 400;

font-size: 18px;
padding-top: 20px;
line-height: 25px !important;

text-align: center;

    }
}


.hero-text{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 125%;
letter-spacing: 0%;
text-align: center;
color: #1D2939;

}

.btn-primary{
    background: var(--primary);
    width: 241;
height: 54;
font-weight: 300;
opacity: 1;
gap: 4px;
padding-top: 10px;
padding-right: 28px;
padding-bottom: 10px;
padding-left: 28px;
border-radius: 10px !important;
border: none;

}

.btn-primary-2{
    background: var(--secondary);
    width: 241;
height: 54;
font-weight: 300;
opacity: 1;
gap: 4px;
padding-top: 10px;
padding-right: 28px;
padding-bottom: 10px;
padding-left: 28px;
border-radius: 10px !important;
border: none;

}







.btn-primary:focus{
    box-shadow: none !important;
}
.btn-light:hover{
     background: #F4830B;
     color: white;
}

.site-wrapper{
    width: 100%;
    max-width: 1400px; /* choose your width */
    margin: auto;
}

.btn-primary:hover{
    background: var(--secondary) !important;
}

.btn-pri{
    background:var(--primary); 
    
height: 48px;
padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
gap: 8px;
angle: 0 deg;
opacity: 1;
border-radius: 10px;
color: #ffffff;
}


.btn-sec{
    background:var(--secondary); 
    
height: 48px;
padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
gap: 8px;
angle: 0 deg;
opacity: 1;
border-radius: 10px;
color: #ffffff;
}


.btn-sec-2{
    background:var(--secondary); 
    
height: 48px;
padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
gap: 8px;
angle: 0 deg;
opacity: 1;
border-radius: 10px;
color: #1D2939;
}


.btn-sec:hover, .btn-pri:hover{
    color: #ffffff;
}

.btn-light{
    width: 180px;
height: 54;
angle: 0 deg;
opacity: 1;
gap: 4px;
padding-top: 10px;
padding-right: 28px;
padding-bottom: 10px;
padding-left: 28px;
border-radius: 100px;

}

.service-header{
font-weight: 700;
font-style: bold;
font-size: 22px;
line-height: 35.51px;
letter-spacing: 0%;
padding-left: 45px ;
}

.service-text{
font-weight: 400;

font-size: 18px;
line-height: 25px;
letter-spacing: 0%;
color: #6C767D;
padding-left: 65px;
}


.service-text-3{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: Text Sizes/Text Medium;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
color: #8B8C8D;
font-size: 14px;
}

@media(max-width: 760px){
.btn-light{ 
   width: 180px;
   margin-top: 10px;
   margin-bottom: 20px;
}
}

/*.about-bg{
    background: #16181F;
}*/

.blue-bg{
    background: #1D639D;

}
.l{
    color: #F7F7F7 !important;
}

.service-head{
    font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: Text Sizes/Text Medium;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary);
font-size: 15px;
}

.serve-text{
    font-family: Poppins;
font-weight: 300;
font-style: SemiBold;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #8B8C8D;
}

.bullet-item {
  display: flex;
  align-items: flex-start; /* bullet aligns to top like list */
  gap: 10px;
}

.bullet-icon {
  width: 20px;
  height: 20px;
  margin-top: 6px; /* aligns with first line of text */
  flex-shrink: 0; /* prevents image from resizing */
}

.bullet-text {
  display: inline;
}

.service-head {
  font-weight: 600;
  display: inline;
}

.serve-text {
  font-size: 14px;
  color: #555;
  margin-left: 4px;
}



.badges-6 {
    display: inline-flex;
    align-items: center;
    padding: 15px 15px;
    border-radius: 100px;
    background: #F9FCF6;
    font-weight: 500;
    font-size: 15px;
    column-gap: 12px;
    white-space: nowrap;
    color: #91C644;


line-height: 120%;
letter-spacing: 0%;

}


.badges-8 {
    display: inline-flex;
    align-items: center;
    padding: 15px 15px;
    border-radius: 100px;
    background: #3D79AB;
    font-weight: 500;
    font-size: 15px;
    column-gap: 12px;
    white-space: nowrap;
    color: #ffffff;


line-height: 120%;
letter-spacing: 0%;

}



.badges-9 {
    display: inline-flex;
    align-items: center;
    padding: 15px 15px;
    border-radius: 100px;
    background: #1E252F;
    font-weight: 400;
    font-size: 15px;
    column-gap: 12px;
    white-space: nowrap;
    color: #ffffff;


line-height: 120%;
letter-spacing: 0%;

}


.badge-container-6 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
   
}

.badge-container-8 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

   
}

.blue-3{
     background: #3372A7 !important;
}

.br-2{
    border-radius: 20px;
}


.hero-serve{
    height: 600px;
}

.hero-serve-v1{
    height: 900px;
}

.iso-img{
    object-fit: cover; 
    height: 600px;
}

.iso-img2{
    object-fit: cover; 
    height: 400px;
}

.iso-head-4{
    font-family: "Bricolage Grotesque";
font-weight: 700;
font-style: Bold;
font-size: 36px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -1%;
text-align: center;

}

@media(max-width: 768px){
.iso-img{
    width: 100%;
    height: 500px;
    object-fit: contain !important;
}

.iso-img2{
    width: 100%;
    height: 300px;
    object-fit: contain !important;
}


.hero-serve{
    height: 1200px;
}


.hero-serve-v1{
    height: 1400px;
}


}


.badge-container-7 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end; /* RIGHT ALIGN */
}

.parallel {
    width: 424px;
    height: 683px;
    opacity: 1;

    border: 9px solid #1D2939;
    border-radius: 20px;

    /* Trapezoid shape */
    clip-path: polygon(
        15% 0%,   /* top-left */
        100% 0%,   /* top-right */
        100% 100%,/* bottom-right */
        0% 100%   /* bottom-left */
    );

    object-fit: cover;
    background: #fff;
}


@media(max-width: 768px){
.badge-container-6{
    padding-left: 0px;
}


.badge-container-7 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start; /* RIGHT ALIGN */
}

}



.badges {
   
    padding: 10px 15px;
    
    font-weight: 600;
    font-size: 13px;
    
    
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 100px;
    padding-right: 50px;
}

@media(max-width: 768px){
.badge-container{
    padding-left: 0px;
}
}


.badge-container2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 0px;
    padding-right: 50px;
}

@media(max-width: 768px){
.badge-container2{
    padding-left: 0px;
}
}


.logo-top{
    margin-top: -80px;
     width: 50px;
    height: 50px;
}


.logo-top2{
    
     width: 50px;
    height: 50px;
}

.it-text{
font-weight: 400;
font-style: Regular;
font-size: 15px !important;
leading-trim: NONE;
line-height: 120% !important;
letter-spacing: 0%;

}

.border-icon {
    width: 90%;              /* leaves space on left + right */
    max-width: 800px;        /* optional */
    margin: 0 auto;          /* center it */
    border-bottom: 1px solid #D0D5DD;
    position: relative;
    padding-bottom: 20px;
}


/* Lower white background layer */
.border-icon::before {
    content: "";
    position: absolute;

    /* wider than the capsule */
    width: 110px;
    height: 20px;

    background: white;
    border-radius: 50px;

    /* position slightly below the line */
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    z-index: 1; /* behind the upper capsule */
}

/* Main capsule with icon */
.border-icon::after {
    content: "";
    position: absolute;

    width: 65px;
    height: 30px;

    background: url('../img/icon-8.png') no-repeat center;
    background-size: 15px;

    border-radius: 50px;
    background-color: white;
    border: 1px solid #ccc;

    padding-left: 10px;
    padding-right: 10px;

    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    z-index: 2; /* on top */
}



.badges2{
   width: 100%;
height: 56;

opacity: 1;
padding-top: 16px;
padding-right: 15px;
padding-bottom: 16px;
padding-left: 6px;
gap: 10px;
border-radius: 100px;
border-width: 1px;
background: #F7F7F7;
color: black;
font-weight: 600;
font-style: bold;
font-size: 13px;
line-height: 100%;
letter-spacing: 0%;

}
.service-img {
    width: 100%;
    height: 300px;      /* set a fixed height for equal size */
    object-fit: cover;  /* keeps the image looking perfect */
    border-radius: 20px;
}

@media(max-width: 768px){
 .badges{
    font-size: 13px;
 }
}

.btn:hover .img-change {
    filter: brightness(0) invert(1);
    transition: 0.3s;
}

.img-change {
    transition: 0.3s;
}

.about-img{
    width: 500px;
height: 350px;

border-radius: 20px;
object-fit: cover;
}

.about-img2{
    width: 600px !important;
border-radius: 20px;
object-fit: cover;
}


.im{
  
}

@media(max-width: 768px){
.im{
    margin-left: 0px;
}

.about-img{
    width: 100%;

}

}

.about-img2{
    
height: 430px;

border-radius: 20px;
object-fit: cover;
}
.head{
    color: #16181F;
font-weight: 500;
font-style: medium;
font-size: 40px;
leading-trim: none;
line-height: 120%;
letter-spacing: 0%;
padding-left: 45px;
}


.head2{
font-weight: 500;
font-style: medium;
font-size: 20px;
leading-trim: none;
line-height: 120%;
letter-spacing: 0%;

}


@media(max-width: 768px){
.head{
    font-size: 35px;
    padding-left: 0px !important;
}
}

.power-solutions{
font-weight: 500;
font-style: medium;
font-size: 40px;
line-height: 120%;
letter-spacing: 0%;

}

.service-header{
font-weight: 700;
font-style: bold;
font-size: 22px;
leading-trim: none;
line-height: 35.51px;
letter-spacing: 0%;
color: #16181F;
padding-left: 0px;
}

.service-text{

font-weight: 400;
font-style: regular;
font-size: 16px;
leading-trim: none;
line-height: 125%;
letter-spacing: 0%;
padding-left: 0px;
}

.why{

opacity: 1;
padding-top: 36.2px;
padding-right: 36.2px;
padding-bottom: 18.1px;
padding-left: 36.2px;
border-radius: 20px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
border: 1px solid #D0D5DD;
}


.form-f input{
    height: 50px;

    box-shadow: 0px 2px 4px -2px #1018280F;

box-shadow: 0px 4px 8px -2px #1018281A;
border-radius: 10px;
} 

.form-f textarea{
    

    box-shadow: 0px 2px 4px -2px #1018280F;

box-shadow: 0px 4px 8px -2px #1018281A;
border-radius: 10px;
} 

.form-f input::placeholder{
    color: #6C767D;
} 

.form-f textarea::placeholder{
    color: #6C767D;
} 



.why2{

opacity: 1;
padding-top: 36.2px;
padding-right: 36.2px;
padding-bottom: 18.1px;
padding-left: 36.2px;
border-radius: 20px;
}

.space{
    border: 1px solid #D0D5DD;
    height: 12px;
    border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}

.why-header2{
font-family: "Bricolage Grotesque";
font-weight: 600;
font-style: Medium;
font-size: Text Sizes/Heading 2;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;

color: #000000;
}

@media(max-width: 768px){
.why{

}
}

.industry-head{
    font-family: Open Sauce One;
font-weight: 500;
font-style: Medium;
font-size: 45px;
leading-trim: NONE;
line-height: 57.71px;
letter-spacing: 0%;
color: #12161D;
}

.why-text{
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
vertical-align: middle;
color: #6C767D !important;
}

.why-header{
font-weight: 700;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 33.94px;
letter-spacing: 0%;
vertical-align: middle;



}


.industry-header{
    font-family: 'Manrope' !important;
font-weight: 700;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 33.94px;
letter-spacing: 0%;
vertical-align: middle;
padding-left: 36.2px;
padding-right: 36.2px;
color: #12161D !important;
}

.industry-img{
    padding-left: 36.2px;
padding-right: 36.2px;
}


.industry{

opacity: 1;
padding-top: 36.2px;

padding-bottom: 18.1px;

border-radius: 20px;
border:1px solid #D0D5DD !important;

}



.industry-text{
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
vertical-align: middle;
padding-left: 36.2px;
padding-right: 36.2px;
}

.industry-img2{
    height: 155px; object-fit: cover; border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;
}

/*.tra-bg{
background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 27.41%, rgba(0, 0, 0, 0) 100%) !important;
}
*/

.tra-bg {
    position: relative;
    width: 100%;
    height: auto;
}

.tra-bg img {
    display: block;
}

.tra-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 27.41%, rgba(0, 0, 0, 0) 100%) !important;

    z-index: 2;
    pointer-events: none;
    border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;
}


.our-edge{

font-weight: 500;
font-style: medium;
font-size: 48px;
leading-trim: NONE;
line-height: 54px;
letter-spacing: 0%;

}

.ready{
  
font-weight: 600;
font-style: SemiBold;
font-size: 48px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-align: center;
color: white;
}

.about-us{
font-weight: 500;
font-style: medium;
font-size: 40px;
leading-trim: none;
line-height: 120%;
letter-spacing: -2%;

}

.capsule-red{
   background: #FEF3E7; width: 260px; border-radius: 30px;
}
.ready-text{
 
font-weight: 500;
font-style: medium;
font-size: 15px;
leading-trim: none;
line-height: 120%;
letter-spacing: -2%;
text-align: center;
color: #ffffff;
}

.blog{
font-family: "Bricolage Grotesque";
font-weight: 700;
font-style: bold;
font-size: Text Sizes/Heading 2;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
text-align: center;

}

.x-show{
    display: none;
}

.x-hide{
    display: block;
}

.bx a{
    font-size: 25px;
    color: #ffffff;
}

.bx2 a{
    font-size: 25px;
    color: var(--primary);
}

@media(max-width: 768px){
.bx a{
    font-size: 18px;
    color: #ffffff;
}

.bx2 a{
    font-size: 18px;
    color: var(--primary);
}

.navbar-collapse{
    background: #FFFFFF;
      color: #222 !important;
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.navbar-collapse a{
     color: #222 !important;
}

.item{
    color: #222 !important;
}

.btn-sml{
    width: 95%;
    margin-left: 10px;
     display: flex;
    flex-direction: column;
    margin-top: 200px;
}

.box button {
     /* pushes button to bottom */
}
}


.bx a:hover{
    color: var(--secondary);
}

.bx2 a:hover{
    color: var(--secondary);
}


@media(max-width: 768px){
.our-edge{
   font-size: 40px; 
}

.x-show{
    display: block;
}

.x-hide{
    display: none;
}
}

.edge-header{
  background: #22242A;
font-weight: 600;
font-style: SemiBold;
font-size: 17px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: white;
padding:15px;
border-radius: 50px;

}

@media(max-width: 768px){
.edge-header{
   font-size: 11px; 
}
}


.edge{
border:1px solid #22242A !important;
opacity: 1;
padding-top: 36.2px;
padding-right: 36.2px;
padding-left: 36.2px;

border-radius: 20px;

}

@media(max-width: 768px){
.edge{
    padding-right: 10px;
    padding-left: 10px;
}
}


.edge-text{
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
vertical-align: middle;
color: #F7F7F7;
}

.text-primary{
    color: var(--secondary) !important;
}

.address{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;

}
.sectigo-header{
    font-family: "Bricolage Grotesque";
font-weight: 800;
font-style: 96pt ExtraBold;
font-size: 45px !important;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
text-align: center;
color: #91C644;
}

@media(max-width: 768px){
.sectigo-header{
    font-size: 38px !important;
}

.sect-text{
     font-size: 14px;

}
.bw{
    width: 100% !important;
}

.zoho-img{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
}

.font-2{
     font-family: 'Poppins';  
}
.sect-text{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: Text Sizes/Text Medium;
leading-trim: NONE;
line-height: 130% !important;
letter-spacing: 0%;
text-align: center;
color: #D0D5DD;
}

.form-control{
    border-color: #D0D5DD !important;
    height: 48px;
}

.text-dark-2{
    color: #1A202C;
}

.text-muted-2{
    color: #8B8C8D !important;
    font-weight: 500;
}

hr{
    border-color: lightgrey;
}

.form::placeholder{
    color: #8B8C8D !important;
}


.sect-text-2{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: Text Sizes/Text Medium;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
text-align: left;
color: #1D2939;
}


.sect-text-3{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: Text Sizes/Text Medium;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
text-align: left;
color: #8B8C8D;
font-size: 15px
}


.who-need{
    font-family: Poppins;
font-weight: 500;
font-style: SemiBold;
font-size: Text Sizes/Text Medium;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
font-size: 18px;
color: #1D639D;
}

.rounded-image{
    width: 500px;
height: 500px;
opacity: 1;
border-radius: 10000px;
border-width: 10px;
border: 10px solid #1D2939;
object-fit: cover;
}

@media(max-width: 786px){
.rounded-image{
    margin-top: 50px;
width: 95%;
height: 500px;
}
}

.sec-text{
    font-family: "Bricolage Grotesque";
font-weight: 300;
font-style: Light;
font-size: 24px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
color: #1D2939;
}

.serve-head-2{
    font-family: "Bricolage Grotesque";
font-weight: 800;
font-style: 96pt ExtraBold;
font-size: 70px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;

}

.form-f2 input{
    height: 60px;

    box-shadow: 0px 2px 4px -2px #1018280F;

box-shadow: 0px 4px 8px -2px #1018281A;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}


.form-f2 input{
    height: 50px !important;
} 

.form-f2 select{
    height: 55px !important;
} 

.form-f3 select{
    height: 50px;

    box-shadow: 0px 2px 4px -2px #1018280F;

box-shadow: 0px 4px 8px -2px #1018281A;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.serve-head-9{
    font-family: "Bricolage Grotesque";
font-weight: 800;
font-style: 96pt ExtraBold;
font-size: 48px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
color: #1D639D;
}


.serve-head-3{
    font-family: "Bricolage Grotesque";
font-weight: 800 !important;
font-style: 96pt ExtraBold;
font-size: 60px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;

}



.serve-head-3{
    font-family: "Bricolage Grotesque";
font-weight: 400;
font-style: 96pt ExtraBold;
font-size: 48px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;

}

@media(max-width: 768px){
.serve-head-2{
   font-size: 35px; 
}
}

.sec-text-2{
    font-family: "Bricolage Grotesque";
font-weight: 300;
font-style: Light;
font-size: 24px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
color: #ffffff;
}




.address-p{
font-weight: 300;
font-style: Light;
font-size: 13px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;

}

.certified{
    font-family: "Bricolage Grotesque";
font-weight: 700;
font-style: Bold;
font-size: Text Sizes/Heading 2;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
text-align: center;
color: #1D2939;
font-size: 43px;
}

select:focus{
    box-shadow: none !important;
}

.certified-2{
    font-family: "Bricolage Grotesque";
font-weight: 700;
font-style: Bold;
font-size: Text Sizes/Heading 2;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
text-align: center;
color: #ffffff;
font-size: 43px;
}


.certified-3{
    font-family: "Bricolage Grotesque";
font-weight: 700;
font-style: Bold;
font-size: Text Sizes/Heading 2;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
color: #ffffff;
font-size: 36px;
}


.certified-4{
    font-family: "Bricolage Grotesque";
font-weight: 700;
font-style: Bold;
font-size: Text Sizes/Heading 2;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
color: #ffffff;
font-size: 25px;
}


.address-p-2{
font-weight: 300;
font-style: Regular;
font-size: Text Sizes/Text Small;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
font-size: 13px;
color: #ffffff !important;
}

.foot-p{
font-weight: 400;
font-style: Regular;
font-size: 15px;
leading-trim: NONE;
line-height: 200%;
letter-spacing: 0%;
color: #D0D5DD;
 }





.a-text{
font-weight: 400;
font-style: Medium Italic;
font-size: 17px;
leading-trim: NONE;
line-height: 125%;
letter-spacing: 0%;
color: #FFFFFF;
}

@media(max-width: 768px){
.a-text{
font-weight: 400;
font-size: 17px;
line-height: 28.85px;
letter-spacing: 0%;
color: #F7F7F7;
}

.v-text{
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: 0%;
color: #6C767D;

}
}


.v-text{
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: 0%;
color: #6C767D

}


/*service section*/

.our-services{
  font-family: Bricolage Grotesque;
font-weight: 800;
font-style: 96pt ExtraBold;
font-size: 48px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #ffffff;
}



.orbit-loader {
    position: relative;
    width: 50px;
    height: 50px;
}

.orbit-loader span {
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--primary) ;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* First dot rotates clockwise */
.orbit-loader .dot1 {
    animation: orbit1 1.2s linear infinite;
}

/* Second dot rotates counterclockwise */
.orbit-loader .dot2 {
    animation: orbit2 1.2s linear infinite;
}

@keyframes orbit1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateY(-20px);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateY(-20px);
    }
}

@keyframes orbit2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateY(20px);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg) translateY(20px);
    }
}


input:focus {
    outline: none;
    box-shadow: none !important/*0 0 6px rgba(0, 123, 255, 0.4) !important*/;
    /*transition: box-shadow 0.2s ease, border-color 0.2s ease;*/
    border-color: lightgrey !important;
}



textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.4) !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}



/* Default: White toggler icon */
#mainNavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* When scrolled: Black toggler icon */
#mainNavbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* Optional: change border color when scrolled */
#mainNavbar.scrolled .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5) !important;
}


/* Mobile: force white background when navbar is expanded */
@media (max-width: 768px) {
    #mainNavbar {
        background: #fff !important;
    }

    /* Mobile nav links should be dark */
    #mainNavbar .nav-link {
        color: #ffffff !important;
    }

    /* Mobile toggler border */
    #mainNavbar .navbar-toggler {
        border-color: rgba(0,0,0,0.5) !important;
    }

    /* Mobile toggler icon black */
    #mainNavbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }
}


.our-sol{
    font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
color: var(--secondary);

}

.sol-header{
    font-family: "Bricolage Grotesque";
font-weight: 600;
font-style: Medium;
font-size: Text Sizes/Heading 2;
leading-trim: NONE;
line-height: 110%;
letter-spacing: -1%;
font-size: 45px !important;

}


.sol-header-5{
    font-family: "Bricolage Grotesque";
font-weight: 500;
font-style: Medium;
font-size: Text Sizes/Heading 2;
leading-trim: NONE;
line-height: 110%;
letter-spacing: -1%;
font-size: 45px !important;

}

.blue-2{
    background: #3473A7 !important;
}

@media(max-width: 768px){
.sol-header{
    font-size: 40px !important;
    font-weight: 500;
    line-height: 120%;
}
}

.sol-text{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: Text Sizes/Text Medium;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
color: #8B8C8D;
font-size: 16px;
}

.br{
    border-radius: 10px;
}

.sol{
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: Text Sizes/Heading 5;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
font-size: 25.5px;
}

.sol-text2{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: Text Sizes/Text Regular;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
color: #8B8C8D;
font-size: 15px;
}


.about-section-header{
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: Text Sizes/Heading 5;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
color: #ffffff;
font-size: 22px;
}


.abouts-text{
    
font-weight: 200 !important;
font-style: Regular;
font-size: Text Sizes/Text Regular;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
color: #ffffff;
font-size: 14px;
}


.testimonial-text{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: Text Sizes/Text Medium;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
font-size: 14px;

}

/* Custom responsive negative margin */
@media (min-width: 768px) { /* md and above */
    .image-left-column img {
        margin-left: -150px;
    }
}

.text-sec{
    color: var(--primary) !important;
}

.s-head{
    font-family: Bricolage Grotesque;
font-weight: 500;
font-style: Medium;
font-size: 48px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;

}

.s-head-2{
    font-family: "Bricolage Grotesque";
font-weight: 500;
font-style: Medium;
font-size: 40px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;

}

.logo-text{
    width: 70%;
}

@media(max-width: 768px){
.s-head{
    font-size: 40px;
}

.btn-w{
    width: 100% !important;
}
.small{
    font-size: 10px;
}

.logo-text{
    width: 100%;
}

.address-p{
    font-size: 15px;
    line-height: 22px;
}

.address-p-2{
     font-size: 13px;
}
.copyright{
    font-size: 13px !important;
}
}

.head{
    font-family: "Bricolage Grotesque";
font-weight: 700;
font-style: Bold;
font-size: 29px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
text-align: center;
color: #1D639D;
}

.tigo-text{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: Text Sizes/Text Regular;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
font-size: 15px;
color: #8B8C8D;
}


.navbar-toggler {
  border: none !important;     /* remove the border */
  box-shadow: none !important; /* remove blue outline when clicked */
  outline: none !important;
  font-size: 20px;
  color: black;
}

.btn-pri:focus{
   box-shadow: none !important;  
}

.navbar-toggler:focus {
  box-shadow: none !important;

}


.pricing-tabs {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  /*border: 1px dashed #98d6a6;*/
  border-radius: 10px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 1000px;
}

.pricing-tab {
  padding: 10px 16px;
  border-radius: 1000px;
  background: transparent;
 /* border: 1px dashed #cfd8dc;*/
  font-size: 14px;
  color: #344054;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  border: none;
  font-weight: 600 !important;
}

.pricing-tab:hover {
  background: #f0fdf4;
}

.pricing-tab.active {
  background: #80BC28;
  color: #ffffff;
  border: 1px solid #22c55e;
  font-weight: 600;
  /*box-shadow: 0 2px 6px rgba(34, 197, 94, 0.35);*/
}


.green-bg{
    background: #80BC28 !important;
    border-radius: 20px
}



/* Tab content */
.tab-content {
  margin-top: 24px;
  padding: 20px;
  /*border: 1px solid #e4e7ec;*//*
  border-radius: 12px;*/
  /*background: #ffffff;*/
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.tab-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.tabs-wrapper {
  max-width: 100%;
  font-family: Arial, sans-serif;
}



/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 768px) {

  /* Tabs wrapper spacing */
  .tabs-wrapper {
    padding: 0 12px;
  }

  /* Tabs container */
  .pricing-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
    padding: 6px;
    width: 100%;
  }

  /* Hide scrollbar (optional) */
  .pricing-tabs::-webkit-scrollbar {
    display: none;
  }

  /* Tabs */
  .pricing-tab {
    flex: 0 0 auto;
    padding: 10px 14px;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
  }

  /* Active tab */
  .pricing-tab.active {
    font-size: 13px;
  }

  /* Content spacing */
  .tab-content {
    margin-top: 16px;
    padding: 12px;
  }

  /* Cards stack cleanly */
  .row > [class*="col-"] {
    margin-bottom: 16px;
  }

  /* Reduce card padding */
  .blue-bg {
    padding: 16px !important;
  }

  /* Logo scaling */
  .logo-img {
    max-width: 160px;
    margin: auto;
  }

  /* Text scaling */
  .certified-4 {
    font-size: 14px;
    line-height: 1.4;
  }

  /* Badge list spacing */
  .badges-8 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* Buttons full width */
  .btn-primary-4 {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }
}

/* ================= EXTRA SMALL SCREENS ================= */
@media (max-width: 480px) {

  .pricing-tab {
    font-size: 12px;
    padding: 8px 12px;
  }

  .certified-4 {
    font-size: 13px;
  }

  .badges-8 {
    font-size: 13px;
  }
}






/* ================= Custom Accordion ================= */
.custom-accordion {
    max-width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    border:none;
}

/* Accordion item container */
.custom-accordion .accordion-item {
    background: transparent;
    margin-bottom: 20px; /* Space between items */
    transition: all 0.3s ease;
    border:none;
}

/* Accordion header button */
.custom-accordion .accordion-header {
    width: 100%;
    padding: 15px 19px;
    background: #1D639D;
    border: none;
    border-radius: 30px; /* Rounded header */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Icon rotation */
.custom-accordion .accordion-header .icon {
    font-size: 24px;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    color: #ffffff;
}

.custom-accordion .accordion-item.active .accordion-header .icon {
    transform: rotate(180deg);
}

/* Header text */
.custom-accordion .accordion-header span {
    flex: 1;
    padding-right: 20px;
}

/* Accordion content */
.custom-accordion .accordion-content {
    display: none; /* Hidden by default */
    background-color: #ffffff;
    border-radius: 20px; /* Rounded content */
    margin-top: 12px; /* Space between header and content */
    padding: 20px 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Subtle shadow for depth */
    transition: all 0.3s ease;
}

/* Show content when active */
.custom-accordion .accordion-item.active .accordion-content {
    display: block;
}

/* Optional visual separator inside content */
.custom-accordion .accordion-content::before {
    content: '';
    display: block;
    height: 1px;
    background: #e5e7eb;
    margin-bottom: 16px;
    width: 100%;
}

/* Paragraphs inside content */
.custom-accordion .accordion-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin-top: 12px; /* Space from top */
}

/* Active item highlight (optional) */
.custom-accordion .accordion-item.active .accordion-header {
    background-color: #145288;
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-accordion .accordion-header {
        padding: 16px 20px;
        font-size: 16px;
    }
    
    .custom-accordion .accordion-content {
        padding: 16px 20px;
    }
    
    .custom-accordion .accordion-content p {
        font-size: 15px;
        margin-top: 10px;
    }
}


.ngn{
    font-weight: bold;
    color: var(--primary);
}

.usd{
    font-weight: bold;
    color: var(--primary);
}



.ng-user .usd { display: none; }
.intl-user .ngn { display: none; }





.process-wrapper {
  max-width: 650px;
  margin: 60px auto;
  padding: 40px 30px;
  background: linear-gradient(135deg, #0d1321, #0b1d2d);
  border-radius: 14px;
}

/* Layout */
.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

/* Number circle */
.circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.circle.active {
  background: #22c55e;
  color: #fff;
}

.active5{
    background: var(--primary) !important;
    color: white !important;
}

/* Connector line */
.step::after {
  content: "";
  position: absolute;
  left: 30px;              /* exact center of 60px column */
  top: 50%;
  transform: translateY(0);
  width: 2px;              /* 🔑 REQUIRED */
  height: calc(100% + 20px);
  background: transparent;
}

/* Solid connector */
.step.solid::after {
  background: rgba(255, 255, 255, 0.35);
}

/* Dotted connector */
.step.dotted::after {
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.35) 4px,
    transparent 4px,
    transparent 8px
  );
}

/* Remove last line */
.step.last::after {
  display: none;
}

/* Text */
.content {
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.5;
}


.faq-text{
    font-family: "Bricolage Grotesque";
font-weight: 700;
font-style: Bold;
font-size: Text Sizes/Heading 5;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;

}

.dropdown-menu{
    border: 1px solid lightgrey !important;
}

.nav-textbox{
    background: #EAECF0;
    height: 48px;
    border-radius: 10px;
}

.nav-title{
    font-family: "Poppins";
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 100%;
letter-spacing: -2%;
color: #0B41D7 !important;
}

.capsule{
background: #FFF9EF;
color: var(--secondary);
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 20px;
}

.text-dark{
    color: #000000 !important;
}

.fw-400{
    font-weight: 400;
}

.bg-primary{
    background: var(--primary) !important;
}


.nav-textbox {
    height: 40px;          /* reduce input height */
    font-size: 14px;
    padding: 6px 10px;
    background:#3E69E0;
    border-color: #D0D5DD;

}


.nav-textbox-2 {
    height: 43px;          /* reduce input height */
    font-size: 14px;
    padding: 6px 10px;
    background: #EAECF0;

}

.nav-textbox::placeholder{
    color: #ffffff;
}

.btn-xs {
    height: 40px;          /* smaller than btn-sm */
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1;
}


.career{
    font-family: "Bricolage Grotesque";
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}


.career-text{
    font-family: Poppins;
font-weight: 300;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
color: #FAFAFA !important;
}


.faq-section {
    background: #ffffff;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    /*border: 1px solid #E5E7EB;*/
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-button {
    font-size: 15px;
    font-weight: 500;
    padding: 14px 18px;
    background: #fff;
}

.accordion-button:not(.collapsed) {
    background: none/*#f8fafc*/;
    color: #0f172a;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 14px;
    color: #475569;
    padding: 16px 18px;
}

.accordion-button::after {
    display: none;
}
/*
.faq-chevron {
    font-size: 22px;
    transition: transform 0.3s ease;
}
*/

/* Example for any element */
.br-3 {
    border-top-left-radius: 12px;   /* Adjust size as needed */
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.faq-chevron {
    
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

/* OPEN accordion = UP */
.accordion-button:not(.collapsed) .faq-chevron {
    transform: rotate(180deg);
}

.font{
    font-family: "Bricolage Grotesque" !important;
}

.partners-section {
    background: #f9fafb;
}

.section-tag {
    font-size: 12px;
    font-weight: 500;
    color: #f59e0b;
  /*  text-transform: uppercase;*/
    letter-spacing: 1px;
}

.partners-wrapper {
    overflow: hidden;
    position: relative;
}

.partners-track {
    display: flex;
    gap: 40px;
    animation: scrollPartners 25s linear infinite;
    width: max-content;
}

.partner-logo {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}


.course-detail ul li::marker {
    color: blue !important; 
}


.bg-2{
    background: #FBFBFB !important;
}

.bg-light{
    background: #FBFBFB !important;
}

.partner-logo img {
    max-height: 40px;
    max-width: 120px;
    object-fit: contain;
    /*filter: grayscale(100%);*/
    opacity: 0.85;
    transition: 0.3s ease;
}

.partner-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Animation */
@keyframes scrollPartners {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}



.career-section {
    background: #f9fafb;
}

/*.section-tag-2 {
    font-size: 12px;
    color: #f59e0b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
*/
.career-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
}

.career-card:hover {
    transform: translateY(-6px);
}

.career-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.career-body {
    padding: 20px;
}

.career-body h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.career-body p {
    font-size: 14px;
    color: #667085;
    margin-bottom: 12px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.tags span {
    background: #eef2ff;
    color: #3b5bfd;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.career-meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f1f1f1;
    padding-top: 12px;
}

.career-meta small {
    display: block;
    font-size: 14px;
    color: #98a2b3;
}

.career-meta strong {
    font-size: 14px;
    color: #101828;
}

.hero-img-2{
    width: 500px;
}

@media(max-width: 768px){
.hero-img-2{
    width: 100%;
}

.w-xs{
    width: 100%;
}
}


.mission-text{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 27px;
letter-spacing: 0%;

}


.our-story{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
text-align: center;

}

.featured-6{
  height: 400px;
}

@media(max-width: 768px){
.featured-6{
  height: 100%;
}
}



.course-catalog .card-img-top {
    height: 180px;
    object-fit: cover;
}

.course-catalog .card {
    border-radius: 10px;
}

.course-catalog .btn-primary {
    border-radius: 6px;
}

.bg-primary-2{
    background: #E3EFFF;
}

.accord-tag{
    font-size: 18px !important; 
    background: #E3EFFF !important;
    color: var(--primary) !important;
}


.fa-spinner {
    margin-right: 8px;
}


#searchResults a {
    font-size: 14px;
    padding: 10px 12px;
}

.skeleton-card {
    height: 340px;
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        #eaeaea 25%,
        #f5f5f5 37%,
        #eaeaea 63%
    );
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
}

@keyframes shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}
