
@font-face {
    font-family: 'Roboto'; 
    src: url('../fonts/Roboto.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    /*font-family: "Roboto", serif !important;*/
    overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #0D1B2A;
  outline: 1px solid #0D1B2A;
    border-radius:8px;
}


.dark {
    color: #010101;
}
.center{
    text-align: center;
}
.spn-orange {
    color: #D4AF37;
}
.sectionpadding{
    padding: 150px 0;
}
.light {
    color: #fff;
}
.spn-maroon, .maroon {
    color: #0D1B2A;
}
p{
    font-size: 16px;
}
.fl-img {
    width:100%;
}
/* .top-bar {
    background-color: #0D1B2A;
    padding: 30px 0;
    color: #fff;
} */
.main-header ul.navbar-nav li a.nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0px 8px;
}
/* Dropdown opens on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
ul.dropdown-menu {
    background-color: #0D1B2A;
    padding: 6px;
}

ul.dropdown-menu a.dropdown-item {
    color: #fff;
    border-radius: 5px;
}

ul.dropdown-menu a.dropdown-item:hover {
    background-color: #D4AF37;
}
.main-header ul.navbar-nav li a.nav-link:hover, .main-header ul.navbar-nav li.nav-item.active a.nav-link {
    color: #ffffffc2;
}

ul.sociallist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row;
}
ul.sociallist li {
    padding: 0px 5px;
}
ul.sociallist li a {
    color: #fff;
}
.followtag {
    display: flex;
}
span.social-icons {
    padding-left: 10px;
}
span.followspn {
    font-weight: 600;
    font-size: 14px;
}
.paynowbtn input[type="submit"] {
    color: #fff;
    border: 2px solid #D4AF37;
    background-color: #D4AF37;
    border-radius: 5px;
    padding: 9px 18px;
    transition: 0.2s;
}
.ctas a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.ctas {
    display: flex;
    justify-content: flex-end;
}
li.nav-item{
    list-style:none;
}
li.nav-item a.nav-link.livechat {
    background-color: #D4AF37;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
span.callbox {
    padding-left: 30px;
}
section.herobanner {
    background: url(../images/herobanner.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 180px 0 150px;
    margin-top: -111px;
}


h1.homebannerh1 {
    font-size: 44px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
}
span.tagline {
    background-color: #0D1B2A;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.btns-group a {
    color: #fff;
    border: 2px solid #0D1B2A;
    border-radius: 5px;
    padding: 12px 30px;
    transition: 0.2s;
}

a.btn.livechat {
    margin-right: 20px;
    background-color: #0D1B2A;
}

.btns-group a:hover {
    transform: scale(1.08);
    transition: 0.2s;
    color: #fff;
}
.herodetails p {
    margin: 30px 0;
}
section.partner-logos.container {
    padding: 40px 130px;
    border-radius: 30px;
    background-color: #0D1B2A;
    /*display: flex;*/
    /*flex-flow: row;*/
    margin-top: -90px;
    min-height:191px;
}

/*section.partner-logos.container img {*/
/*    padding: 0 20px;*/
/*    width: 17%;*/
/*}*/


section.second-wrap {
    padding: 150px 0;
}

h2.head-h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
}

.contentbox a.btn.started {
    color: #010101;
}
section.third-wrap.sectionpadding .row {
    justify-content: center;
}
section.third-wrap {
    background: url(../images/formsec-bg.webp);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}
.formbox label {
   display: none;
}

.formbox input {
   border: 1px solid #fff;
   border-radius: 5px;
   background-color: #ffffff45;
   color:#000;
}

.formbox textarea {
   width: 100%;
   border: 1px solid #fff;
   border-radius: 5px;
   background-color: #ffffff45;
   padding:5px;
}

.formbox button.btn.btn-primary {
   background-color: #0D1B2A;
   border: 1px solid #0D1B2A;
   text-align: center;
}

form {
   text-align: center;
}
.formbox input::placeholder {
 color: #ffffff;
 opacity: 1;
}
::placeholder {
 color: #ffffff;
 opacity: 1;
}

section.fifth-wrap.sectionpadding .container {
    background: url(../images/yellowbg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:30px 40px;
    border-radius:25px;
 }

section.fifth-wrap.sectionpadding .container img {
    width: 100%;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
}

.section-description {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}

/* Styling for the Steps Section */
        .steps-section {
            text-align: center;
        }

        .step-box {
            background: url(../images/stepbg.webp);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            height: 100%; /* Ensures equal height */
        }
        .step-icon {
            width: 60px;
            height: 60px;
            background: #8d0000;
            color: #fff;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 15px;
        }
        .step-icon img {
    width: 45px;
}
        .step-title {
            font-weight: bold;
            /*color: #8d0000;*/
        }
        .step-text {
            font-size: 14px;
        }
        .timeline {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin: 40px 0;
        }
        .timeline::before {
            content: "";
            position: absolute;
            width: 98%;
            height: 8px;
            background: black;
            bottom: -15px;
            left: 0;
            z-index: 0;
        }
        .timeline-step {
            width: 25%;
            /*height: 20px;*/
            /*border-radius: 50%;*/
            /*display: flex;*/
            /*align-items: center;*/
            /*justify-content: center;*/
            position: relative;
            z-index: 1;
        }
        span.stp {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.stpno{
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}
.timeline-step::after {
    content:'';
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #0D1B2A;
    border-radius: 50%;
    border: 3px solid #010101;
    bottom: -22px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/*faq section*/
section.sixth-wrap.sectionpadding{
    background: url(../images/faqscover.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
h2.accordion-header button.accordion-button, h3.accordion-header button.accordion-button  {
    background-color: #D4AF37;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    border-radius: 5px;
    border: unset;
    width: 100%;
    text-align: left;
}

.accordion-body {
    border: 1px solid #D4AF37;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

.accordion-item {
    margin-bottom: 15px;
}
/*faq section*/
 /* Footer Styling */
 .footer .social-icons {
    font-size: 25px;
}
        .footer {
            background-color: #111;
            color: #fff;
            padding: 50px 0;
        }
        .footer a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }
        .footer a:hover {
            color: #0D1B2A;
        }
        .footer h5 {
            font-weight: bold;
            margin-bottom: 20px;
        }
        .footer .social-icons a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            background: #0D1B2A;
            border-radius: 50%;
            color: #fff;
            font-size: 18px;
            margin: 5px;
            transition: 0.3s;
        }
        .footer .social-icons a:hover {
            background: #fff;
            color: #d92323;
        }
        .footer-bottom {
            border-top: 1px solid #444;
            padding-top: 15px;
            margin-top: 20px;
            text-align: center;
            font-size: 14px;
        }
        
        
        /* service banner form*/
        .formbox.services-form {
    padding: 40px 0;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); 
}

.formbox.services-form span.tagline {
    text-transform: uppercase;
    display: block;
    margin: 30px 0;
}

.formbox.services-form h3.head-h3.light {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}

.formbox.services-form form {
    padding: 0 40px;
}
        /* service banner form*/
        
        
        
        /* service page css*/
        section.counters.light {
    padding: 50px 0;
    background: url(../images/countersbg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
span.number {
    font-size: 60px;
    line-height: 80px;
    font-weight: 500;
}

span.num-title {
    font-size: 20px;
    font-weight: 500;
    text-align:center;
}

.countersbox {
    display: flex;
    justify-content: space-between;
}

.counterinner {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}

.counterinner:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #fff;
    right: -17px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}
.colflex .btns-group {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}
.colflex .btns-group a.btn.livechat {
    background-color: #fff;
    color: #0D1B2A;
}

.colflex .btns-group a.btn.started {
    border-color: #fff;
}
section.discount.light{
    padding: 80px 0 0 0;
    background: url(../images/discountbg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.discountbox h2.head-h2.light {
    margin-bottom: 40px;
}

.discountbox p.light {
    margin-top: 20px;
}

a.startchat {
    text-decoration: underline;
    color: #fff;
}
.footerdiscount{
    padding: 40px 0;
    background: url(../images/beforefooter.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
        /* service page css*/


.book-services .service-card {
  background: #fff;
  transition: transform 0.3s ease;
}

.book-services .service-card:hover {
  transform: translateY(-5px);
}

.book-services .service-icon img {
  height: 40px;
}

.book-services h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.book-services .read-more {
  display: inline-block;
  margin-top: 10px;
  color: #004080;
  text-decoration: none;
}

.book-services .read-more:hover {
  text-decoration: underline;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}

.testimonial-card {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  text-align: center;
}

/* ------------ */

.testimonial-card p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.testimonial-card em {
  display: block;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #111;
}

.ratings p {
  font-weight: bold;
  font-size: 13px;
  color: #444;
  margin: 5px 0;
}

.stars {
  color: #f9c91b;
  font-size: 16px;
  margin-left: 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  padding: 10px;
}

        
/* ------------- */

/* Contact Form Styles */
.contact-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    min-height: 100vh;
}

.contact-form-wrapper {
    background: linear-gradient(145deg, #3a3a3a, #2d2d2d);
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid #555;
}

.contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-header h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.contact-subheading {
    color: #cccccc;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    margin: 0;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="tel"], 
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #666;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #aaa;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #ff8c00;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.3);
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

/* Phone Input Wrapper */
.phone-input-wrapper {
    display: flex;
    gap: 10px;
}

.country-dropdown {
    position: relative;
    flex: 0 0 140px;
}

.selected-country {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #666;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 44px;
    box-sizing: border-box;
}

.selected-country:hover {
    border-color: #ff8c00;
    background: rgba(255, 255, 255, 0.15);
}

.flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

.country-code {
    font-size: 14px;
    color: #ffffff;
    flex: 1;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.country-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

.country-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2d2d2d;
    border: 1px solid #666;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.country-dropdown.open .country-options {
    display: block;
}

.country-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.country-option:last-child {
    border-bottom: none;
}

.country-option:hover {
    background: rgba(255, 140, 0, 0.1);
}

.country-option .country-name {
    color: #cccccc;
    font-size: 13px;
    flex: 1;
}

.country-option .country-code {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.phone-input-wrapper input[type="tel"] {
    flex: 1;
}

/* Custom Scrollbar for Country Options */
.country-options::-webkit-scrollbar {
    width: 6px;
}

.country-options::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 3px;
}

.country-options::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
}

.country-options::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* Select Dropdown Styling */
.contact-form select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-form select option {
    background: #2d2d2d;
    color: #ffffff;
    padding: 10px;
}

/* Submit Button */
.contact-form .submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #8b1538, #a91d47);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.contact-form .submit-btn:hover {
    background: linear-gradient(135deg, #a91d47, #c02454);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(139, 21, 56, 0.4);
}

.contact-form .submit-btn:active {
    transform: translateY(0);
}

.contact-form .submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Form interaction effects */
.contact-form .form-group {
    transition: transform 0.2s ease;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .contact-form-container {
        padding: 20px 10px;
        min-height: auto;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .contact-header h1 {
        font-size: 24px;
    }
    
    .contact-subheading {
        font-size: 14px;
    }
    
    .phone-input-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .country-dropdown {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .phone-input-wrapper {
        flex-direction: column;
    }
    
    .country-dropdown {
        width: 100%;
    }


}

  .custom-navbar-width {
    max-width: 900px;
    margin: 0 auto;
  }

  .navbar-nav .nav-link {
    font-weight: bold;
  }

  .navbar-nav.gap-4 > li {
    margin-right: 15px;
  }

/* .main-header {
  background-color: white;#0D1B2A
} */
/* 


/* .navbar {
  background: radial-gradient(circle at center, 
    #0D1B2A 0%, 
    #0D1B2A 70%, 
    #2e2e2e 85%,
    #D4AF37 100%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
} */

.navbar {
  background: radial-gradient(circle at center, 
    #111 0%, 
    #111 70%, 
    #111 85%,
    #D4AF37 100%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
}

