/************************************/
/***     01. Global Variables     ***/
/************************************/

:root {
    --primary-color: #005893;
    --secondery-color: #EDF3F5;
   --text-color: #EDF3F5;
    --accent-color:  #F3FBFF;
  --white-color: #FFFFFF;
    --divider-color: #EAF0EC;
    --dark-divider-color: #00191C;
    --error-color: rgb(230, 87, 87);
    --normal-color:#787878;
    --menu-color:#000000;
    --highlight-color: #2D2D2D;

    --color-primary: #eb2127;
    --default-font: "Plus Jakarta Sans", serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Ensure images do not exceed screen width */
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a{
    color:inherit;
	text-decoration:none !important;
}
.banner-slider{
    position: relative;
  display: block;
  padding: 140px 0 0;
  z-index: 1;
  background-color: var(--accent-color);
}
.bg-blue{
    background-color: var(--accent-color); 
}
.btn-default{
	position: relative;
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--default-font);
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 46px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default:hover{
	background: transparent;
    color: var(--white-color);
}

.btn-default::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
  
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-20px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	transform: translate(-18px, -50%);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted{
	background-color: var(--white-color);
	color: var(--accent-color);
}

.btn-default.btn-highlighted:hover{
	color: var(--white-color);
}

.btn-default.btn-highlighted::before{
	background-image: url(../images/arrow-accent.svg);
}

.btn-default.btn-highlighted:hover::before{
    filter: brightness(0) invert(1);
}

.btn-default.btn-highlighted::after{
	background-color: var(--accent-color);
}

.cb-cursor:before{
	background: var(--accent-color);
}
.navbar-nav li a{
    color: var(--menu-color);
    font-family: var(--default-font);
    text-decoration: none;
    font-weight: 400;
}
.navbar-nav li{
    padding: 10px 40px 10px 0;
}
.custom-logo-link{
    padding: 10px;
}
.custom-logo-link img{
    height: 60px;
  width: auto;
}
p{
  font-family: var(--default-font);
  font-weight: 400;  
}
/************************************/
/***     02. Home     ***/
/************************************/
.banner-slider h1{
    font-family: var(--default-font);
    font-weight: 700;  
    color: var(--primary-color);
}
.banner-slider p{
    font-family: var(--default-font);
    font-weight: 400;  
    color:  #2D2D2D;

}
.xb-list li {
    font-size: 16px;
    font-family: var(--default-font);
    font-weight: 400;  
    color:  #2D2D2D;
  }
  .xb-list li i {
    color:  #2D2D2D;
    margin-right: 20px;
  }
  .xb-list li:not(:last-child) {
    margin-bottom: 11px;
  }
  .learn-btn {
    font-size: 16px;
    font-family: var(--default-font);
    font-weight: 500;  
    text-decoration: none;
    text-transform: None;
    color: var(--white-color);
    border-style: none;
    padding: 21px 50px 23px;
    align-self: center;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    line-height: 1.1;
    letter-spacing: -.3px;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    background-color: var(--color-primary);
    margin-right: 30px;
  }
  
  .learn-btn:hover {
    color:  var(--color-primary);
    background-color: var(--white-color);
  }
  
  .learn-btn--white {
    color: var(--color-dark);
    background-color: var(--white-color);
    font-family: var(--default-font);
    font-weight: 500;  
  }
  
  .learn-btn--white:hover {
    background-color: var(--color-primary);
    color: var(--white-color);
  }
  
  .learn-btn--white:hover span svg path {
    stroke: #fff;
  }
  .btns{
    margin:40px 0;
  }
  .banner-slider img{
    width:100%;
  }
  /************************************/
/***     01. Who We Are  css    ***/
/************************************/
.section-title {
    margin-bottom: 40px;
  }
  .contact-form h3{
    font-size: 36px;
    font-family: var(--default-font);
    font-weight: 300;  
    color: var(--highlight-color);
    
  }
  .contact-form h3 span{
    font-size: 36px;
    font-family: var(--default-font);
    font-weight: 700;  
    color: var(--highlight-color);
    
  }
  .section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-family: var(--default-font);
    font-weight: 400;  
    line-height: 1.6em;
    text-transform: uppercase;
    color: var(--highlight-color);
    padding-left: 35px;
    margin-bottom: 20px;
  }
  .section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/paper1.svg');
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 27px;
    height: 27px;
  }
  .section-title h2 {
   
    font-family: var(--default-font);
    color: var(--menu-color);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
  }
  .section-title p {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: var(--default-font);
    font-weight: 400;  
  }
  
.who-we-are-us{
	padding: 50px 0;
}
.who-we-are-content p{
      color: var(--highlight-color);
    font-family: var(--default-font); 
    font-size:16px;
}
.about-us-content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
.about-us-content-list ul li {
    position: relative;
    color: var(--highlight-color);
    font-family: var(--default-font); 
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .about-us-content-list ul li::before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #606060;
    display: inline-block;
    top: 2px;
    left: 0;
  }
.who-we-are-images{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-left: 30px;
}

.who-we-are-img-box-1,
.who-we-are-img-box-2{
	display: flex;
	gap: 20px;
	width: 100%;
}

.who-we-are-img-1 figure,
.who-we-are-img-2 figure,
.who-we-are-img-3 figure,
.who-we-are-img-4 figure{
	display: block;
}

.who-we-are-img-1{
    width: calc(36% - 10px);
}

.who-we-are-img-1 img{
	width: 100%;
	aspect-ratio: 1 / 0.756;
	object-fit: cover;
}

.who-we-are-img-2{
	width: calc(30% - 10px);
}

.who-we-are-img-2 img{
	width: 100%;
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
}

.who-we-are-img-3{
	width: calc(31% - 10px);
}

.who-we-are-img-3 img{
	width: 100%;
	object-fit: cover;
}

.who-we-are-img-4{
	width: calc(30% - 10px);
}

.who-we-are-img-4 img{
	width: 100%;
	object-fit: cover;
}

.list-service .service-item--inner {
    height:275px;
    
  
    border: 1px solid #EDF3F5;
  
    border-radius: 20px;
  
    -webkit-border-radius: 20px;
  
    -moz-border-radius: 20px;
  
    -ms-border-radius: 20px;
  
    -o-border-radius: 20px;
  
    background-color:var(--white-color);
  
    -webkit-transition: 0.3s;
  
    -o-transition: 0.3s;
  
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-bottom: 25px;
  
  }
  .list-service:hover .service-item--inner {
    box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.42);
    border-color: transparent;
  }
  .pos-rel {
    position: relative;
  }
  .service-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 475px;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #EDF3F5;
  }
  .service-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.5%;
    max-height: 790px;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .our-services {
    padding: 100px 0;
  }
  .services-holder{
    padding: 0 40px;
  }
 .service-wrap  .section-title{
    padding: 40px 55px;
  }
  .list-service .service-item--inner::before {
    position: absolute;
    width: 70px;
    height: 160px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    background-color: #F4F8FA;
    content: "";
    top: -39px;
    left: 5px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .service-item--inner .service-item--icon {
    width: 58px;
    height: 58px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
  }
  .service-item--holder h3 a{
    font-family: var(--default-font); 
    font-weight: 600;
    color: var(--menu-color);
    text-decoration: none;
    font-size: 18px;
   
  }
  .service-item--holder h3{
    margin:20px 0;
  }
  .service-item--description{
    font-family: var(--default-font); 
    font-weight: 400;
    font-size:16px;
  }
  .finland-section {
    background: #005893a1 url('../images/flag-finland.png') no-repeat center center/cover;
    background-blend-mode: overlay;
    padding: 100px 0 40px 0;
    color: white;
}
.contents-holder{
    display: grid;
    gap: 20px;
    grid-template-columns: 0.2fr 1fr;
    margin:30px auto;
}
.icon {
    width: 58px;
    height: 58px;
    background-color:#EBF1ED;
   display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
  }
  .feature-icon{
    width: 58px;
    height: 58px;
    background-color:var(--accent-color);
   display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
  }
  .feature-box{
    display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
  }
.finland-contents h3{
    font-family: var(--default-font); 
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.finland-contents p{
    font-family: var(--default-font); 
    font-weight: 400;
    font-size: 16px;
}
.cta-btn {
    display:flex;
    padding: 12px 20px;
    background: #00000033;
    transition: all 0.5s ease-in-out;
    color: #fff;
    border: 1px solid #D9D9D9;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}
.cta-btn:hover {
  background: transparent;
  color: var(--white-color);
}
.cta-btn img{
  margin-left: 10px;
}
.finland-bottom{
    align-content: center;
  align-items: center;
  gap: 51px;
  
  margin-top: 20px;
}
.finland-bottom h5{
    font-family: var(--default-font); 
    font-weight: 600;
    font-size: 18px;
    color: #FFE100;
}
.images {
    flex: 1;
    display: grid;
    gap: 10px;
}

.images img {
    width: 100%;
    max-width: 250px;
    border-radius: 8px;
}
.why-choose-us{
    background-image: url("../images/why-banner.png");
  background-position: top right;
  background-repeat: no-repeat;
}
.about-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
.about-list li {
    padding: 10px;
    width: 50%;
  }
  .about-list .why-choose-us-inner {
    position: relative;
    padding: 25px 10px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 30px 45px rgba(122, 146, 168, 0.08);
    border: 0.5px solid #B3B3B3;
    background-color: var(--white-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
  .choose-container {
    padding: 40px 0;
  }
  .about-list .why-choose-us-inner::before {
    position: absolute;
    width: 45px;
    height: 105px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
      border-top-right-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #F4F8FA;
    content: "";
    top: -6px;
    left: 0px;
    z-index: -1;
    border-top-right-radius: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .about-list .why-choose-us-number {
    width: 36px;
    height: 36px;
    margin-right: 29px;
    background-color: #FE6C3F;
    color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 49px;
    left: 25px;
    font-weight: 700;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
    color: var(--white-color)
  }
  .about-list .why-choose-us-holder {
    padding-left: 60px;
    height: 115px;
  }

  .gc-2{
    background-color: #00CC99 !important;

  }
  .b-3{
    background-color:#0091FF !important;
  }
  .y-4{
  background-color: #FFBD0F !important;

  }
  .preferred-nation-section {
    background: #fff;
  
}

.preferred-nation-section h2 {
   text-align: left;
}
.preferred-nation-section .section-title p{
  text-align: left;
}
.preferred-nation-section p {
    font-size: 16px;
    color:  #2D2D2D;
    font-family: var(--default-font); 
    font-weight: 500;
}

.preferred-nation-section img {
    height: auto;
    margin-bottom: 10px;
}
.learnix-swiper-sliders{
    position: relative;
}
.learnix-carousel-inner {
    margin: -30px;
  }
  .learnix-swiper-container {
    overflow: hidden;
    padding: 30px;
  }
  .learnix-swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
  }

.learnix-testimonial .learnix-item--inner {
    background-color: var(--white-color);
    box-shadow: 0px 4px 4px 0px #EEEFF4;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
   
  }
  .learnix-testimonial .learnix-item--img {
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E8EAF3;
  }
  .learnix-testimonial .learnix-item--content {
    font-size: 20px;
    font-weight: 500;
    line-height: 37.5px;
    color: #4E566D;
    margin-bottom: 40px;
  }
  .learnix-item--bottom {
    border-top: 0.5px solid transparent; /* Needs a solid border to apply gradient */
    border-image: linear-gradient(90deg, #F8F8F8 0%, #000000 53%, #F8F8F8 95.5%);
    border-image-slice: 1;
  }
  
  .learnix-testimonial .learnix-item--ratting {
    margin-bottom: 10px;
  }
  .learnix-testimonial .learnix-item--title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.98px;
  }
  .contact-section {
    padding: 60px 0;
    background: #fff;
}

.contact-info {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item img {
    font-size: 24px;
    background: #005893;
color: white;
    padding: 12px;
    border-radius: 12px;
    margin-right: 15px;
}

.contact-item h5 {
    font-family: var(--default-font); 
    font-weight: 700;
    font-size: 18px;
    color: var(--highlight-color);
}
.contact-item  p{
    color: #555555;

}
.contact-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.contact-form h3 {
    margin-bottom: 40px;
}

.contact-form .form-control {
    border: 1px solid #D9D9D9;
    height: 54px;
    color: #555;
    font-family: var(--default-font);
    font-weight: 400;
}

.contact-form .btn-primary {
    background: #fff;
    border: 1px solid #005893;
    color: #555;
    font-family: var(--default-font);
    font-weight: 400;
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 40px;
}
.why-choose-us-holder h3{
    font-size: 18px !important;
    color: var(--menu-color);
    font-family: var(--default-font);
    font-weight: 600;
}
.why-choose-us-description{
    font-size: 18px;
    color: #2D2D2D;
    font-family: var(--default-font);
    font-weight: 400;
}
.testimonial{
    background: #EDF3F5;
    padding:100px 0 70px 0;

}
.learnix-testimonial__nav .tm-nav-item {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 4px 6px #EBEDF4;
    background-color: var(--white-color);
    position: relative;
  }
  .learnix-testimonial__nav{
    margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:32px;
  }
  .learnix-testimonial__nav .tm-nav-item::before {
    position: absolute;
    top: 50%;
    left: 43%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid transparent;
    border-right: 14px solid #0A1636;
    content: "";
    opacity: .2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .learnix-testimonial__nav .tm-nav-item.tm-button-next::before {
    left: 64%;
    border-left-width: 14px;
    border-left-color: #0A1636;
    border-right-color: transparent;
  }
  .social-icons{
    margin-top: 35px;
  }
  .social-icons img{
    height: 25px;
  }
  .copy-right{
    background: #011517;
  }
  .copy-right p{
    margin-bottom: 0;
    font-size: 14px;
  }
  .copy-right a{
    text-decoration: none;
    color: #fff;
  }
  footer{
    background: #00191C;
    font-size: 16px;
    color: #CECECE;
    padding: 40px;
    font-family: var(--default-font);
    font-weight: 400;

  }
  .footer-section h5{
    font-family: var(--default-font);
    font-weight: 400;
    margin-bottom: 20px;
  }
  .footer-links{
    margin: 0;
    padding: 0;
  
  }
  .footer-logo{
    margin-bottom: 20px;
  }
  .footer-links li {
    list-style: none;
    padding-bottom: 15px;;
  }
  .footer-links li a{
    font-family: var(--default-font);
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 0;
  }
  .address p{
    font-family: var(--default-font);
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
  }
  .feature-box span{
    font-family: var(--default-font);
  font-weight: 500;
  color: var(--highlight-color);
  font-size: 14px;
  }
@media (max-width: 767px) {
    .preferred-nation-section img {
        width:auto;
		margin: auto;
    }
	.learnix-testimonial .learnix-item--ratting {
  margin: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
}

/* Responsive */
@media (max-width: 767px) {
    
    .content, .images {
        max-width: 100%;
    }

    .images {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .choose-container .section-title h2, .choose-container  .section-title h3{
        color:#fff !important;
      }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .banner-slider h1{
       font-size:58px;
    }
    .banner-slider p{
     font-size:16px;
    
    }
    .xb-list li {
        font-size: 16px;
 
      }
      .learn-btn {
        font-size: 16px;
      }
      .section-title h2 {
        font-size: 40px;}
}
@media (min-width: 1500px){
    .banner-slider h1{
       font-size:62px;
    }
    .banner-slider p{
        font-size:18px;
       
       }
       .xb-list li {
        font-size: 18px;
        font-family: var(--default-font);
       }
       .learn-btn {
        font-size: 18px;
      }
      .section-title h3 {
        font-size: 18px;
      }
      .section-title h2 {
        font-size: 46px;}
        .who-we-are-content p{
   
          font-size:18px;
      }
      .navbar .container{
        display: flex;
  flex-direction: row;
      }
      .feature-box span{
        font-size: 18px;
      }
}
/* Mobile Adjustments */
@media (max-width: 768px) {
    .banner-slider {
        padding: 80px 0 0;
        text-align:left;
    }
    
    .banner-slider h1 {
        font-size: 32px;
    }
    
    .banner-slider p {
        font-size: 14px;
    }
    
    .xb-list li {
        font-size: 14px;
    }
    
    .learn-btn {
        font-size: 14px;
        padding: 15px 30px;
    }
    
    .feature-box {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .who-we-are-us {
        padding: 50px 0;
    }

    .who-we-are-content p {
        font-size: 14px;
    }

    .who-we-are-images {
        flex-direction: column;
        margin-left: 0;
        gap: 10px;
    }

    .service-item--inner {
        height: auto;
        padding: 20px;
    }

    .service-img {
        position: static;
        width: 100%;
    }

    .footer-section {
        text-align: center;
    }
    .about-list li {
        padding: 10px;
        width: 100%;
      }
      .finland-bottom{
        display: block !important;
        text-align: left;
        margin: 10px 0 30px 0;
      }
      .learnix-testimonial .learnix-item--inner{
        width:100%;
        margin: auto;
      }
      .who-we-are-img-box-1, .who-we-are-img-box-2{
        justify-content: center;
      }
      .about-us-content-list ul li{
        text-align: left;
      }
      .preferred-nation-section h2{
        text-align: center;
      }
      .navbar-nav li a {
        color: var(--white-color);
        font-family: var(--default-font);
        text-decoration: none;
        font-weight: 400;
      }
      .learnix-testimonial__nav{
        margin-bottom: 40px;
      }
      .choose-container .section-title{
        padding: 15px;
        color:#fff !important;
      }
      
}
.offcanvas {
    background-color: #005893;
    color: white;
}
.offcanvas a {
    color: white;
   

    font-size: 18px;
    padding: 10px;
}
.header-btn-mobile .btn-default{
    background: #F49000;
}
.offcanvas a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}
.custom-logo {
    width: 200px;
}
/* Tablet Adjustments */
@media (min-width: 768px) and (max-width: 1024px) {
    .banner-slider h1 {
        font-size: 42px;
    }

    .banner-slider p {
        font-size: 16px;
    }

    .feature-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

/* Large Screens */
@media (min-width: 1200px) {
    .banner-slider h1 {
        font-size: 58px;
    }

    .banner-slider p {
        font-size: 18px;
    }

    .who-we-are-content p {
        font-size: 18px;
    }
}

.floating-icons {
            position: fixed;
            bottom: 120px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            z-index: 1000;
        }

        .floating-icons a {
            display: block;
            width: 50px;
            height: 50px;
        }

        .floating-icons img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease-in-out;
        }

        .floating-icons img:hover {
            transform: scale(1.1);
        }