body{
    margin:0;
    padding: 0;
}

:root{
    --primary-font:'Outfit', sans-serif;
    --paragraph-font:'Jost', sans-serif;
    --secondary-font:'Montserrat', sans-serif;
   
    --primary-color:#0b1245;
    --paragraph-color:#373737;
 
}

.request-btn {
    position: relative;
    overflow: hidden;
    padding: 12px 18px;
    text-decoration: none;
    color: #fff;
    font-family: var(--primary-font);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    background-color: #c00a09;
    display: inline-block;
    z-index: 1;
}


.request-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #0a1f44; 
    transition: 0.4s ease;
    z-index: -1;
}


.request-btn:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}


.request-btn:hover {
    color: #fff;
}
/*pre-hesder style */
.pre-header {
    background:#0b1245;
    color: #fff;
    padding: 3px 0;
    font-size: 14px;
    line-height: 30px;
    font-family: var(--primary-font);
}
.pre-item-left a{
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-family:var(--secondary-font);
    white-space: nowrap;

}
.pre-item-right a{
    color:white;
    text-decoration: none;
    font-family: var(--secondary-font);
}

.pre-item-left i {
    color: White;
    font-size: 13px;
    margin-top: 2px;
}
.pre-item-left{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;      
    white-space: nowrap;    
}
.pre-item-left p {
    margin: 0;
    font-size: 14px;
}
.dropdown-item{
    font-family:var(--primary-font);
    font-weight: 600;
    font-size: 13px;
}
.social-icon a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    padding-right: 10px;
}

/* .social-icon a:hover {
    color: #f8c200;
} */
.social-icon{
    display: flex;
    justify-content: flex-end;
}


/*navbar style */

.navbar{
    background-color: white;
    padding: 0;
   
}
.nav-item .nav-link{
 font-family:var(--nav-font);
 color: black;
 font-weight: 600;
 font-size: 13px;

 
}

.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.btn-close:focus{
    outline: none;
    box-shadow: none;
}
.navbar-nav .nav-link{
    font-size: 13px;
   
}
.navbar-nav .nav-link.active {
    color: #b40101;
}
.navbar-toggler{
    border: none;
    font-size: 16px;
}
/* Navbar links */
.navbar .nav-link {
    font-weight: 600;
    padding: 10px 15px;
    transition: color 0.3s ease;
    font-family: var(--primary-font);
    font-size: 13px;
    margin-right: 27px;
}

.navbar .nav-link:hover {
    color: var(--primary-color);
}

/* Hover dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: fadeDown 0.3s ease;
}

/* Dropdown animation */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown menu style */
.dropdown-menu {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


/* .icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
} */

/* .cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
}

.user-dropdown {
    position: relative;
} */

/* Dropdown menu */
.user-menu {
    position: absolute;
    top: 140%;
    right: 0;
    width: 180px;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}

/* Show on hover */
.user-dropdown:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Menu links */
.user-menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.user-menu li a:hover {
    background: #f5f5f5;
}

/* Divider */
.user-menu .divider {
    height: 1px;
    background: #eee;
    margin: 6px 0;
}

/* Logout color */
.user-menu .logout {
    color: #e63946;
}

/* Icons */
.icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
}


.navbar-brand img{
  
    height:85px;
}

.offcanvas-header img{
  
    height: 80px;
}

/*hero style */

.carousel-item {
    position: relative;
}

.slider-content {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background: rgba(0, 0, 6, 0.6);
    padding: 20px 30px;
    border-radius: 5px;
}

.slider-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}

.service-item {
    border-right: 1px solid #ddd;
}
.services-section h2{
    color: #303030;
    font-family: var(--secondary-font);
    font-weight: 700;
    line-height: 40px;
}
.services-section small{
    font-size: 16px;
    color: #555;
    font-family: var(--primary-font);
   
}
.service-item:last-child {
    border-right: none;
}

.service-box {
    padding: 30px 10px;
}

.service-box i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #333;
}

.service-box h6 {
    margin-top: 10px;
    font-weight: 600;
    font-family:var(--secondary-font);
    color: black;
    font-size: 18px;
}

/* Hover Effect */
.service-box:hover {
    background: #fff;
    transition: 0.3s;
}


.about-section {
    background: #f5f5f5;
}

.about-img img {
    width: 100%;
    border-radius: 4px;
}

/* Subtitle with red line */
.about-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: var(--primary-font);
}

.about-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 14px;
    background: red;
}

.about-title {
    font-size:30px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family:var(--secondary-font);
    color: #303030;
}

.about-content p {
    color: black;
    font-size: 14px;
    line-height: 1.7;
    font-family: var(--paragraph-font);
}


.about-btn {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding: 14px 25px;
    background: #0b1245;
    border: none;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--secondary-font);
    text-decoration: none;
    color: #fff;
    border-radius: 0 0 0 14px;
    display: inline-block;
    z-index: 1;
}

/* Sliding Color */
.about-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #c00a09; /* hover color */
    transition: 0.4s ease;
    z-index: -1;
}

/* Hover Effect */
.about-btn:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.cta-section {
    background: url('../img/cover-bg.jpg') center/cover no-repeat;
    position: relative;
    padding: 80px 0;
    color: #fff;
}




.cta-content {
   
    max-width: 800px;
    margin: auto;
}

.cta-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--primary-font);
}

.cta-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: var(--paragraph-font);
}


.cta-content .btn {
    padding: 10px 25px;
    background: #0b1245;
    border: none;
    font-weight: 500;
    font-family: var(--secondary-font);
}

.cta-content .btn:hover {
    background: #061630;
}



.client-section {
    background: #f5f5f5;
}


.client-text h6 {
    font-size: 14px;
    color: #555;
    font-family: var(--primary-font);
}

.client-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family:var(--secondary-font);
    color: #303030;
}

.client-text p {
    font-size: 14px;
    color: black;
    line-height: 1.7;
 font-family: var(--paragraph-font);
}

.client-text .btn {
    margin-top: 10px;
    background: #0a1f44;
    border: none;
}


.service-card {
    position: relative;
    overflow: hidden;
}

.service-card img {
    width: 100%;
    display: block;
}


.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(10,20,50,0.9), transparent);
}

.card-overlay h5 {
    margin-bottom: 5px;
    font-family: var(--primary-font);
}

.card-overlay a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    font-family: var(--primary-font);
}
.enquire .titles{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
    color: #303030;
}

.service-card img {
    transition: 0.4s;
}

.service-card:hover img {
    transform: scale(1.05);
}
 /*contact from */
 .send-btn {
    position: relative;
    overflow: hidden;
    background: #0b1245;
    color: #fff;
    border: none;
    padding: 10px 35px;
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 0 14px;
    display: inline-block;
    z-index: 1;
}

/* Sliding Layer */
.send-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #c00a09; 
    transition: 0.4s ease;
    z-index: -1;
}

/* Hover Effect */
.send-btn:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

/* Optional */
.send-btn:hover {
    color: #fff;
}

.map-box iframe{
 border-radius:6px;
        }
     
  .custom-input{
     border:none;
     border-bottom:1px solid #ddd;
     border-radius:0;
     background:transparent;
     padding:10px 0;
     font-family:var(--primary-font);
     }
            
   .custom-input:focus{
   box-shadow:none;
   border-bottom:1px solid #1f4e8c;
   }

   .clients
   {  background:#f5f5f5;  }
    .clients .title{
        font-size: 30px;
        font-weight: 700;
        
        font-family: var(--secondary-font);
        color: #303030;
    }  
    .clients .sub{
        font-family: var(--paragraph-font);
        font-size: 16px;
    }
    .client-card{
    background:#fff;
    padding:25px;
    border-radius:8px;
    box-shadow:0 6px 15px rgba(0,0,0,0.1);
    text-align:center;
    transition:.3s;
    }
    
    .client-card img{
        width: 160px;
        height: auto;
    }
   
    .client-card:hover{
      transform:translateY(-8px) scale(1.03);
      box-shadow:0 12px 25px rgba(0,0,0,0.15);
      }


      .footer-area{
        background-color: #222222;
        width: 100%;
        padding:60px 0;
        font-family: var(--secondary-font);
      }
      .footer-title{
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 15px;
          letter-spacing: 1px;
          color: #ffffff;
          font-family:var(--primary-font);
      }
      .footer-links {
          list-style: none;
          padding: 0;
      }
      .footer-links a {
          color: #cccccc;
          font-size: 13px;
          text-decoration: none;
          transition: 0.3s;
      }
      .footer-links li {
          margin-bottom: 17px;
      }
      .footer-links li a{
          color: white;
          text-decoration: none;
          display: block;
          font-size: 13px;
          margin-bottom: 8px;
          transition: 0.3s;
      }
      .footer-links li a:hover{
          padding-left: 5px;
      }
      .footer-social a {
          display: inline-block;
          font-size: 18px;
          color: white;
          margin-right: 12px;
          transition: 0.3s;
          margin-top: 8px;
      }
      .footer-text p{
          color: white;
          font-size: 14px;
          font-family: "Roboto", sans-serif;
      }
     
    
      .footer-area p{
        font-family: var(--primary-font);
      }

   


      /*about area */

      .about-banner {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    
    /* Image full cover */
   
    
    /* Overlay */
    .banner-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    display: flex;
        align-items: center;
    }
    
    /* Text */
    .banner-content h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        font-family: var(--secondary-font);
    }
    
    .banner-content p {
        color: #ddd;
        font-family: var(--secondary-font);
    }
    
    .banner-content a {
        color: #fff;
        text-decoration: none;
    }

    /*contact*/
    .info-box {
        background: #fff;
        padding: 25px;
        border-radius: 8px;
        transition: 0.3s;
       
        box-shadow: 0 0 10px 0 #d1d1d1;
    }
    .info-box h5{
        font-family: var(--secondary-font);
    }
    .info-box p{
        font-family: var(--paragraph-font);
    }
    .info-box i {
        font-size: 30px;
        margin-bottom: 10px;
        color: #0a1f44;
    }
    
    .info-box:hover {
        transform: translateY(-5px);
    }
    
    /* Form */
    .form-box {
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }
    
    .form-box h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 36px;
         font-weight: 700;
       margin-bottom: 15px;
       font-family: var(--secondary-font);
       color: #303030;
    }
    
    /* Button */
    .btn-primary {
        position: relative;
        overflow: hidden;
        background: #0a1f44;
        border: none;
        font-family: var(--secondary-font);
        padding: 14px 16px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 0 0 0 2px;
        color: #fff;
        display: inline-block;
        z-index: 1;
        text-decoration: none;
    }
    
    /* Sliding Layer */
    .btn-primary::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0%;
        height: 100%;
        background: #c00a09; 
        transition: 0.4s ease;
        z-index: -1;
    }
    
    /* Hover Effect */
    .btn-primary:hover::before {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    /* Optional: text color */
    .btn-primary:hover {
        color: #fff;
    }
    
   
    
    /* Map */
    .map-box iframe {
        border-radius: 8px;
    }

    .section-heading h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        font-family: var(--secondary-font);
        color: #303030;
         
    }
    
    .section-heading p {
        color:black;
        font-family: var(--paragraph-font);
    }
    
    /* Service Card */
    .service-box-main img{
        border-radius: 12px;
        height: 300px;
        width: 100%;
    }

    /* Hover */
.service-box-main:hover {
    transform: translateY(-8px);
}
.service-box-main {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.service-details{
    margin-top: 12px;
    padding:13px;
}
.service-details h4{
    font-family:var(--primary-font);
    font-size: 22px;
    font-weight: 600;
}
.service-details p{
    font-family: var(--paragraph-font);
    font-size: 15px;
}

.payment-section {
    background: #f5f7fb;
}

.payment-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.payment-card h3 {
    font-weight: 700;
    font-family: var(--primary-font);
}

/* Button */
.pay-btn {
    background: #0a1f44;
    border: none;
    padding: 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
    font-family: var(--primary-font);
}

.pay-btn:hover {
    background: #c00a09;
}