

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Libertinus+Mono&display=swap');


        /* Navbar Styles */
        .navbar {
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 15px 0;
        }
        
        .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
            color: #2D5A82 !important;
        }
        
        .navbar-brand span {
            color: #C03D3B;
        }
        
        .nav-link {
            color: #333 !important;
            font-weight: 500;
            margin: 0 10px;
            padding: 8px 0;
            position: relative;
        }
        
        .nav-link:hover {
            color: #2D5A82 !important;
        }
        
        .nav-link.active {
            color: #C03D3B !important;
            font-weight: 600;
        }
        
        .btn-cta {
            background-color: #C03D3B;
            color: white;
            font-weight: 500;
            border-radius: 4px;
            padding: 8px 20px;
            transition: all 0.3s;
            border: none;
        }
        
        .btn-cta:hover {
            background-color: #2D5A82;
            color: white;
        }
        
        .dropdown-menu {
            border: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
        }
        
        .dropdown-item {
            color: #333 !important;
            padding: 8px 16px;
        }
        
        .dropdown-item:hover {
            background-color: #f8f9fa;
            color: #C03D3B !important;
        }

        /* Media Queries */
        @media (max-width: 992px) {
            
            .navbar-brand {
                font-size: 1.3rem;
            }
            
            .btn-cta {
                padding: 6px 15px;
                font-size: 0.9rem;
            }
        }

        /* crousel start */
        

        /* crousel end  */
/*  */
/*  */
/*  */
/* why cable 360 */


.feature-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.03);
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(10, 76, 138, 0.1);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: rgba(234, 29, 39, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EA1D27;
  font-size: 28px;
}

.divider {
  width: 80px;
  height: 3px;
  background: #EA1D27;
  margin: 15px auto;
}
/*  */
/*  */
/*  */
/*  all Your paymants*/
  .section-header {
      text-align: center;
      margin-bottom: 40px;
    }
    .card-custom {
      background: white;
      border: none;
      border-radius: 16px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-custom:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    }
    .card-custom h5 {
      font-weight: 600;
    }
    .form-select, .form-control {
      border-radius: 12px;
      box-shadow: none;
    }
    .btn-custom {
      background: #094D8A;
      color: white;
      border-radius: 12px;
      padding: 10px 24px;
      transition: background 0.3s;
    }
    .btn-custom:hover {
      background: #08915E;
      color: white;
    }
    .icon-box {
      font-size: 2rem;
      color:#094D8A;
    }
/* end */
/*  */
/*  */
/*  */
/* thankyou section start */

 



    section.thank-section {
      background-color: #094E88;
      color: #ffffff;
      padding: 110px 20px;
      text-align: center;
    }

    .thank-heading {
      font-size: 4rem;
      margin-bottom: 20px;
      letter-spacing: 1px;


      font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    }

    .thank-message {
      font-size: 1.5rem;
      margin-bottom: 40px;
      color: #e2e8f0;
      font-weight: 500;
    }

    .thank-details div {
      font-size: 1.2rem;
      margin-bottom: 8px;
      color: #cbd5e1;


      /* font-family: "Libertinus Mono", monospace;
  font-weight: 400;
  font-style: normal; */
    }

    @media (max-width: 576px) {
      .thank-heading {
        font-size: 2.5rem;
      }
      .thank-message {
        font-size: 1.1rem;
      }
      .thank-details div {
        font-size: 1rem;
      }
    }
/*  end*/
/*  */
/*  */

    /* conttect uss */


     .contact-map {
      width: 100%;
      height: 500px;
      border: 0;
    }

    .map-wrapper {
      position: relative;
    }

    .info-box {
      position: absolute;
      top: 60px;
      right: 50px;
      background: #2D5A82;
      color: white;
      padding: 25px;
      border-radius: 12px;
      max-width: 350px;
      z-index: 10;
    }

    .info-box h5 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    .contact-form-section {
      background-color: #f9fafb;
    }

    .contact-heading {
      font-size: 2.5rem;
      color: #094E88;
      font-weight: 600;
    }

    .contact-form {
      background: #ffffff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .form-control:focus {
      border-color: #094E88;
      box-shadow: none;
    }

    .btn-primary {
      background-color: #094E88;
      border-color: #094E88;
    }

    .btn-primary:hover {
      background-color: #072f5c;
      border-color: #072f5c;
    }

    @media (max-width: 768px) {
      .info-box {
        position: static;
        margin: 20px;
        max-width: 100%;
      }

      .contact-heading {
        font-size: 2rem;
      }

      .contact-map {
        height: 300px;
      }
    }



    /*  */
    /*  */
    /*  */
    /*  */
    /* footer start */
     .custom-footer {
  /* background: linear-gradient(135deg, #0f172a, #1e293b); */
   background: linear-gradient(135deg, #232323, #232323);
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color:#EB1B23;
  transform: translateX(5px);
}

.footer-icon {
  color: #ffffff;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.footer-icon:hover {
  color:#EB1B23;
}










html, body {
  overflow-x: hidden;
}




.card, .form-control, .form-select {
  width: 100%;
}

.contact-map {
  width: 100%;
  border: none;
}

/* Prevent translate from breaking layout on small screens */
.translate-middle {
  transform: none !important;
}


