:root {
    --primary-blue: #1e3b70;
    --secondary-blue: #2c5aa0;
    --dark-blue: #0a1e44;
}
.gradient-navbar {
background-image: linear-gradient(to right, #4e54c8, #8f94fb); /* Gradient background */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.gradient-navbar:hover {
background-color: #ffffff; /* Solid background on hover */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

.dropdown-menu {
background-image: linear-gradient(to bottom, #f8f9fa, #e2e6ea); /* Lighter gradient background */
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
font-weight: bold;
color: #4e54c8; /* Updated link color to match navbar */
}

.dropdown-item:hover {
background-color: #e7e7e7; /* Slightly darker background on hover */
color: #4a8dc2; /* Darker link color on hover */
}
/* For screens between 768px and 1024px (common tablet range) */
.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .footer {
        padding: 10px 0;
    }
    .footer .clsLinks {
        margin-bottom: 20px;
    }
}

/* @media (max-width: 568px) {
    .clsdivdata {
        margin-left:-90px !important;
    }
   
} */
@media (max-width: 1024px) {
        .clsdivdata {
          width: 100px;
          margin-left: -15px !important;
          /* height: 100px; */
        }
      }

      @media (max-width: 568px) {
        .clsdivdata {
          width: 100px;
          margin-left: -25px !important;
          /* height: 100px; */
        }
      }

.floating-icons {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}


.floating-icons a {
    background-color: #25d366; /* WhatsApp green */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.call-icon {
    background-color: var(--secondary-blue) !important; /* Call blue */
    margin-top:5px;
}

.floating-icons a:hover {
    transform: scale(1.1);
}

.floating-icons a:active {
    transform: scale(0.9);
}



.footer h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer ul {
    list-style: none;
    padding: 0;
}


.footer ul li {
    margin-bottom: 8px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


body {
    font-family: Arial, sans-serif;
    
}
.navbar {
    background-color: white;
}
.card {  
    transition: transform 0.2s ease-in-out;  
  }  
    
  .card:hover {  
    transform: translateY(-10px);  
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);  
  }
 #faq {
      background-color: #f4f8fb;
      padding: 40px;
      border-radius: 10px;
    }

    /* Heading styling */
    .cta-section {
        background: linear-gradient(135deg, #001f3f 25%, #004080 25%, #004080 50%, #001f3f 50%, #001f3f 75%, #004080 75%, #004080);
        background-size: 400% 400%;
        animation: gradient-animation 15s ease infinite;
        color: #ffffff; /* Text color */
        padding: 40px 20px; /* Spacing */
        border-radius: 10px; /* Rounded corners */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    }
    
    @keyframes gradient-animation {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
    .logo-img {
        max-width: 100%;  /* Ensures the image scales with the container */
        height: auto;     /* Keeps the aspect ratio */
        width: 240px;     /* Default width on larger screens */
        max-height: fit-content;
    }
    
    @media (min-width: 1300px){
        .navbar{
            height:21vh;
        }
    }
    
    /* Medium screens: Tablets, small laptops */
    @media (max-width: 1200px) {
        .logo-img {
            width: 180px; 
        }
        
    }
    
    /* Smaller screens: Large phones, smaller tablets */
    @media (max-width: 992px) {
        .logo-img {
            width: 160px;
        }
    }
    
    /* Small devices: Phones */
    @media (max-width: 768px) {
        .logo-img {
            width: 180px; 
        }
    }
    
    /* Very small devices: Small phones */
    @media (max-width: 576px) {
        .logo-img {
            width: 180px;
        }
        .navbar{
            padding:0;
            width:104%;
            margin-left: -6px;
        }
    }
    
    
    .cta-section h2 {
        font-weight: bold; /* Make the heading bold */
        margin-bottom: 20px; /* Space below the heading */
    }
    
    .cta-section p {
        margin-bottom: 20px; /* Space below the paragraph */
    }
    
    .btn-primary {
        background-color: #007bff; /* Button color */
        border: none; /* No border */
        padding: 10px 20px; /* Button padding */
        font-size: 16px; /* Font size */
        border-radius: 5px; /* Rounded corners */
        transition: background-color 0.3s; /* Transition for hover effect */
    }
    
    .btn-primary:hover {
        background-color: #0056b3; /* Darker blue on hover */
    }
    
    .contact-info {
        margin-top: 15px; /* Space above contact info */
        font-size: 16px; /* Font size */
    }
    

    /* Accordion item hover effect */
    .accordion-button {
      background-color: #fff;
      border: 1px solid #ddd;
      transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
      background-color: #e9ecef;
    }

    .accordion-button:hover {
      background-color: #e9f7fe;
      color: #007bff;
      border-color: #007bff;
    }

    /* Accordion item body styling */
    .accordion-body {
      background-color: #fdfdff;
      border: 1px solid #ddd;
      padding: 15px;
      border-radius: 5px;
    }

    /* Accordion shadow effect */
    .accordion-item {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      border-radius: 5px;
      overflow: hidden;
    }

  
.news-ticker-container {
    width: 100%;
    background-color: #4a8dc2;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    
}

.news-ticker {
    display: inline-flex;
    white-space: nowrap;
    padding-left: 100%;
    animation: ticker linear infinite; /* Slowed down to 60s */
}

.news-item {
    display: inline-block;
    padding: 0 2rem;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* Pause animation on hover */
.news-ticker-container:hover .news-ticker {
    animation-play-state: paused;
}

/* Add fade effect on edges */
.news-ticker-container::before,
.news-ticker-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}

.news-ticker-container::before {
    left: 0;
    background: linear-gradient(to right, #28386f, transparent);
}

.news-ticker-container::after {
    right: 0;
    background: linear-gradient(to left, #28386f, transparent);
}

.nav-link {
    color: var(--primary-blue) !important;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.hero-section {
    background-image: url('images/visa-application-different-countries-arrangement.webp'); /* Replace with your background image */
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
}
.clsPhoneNo:hover {
    text-decoration: underline !important; /* Adds underline on hover */
}
.clsEmail:hover {
    text-decoration: underline !important; /* Adds underline on hover */
}
.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.hero-title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 3.5em;
    margin-bottom: 20px;
}
.lead {
    font-size: 1.2em;
    margin-bottom: 30px;
}
.btn-discover {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.btn-discover:hover {
    background-color: #0056b3;
}


.service-card {
    height: 100%;
    border: none;
    border-radius: 0;
}
.service-card.active {
    background-color: var(--secondary-blue);
    color: white;
}
.service-number {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-info {
    background-color: var(--primary-blue);
    color: white;
    padding: 10px 20px;
}
.company-info {
    text-align: center;
    padding: 40px 0;
}
.container-xxl {
    background: linear-gradient(135deg, #f0f4f8, #cfe0f1);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  
  .contact-label {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 20px;
    transition: background-color 0.3s ease;
  }
  
  .contact-label:hover {
    background-color: #0056b3;
  }
  
  .contact-section::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255, 150, 100, 0.3);
    z-index: -1;
    border-radius: 50%;
  }
  
  .footer {
    background-color: var(--dark-blue);
    color: white;
    padding: 50px 0 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
  }
  

  
  
  
  .footer h5 {
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .footer ul {
    list-style-type: none;
    padding-left: 0;
  }
  
  .footer ul li {
    margin-bottom: 12px;
  }
  
  .footer ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer ul li a:hover {
    color: #e6e6e6;
    text-decoration: underline;
  }
  
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    margin-top: 15px;
    font-size: 0.9rem;
    opacity: 0.8;
  }


  
.lead {
    font-size: 1.2rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); /* Improve shadow readability */
    margin-bottom: 30px;
}
.hero-section {
    height: 85vh; /* Default height for large screens */
}

@media (max-width: 578px) and (max-width: 1023px) { /* Medium screens (max-width: 991px) */
    .hero-section {
        height: 50vh; /* Height for medium screens */
    }
    .clsLinks{
        font-size: 12px;
    }
}
.clsLinks{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}

@media (max-width: 576px) { /* Small screens (max-width: 576px) */
    .hero-section {
        height: 70vh; /* Height for small screens */
    }
    .clsLinks{
        margin-left:10px;
        font-size: 12px;
    }
    body{
        width: 95%;
        margin-left:10px;
    }
    
}
@media (max-width: 400px){
    .service-card{
        margin-top:7vh
    }
}
