@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


:root{
    --primarycolor: #1b2b5a;
    --secondarycolor:#b11f26;

}
*{
    margin: 0px;
    padding: 0px;
    
}
html{
    scroll-behavior: smooth;
}

footer{
    bottom: 0px;
}

body{
    overflow-x: hidden;
}

p{
   font-family: "Outfit", serif;
   text-align: justify;

}
label{
   font-family: "Outfit", serif;
   
}
span{
   font-family: "Outfit", serif;
   
}
 h1, h2, h3, h4,h5,h6{
   font-family: "Outfit", serif;
    margin: 0px;
}
a{
   font-family: "Outfit", serif;
    text-decoration:none!important;
}
button{
    font-family: "Outfit", serif;
    text-decoration:none!important;
}
b{
    font-family: "Outfit", serif;
        
}
img{
    max-width: 100%;
    
}
/*scroll bar code */



/* width */

::-webkit-scrollbar {

  width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey; 

  border-radius: 0px;

}

 

/* Handle */

::-webkit-scrollbar-thumb {

  background:#000000;

  border-radius: 10px;

}




.primary_header{
 z-index: 999;
    background-color:#f0f0f0;
    position: relative;
    width: 100%;
    top:0px;
}
 
.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

.sticky .navbar ul li a{
    color: black;
}
.sticky .navbar ul li a:hover{
    color: black;
}
 

.primary_header .navbar-brand{
      border-radius: 44px;
    color:black!important;
    font-weight: 800;
}
.top_header{
  padding: 8px 0px;
}
.top_header .navbar-brand img{
    width: 170px;  
        background: white;
    padding: 0px 1px;
    border-radius: 4px;
}  

.btn-getstarted{
    color: Black;
    background: white;
    font-size: 17px;
    padding: 5px 19px;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
    border: 2px solid black;
    &:hover{
      color: white;
        background:black;
    }
}

.navbar-expand-lg .navbar-nav{
    gap: 5px;
    align-items: start;
}
 
.primary_header .navbar{
    padding: 0px 0px 0px 0px;
    width: 100%;
    height:100%;
}

.primary_header .navbar ul li a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 12px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    
}
 
.primary_header .navbar ul li a.active{
    color: #ffffff;
     
    border-bottom: 3px solid transparent;
    background:#000000;
     
}
.primary_header .navbar ul li a:hover{
    color:#c4c4c4;
    
    transition: all 0.25s ease;
    
}
 
.primary_header .nav_country_list li{
     
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 4px 0px;
}
.primary_header .navbar-nav .dropdown-menu {
    padding: 5px 10px 10px 10px;
    border: 1px solid #202020;
    left: -45px;
    width: max-content;

}
.primary_header .navbar-nav .dropdown-menu a{

    width: 100%;
    display: inline-block;
    transition: all 0.2s linear;
    padding:7px 10px 7px 10px;
    
}
.primary_header .navbar-nav .dropdown-menu a:hover{
  padding: 7px 10px 7px 12px;
  transition:all 0.2s linear;
  background: black;
  color: white;
}
.primary_header .navbar-toggler {
    background-color: #f0f0f0;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 400;
    border: none;
    letter-spacing: 1.4px;
    width: 53px;
    position: relative;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary_header .navbar-toggler:focus {
    box-shadow: none;
    border: none;
}
 
.primary_header .navbar-nav .dropdown-menu .wrapper{
    height: 100%;
    padding: 5px 7px;
    width: 100%;
} 
 
.primary_header .dropdown:hover .dropdown-menu{
    display: block;
    opacity: 1;
    transition: all 0.5s ease;

}

.sticky-top{
    top:100px!important;
}
 
.error-404 {
 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
}

.error-404 .error-container {
  max-width: 720px;
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.error-404 .error-content h1 {
  font-size: 96px;
  font-weight: 800;
  color: #0B5FA5;
  margin-bottom: 10px;
}

.error-404 .error-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-404 .error-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
  line-height: 1.6;
}

.error-404 .error-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-404 .btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.error-404 .btn-primary {
  background: #0B5FA5;
  color: #fff;
}

.error-404 .btn-primary:hover {
  background: #094e87;
}

.error-404 .btn-outline {
  border: 2px solid #0B5FA5;
  color: #0B5FA5;
}

.error-404 .btn-outline:hover {
  background: #0B5FA5;
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .error-404 .error-content h1 {
    font-size: 72px;
  }

  .error-404 .error-content h2 {
    font-size: 24px;
  }
}
 
.disclaimer{
    font-size: 13px;
}

.travel-hero {
  background:linear-gradient(color-mix(in srgb, var(--background-color), transparent 30%), color-mix(in srgb, var(--background-color), transparent 30%)),
    url("../img/travel/showcase-1.webp") center center no-repeat;
  background-size: cover;
  margin-top: 88px;
  min-height: 60vh;

}

.travel-hero .content h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 4.5rem;
  color: black;
}

.travel-hero .content .lead {
  font-size: 24px;

  text-align: center;
  color: black;
}

 

@media (max-width: 992px) {
  .travel-hero {
    padding: 80px 0;
  }

  .travel-hero .content h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .travel-hero .content {
    text-align: center;
  }

  .travel-hero .content h1 {
    font-size: 2rem;
  }

  .travel-hero .content .lead {
    font-size: 1rem;
  }

  .travel-hero .d-flex {
    justify-content: center !important;
  }
}



@media(max-width:992px){
    .ms-auto{
        margin-left: 0px!important;
    }
    .primary_header .responsive_display{
        display: block;
    }
    .primary_header .navbar-nav .dropdown:hover> .dropdown-menu{
        width: 100%;
    }
    
    
    .offcanvas{
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        background-position: center;
        width: 100%;
    }
    .offcanvas .btn-close{
        color: #ffffff!important;
        opacity: 1;
        background-color: #FFC107;
        font-size: 24px;
        
    }
    
    
    .offcanvas .offcanvas-body ul li a{ 
        display: inline-block;
        margin: 10px 0px;
        color:#000;
    }  
    .primary_header .nav_country_list{
        display: block;
    }
    .primary_header .navbar-nav .dropdown-menu{
        width: unset;
    }
    
}
@media(max-width:768px){
     
     
    .contact-hero h1 {
        font-size: 32px;
    }
    .primary_header .navbar-brand img{
        width:160px;
    }
     
     
    
    .primary_header .navbar-collapse {
        position: relative;
        padding: 36px 0px;
        text-align: right;
        width: 100%;
    }
     
    
    
}

@media(max-width:576px){
     
    
     
    .order_2{
        order:2!important;
    }
    .order_1{
        order:1!important;
    }
     
    
}

 
.footer {
  color: var(--default-color);
  background: #000000;
  font-size: 14px;
  padding: 40px 0 0;
  position: relative;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer .footer-content .logo {
  line-height: 1;
}

.footer .footer-content .logo img {
  width: 112px;
  background: white;
  padding: 6px 10px;
  border-radius: 5px;
}

.footer .footer-content .logo span {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: var(--heading-font);
}

.footer .footer-content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color:#ffffffb0;
}

.footer .newsletter-form {
  margin-top: 30px;
}

.footer .newsletter-form h5 {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: var(--heading-font);
}

.footer .newsletter-form .input-group {
  position: relative;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 2px 10px color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .newsletter-form input[type=email] {
  flex: 1;
  padding: 12px 20px;
  border: none;
  background-color: var(--surface-color);
  color: var(--default-color);
  font-size: 14px;
}

.footer .newsletter-form input[type=email]:focus {
  outline: none;
  box-shadow: none;
}

.footer .newsletter-form input[type=email]::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.footer .newsletter-form .btn-subscribe {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.footer .newsletter-form .btn-subscribe:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
}

.footer .newsletter-form .btn-subscribe i {
  font-size: 16px;
}

.footer .newsletter-form .loading,
.footer .newsletter-form .error-message,
.footer .newsletter-form .sent-message {
  font-size: 13px;
  margin-top: 8px;
}

.footer h4 {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;

}

.footer h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: var(--accent-color);
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {

  display: flex;
  align-items: center;
  transition: 0.3s;
}

.footer .footer-links ul li:hover {
  transform: translateX(5px);
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
}

.footer .footer-links ul a:hover {
  color: white;
}

.footer .footer-links ul a i {
  margin-right: 8px;
  font-size: 12px;
  color: white !important;
}

.footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-contact p a {
  color: #ffffffb0;
  font-size: 18px;
  font-weight: 300;
}
.footer .icon-box i{
  color: #ffffffb0;
}

.footer .footer-contact .contact-item .contact-icon {
  width: 40px;
  height: 40px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.footer .footer-contact .contact-item .contact-icon i {
  color: var(--accent-color);
  font-size: 16px;
}

.footer .footer-contact .contact-item .contact-info p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 14px;
  line-height: 1.5;
}

.footer .social-links {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.footer .social-links a {
  width: 42px;
  height: 42px;
  background-color: color-mix(in srgb, var(--default-color), transparent 92%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.footer .social-links a:hover {
  background-color: var(--accent-color);
  color: #ffffffb0;
  transform: translateY(-3px);
}

.footer .social-links a i {
  font-size: 16px;
}

.footer .footer-bottom {

  padding: 0px 0;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer .footer-bottom p {
  font-size: 15px;
  font-weight: 300;
  color:#ffffffb0;
}

.footer .footer-bottom .copyright p {
  margin: 0;
  font-size: 14px;
  color: #ffffffb0;
}

@media (max-width: 991px) {
  .footer .footer-bottom .copyright p {
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer .footer-bottom .footer-bottom-links {
  text-align: right;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-bottom-links {
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer .footer-bottom .footer-bottom-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
}

.footer .footer-bottom .footer-bottom-links a:first-child {
  margin-left: 0;
}

.footer .footer-bottom .footer-bottom-links a:hover {
  color: var(--accent-color);
}
.footer_links li a{
  color:#ffffffb0;
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-bottom-links a {
    margin: 0 10px;
  }
}

.footer .footer-bottom .credits {
  text-align: right;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 991px) {
  .footer .footer-bottom .credits {
    text-align: center;
  }
}

.footer .footer-bottom .credits a {
  color: var(--accent-color);
  text-decoration: none;
}

.footer .footer-bottom .credits a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    padding: 60px 0 0;
  }

  .footer .footer-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer .footer-links,
  .footer .footer-contact {
    margin-bottom: 40px;
  }
}

.visa-about-section {
  padding: 60px 15px;

}

.visa-about-section .about-card {
  background: #ffffff;
  border-radius: 24px;
  border-bottom: 6px solid #aaaaaa;
  padding: 40px;
  max-width: 1100px;
  margin: auto;
  box-shadow: 0px 10px 49px -39px;
}


.visa-about-section .profile-box img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

.visa-about-section .profile-badge {
  display: inline-block;
  margin-top: 15px;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 20px;
  background: #eef1f6;
  color: #1f2b45;
  font-weight: 500;
}

.visa-about-section .content-box h3 {
  font-weight: 700;
  color: #1f2b45;
}

.visa-about-section .content-box p {
  color: #000;
  font-size: 17px;
  margin-top: 0px;
}

.visa-about-section .mara-number {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.visa-about-section .features {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #4b5563;
}

.visa-about-section .features span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.visa-about-section .features i {
  color: #1f2b45;
}

/* Responsive */
@media (max-width: 768px) {
  .visa-about-section .about-card {
    padding: 25px;
  }

  .visa-about-section .profile-box img {
    width: 150px;
    height: 150px;
  }
}

.visa-section {
  height: 100%;
  
}

.visa-section .heading h6 {
  font-size: 40px;
  text-align: center;
}

@media(max-width:768px) {
  .visa-section .heading h6 {
    font-size: 30px;
  }
}

.visa-section .heading h6 span {
  color: #d9c300;
}

.visa-section .heading p {
  padding: 10px 8px;
  background: #f8f8f8;
  font-size: 17px;
  font-weight: 500;
  border-radius: 91px;
  color: black;
}

/* ===== Country Tabs ===== */
.visa-section .country-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

.visa-section .country-tab {
  padding: 9px 28px;
  border-radius: 50px;
  border: 2px solid #747474;
  background: #000;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 19px -19px;
  font-size: 16px;
}

.visa-section .country-tab.active {
  border-color: #000;
  background: #ffffff;
  color: #000;
}

 
.visa-section .visa-content-box {
  background: #f5f5f5;
    padding: 40px;
    height: 100%;
    text-align: left;
}
.visa-section .visa-content-box p {
  color: black;
}
 
.visa-section .visa-content-box h3 {
  font-weight: 800;
  margin-bottom: 20px;
  color: black;
}

 
.visa-section .visa-btn {
  width: 100%;
  border-radius: 40px;
  padding: 14px;
  font-weight: 600;
  margin-top: 15px;
  background: #ffffff;
  border: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.visa-section .visa-btn.black {
  background: black;
  color: white;

}

.visa-section .visa-btn.yellow {
  background: #e5d65a;
  color: black;

}

 
.visa-section .visa-image-box img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  object-position: ;
}

 
.visa-section .visa-country-content {
  display: none;
}

.visa-section .visa-country-content.active {
  display: block;
}

 
@media (max-width: 768px) {
  .visa-section .visa-content-box {
    padding: 25px;
  }
}

.about-highlight-section {
  padding: 40px 0;
  background: linear-gradient(to bottom, rgb(15 36 48 / 0%), rgb(15 36 48 / 9%));
}

 
.about-highlight-section .about-wrapper {

  border-radius: 40px;

  position: relative;
}

 
.about-highlight-section .about-title {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}

.about-highlight-section .about-subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto 60px;
  color: #4a5d73;
}
 
.about-highlight-section .about-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  height: 100%;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-highlight-section .about-card:hover {
  transform: translateY(-6px);
}

 
.about-highlight-section .about-icon {
  font-size: 42px;
  color: #000;
  margin-bottom: 20px;
}

 
.about-highlight-section .about-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 21px;
}

.about-highlight-section .about-card p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 14px;
  font-weight: 500;
}

.about-highlight-section .about-card a {
  color: blue;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}


 
@media (max-width: 768px) {
  .about-highlight-section .about-wrapper {
    padding: 50px 20px;
  }

  .about-highlight-section .about-title {
    font-size: 32px;
  }
}

.destinations-cta {
  background: #fafafa;
}

.destinations-cta h3 {
  font-size: 38px;
  color: #000000 !important;
  line-height: 62px;
}

@media(max-width:768px) {
  .destinations-cta h3 {
    font-size: 18px;
    line-height: unset;
  }
}
.btn-primary{
  background-color: black!important;
  border-color: #000!important;
  color: white!important;
  padding: 12px 30px!important;
  border-radius: 50px!important;
  font-weight: 500!important;
  text-transform: uppercase!important;
  letter-spacing: 1px!important;
  font-size: 14px!important;
  transition: all 0.3s ease!important;

}

.help-section {
  padding: 80px 0;
  background: #191919;
}

 
.help-section .help-heading {
  text-align: center;
  margin-bottom: 60px;
}

.help-section .help-heading h2 {
  font-size: 32px;
  font-weight: 800;
  color: #f5f5f5;
}

.help-section .help-heading p {
  font-size: 18px;
  color: #d8d8d8;
  max-width: 720px;
  margin: 0 auto;
}
 
.help-section .help-card {
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #737373;
}

.help-section .help-card:hover {
  background: #ffffff00;
}
 
.help-section .help-card .card-icon {
  font-size: 38px;
  margin-bottom: 20px;
  color: #fff;
}

 
.help-section .help-card h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.help-section .help-card p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

 
.help-section .card-green {
  background: #ffffff26;
}

.help-section .card-blue {
  background: #ffffff26;
}

.help-section .card-peach {
  background: #ffffff26;
}

 
.help-section .help-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  opacity: 0.15;
  background-size: contain;
  background-repeat: no-repeat;
}
 
@media (max-width: 768px) {
  .help-section {
    padding: 60px 20px;
  }

  .help-section .help-heading h2 {
    font-size: 32px;
  }
}


.faq-section {
  background: #ffffff;
}

.faq-section .faq-wrapper {
  border-radius: 15px;
  padding: 40px;
  background: aliceblue;

}

.faq-section .faq-title {
  font-weight: 700;
}

.faq-section .faq-subtitle {
  color: #6c757d;
  max-width: 600px;
  margin: 16px auto;
  font-size: 18px;
  text-align: center;
}

.faq-section .faq-left-heading {
  font-weight: 700;
  margin-bottom: 20px;
}

.faq-section .faq-answer-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.faq-section .faq-question {
  font-weight: 600;
  font-size: 20px;
}

.faq-section .faq-answer {
  font-size: 16px;
  color: #555;
}

 
.faq-section .accordion-item {
  border: none;
  margin-bottom: 12px;
}

.faq-section .accordion-button {
  background: #0d1b2a;
  color: #fff;

  padding: 14px 20px;
  font-weight: 500;
}

.faq-section .accordion-button::after {
  filter: invert(1);
}

.faq-section .accordion-button:not(.collapsed) {
  background: #0d1b2a;
  box-shadow: none;
 
}

.faq-section .accordion-body {
  background: #f8f9fa;

  font-size: 16px;
}

.page-title {
  color: var(--default-color);
  background: linear-gradient(135deg, #f5f3ff, #eef2ff, #ecfeff);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 88px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";

  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    color: black;
}

.page-title p {
  font-size: 19px;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: rgb(126 126 126 / 75%);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
  color: black;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: black;
}

.about .content h2 {

  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.about h6 {
  font-weight: 700;
  font-size: 20px;
}
.about p {
  line-height: 1.8;
  color: black;
}

 
 

@media (max-width: 768px) {
  .about .content h2 {
    font-size: 2rem;
  }
}

.contact-hero {
  background: linear-gradient(135deg, #f5f3ff, #eef2ff, #ecfeff);
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgb(15 36 48 / 0%), rgb(15 36 48 / 9%));
  background-size: cover;
  background-position: center;
}

.contact-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;

  padding: 20px 20px;
}

.contact-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: unset;
}

.contact-hero p.muted_text {
  font-size: 19px;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: rgb(126 126 126 / 75%);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.contact-hero .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.contact-hero .breadcrumbs ol li+li {
  padding-left: 10px;
  color: black;
}

.contact-hero .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: black;
}

.contact-hero .lead {
  font-size: 22px;
  opacity: 0.95;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #000000;
}
.contact-section {
  background-color: #f9fafb;
}

.contact-section .contact-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.contact-section .contact-card-header {
  margin-bottom: 30px;
}

.contact-section .icon-circle {
  width: 64px;
  height: 64px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 26px;
}

.contact-section h4 {
  font-weight: 700;
}

.contact-section .contact-card-body {
  padding-top: 10px;
}

.contact-section .office-image img {
  max-width: 100%;
  width: 140px;
}

.contact-section .info-block {
  position: relative;
  padding-left: 24px;
  margin-bottom: 28px;
}

.contact-section .info-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #000;
  border-radius: 10px;
}

.contact-section .info-block h6 {
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-section .info-block p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 767px) {
  .contact-section .contact-card {
    padding: 24px;
  }
}

.contact-cta {
  background: linear-gradient(135deg, #000000ad 0%, color-mix(in srgb, #242424, #000 30%) 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.contact-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><path d="M30 0 L60 30 L30 60 L0 30 Z" fill="white" opacity="0.03"/></svg>');
  background-size: 60px 60px;
  animation: slidePattern 20s linear infinite;
}

@keyframes slidePattern {
  0% {
    transform: translateX(0) translateY(0);
  }

  100% {
    transform: translateX(60px) translateY(60px);
  }
}

.contact-cta .cta-content {
  position: relative;
  z-index: 2;
  color: white;
}

.contact-cta h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}

.contact-cta p {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
}

.contact-cta .btn {
  padding: 15px 40px;
  font-size: 1.1rem;
  border-radius: 50px;
  background: white;
  color: var(--accent-color);
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contact-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  background: var(--surface-color);
}

.contact-cta .btn i {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .contact-cta h2 {
    font-size: 2.2rem;
  }

  .contact-cta p {
    font-size: 1.1rem;
  }
}

.common_policy_design h6{
  font-size:24px;
}
.common_policy_design p {
    font-size: 16px;
    color: #717171;
}

 .pricing-section-parent {
   background: #fff;
   padding: 60px 0;
 }

 .pricing-section-parent .pricing-title-parent {
   text-align: center;
   margin-bottom: 40px;
 }

 .pricing-section-parent .pricing-card-parent {
   border: none;
   border-radius: 18px;
   box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
   transition: transform 0.25s ease, box-shadow 0.25s ease;
   height: 100%;
   border: 1px solid #b3b3b3;
 }

 .pricing-section-parent .pricing-card-parent:hover {
   transform: translateY(-6px);
   box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
 }

 .pricing-section-parent .pricing-header-parent {
   border-bottom: 1px solid rgba(148, 163, 184, 0.35);
   background: #e5eff8;
   padding: 9px 22px;
   border-radius: 8px;
   margin-bottom: 18px;
 }

 .pricing-section-parent .pricing-price-parent {
   font-size: 1.6rem;
   font-weight: 700;
   color: #0f172a;
 }

 .pricing-section-parent .pricing-badge-parent {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   font-size: 0.85rem;
   padding: 4px 10px;
   border-radius: 999px;
   background: #ddffb5;
   color: #000000;
   margin-top: 6px;
   font-weight: 600;
 }

 .pricing-section-parent .pricing-icon-parent {
   width: 42px;
   height: 42px;
   border-radius: 999px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: #eff6ff;
   color: #1d4ed8;
   font-size: 1.1rem;
   margin-bottom: 10px;
 }

 .pricing-section-parent .pricing-subtitle-parent {
   font-size: 0.95rem;
   color: #6b7280;
   margin-bottom: 0;
 }

 .pricing-section-parent .pricing-list-parent {
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
 }

 .pricing-section-parent .pricing-list-parent li {
   display: flex;
   align-items: flex-start;
   gap: 10px;
   margin-bottom: 8px;
   font-size: 0.95rem;
   color: #374151;
 }

 .pricing-section-parent .pricing-list-parent li i {
   margin-top: 3px;
   color: #000;
 }

.accordion-button:not(.collapsed) {
  background-color: #ededed !important;
  outline: none;
  box-shadow: none;
}

.govt_disclaimer {
  text-align: center;
  font-size: 14px;
}

.why-us .about-block {
  background: var(--surface-color);
  padding: 3rem;
  border-radius: 20px;
  height: 100%;
  /*border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);*/
  transition: all 0.3s ease;
}

.why-us .about-block h3 {
  font-weight: 500;
}

/*
.why-us .about-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}*/

.why-us .about-block .about-header {
  margin-bottom: 2rem;
}

.why-us .about-block .about-header h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.3;
}

.why-us .about-block .about-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.why-us .about-block .feature-list {
  margin-top: 2rem;
}

.why-us .about-block .feature-list .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.why-us .about-block .feature-list .feature-item i {
  color: var(--accent-color);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.why-us .about-block .feature-list .feature-item span {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .why-us .about-block {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .why-us .about-block .about-header h3 {
    font-size: 1.6rem;
  }
}







