/*FONTS========================================*/
/*Heading*/
@font-face {
  font-family: "Sora";
  src: url('../fonts/Sora-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*

@font-face {
  font-family: "Kalam";
  src: url('../fonts/Kalam-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

*/
@font-face {
  font-family: "Marker";
  src: url('../fonts/PermanentMarker-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/*Body*/
@font-face {
  font-family: "Switzer-R";
  src: url('../fonts/Switzer-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer-M";
  src: url('../fonts/Switzer-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/*-------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html {
  scroll-behavior: smooth;
}

body{
  font-family: "Switzer-R", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #1a202c;
}



/*HEADINGS*/
h1, h2, h3{
  font-family: "Sora";
  text-transform: capitalize;
  color: #123678;
}

h1{
  font-size: clamp(40px, 4.5vw, 80px);
  line-height: clamp(50px, 5.2vw, 110px);
}

h1 span{
  font-family: "Marker";
  font-size: clamp(50px, 5vw, 100px);
  transform: translateY(10px);
   letter-spacing: 0.05em;
}

h2 {
  font-size: clamp(40px, 4.5vw, 70px);
  line-height: clamp(48px, 5.2vw, 74px);
  margin-bottom: 32px;
  text-transform: uppercase;
}

h2 span {
  font-family: "Marker";
  font-size: clamp(40px, 5vw, 75px);
  color: #123678;
  transform: translateY(5px);
  letter-spacing: 0.05em;
}


h3{
    font-size: clamp(40px, 5vw, 60px);
    line-height: 52px;
    letter-spacing: 0.05em;
}

h3 span{
   font-family: "Marker";
   font-size: clamp(50px, 5vw, 70px);
}


.pb-new-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/**/
.title {
    color: #1a202c;
    text-align: center;
}

.title span{
    color: #ffffff;
}


.title strong{
  position: relative;
  display: inline-block;
  font-family: "Marker";
  font-size: clamp(40px, 5vw, 50px);
  color: #0b2035;
  transform: translateY(5px);
  letter-spacing: 0.05em;
  z-index: 1;
}

.title strong::before {
  content: "";
  position: absolute;
  inset: 0 -12px;
  background-image: url("../img/t-back-l.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; /* remove this line if using fixed size below */
  z-index: -1;
}

/*Main----------------------------------*/
.pb-header-top,.pb-header-bottom, .site-footer, .pb-section{
  padding-left: 5%;
  padding-right: 5%;
 
}

.pb-section{
  padding-top: 120px;
  padding-bottom: 120px;

}

.pb-section-inner{
  max-width: 1224px;
  margin: 0 auto;
  align-items: center;
  position: relative;
}

a{
  text-decoration: none;
  font-family: "Switzer-R", sans-serif;
  margin: 0;
  padding: 0;
  color: #123678;
  font-size: 18px;
  font-weight: 500;
}

.mt{
  margin-top: 24px;
}

.mb{
  margin-bottom: 24px;
}

/*Buttons------------------------------*/
.y-btn {
  background-color:#f5c34a ;
  font-family: "Sora";
  font-size: 18px;
  font-weight: 800;
  border-radius: 8px;
  padding: 10px 24px;
  color: #123678;
  font-weight: 500;
  transition: all 0.3s ease;
}

.y-btn a,
.b-btn a{
  font-family: "Sora";
  font-weight: 800;
}

.y-btn:hover{
  background-color: #123678;
  transition: color 0.3s ease;
}

.y-btn:hover a{
  color: #f5c34a;
}

.b-btn {
  background-color:#123678 ;
  font-size: 18px;
  font-family: "Sora";
  font-weight: 800;
  border-radius: 8px;
  padding: 10px 24px;
  color: #FFFFFF;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #123678;
}

.b-btn a{
  color: #FFFFFF;
  font-weight: 500;
}

.b-btn:hover{
  background-color: #f5c34a;
  transition: color 0.3s ease;
}

.b-btn:hover a{
  color: #123678;
}


/*=========================*/
.yellow-btn {
  background-image: url('../img/yellow-btn.webp');
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Sora";
  font-size: 18px;
  font-weight: 800;
  border-radius: 8px;
  padding: 10px 24px;
  color: #123678;
  transition: all 0.3s ease;
}

.yellow-btn a {
  font-family: "Sora";
  font-weight: 800;
}

.yellow-btn:hover{
  background-image: url('../img/blue-btn.webp');
  color: #f5c34a;
}

/**/
.blue-btn {
  background-image: url('../img/blue-btn.webp');
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Sora";
  font-size: 18px;
  font-weight: 800;
  border-radius: 8px;
  padding: 10px 24px;
  color: #f5c34a;
  transition: all 0.3s ease;
}

.blue-btn a {
  font-family: "Sora";
  font-weight: 800;
}

.blue-btn:hover{
  background-image: url('../img/yellow-btn.webp');
  color: #123678;
}

/*HEADER-------------------------------*/
.header-call{
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-call img{
  width: 38px;
  height: 38px;
  padding: 6px;
  border-radius: 50%;
  background-color: #123678;
}
.header-call:hover img{
  background-color: #f5c34a;
}

.header-call:hover a{
  color: #f5c34a;
  font-family: "Sora";
}

.header-call .b-call {
    display: none;
}

.header-call:hover .y-img {
    display: none;
}

.header-call:hover .b-call {
    display: block;
}

.h-mobile{
  display: none;
}

.header-call.yellow-btn{
  display: flex;
  align-items: center;
}

.header-call img{
  display: block;
}


/*header- top*/
.header-top{
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  width: 100%;
}



.header-top a{
  color: #FFFFFF;

}

.contact-list img{
  width: 24px;
  height: 24px;
}



.contact-list a {
    display: flex;
    align-items: center;
    gap: 8px;
}


.contact-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}

.h-social{
  display: flex;
  gap: 12px;
}

.h-social img{
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: 0.3s ease;
  display: block;
  padding: 4px;
}

.h-social img:hover{
  background-color: #f5c34a;
}



.pb-header-top{
  background-color: #1a202c;
}

.pb-header-bottom{
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #FFFFFF;
}

.header-inner {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  justify-content: space-between;

  
}
/*MENU++++++++___________________________________*/
/* MENU */
.nav-menu {
  display: flex;
  gap: 0;
  list-style: none;
  justify-content: center;
}

.nav-menu a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Sora";
}


/**/
.nav-menu li {
    position: relative;
    list-style: none;
    padding: 10px 20px;
    transition: color 0.3s ease;
    z-index: 1;
}


/**/


.menu-item {
    position: relative;
}
/*-------------*/
.submenu-icon {
    position: relative;
    top: 4px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover .submenu-icon {
    transform: rotate(-180deg);
}
.sub-menu a{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #123678;
    margin: 0;
    padding: 12px;
    min-width: max-content;
    z-index: 999;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: all 0.3s ease;
    margin-top: 12px;

}

.menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li {
    position: relative;
    list-style: none;
    padding: 10px 20px;
    padding-left: 48px;
     transition: color 0.3s ease;
  z-index: 1;
}
/*==========*/
.sub-menu li::after{
  content: "";
  position: absolute;
  inset: -6px -12px;
  background-image: url("../img/yp.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  opacity: 0;
  transform: scale(0.96) rotate(-1deg);
  transition: opacity 0.2s ease, transform 0.25s ease;
  z-index: -1;
}

.sub-menu li:hover::after{
  opacity: 1;
  transform: scale(1) rotate(-1deg);
}
/*=======*/
.sub-menu li:hover a{
  color: #123678;
}

.sub-menu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 6px;
    background-image: url("../icons/paint-mark-y.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    border-radius: 50%;
    margin-left: 8px;
}

.sub-menu li:hover::before {
    background-image: url("../icons/paint-mark-b.svg");
}


/*===========================================================*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*----*/

.header-m{
  display: none;
}

.mobile-nav{
  align-items: center;
  gap: 24px;
}

.icon-close {
  display: none;
}

.hamburger.active .icon-menu {
  display: none;
}

.hamburger.active .icon-close {
  display: block;
}

.hamburger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
}


/**/
.pb-header-bottom {
    position: relative;
    z-index: 10;
}



/*Footer===================================*/

.footer {
  padding-top: 100px;
  background-color:#0b2035;
}

.footer .sub-menu{
  display: none;
}

.footer p{
  color: #ffffff;
  font-family: "Switzer-R", sans-serif;
  font-weight: 400!important;

}

.site-footer {
  position: relative;
  overflow: hidden;
}

.footer-inner{
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}

.footer-logo img {
  display: block;
  width: 175px;
  height: auto;
  margin-bottom: 24px;
}

.footer-logo a {
    display: inline-flex;
    width: fit-content;
}


.footer-info-text{
  max-width: 380px;
}

.footer-headings{
  font-family: "Sora";
  font-size: 24px!important;
  font-weight: 600;
  padding-bottom: 24px;
  color: #FFFFFF!important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}


footer ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-logo{
  display: inline-block;
}
footer a{
  font-family: "Switzer-R", sans-serif;
  text-decoration: none;
  color: #ffffff;
}

footer .footer-links li{
  position: relative;
  line-height: 1.8;
  margin-bottom: 16px;
  font-weight: 400;
}

footer .footer-links li:last-child{
  margin-bottom: 0!important;
}


/**/


.footer-links li {
    position: relative;
    list-style: none;
    padding-left: 38px;
}



.footer-links li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 6px;
    background-image: url("../icons/y-roller.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    border-radius: 50%;
}



/**/


.get-in-touch{
  list-style: none;
  padding: 0;
  gap: 32px;
  padding-bottom: 12px;
}

.get-in-touch li{
  list-style: none;
  display: flex;
  align-items:center;
  gap: 8px;
  padding-bottom: 16px;
}

.get-in-touch li:last-child{
  padding-bottom: 0!important;
}


.footer-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer-col .h-social{
  margin-top: 16px;
}

.footer-top{
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff2f;
}

.footer-bottom {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.footer-bottom a,
.footer-bottom p{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer-bottom a {
  color: #FFFFFF;
  transition: all 0.3s ease;
}

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

.footer-bottom-div{
  display: flex;
  justify-content: space-between;
}

.footer-bottom-div-two{
  display: flex;
  gap: 12px;
}



/*==========================================*/


.black-s-one,
.black-s-two,
.black-s-three,
.black-s-four,
.black-s-five,
.black-s-six,
.s-7,
.s-8,
.s-9,
.s-10 {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    object-fit: cover;
    object-position: top;
}

.black-s-one {
    -webkit-mask-image: url("../img/mask/black-s-1.webp");
    mask-image: url("../img/mask/black-s-1.webp");
}

.black-s-two{
  -webkit-mask-image: url("../img/mask/black-s-2.webp");
  mask-image: url("../img/mask/black-s-2.webp");
}


.black-s-three{
   -webkit-mask-image: url("../img/mask/black-s-3.webp");
  mask-image: url("../img/mask/black-s-3.webp");
}
.black-s-four{
   -webkit-mask-image: url("../img/mask/black-s-4.webp");
  mask-image: url("../img/mask/black-s-4.webp");
}

.black-s-five{
  -webkit-mask-image: url("../img/mask/black-s-5.webp");
  mask-image: url("../img/mask/black-s-5.webp");
}

.black-s-six{
   -webkit-mask-image: url("../img/mask/black-s-6.webp");
  mask-image: url("../img/mask/black-s-6.webp");
}


.s-7{
   -webkit-mask-image: url("../img/mask/s-7.webp");
  mask-image: url("../img/mask/s-7.webp");
}

.s-8{
   -webkit-mask-image: url("../img/mask/s-8.webp");
  mask-image: url("../img/mask/s-8.webp");
}

.s-9{
   -webkit-mask-image: url("../img/mask/s-9.webp");
  mask-image: url("../img/mask/s-9.webp");
}

.s-10{
   -webkit-mask-image: url("../img/mask/s-10.webp");
  mask-image: url("../img/mask/s-10.webp");
}
/*Homepage - Hero -------------------------------------------------------------*/


 .home-hero {
    position: relative;
    background-image: url("../img/home-hero.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    align-items: center;
    overflow: hidden;
  }

  .home-hero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to right,
        rgba(18, 54, 120, 0.9) 0%,  
        rgba(18, 54, 120, 0.5) 50%,    
        rgba(18, 54, 120, 0) 100%     
    );
    pointer-events: none; 
    z-index: 1;
}

.home-hero > * {
    position: relative;
    z-index: 2;
}
/**/

.home-hero-content{
  max-width: 70%;
}


.home-hero h1{
  color: #FFFFFF;
  text-transform: uppercase;
}


.home-hero h1 span{
  color: #f5c34a;
}


.home-hero p{
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  margin: 32px 0;
  max-width: 600px;
}


.home-hero .yellow-btn{
  display: inline-flex;
}

.home-hero .yellow-btn:hover{
  background-image: url('../img/white-btn.webp');
}

.home-hero .yellow-btn:hover .y-img{
  display: block;
  background-color: #123678;
}


.home-hero .yellow-btn:hover a{
  color: #123678;
}





/**/
.home-hero,
.home-vision,
.home-service,
.home-cta,
.review,
.about-about-us,
.about-choice,
.global-explor,
.service-faq,
.area-about,
.pb-blog{
    position: relative;
}

.home-service::after,
.home-cta::after,
.review::after,
.about-about-us::after,
.about-choice::after,
.global-explor::after,
.service-faq::after,
.area-about::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-image: url("../img/w-b.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}

.home-service::before,
.home-cta::before,
.review::before,
.about-choice::before,
.global-explor::before,
.service-faq::before,
.area-about::before,
.pb-blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust as needed */

    background: url("../img/w-t.webp") no-repeat top center;
    background-size: 100% 100%;

    z-index: 3;
    pointer-events: none;
}



/*ABOUT US HERO*/
.about-hero h1{
  text-transform: uppercase;
  max-width: 700px;
  color: #FFFFFF;
}

.about-hero h1 span{
  color: #f5c34a;
}

.about-hero p{
  font-size: 24px;
  line-height: 36px;
  margin: 32px 0;
  max-width: 700px;
  color: #FFFFFF;
}




 .about-hero {
    position: relative;
   /* background-image: url("../img/about-us-hero.png");*/
    background-color: #0b2035;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    overflow: hidden;

  }


  
