/********** Template CSS **********/
:root {
    --primary: #023758;
    --light: #F0FBFC;
    --dark: #181d38;
}
body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #52565b;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.h1, h2, h3, h4, h5, h6 {
    color: #023758 !important;
}
 
.blue {
    color: #023758;
} 
.text-prima{
    color:#023758 !important;
}
.pr-10{
    padding-right:10px;
}

.bg-prima{
    background:#023758;
}
.fa-arrow-right{
    color:#fff;
}
 
 .fa-arrow-right:hover {
        background: transparent;    
    color: #023758;                  /* text color on hover */
    transform: scale(1.05);       /* slight zoom effect */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* soft shadow */
}

/*** 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-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
    font-size:17px;
    padding:15px 20px;
    border-radius:5px;
    margin:7px 0px;
}
 
.navbar-light a.btn {
   padding:14px 25px !important;
}
.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color:#023758;
    border-color: #023758;
      box-shadow:0 0 0 .05rem rgba(2, 55, 88, 0.25) !important;
}
.bg-dark-blue{
    color: #FFFFFF;
    background-color:#023758;
    border-color: #023758;
}
.btn.btn-prima {
    
    min-width: -webkit-fill-available !important;
    
}
.btn-square {
    width: 38px;
    height: 38px;
}
.bg-trns{
        background: transparent !important;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 44px;
    height: 44px;
}
.btn:hover {
    background-color: #fff;       /* change to your desired hover color */
    color: #000;                  /* text color on hover */
    transform: scale(1.05);       /* slight zoom effect */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* soft shadow */
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}
.form-control:focus{
    color:#52565b;
    background-color: #fff;
    border-color: #023758;
    box-shadow:0 0 0 .05rem rgba(2, 55, 88, 0.25);
}

/*** Navbar ***/

 
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #52565b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(2 55 88);
    border-radius: 7px;
}
 
.dropdown-item:hover {
    background-color: #023758;
    color: #fff;
}


.dropdown-item:active,
.dropdown-item:focus {
    background-color:#023758;
    color: #fff;
}

.dropdown-item:before {
    background-color: #023758;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: capitalize;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.pyy-3{
    padding:0px 0px;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 6px 0;
    }
    .navbar-light .navbar-nav {
     border-top: 1px solid #EEEEEE;
    }
    .pyy-3{
        padding: 16px 0px;
    
}
.mobile-view {
       padding-top: 0px;
    }

}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
 }

.nav-tiem{
    font-family: 'Nunito';
    font-weight: 600;
}
.navbar .dropdown-menu.fade-down{
        font-family: 'Nunito';
        font-weight: 600;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
         
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.fw-400{
    font-weight:400 !important;
}
.display-3{
    font-weight:600 !important;
}

/*** Header carousel ***/
@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-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    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);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/about-bg-banner-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/service-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/contact-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
    
 


.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*.no-style ,li{*/
/*    color:#181d38;*/
/*}*/
/*.no-style {*/
/*    list-style:none;*/
/*    padding-left:10px;*/
/*}*/
/*.no-style ,span ,check {*/
/*    color:;*/
/*}*/
.no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-style li {
  display: flex;
  /*align-items: center;*/
  margin-bottom: 8px;
}

.no-style .check {
  color: #023758; 
  margin-right: 10px; 
  font-size: 16px;
}

 
 .br-20 {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
}

.br-20:hover {
      transform: scale(1.00);
    box-shadow: 0 0 20px rgb(2 55 88 / 16%);
    filter: brightness(1.0);
}
} 

.br-10{
    border-radius:10px;
}

/*** Service ***/
.service-item {
    background: #0237580f;
    transition: .5s;
    height:100%;
    border-radius:20px;
    padding: 20px;
    border: 1px solid #02375830;
}
.bg-light {
    background-color: #0237580f !important;
}
.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** 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;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
    border-radius:6px;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
    border-radius:3px;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}
.header-social .btn.btn-social {
    margin-right: 10px;
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-weight: normal;
    border: 1px solid #000;
    border-radius: 40px;
    transition: .3s;
}
.header-top .btn.btn-social {
    margin-right: 6px;
    width: 30px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #023758;
    border-radius: 40px;
    transition: .3s;
    padding: 17px 17px !important;
    
}
.header-top .btn.btn-social:hover{
    color:#023758;
}
.br-line{
    border-bottom: 0.5px #0237584f solid;
}
@media (min-width: 1140px) and (max-width: 1600px) {
  .px-120 {
    padding: 0 100px;
  }
  .px-70{
      padding:0px 70px;
  }
}

@media (min-width: 1020px) and (max-width: 1139.98px) {
  .px-120 {
    padding: 0 50px;
  }
  .px-70{
      padding:0px 30px;
  }
}
/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    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: 15px;
    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 {
    letter-spacing: 1px;
    box-shadow: none;
}
 
.footer .copyright {
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
    transition: color 0.3s ease; 
}

.footer .copyright a:hover {
    color: #d3d3d3c7;  
    
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.fs-14{
    font-size:14px !important;
    font-weight:400;
}


.course-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height:100%;
}

.course-item img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* black overlay */
  z-index: 1;
}

.course-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width:100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.course-text h3, 
.course-text h5 {
  color: #fff;
  margin: 0;
}


   .slider {
  overflow: hidden;
  position: relative;
  width: 100%;
 
  padding: 20px 0;
}

.track {
  display: flex;
  gap: 24px;
  align-items: center;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.slider:hover .track {
  animation-play-state: running;
}

 
.slide {
  flex: 0 0 auto;
 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(250, 250, 250, 0.6));
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(11, 15, 29, 0.04);
}

.slide img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(0.03);
  opacity: 0.95;
   transition: all 0.2s ease;
}

.slide img:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.b-br {
border:1px #8f8f8f !important;
  border-radius:10px; 
}

/* Animation for infinite horizontal scroll */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Responsive: fewer logos on small screens */
@media (max-width: 720px) {
  .slide { width: 120px; }
}

@media (max-width: 420px) {
  .slide { width: 100px; height: 64px; }
}


.gallery {
  position: relative;
}

.gallery-wrapper {
  display: inline-block;
  position: relative;
}

.gallery-wrapper img {
  border-radius: 10px;
  transition: 0.3s ease;
}

/* Top corner view icon */
.gallery .view-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(2 55 88);
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 50%;
  font-size: 22px;
  opacity: 0;
  transition: 0.3s ease;
}

/* Show icon on hover */
.gallery-wrapper:hover .view-icon {
  opacity: 1;
}

/* Fullscreen image view */
.gallery-view {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.gallery-view img {
  width: auto;
  height: auto;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
}

:target.gallery-view {
  display: flex;
}

.back-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  
  color: #0e0d0d;
  font-size: 24px;
  text-decoration: none;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.3s ease;
  
  display: flex;
  justify-content: center;
  align-items: center;  
  
  height: 50px;
  width: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); 
}
.back-icon:hover {
  background: rgb(255 255 255 / 42%);
  color:#023758;
}


.label-new {
  position: absolute;
  top: 6px;
  right: -38px;
  background: #ff3b3bc7;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 40px;
  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 2;
  letter-spacing:1px;
}

.navbar-light .navbar-toggler {
    color: rgb(2 55 88 / 24%) !important;
    border-color: rgba(0, 0, 0, 0.1);
}
/*.navbar-light .navbar-toggler-icon {*/
/*    background-image: url(assets/img/toggaler.png) !important;*/
/*}*/
.my-50{ 
    margin:50px 0px;
}



.pattern-square {
  --mx: 0;
  --my: 0;
  --a-x: calc(var(--mx) * 8px);
  --a-y: calc(var(--my) * 8px);
  --b-x: calc(var(--mx) * -6px);
  --b-y: calc(var(--my) * -6px);
  --c-x: calc(var(--mx) * 4px);
  --c-y: calc(var(--my) * 4px);

  background:
    repeating-linear-gradient(
        45deg,
        #0000 calc(-650% / 13) calc(50% / 13),
        #100f0f 0 calc(100% / 13),
        #0000 0 calc(150% / 13),
        #100f0f 0 calc(200% / 13),
        #0000 0 calc(250% / 13),
        #100f0f 0 calc(300% / 13)
      )
      calc(0px + var(--c-x)) calc(0px + var(--c-y)),
    repeating-linear-gradient(
        45deg,
        #0000 calc(-650% / 13) calc(50% / 13),
        #100f0f 0 calc(100% / 13),
        #0000 0 calc(150% / 13),
        #100f0f 0 calc(200% / 13),
        #0000 0 calc(250% / 13),
        #100f0f 0 calc(300% / 13)
      )
      calc(32px + var(--a-x)) calc(32px + var(--a-y)),
    repeating-linear-gradient(
        -45deg,
        #0000 calc(-650% / 13) calc(50% / 13),
        #100f0f 0 calc(100% / 13),
        #0000 0 calc(150% / 13),
        #100f0f 0 calc(200% / 13),
        #0000 0 calc(250% / 13),
        #100f0f 0 calc(300% / 13)
      )
      calc(0px + var(--b-x)) calc(0px + var(--b-y)),
    repeating-linear-gradient(
        -45deg,
        #0000 calc(-650% / 13) calc(50% / 13),
        #100f0f 0 calc(100% / 13),
        #0000 0 calc(150% / 13),
        #100f0f 0 calc(200% / 13),
        #0000 0 calc(250% / 13),
        #100f0f 0 calc(300% / 13)
      )
      calc(32px + var(--a-x)) calc(32px + var(--a-y)) #1e1e1e;

  background-size: 64px 64px;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  transition: background-position 160ms linear;
  padding:50px 0px;
  }
 
 .course-item, .course-text, h3 {
    
    font-weight:600 !important;
     
 }
 
 
 .adjust-1{
     display: flex;
     flex-direction: column;
     gap: 65px;
 }
 
  .adjust-2{
     display: flex;
     flex-direction: column;
     gap: 65px;
 }
 
  .adjust-3{
     display: flex;
     flex-direction: column;
     gap: 56px;
 }
 @media (max-width:767px){
     .adjust-1{
     display: flex;
     flex-direction: column;
     gap: 20px;
 }
 .adjust-2{
     display: flex;
     flex-direction: column;
     gap: 20px;
 }
 .adjust-3{
     display: flex;
     flex-direction: column;
     gap: 20px;
  }
}
 @media (min-width:768px) and (max-width:990px){
     .adjust-1{
     display: flex;
     flex-direction: column;
     gap: 30px;
 }
 .adjust-2{
     display: flex;
     flex-direction: column;
     gap: 30px;
 }
 .adjust-3{
     display: flex;
     flex-direction: column;
     gap: 30px;
  }
}
 @media (min-width:1020px) and (max-width:1350px){
 
    .adjust-1{
     display: flex;
     flex-direction: column;
     gap: 62px;
 }
 .adjust-2{
     display: flex;
     flex-direction: column;
     gap: 39px;
 }
}

.whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease,
    box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
  color: #fff;
}

.my-float {
  vertical-align: start;
}


 
@media (max-width: 990px) {
  .container-fluid.br-line {
    display: none !important;
  }
}

 
@media (min-width: 991px) {
  .container-fluid.br-line {
    display: block !important;
  }
}