* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 10px 30px;

  box-sizing: border-box; /* ðŸ”¥ main fix */
}
body {
  padding-top: 70px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 200px;
}

.logo span {
  font-weight: bold;
  font-size: 22px;
  color: #003a8f;
}

.contact {
  text-align: right;
}

.contact p {
  margin: 0;
    font-size:20px;

  font-weight: bold;
}

.contact span {
  font-size:18px;
}

.hero {
  height: 90vh;
  background: url('hero.jpg') no-repeat center/cover;
  position: relative;
}

.overlay {
  position: absolute;
  top: 20%;
  left: 10%;
  color: white;
}

.overlay h1 {
  font-size: 48px;
  margin: 0;
}

.overlay p {
  font-size: 28px;
  margin-top: 10px;
}






.carousel {
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
  Z-index: 1;
}

.track {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  gap:70px;
  transition: 0.5s;
}

.card {
  text-align: center;
  opacity: 0.3;
  transform: scale(0.8);
  transition: 0.5s;
}

.card.active {
  opacity: 1;
  transform: scale(1.2);
}



.card img {
  width:340px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.left { left: 0; }
.right { right: 0; }

.heading {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: 40px 0 20px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #f4f6f8;
}

.main-container {
  display: flex;
  gap: 40px;
  padding: 50px 80px;
}

.left-side,
.right-side {
  flex: 1;
}

.form-heading,
.section-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #1f3550;
}

.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

label {
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
  display: block;
}

input, select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  margin-bottom: 18px;
  font-size: 14px;
  transition: 0.3s;
}

input:focus, select:focus {
  border-color: #2d4f73;
  box-shadow: 0 0 0 2px rgba(45,79,115,0.1);
}

.terms {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.terms input {
  width: 18px;
  height: 18px;
}

button {
  display: block;
  margin: 0;   
  padding: 12px 40px;
  border-radius: 10px;
  border: none;
  background: #2d4f73;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}



.footer-section {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.top-info h3 {
  margin: 0;
  font-size: 20px;
}

.top-info p {
  margin: 5px 0;
  color: #555;
}

.top-info h4 {
  margin-top: 20px;
  font-size: 16px;
}

.direction-btn {
  display: inline-block;   
  margin: 15px 0 0 0;     
  padding: 10px 18px;
  background: #2d4f73;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.direction-btn:hover {
  background: #1f3550;
}

.bottom-info {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.bottom-info div {
  flex: 1;
}

.bottom-info h4 {
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .main-container {
    flex-direction: column;
    padding: 30px;
  }
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2d4f73;
  color: white;
  padding: 12px 20px;
  text-align: center;  
  z-index: 1000;
}

.close-btn {
  position: absolute;
  right: 20px;
  top:0px;          
  font-size: 22px;
  color: white;
  cursor: pointer;
  z-index: 1001;
}
.close-btn {
  z-index: 1001;
}

.fb-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-top: 10px;
}

.fb-icon {
  width: 35px;
  height: 35px;
  background: #3b5998;
  color: white;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.fb-text small {
  display: block;
  font-size: 12px;
  color: #555;
}

.fb-text strong {
  font-size: 16px;
  color: #3b5998;
}

.fb-badge:hover {
  opacity: 0.8;
}




/* Overlay */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* sirf dark overlay */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Box */
.popup-box {
  width: 500px;
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  animation: smoothPop 0.4s ease;
}

/* Title */
.popup-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #1f3550;
}

/* Close */
.close {
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 20px;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
}
.close:hover {
  color: #000;
}

/* Labels */
.popup-box label {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
  display: block;
}

/* Inputs */
.popup-box input,
.popup-box select {
  width: 100%;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 18px;
  font-size: 14px;
  background: #f9fafc;
  transition: all 0.3s ease;
}

/* Focus effect */
.popup-box input:focus,
.popup-box select:focus {
  border-color: #2d4f73;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(45,79,115,0.15);
  outline: none;
}

/* Button */
.popup-box button {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #2d4f73, #1f3550);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

/* Button hover */
.popup-box button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(45,79,115,0.3);
}

/* Animation */
@keyframes smoothPop {
  from {
    transform: translateY(40px) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Mobile */
@media (max-width: 500px) {
  .popup-box {
    width: 90%;
    padding: 20px;
  }
}

/* ================= RESPONSIVE DESIGN ================= */

/* Tablet */
@media (max-width: 992px) {

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .logo img {
    width: 150px;
  }

  .contact {
    text-align: left;
  }

  .hero {
    height: 70vh;
  }

  .overlay {
    top: 15%;
    left: 5%;
  }

  .overlay h1 {
    font-size: 32px;
  }

  .overlay p {
    font-size: 20px;
  }

  .card img {
    width: 250px;
  }

  .track {
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .navbar {
    padding: 10px 15px;
  }

  .logo span {
    font-size: 18px;
  }

  .contact p {
    font-size: 16px;
  }

  .contact span {
    font-size: 14px;
  }

  .hero {
    height: 60vh;
  }

  .overlay {
    top: 20%;
    left: 5%;
  }

  .overlay h1 {
    font-size: 26px;
  }

  .overlay p {
    font-size: 16px;
  }

  .heading {
    font-size: 26px;
  }

  .card img {
    width: 200px;
  }

  .main-container {
    padding: 20px;
  }

  .form-heading,
  .section-heading {
    font-size: 22px;
  }

  .bottom-info {
    flex-direction: column;
    gap: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {

  .hero {
    height: 55vh;
  }

  .overlay h1 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 14px;
  }

  .logo img {
    width: 120px;
  }

  .card img {
    width: 160px;
  }

  .arrow {
    font-size: 22px;
  }

  button {
    width: 100%;
    padding: 12px;
  }

  .popup-box {
    width: 95%;
    padding: 15px;
  }
}



.carousel {
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
}

/* FINAL ARROW STYLE */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  /* background: rgba(0,0,0,0.6); */
  color:black;
  border: none;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}

/* LEFT */
.arrow.left {
  left: 10px;
}

/* RIGHT */
.arrow.right {
  right: 10px;
}

.track {
  position: relative;
  z-index: 1;
}

.arrow {
  z-index: 9999;
}



@media (max-width: 768px) {
  .hero {
    height:30vh;
  }

  .overlay {
    top: 25%;
    left: 5%;
  }

  .overlay h1 {
    font-size: 22px;
  }

  .overlay p {
    font-size: 14px;
  }
  .arrow.left {
  left:170px;
}

/* RIGHT */
.arrow.right {
  right: 170px;
}
}



/* ðŸ”¥ MOBILE me top strip / close section hide */
@media (max-width: 768px) {
  .cookie-bar {
    display: none !important;
  }
}


@media (max-width: 768px) {

  .navbar {
    display: flex;
    flex-direction: row;              /* ðŸ”¥ force row */
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }

  .logo img {
    width: 100px;
  }

  .contact {
    display: flex;
    flex-direction: column;          /* text upar-niche */
    align-items: flex-end;           /* right align */
    text-align: right;
    gap: 2px;
  }

  .contact p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
  }

  .contact span {
    font-size: 12px;
  }
}



/* ===== MOBILE PERFECT 3 CARD VIEW ===== */
@media (max-width: 768px) {

  .carousel {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
  }

  .track {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .card {
    flex: 0 0 30%;        /* ðŸ”¥ tino ek line me */
    text-align: center;
    opacity: 0.5;
    transform: scale(0.9);
    transition: 0.4s;
  }

  .card.active {
    flex: 0 0 35%;        /* ðŸ”¥ center thoda bada */
    opacity: 1;
    transform: scale(1.1);
  }

  .card img {
    width: 100%;
    object-fit: contain;  /* ðŸ”¥ cut nahi hogi */
  }

  .card:not(.active) {
    filter: grayscale(60%);
  }

   .arrow.left {
  left:170px;
}

/* RIGHT */
.arrow.right {
  right: 170px;
}
}
/* COMPACT HERO FORM */

.hero-fixed-form{
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);

    width: 380px;

    background: #f4f4f4;
    border-radius: 22px;

    padding: 18px;

    z-index: 20;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.14);
}

/* HEADING */

.hero-fixed-form h2{
    font-size: 24px;
    font-weight: 700;

    color: #20395c;

    margin-bottom: 14px;
}

/* FORM BOX */

.hero-fixed-form .form-box{
    background: #efefef;

    border-radius: 18px;

    padding: 16px;

    display: flex;
    flex-direction: column;

    gap: 10px;
}

/* LABEL */

.hero-fixed-form label{
    font-size: 13px;
    color: #666;

    margin-bottom: -2px;
}

/* INPUT + SELECT */

.hero-fixed-form input,
.hero-fixed-form select{
    width: 100%;
    height: 44px;

    border: 1px solid #d4d4d4;
    border-radius: 12px;

    padding: 0 14px;

    background: #f8f8f8;

    font-size: 14px;
    color: #222;

    outline: none;

    transition: 0.3s ease;
}

/* FOCUS */

.hero-fixed-form input:focus,
.hero-fixed-form select:focus{
    border-color: #28476b;

    background: #fff;

    box-shadow:
    0 0 0 3px rgba(40,71,107,0.08);
}

/* BUTTON */

.hero-fixed-form button{
    width: 100%;
    height: 46px;

    border: none;
    border-radius: 12px;

    background: #28476b;

    color: #fff;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.3s ease;

    margin-top: 4px;
}

.hero-fixed-form button:hover{
    background: #1f3958;
}

/* MOBILE */

@media(max-width:992px){

    .hero-fixed-form{
        position: relative;

        top: auto;
        right: auto;

        transform: none;

        width: 92%;

        margin: 25px auto;
    }
}

@media(max-width:768px){

    .hero-fixed-form{
        display: none;
    }

}


