
    :root {
      --primary-color: #313394;
      --background-color: #D2262D0D;
    }

    a {
      text-decoration: none;
      color: #000;
    }

    h1 {
      font-size: 2rem;
    }

    h2 {
      font-size: 1.5rem;
    }

    h3 {
      font-size: 1.17rem;
    }

    h4 {
      font-size: 1rem;
    }

    ul {
      list-style: none;
    }

    li {
      list-style: none;
    }

    button {
      cursor: pointer;
    }
.video-banner {
      background: url('../images/gallery1.jpg') no-repeat top center;
      background-size: cover;
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden;
    }


    @media screen and (max-width: 768px) {
  .video-banner {
    height: 40vh;
  }
}


    .banner-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .linear_border {
      content: "";
      background: linear-gradient(90deg, #aaaaaa 0%, #f4f4f4 100%);
      width: 70%;
      height: 1.5px;
    }

    .main_sec_button {
      padding: 8px 14px;
      border-radius: 8px;
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: center;
      width: 100%;
      outline: none;
    }


    .bg_image img {
      object-fit: cover;
      object-position: center;

    }

    /* hero section */
    .main_hero_section {
      width: 85%;
      margin-inline: auto;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: -5rem;
    }

    /* left form section */

    .hero_left {
      position: relative;
      width: 55%;

      background-color: #FFFFFF;
      padding: 20px;
      border: 1px solid #DDDDDD;
      border-radius: 12px;
      background: linear-gradient(180deg, #FAFAFA 0%, #F2F2F2 100%);
      z-index: 100;
      opacity: 0;
      transition: opacity 1s ease;
      animation: showContent 1s forwards;
      animation-delay: 1s;
      overflow: hidden;
    }

    @keyframes showContent {
      to {
        opacity: 1;
      }
    }

    .hero_left_bg_img {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: -1;
      left: 0;
      filter: contrast(0.9);
      height: 173px;
    }

    @media screen and (max-width: 660px) {
      .hero_left_bg_img {
        object-fit: cover;
      }
    }


    .hero_left h2 {
      color: #000000CC;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      margin-bottom: 6px;
    }

    .hero_left p {
      display: flex;
      align-items: center;
      color: #00000066;
      font-size: 18px;
      font-weight: 600;
      line-height: 25.63px;
      gap: 4px;
    }

    .specs {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-block: 16px;
      border-top: 1px dashed #0000001A;

    }

    .price {
      color: #222222;
      font-size: 30px;
      font-weight: 700;
      line-height: 36px;
      text-align: left;
      position: relative;
    }

    .price::after {
      content: "₹ 75 Lac* Onwards";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, transparent 0%, transparent 46%, #ffffff 51%, transparent 56%, transparent 100%);
      background-size: 300% 300%;
      animation: AnimationNameGrey 3s ease infinite;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    @keyframes AnimationNameGrey {
      0% {
        background-position: 100%;
      }

      100% {
        background-position: 0%;
      }
    }

    .bhks {
      color: #666666;
      font-size: 24px;
      font-weight: 600;
      line-height: 22.78px;
      text-align: left;

    }


    /* right form section */
    .hero_right {
      overflow: hidden;
      width: 30%;
      position: fixed;
      top: 7rem;
      left: 60%;
      background-color: #FFFFFF;
      border-radius: 12px;
      box-shadow: 0px 0px 15px 0px #00000026;
      opacity: 0;
      transition: opacity 1.5s ease;
      animation: showContent 2.5s forwards;
      animation-delay: 2s;
    }

    .form_container {
      padding: 28px 24px;
    }

    .form_container h1 {
      font-size: 20px;
      font-weight: 700;
      line-height: 25.14px;
      margin-bottom: 8px;
    }

    .connect_with_us {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .connect_with_us p {
      color: #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 17.6px;
      text-align: left;
      white-space: nowrap;
    }

    .form_input {
      width: 100%;
      padding: 10px 12px;
      border-radius: 8px;
      border: 1px solid #cfcfcf;
      outline: none;
      color: #363636;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      margin-bottom: 24px;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    .iti {
      width: 100%;
      /* margin-bottom: 24px; */
    }

    .iti--separate-dial-code .iti__selected-flag {
      background-color: transparent !important;
      border-right: 1px solid #cfcfcf;
    }

    .connect_form button,
    .popup_connect_form button {
      width: 100%;
      border: none;
      background-color: var(--primary-color);
      color: #ffffff;
      padding: 10px 17.5px;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      outline: none;
    }







    @media screen and (max-width: 991px) {

      .main_hero_section {
        width: 95%;
      }

      .hero_right {
        width: 40%;
        left: 58%;
      }


    }

    @media screen and (max-width: 775px) {
      .main_hero_section {
        flex-direction: column;
        gap: 30px;
      }

      .hero_right {
        position: unset;
        width: 100%;
      }

      .hero_left,
      .main_sections_container {
        width: 100%;
      }



    }

    @media screen and (max-width: 660px) {
      .hero_left h2 {
        font-size: 26px;
        line-height: 19.2px;
      }

      .hero_left p {
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
      }

      .hero_left p svg {
        width: 8.94px;
        height: 11.37px;
      }

      .price {
        font-size: 21px;
        line-height: 28.8px;
      }



      .form_container {
        padding: 24px 20px;
      }

      .form_input,
      .connect_form button,
      .popup_connect_form button {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 24px;
      }

      .connect_form button,
      .popup_connect_form button {
        font-size: 16px;
      }



    }


    /* auto carousel */
    .form_auto_scroll {
      overflow: hidden;
      display: flex;
      height: 62px;
    }

    .autoscroll_cards_container {
      display: flex;
      width: 390px;
      gap: 12px;
      animation: scroll-left infinite linear;
    }

    @media screen and (max-width: 660px) {
      .autoscroll_cards_container {
        width: 370px;
      }
    }

    .autoscroll_card {
      display: flex;
      align-items: center;
      color: var(--primary-color);
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      gap: 12px;
    }

    .dot {
      width: 7px;
      height: 7px;
      background-color: var(--primary-color);
      border-radius: 50%;
    }

    .autoscroll_card p {
      font-size: 14px;
      font-weight: 400;
      line-height: 17.6px;
      text-align: left;
      white-space: nowrap;
    }

    @keyframes scroll-left {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(calc(-100% - 30px));
      }

    }

    .slides {
      display: flex;
      overflow: hidden;
      height: 100%;
    }

    .slide {
      display: none;
      width: 100%;
    }

    .slide p {
      font-size: 14px;
      font-weight: 400;
      line-height: 17.6px;
      text-align: left;
      color: var(--primary-color);
    }

    .slide.active {
      display: block;
    }

    .radio-buttons {
      margin-top: 10px;
      display: flex;
    }

    .radio-button {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid var(--primary-color);
      cursor: pointer;
      margin-right: 5px;
    }

    .talk_to_expert {
      text-align: center;
      margin-block: 16px;
      color: #363636;
    }

    .talk_to_expert a {
      text-decoration: underline;
      color: var(--primary-color);
      font-weight: 600;
      font-size: 16px;
    }


    .radio-button.active {
      background-color: var(--primary-color);
    }

          .dropdown {
            position: relative;
            display: inline-block;
          }

          .dropdown-toggle {
            cursor: pointer;
            background: #443030;
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 0px;
          }

          .dropdown-menu {
            display: none;
            position: absolute;
            background: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            list-style: none;
            padding: 10px;
            margin: 0;
            border-radius: 3px;
            width: max-content;
          }

          .dropdown-menu li {
            padding: 5px 10px;
          }

          .dropdown-menu li:hover {
            background-color: #443030;
          }

          .dropdown-menu li:hover a {
            color: white !important;
          }

          .dropdown-menu li:hover i {
            color: white;
          }

          .dropdown-menu li a {
            text-decoration: none;
            color: black;
            display: block;
          }

          .dropdown:hover .dropdown-menu {
            display: block;
          }