html, body{
  font-family: "Lato", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

h2{
  margin: 0;
}

.wrapper{
  width: 1550px;
  margin: 0 auto;
}

.inner-banner-container {
    padding: 0 75px;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.commom-hero-banner-section {
    background: #EAF1FF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 72px 72px;
    height: 695px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image .video-enter {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 90px 90px;
}

.button-click-cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-content {
    width: fit-content;
    padding-top: 100px;
}

.commom-hero-col {
    position: relative;
}

.banner-heading h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
    color: #FFFFFF;
}

.commom-hero-banner-section .banner-heading h1 {
    width: 520px;
    color: #272727;
    font-size: 45px;
    line-height: 55px;
    margin: 25px 0;
}

.banner-sub-heading h2 {
    color: #272727 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.4px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
}

.banner-stats {
    width: fit-content;
    display: flex;
    gap: 80px;
}

.banner-stats-inner {
    width: fit-content !important;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-stats .banner-stat-number {
    color: #3D6DEF;
    font-size: 32px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin: 0;
}

.banner-stats .banner-stat-desc {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    text-align: center;
    margin: 8px 0;
}

.second-wrap{
  display: none;
}

.banner-form-container{
    width: fit-content !important;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

.banner-sub-text-empty .banner-heading h2 {
    margin-bottom: 40px !important;
}

.partner-hero-banner .hero-image .video-enter {
    border-radius: 0 !important;
}

.partner-hero-banner .banner-heading h1,
.partner-hero-banner .banner-sub-heading h2 {
    color: #1F1F1F;
}

.partner-hero-banner .banner-sub-heading h2 {
    width: 70%;
    margin: auto;
}

.partner-hero-banner .banner-heading {
    width: 70%;
    margin: auto;
}

.banner-stats.second-state{
    display: none;
}

.footer-section {
  background: #ECF2FF;
  border-radius: 0;
  position: relative;
  padding: 72px 0;
}

.fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 40px 30px;
}
.ofc-detail {
  color: white;
}

.header {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #000000;
}

.section-divide{
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}

.ofc-detail{
  width: 83%;
}

.ofc-detail p, .ofc-detail a{
  color: #000000;
}

.label-field {
  font-family: "Lato", sans-serif !important;
  font-family: Lato;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.4px;
  color: #1A1A1A;
  line-height: 22px;
}

.email-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
}
.phone-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
}

.email-detail:hover,.phone-detail:hover{
  font-weight: 600;
}

.address-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
  width: 90%;
}

.detail-form {
  border: 1px solid #DCDCDC;
  background: #fff;
  border-radius: 16px;
}

.main-form {
  display: flex;
  justify-content: flex-end;
}
.form-group {
  display: grid;
  gap: 8px;
  align-items: stretch;
}

.form-group label {
  display: block;
}

.form-group .fields-input {
  width: 100%;
  border: none;
  background: none;
  color: #626262;
  padding-bottom: 12px;
  appearance: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #d8d8d8;
}

.form-group .fields-input:focus-visible {
  outline: 0;
}

.form-group select {

    width: 100%;
    padding-bottom: 12px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    color: #626262;
}

.help-you {
  outline: 0;
}

.checkbox-field {
  display: flex;
  margin: 0px 3rem 0px 1.8rem;
  gap: 1rem;
}

.checked {
  height: 21px;
  width: 21px;
  margin-top: 5px;
  background: #0040bd;
}

.checkbox label {
  margin-left: 5px;
}

.submit-btn {
  padding: 13px 20px;
  background: #3D6DEF;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.btn-content{
  font-size: 16px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.button-header {
  display: grid;
  padding: 24px;
}

.submit-btn:hover {
  background: #00339c;
}

.footer-mail {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 25px;
}

.footer-phone {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 25px;
}

.location-area-mark{
  margin-top: 50px;
}

.footer-location {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.label-checkbox {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #222222;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  cursor: pointer;
}

.custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #3D6DEF;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.2s, border-color 0.2s;
  margin-top: 2px;
}

.custom-checkbox label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  margin-top: 2px;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
  background: #3D6DEF;
  border-color: #3D6DEF;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: rotate(45deg);
}

.input-checked {
  padding-top: 1rem;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.help-you {
  border: none;
  background: none;
  color: #626262;
  appearance: none;
}

.discover-card {
  position: relative;
  width: 85%;
  height: 150px;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background: linear-gradient(91.62deg, #EEF2FF 0%, #FFFFFF 45.17%);
}

.discover-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #1d5ce8, #1d5ce8);
  z-index: 1;
  transform: scaleX(0) scaleY(0);
  transform-origin: top right;
  transition: transform 0.7s ease;
  border-radius: 20px;
  z-index: 1;
}

.discover-card::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0F5AED 0%, transparent 25%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.discover-image-container, .discover-info-container{
  z-index: 1;
  position: relative;
}

.discover-image-container{
  margin-bottom: 40px;
}

.discover-card:hover::before {
  transform: scaleX(1) scaleY(1);
}

.discover-card .discover-img {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #333;
  text-align: center;
  font-size: 20px;
}

.discover-cover-area{
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  gap: 30px;
}

.outer-circle-image svg {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    transition: all 0.7s;
}

.discover-image-container .discover-img{
  text-align: left;
  padding: 0;
}

.discover-info-container p{
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.4px;
  color: #1F1F1F;
  text-align: left;
}

.discover-info-container{
  padding-bottom: 20px;
}

.discover-card::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0F5AED 0%, transparent 25%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.discover-card:hover .discover-info-container {
    transform: translate(0, -5px);
    transition: all 0.7s ease-in-out;
}

.discover-card:hover .discover-info-container p{
  color: #fff;
  transition: all 0.7s;
}

.discover-card:hover .discover-image-container {
  transform: translate(0, 5px);
  transition: all 0.7s ease-in-out;
}

.discover-card:hover .discover-img rect{
  fill: #fff;
  transition: all 0.7s;
}

.discover-card:hover .discover-img path{
  fill: #0F5AED;
  transition: all 0.7s;
}

.discover-section-container .section-heading {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0 !important;
}

.discover-section-container{
  background: linear-gradient(0deg, #FFFFFF, #ebf4ff00), linear-gradient(180deg, #EBF4FF 0%, #FFFFFF 48.5%);
}

.image-portion{
  display: none;
  transition: all 0.5s;
}

.image-portion.active{
  display: block;
  transition: all 0.5s;
}

.discover-section-container.about-discover{
  padding: 90px 0;
  background: transparent !important;
}

/* about who we are */

.about-who-we-are .who-we-section-inner {
    box-shadow: 0px 8px 16px 0px rgba(254, 248, 244, 0.0784313725);
    position: relative;
    z-index: 0;
    border-radius: 24px;
}

.section {
    padding: 90px 0;
    overflow: hidden;
}

.about-who-we-are .who-we-content {
  display: grid;
  gap: 30px;
  max-width: 610px;
  margin: auto;
  position: relative;
  z-index: 1;
  justify-items: start;
}

.who-we-content > * {
  margin: 0;
}

.section-heading{
  font-size: 36px;
  font-family: "Lato", sans-serif;
  text-align: center;
}

.about-hero-button .blue-button{
  margin-top: 30px;
}

.work-heading{
  margin-bottom: 50px;
}

.about-who-we-are .who-we-content p {
  line-height: 26px !important;
}

.who-we-work-container{
  display: flex;
  gap: 30px;
}

.image-area-bold{
  position: relative;
}

.image-area-bold p{
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 58%;
  line-height: 23px;
}

.work-text{
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  padding: 0 !important;
}

.work-content-area .work-sub-para{
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

.who-we-work-card{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 50%;
  transition: all 0.5s;
  height: 380px;
}

.image-area-bold img{
  width: 100%;
  object-fit: cover;
  height: 380px;
}

.work-button{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.work-content-area .work-text{
  padding-bottom: 15px;
}

.work-content-area{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 95px;
  transition: all 0.5s;
  width: 100%;
}

.work-flow-up{
  border-radius: 0 0px 20px 20px;
  padding: 20px;
  backdrop-filter: blur(15px);
  background: linear-gradient(91.53deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
}


.about-page-who-we-are .who-we-content{
  max-width: 100%;
}

.about-page-who-we-are-row {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 100px;
    align-items: center;
}

.about-page-home-who-we-work{
  padding: 50px 0 100px;
}

.whyalibag-banner img {
    width: 100%;
    height: 100%;
}

/* map-section starts */
.alibag-map-section {
    background: #a8d5e2 !important;
}

.mumbai-alibag-row {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

.mumbai-alibag-col{
  display: flex;
  align-items: center;
}

.map-heading {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}

.map-small-logo {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 23px;
}

.map-small-logo p {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #1F1F1F;
    margin: 0 !important;
}

.loaction-details-area{
  width: fit-content !important;
  margin-left: 100px;
}

.loaction-details-area .section-heading{

  margin: 0 !important;
}

.loaction-timing {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.speed-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.speed-details p {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.2px;
    color: #0F5AED;
    border: 1px solid #0F5AED;
    padding: 10px 18px;
    border-radius: 45px;
    margin: 0 !important;
}

.map-selected-container img{
  vertical-align: middle;
}

.desktop-map-view {
    display: block;
}

.mobile-map-view {
    display: none;
}
/* map-section ends */

/* things-to-do starts */

.why-us-inner .section-heading{
  margin-bottom: 50px;
}

.ttd-section{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 0px !important;
}

.ttd img:first-child{
  object-fit: cover;
  border-radius: 20px;
}

.ttd-section ul{

  padding: 0;
  margin-top: 30px;
}

.ttd-section ul li {
  list-style-type: none;
  color: #0F5AED;
}

.ttd-section ul li:not(li:first-child) {
  margin-top: 12px;
}

.ttd-section ul li img {
   margin-right: 10px;
}
/* things-to-do ends */

/* testimonials-section starts */

.testimonial-section {
    padding: 80px 0px;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.testimonial-title {
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 13px;
    text-transform: capitalize;
}

.testimonial-navigation {
    display: flex;
    gap: 16px;
}

.testimonial-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: none;
    background: #ECF2FF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.testimonial-nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.testimonial-carousel-container {
    position: relative;
}

.testimonial-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 24px;
}

.testimonial-card {
    min-width: 42%;
    background: #ECF2FF;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eff0f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-content {
    margin-bottom: 40px;
}

.testimonial-text {
    overflow-y: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0c0e2c;
    padding-right: 26px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.testimonial-position {
    font-size: 14px;
    color: #666;
}

.testimonial-floating-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(66, 133, 244, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
}

.testimonial-floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 32px rgba(66, 133, 244, 0.4);
}

.testimonial-phone-icon {
    width: 28px;
    height: 28px;
    fill: #4285f4;
}

/* testimonials-section ends */

/* footer-starts */
footer {
    padding: 30px 0 30px;
    background: #F6F9FF;
    margin-top: 0px;
}

.footer-logo {
    display: block;
    max-width: 240px;
}

.footer-credit-bar {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;

}

.footer-social,
.footer-credit {
    display: flex;
    gap: 14px;
    align-items: center;
}

.footer-credit {
    flex-direction: column;
    align-items: flex-start;
}

.footer-credit-row {
    display: flex;
    gap: 14px;
    align-items: center;
}

.footer-credit-row p{
  margin: 0;
}

.border-left {
    border-left: 1px solid #000000;
    align-self: stretch;
}

.footer-credit a {
    color: #000000;
    text-decoration: none;
}
/* footer-ends */

/* media-queries starts */

/* For screens between 1440px and 1919px */
@media (max-width: 1920px) and (min-width: 1440px) {
    .wrapper {
        width: 1295px;
    }
}

/* For screens between 1280px and 1439px */
@media (max-width: 1439px) and (min-width: 1280px) {
    .wrapper {
        width: 1100px;
    }

    .banner-section {
        height: 100%;
    }

    .platform-section-inner {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* For screens between 1024px and 1279px */
@media (max-width: 1279px) and (min-width: 1024px) {
    .wrapper {
        width: 900px;
    }

    .commom-hero-banner-section {
        height: 100%;
    }

    .hero-banner-content{

      padding-top: 50px;
    }

    .flip {
        display: flex;
        flex-direction: column;
    }
  
    .banner-form-container{
      padding-top: 0;
    }

    .inner-banner-container{
      gap: 18px;
    }

    .form-section {
        margin-top: 30px;
    }

    .first-wrap {
        display: none;
    }

    .second-wrap {
        display: flex;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .discover-cover-area {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* For screens between 768px and 1023px */
@media (max-width: 1023px) and (min-width: 768px) {
    .wrapper {
        width: 700px;
    }

    .commom-hero-banner-section {
        height: 100%;
    }

    .hero-banner-content{

      padding-top: 50px;
    }

    .flip {
        display: flex;
        flex-direction: column;
    }
  
    .banner-form-container{
      padding-top: 0;
    }

    .inner-banner-container{
      gap: 18px;
    }

    .form-section {
        margin-top: 30px;
    }

    .first-wrap {
        display: none;
    }

    .second-wrap {
        display: flex;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .discover-cover-area {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-page-who-we-are-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .who-we-work-container{
      flex-direction: column;
    }

    .who-we-work-card{
      width: 100%;
    }
    .desktop-map-view{
      display: none;
    }

    .mobile-map-view{
      display: block;
    }

    .mumbai-alibag-row{
      display: flex;
      flex-direction: column-reverse;
    }

    .loaction-details-area{
      padding: 30px;
      margin: 0 auto;
    }

    .map-heading{

      justify-content: center;
    }

    .map-small-logo{
      justify-content: center;
    }

    .speed-details{
      justify-content: center;
    }

    .ttd-section{
      flex-direction: column;
    }

    .testimonial-header {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .testimonial-header .testimonial-title {
        font-size: 22px;
    }
}

/* For screens below 768px (mobile devices) */
@media (max-width: 767px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .commom-hero-banner-section {
        height: 100%;
    }

    .hero-banner-content{

      padding-top: 50px;
      text-align: center;
      margin: 0 auto;
    }

    .commom-hero-banner-section .banner-heading h1{
      font-size: 22px !important;
      line-height: 28px !important;
      text-align: center;
      width: auto !important;
      margin-bottom: 16px;
    }

    .commom-hero-banner-section .banner-heading h2{
      text-align: center;
      margin-bottom: 20px;
    }

    .flip {
        display: flex;
        flex-direction: column;
    }
  
    .banner-form-container{
      padding-top: 0;
    }

    .fields-row{
      grid-template-columns: repeat(1, 1fr);
    }

    .inner-banner-container{
      padding: 0 30px;
      gap: 18px;
    }

    .banner-stats{
      gap: 45px;
    }

    .banner-stat-number{
      font-size: 25px !important;
    }

    .section-heading{
      font-size: 22px !important;
    }

    .form-section {
        margin-top: 30px;
    }

    .first-wrap {
        display: none;
    }

    .second-wrap {
        display: flex;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .discover-section-container .section-heading{

      margin-top: 30px !important;
      margin-bottom: 25px;
    }

    .discover-section-container.about-discover{
      padding: 40px;
    }

    .section{
      padding: 60px 0 !important;
    }

    .discover-cover-area {
        grid-template-columns: repeat(2, 1fr);
    }

    .discover-info-container p{

      font-size: 13px;
      line-height: 125%;
    }

    .about-page-who-we-are-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .who-we-work-container{
      flex-direction: column;
    }

    .who-we-work-card{
      width: 100%;
    }

    .who-we-content, .who-we-content h2{

      text-align: center;
      margin: 0 auto;
    }

    .desktop-map-view{
      display: none;
    }

    .mobile-map-view{
      display: block;
    }

    .loaction-details-area{
      padding: 30px;
      margin: 0 auto;
    }

    .map-heading{

      margin-bottom: 30px;
    }

    .map-small-logo p {
      line-height: 130% !important;
    }

    .mumbai-alibag-row{
      display: flex;
      flex-direction: column-reverse;
    }

    .loaction-details-area{
      width: 100%;
      padding: 50px 30px;
    }

    .ttd-section{
      flex-direction: column;
    }

    .why-us-inner h2{
      margin-bottom: 20px !important;
    }

    .testimonial-section{
      padding: 20px 0;
    }

    .testimonial-header {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .testimonial-header .testimonial-title {
        font-size: 22px;
    }

    .testimonial-card{
      min-width: 75% !important;
    }

    footer{

      margin-top: 60px;
    }

    .footer-credit-bar {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-credit{
        gap: 30px;
    }

    .footer-credit p, .footer-credit a{
        font-size: 12px;
    }
}

/* media-queries ends */


/* back to top */
.back-to-top {
    /* display: none; */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;

    &:hover {
        opacity: 1;
        transform: translateY(-5px);
    }

    .back-to-top-btn {
        background-color: #fff;
        border: none;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0 auto;
        box-shadow: -1px 0px 40px rgb(32 76 199 / 60%), 0 8px 22px rgb(0 0 0 / 30%), 0 0 0 8px rgb(32 76 199 / 20%);
        transition: box-shadow 0.3s ease, background-color 0.3s ease;

        &:hover {
            box-shadow:
                0 18px 55px rgba(32, 76, 199, 0.5),
                0 10px 25px rgba(0, 0, 0, 0.12),
                0 0 0 10px rgba(32, 76, 199, 0.06);
            background-color: #f9faff;
        }

        svg {
            pointer-events: none;
        }

        img{
            width: 32px;
        }
    }
}

/* back to top */