  .h3,h1{
    font-family: "Merriweather", Sans-serif;
  }
  *{
    padding: 0;
    margin: 0;
  }
  
  /* Custom CSS */
  .navbar {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .navbar-brand img {
    height: 60px;
  }

  .navbar-nav .nav-link {
    color: #555;
    font-weight: 500;
    margin: 0 10px;
  }

  .navbar-nav .nav-link:hover {
    color: #0056b3;
  }

  .dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0;
    width: 230px; /* Adjusted width for dropdown */
  }

  .dropdown-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px; /* Smaller font size */
  }

  .dropdown-item:last-child {
    border-bottom: none;
  }

  .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0056b3;
  }

  .hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url("https://yinfotech.co.in/dubai/images/banner.png") center/cover;
    height: 300px;
    position: relative;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 127, 80, 0.7); /* Orange with opacity */
  }

  @media (max-width: 992px) {
    .dropdown-menu {
      border: none;
      box-shadow: none;
      padding-left: 20px;
      width: 100%; /* Full width on mobile */
    }

    .navbar-collapse {
      margin-top: 15px;
    }
    .navbar h5 {
      font-size: 1rem;
    }
  }

.footer {
    background-color: #cadded;
    color: #fff;
    padding: 40px 0 45px;
    border-top: 2px solid #a40000;
    margin-top: 30px;
  }

  .footer h5 {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .footer p, .footer li {
    font-size: 15px;
    color: #404040;
    line-height: 1.8;
  }

  .footer ul {
    list-style: none;
    padding-left: 0;
  }

  .footer ul li {
    margin-bottom: 8px;
  }

  .footer-bottom {
    text-align: center;
    color: #ccc;
    margin-top: 20px;
    font-size: 14px;
  }

  .footer a{
    color: green;
    text-decoration: none;
  }



  /*******************call button*****************/
  .call-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw; /* Ensure it doesn't overflow */
    z-index: 9999;
    background: #00bf5e;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  }
  
  .call-button .call-flex {
    max-width: 100%;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    overflow: hidden;
  }
  
  .call-button .call-flex p,
  .call-button .call-flex a {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .call-button .call-flex p {
    margin-right: 8px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 576px) {
    .call-button .call-flex {
      font-size: 16px;
      flex-direction: column;
      gap: 5px;
      text-align: center;
    }
  
    .call-button .call-flex p {
      margin-right: 0;
    }
  }
  
  
  .carousel-inner{
    height: 550px;
  }
  /* carousel-slider */
  .carousel-caption h5 {
    font-size: 24px;
  }

  @media (max-width: 767px) {
    
  .carousel-inner{
    height: auto;
  }
    .carousel-caption {
      bottom: 20px;
      padding: 10px;
    }

    .carousel-caption h5,
    .carousel-caption p {
      font-size: 14px;
    }
  }


  /******************about**************/
  .about {
    background: url(../images/abt.bg.webp) top left no-repeat;
    padding: 15px 0; /* reduced from 30px */
  }
  
  .about-sub h2 {
    color: #242F65;
    font-family: "Merriweather", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    padding-top: 20px; /* reduced from 40px */
  }
  
  .about-sub p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px; /* slightly reduced */
  }
  
  .about-sub img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .about-sub h2 {
      font-size: 28px;
      padding-top: 10px !important; /* smaller padding on mobile */
    }
  
    .about-sub p {
      font-size: 16px;
      margin-bottom: 8px;
    }
  
    .about-sub img {
      width: 100%;
      padding: 0 !important;
    }
  }
  
   /******************about**************/
 
  .mcb {
    background-color: pink;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .mcb button {
    padding: 15px 25px;
    border-radius: 40px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .mcb button a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    margin-left: 8px;
  }
  
  .mail-btn {
    background-color: red;
    color: white;
  }
  
  .call-btn {
    background-color: white;
    color: blue;
    border: 2px solid blue;
  }
  
  .mail-btn:hover,
  .call-btn:hover {
    background-color: blue;
    color: white;
  }
  
  .mail-btn:hover a,
  .call-btn:hover a {
    color: white;
  }
  

  /****************************WHY WE*******************/
  .why-we-section {
    padding: 60px 20px;
    text-align: center;
}

.section-title {
    color: #2a2f5a;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #555;
    font-size: 18px;
    margin-bottom: 40px;
}

.feature-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    height: 280px; /* Increased fixed height */
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    
    align-items: flex-start;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.content-wrapper {
    flex-grow: 1;
    padding-top: 25px;
}

.on-time .icon-wrapper {
    background-color: #ff6b6b;
}

.professionals .icon-wrapper {
    background-color: #4dabf7;
}

.genuine .icon-wrapper {
    background-color: #51cf66;
}

.icon-wrapper svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
}

.feature-title {
    color: #2a2f5a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-desc {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 768px) {
    .feature-card {
        margin-bottom: 30px;
        height: auto;
        min-height: 200px;
    }
    
    .icon-wrapper {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .icon-wrapper svg {
        width: 25px;
        height: 25px;
    }
}


/******services ************/
.image-grid {
    width: 100%;
    padding: 15px;
  }
  
  .image-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 300px;
  }
  
  .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: bottom 0.5s ease;
    padding: 20px;
    text-align: center;
  }
  
  .image-item:hover .overlay {
    bottom: 0;
  }
  
  .image-item:hover img {
    transform: scale(1.05);
  }
  
  .overlay h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .overlay p {
    font-size: 16px;
  }
  .os h1{
    color: #2a2f5a;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  @media (max-width: 767px) {
    .image-item {
      height: 250px;
    }
    
    .overlay h3 {
      font-size: 20px;
    }
    
    .overlay p {
      font-size: 14px;
    }
  }

  /* tesimonial */
  


  /* contatct */
  .contact-header {
    color: #2a3563;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.contact-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.form-label {
    font-weight: 600;
    color: #333;
}

.required::after {
    content: " *";
    color: #dc3545;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 1rem;
}

.form-select {
    height: 45px;
}



/* Prevent height or layout shift on button click */


@media (max-width: 768px) {
    .contact-header {
        font-size: 2rem;
    }

    .contact-container {
        padding: 1rem;
    }

}

.contacts-section button{

  padding: 10px;
  color: #fbfffd;
  border-radius: 10px;
  background-color: #0056b3;




}

.para-section{
  text-align: justify;
}


.service-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.service-box:hover {
  transform: translateY(-5px);
  background-color: #e9ecef;
}
.service-icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}


.counter-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/W3.jpg");
  background-size: cover;
  background-position: center;

  padding: 30px 0;
}

.counter-box {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 10px;
  /* background: #fff; */
  border-radius: 8px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.counter-icon {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 15px;
}

.counter-number {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.counter-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
}

.section-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #007bff;
}

.section-title p {
  font-size: 18px;
  color: #ffffff;
}
/* Section Background */
.contact-section{
    background: linear-gradient(135deg,#f7f7f7,#ffffff);
    padding:60px 20px;
}

/* Title Styling */
.title{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.text-theme-colored1{
    color:#1359D1;
}

.title-seperator-line{
    width:80px;
    height:4px;
    background:#1359D1;
    margin:10px auto 30px;
    border-radius:5px;
}

/* Form Box */
.contact-form{
    max-width:600px;
    margin:auto;
    background:#ffffff;
    padding:35px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* Input Fields */
.form-group{
    margin-bottom:18px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:12px 15px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:15px;
    transition:0.3s;
}

/* Focus Effect */
.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#1359D1;
    outline:none;
    box-shadow:0 0 8px rgba(255,102,0,0.3);
}

/* Button */
.submit-btn{
    width:100%;
    background:#1359D1;
    color:#fff;
    border:none;
    padding:14px;
    font-size:16px;
    font-weight:600;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s;
}

/* Button Hover */
.submit-btn:hover{
    background:#e65c00;
    transform:translateY(-2px);
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: 0.3s;
}
.row.contact-person.text-center {
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media(max-width:600px){
.title{
    font-size:28px;
}
.contact-form{
    padding:25px;
}
}

#dfhsd ul {
    list-style: none;
}


body{
    background:#f5f7fa;
}

.hero-section{
    width:100%;
    min-height:100vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url('https://yinfotech.co.in/dubai/images/banner.png');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
}

.hero-content{
    max-width:850px;
    text-align:center;
    color:#fff;
}

.hero-content h1{
    font-size:55px;
    margin-bottom:20px;
    line-height:1.4;
}

.hero-content h1 span{
    color:#00c2ff;
}

.hero-content p{
    font-size:20px;
    line-height:1.9;
    margin-bottom:35px;
    color:#f1f1f1;
}

.buttons{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

.btn{
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.call-btn{
    background:#00c2ff;
    color:#fff;
}

.call-btn:hover{
    background:#009acb;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
}

.whatsapp-btn:hover{
    background:#1da851;
}

@media(max-width:768px){

.hero-content h1{
    font-size:38px;
}

.hero-content p{
    font-size:18px;
}

.btn{
    width:100%;
    justify-content:center;
}
}

.about-section{
    padding:80px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

.about-wrapper{
    display:flex;
    align-items:center;
    gap:50px;
    flex-wrap:wrap;
}

.about-image{
    flex:1 1 450px;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
    object-fit:cover;
}

.about-content{
    flex:1 1 500px;
}

.about-content h5{
    color:#00a8e8;
    font-size:18px;
    margin-bottom:10px;
    letter-spacing:1px;
}

.about-content h2{
    font-size:45px;
    margin-bottom:25px;
    color:#111;
}

.about-content p{
    font-size:18px;
    line-height:2;
    margin-bottom:20px;
    color:#555;
}

.services-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:30px;
}

.services-list div{
    background:#fff;
    padding:15px 18px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    font-size:16px;
    display:flex;
    align-items:center;
    gap:10px;
}

.services-list i{
    color:#00a8e8;
}

.about-btn{
    display:inline-block;
    margin-top:35px;
    padding:16px 35px;
    background:#00a8e8;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    transition:0.3s;
    font-size:17px;
    font-weight:bold;
}

.about-btn:hover{
    background:#0077a6;
}

@media(max-width:768px){

.about-content h2{
    font-size:34px;
}

.services-list{
    grid-template-columns:1fr;
}

.about-content p{
    font-size:16px;
}

}

.features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.feature-box{
    background:#fff;
    padding:40px 30px;
    text-align:center;
    border-radius:20px;
    transition:0.3s;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.feature-box:hover{
    transform:translateY(-10px);
}

.feature-icon{
    width:90px;
    height:90px;
    background:#00b4d8;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.feature-icon i{
    color:#fff;
    font-size:38px;
}

.feature-box h3{
    font-size:30px;
    margin-bottom:20px;
    color:#111;
}

.feature-box p{
    color:#666;
    line-height:2;
    font-size:17px;
}

@media(max-width:768px){

.feature-box{
    padding:30px 20px;
}

.feature-box h3{
    font-size:25px;
}

.feature-box p{
    font-size:16px;
}

}

/* ===== Section ===== */

.services-section{
    padding:80px 20px;
}

.container{
    max-width:1250px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:45px;
    margin-bottom:15px;
    color:#111;
}

.section-title p{
    font-size:18px;
    color:#666;
}

/* ===== Cards ===== */

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.service-content{
    padding:30px;
}

.service-content h3{
    font-size:28px;
    margin-bottom:20px;
    color:#111;
}

.service-content ul{
    list-style:none;
}

.service-content ul li{
    margin-bottom:14px;
    color:#555;
    font-size:16px;
    line-height:1.8;
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.service-content ul li i{
    color:#00a8e8;
    margin-top:5px;
}

.service-btn{
    display:inline-block;
    margin-top:25px;
    background:#00a8e8;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-size:16px;
    transition:0.3s;
}

.service-btn:hover{
    background:#0077a6;
}

/* ===== CTA ===== */

.cta-box{
    margin-top:80px;
    background:linear-gradient(135deg,#00a8e8,#0077a6);
    border-radius:25px;
    padding:60px 30px;
    text-align:center;
    color:#fff;
}

.cta-box h3{
    font-size:38px;
    margin-bottom:20px;
}

.cta-box p{
    font-size:18px;
    margin-bottom:30px;
    line-height:2;
}

.cta-btn{
    display:inline-block;
    padding:16px 35px;
    background:#fff;
    color:#0077a6;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}

.cta-btn:hover{
    transform:scale(1.05);
}

/* ===== Extra Services ===== */

.extra-services{
    margin-top:80px;
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.extra-services h3{
    font-size:35px;
    margin-bottom:30px;
    text-align:center;
}

.extra-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.extra-item{
    background:#f4f9fc;
    padding:18px;
    border-radius:14px;
    display:flex;
    align-items:center;
    gap:12px;
    font-size:16px;
    color:#444;
}

.extra-item i{
    color:#00a8e8;
}

/* ===== Responsive ===== */

@media(max-width:768px){

.section-title h2{
    font-size:34px;
}

.service-content h3{
    font-size:24px;
}

.cta-box h3{
    font-size:30px;
}

.extra-services{
    padding:30px 20px;
}

}


.faq-section{
    padding:80px 20px;
}

.container{
    max-width:1000px;
    margin:auto;
}

.faq-title{
    text-align:center;
    margin-bottom:40px;
}

.faq-title h2{
    font-size:40px;
    color:#111;
}

.faq-container{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-item{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    padding:22px;
    font-size:20px;
    font-weight:600;
    text-align:right;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question span{
    font-size:28px;
    color:#0d6efd;
}

.faq-answer{
    display:none;
    padding:0 22px 22px;
    color:#555;
    line-height:1.9;
    font-size:17px;
}

.faq-item.active .faq-answer{
    display:block;
}

.faq-answer ol{
    padding-right:20px;
}

.faq-answer li{
    margin-bottom:12px;
}

@media(max-width:768px){

    .faq-title h2{
        font-size:30px;
    }

    .faq-question{
        font-size:17px;
        padding:18px;
    }

}

.hero-section{
    
    padding:80px 20px;
    text-align:center;
    direction:rtl;
}

.container{
    max-width:1200px;
    margin:auto;
}

.hero-content{
    max-width:800px;
    margin:auto;
}

.hero-title{
    font-size:48px;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
    line-height:1.4;
}

.rotating-text{
    display:block;
    color:#0077b6;
    margin-top:10px;
    min-height:60px;
}

.hero-subtitle{
    font-size:22px;
    color:#555;
    line-height:1.9;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn{
    display:inline-block;
    padding:16px 35px;
    border-radius:8px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    transition:0.3s ease;
}

.btn-call{
    background:#0077b6;
    color:#fff;
}

.btn-call:hover{
    background:#005f8d;
}

.btn-whatsapp{
    background:#25d366;
    color:#fff;
}

.btn-whatsapp:hover{
    background:#1da851;
}

@media(max-width:768px){

    .hero-title{
        font-size:32px;
    }

    .hero-subtitle{
        font-size:18px;
    }

    .btn{
        width:100%;
    }
}




.footer-section{
    background:#111827;
    color:#fff;
    padding-top:60px;
    direction:rtl;
    font-family:Arial, sans-serif;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.footer-container{
    display:flex;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.footer-column{
    flex:1;
    min-width:280px;
}

.footer-logo img{
    width:140px;
    margin-bottom:20px;
}

.footer-text{
    line-height:2;
    color:#d1d5db;
    font-size:16px;
}

.footer-title{
    font-size:24px;
    margin-bottom:20px;
    color:#fff;
}

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.footer-links li,
.footer-contact li{
    margin-bottom:15px;
}

.footer-links a{
    color:#d1d5db;
    text-decoration:none;
    transition:0.3s;
}

.footer-links a:hover{
    color:#00b4d8;
    padding-right:5px;
}

.footer-contact li{
    color:#d1d5db;
    font-size:16px;
}

.vision-logo img{
    width:170px;
    margin-top:20px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    text-align:center;
    padding:20px 10px;
    margin-top:40px;
}

.footer-bottom p{
    margin:0;
    color:#d1d5db;
    font-size:15px;
}

.footer-bottom a{
    color:#00b4d8;
    text-decoration:none;
}

.footer-bottom a:hover{
    text-decoration:underline;
}

/* Responsive */
@media(max-width:768px){

    .footer-container{
        flex-direction:column;
        text-align:center;
    }

    .footer-links a:hover{
        padding-right:0;
    }

    .footer-logo img{
        margin:auto auto 20px;
    }

    .vision-logo img{
        margin:auto;
    }
}

.translate-box{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background:#fff;
    padding:10px;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

@media(max-width:480px){
    .hero-section {
    width: 100%;
    min-height: 75vh;
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(https://yinfotech.co.in/dubai/images/banner.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 85px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.btn-whatsapp-pulse {
    background: #e63839;
    color: white;
    position: fixed;
    bottom: 85px;
    right: 20px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 28px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
    transform: rotate(180deg);
}

i.fa.fa-phone {
    transform: rotate(180deg);
}