
body, html {
    height: 100%;
    margin: 0;
}
@media (max-width: 768px) {
  #exampleModalCenter{
    margin-top: 15%;
  }
}
section{
    height: 100vh;
    overflow: hidden;
}
.slideshow {
  position: absolute;
  z-index: -5;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.extraNav{
    z-index: 1;
}
.slide {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slide.active {
  opacity: 1;
}

.slide.active.right-down {
  animation: right-down 20s infinite linear;
  transform: translate3d(5%, 5%, 0) scale(1.15);
}

.slide.active.right-up {
  animation: right-up 20s infinite linear;
  transform: translate3d(5%, -5%, 0) scale(1.15);
}

.slide.active.left-up {
  animation: left-up 20s infinite linear;
  transform: translate3d(-5%, -5%, 0) scale(1.15);
}

.slide.active.left-down {
  animation: left-down 20s infinite linear;
  transform: translate3d(-5%, 0, 0) scale(1.15);
}

@keyframes right-down {
  to {
    transform: translate3d(-5%, -5%, 0) scale(1.25);
  }
}

@keyframes right-up {
  to {
    transform: translate3d(-5%, 5%, 0) scale(1.25);
  }
}

@keyframes left-up {
  to {
    transform: translate3d(5%, 5%, 0) scale(1.25);
  }
}

@keyframes left-down {
  to {
    transform: translate3d(5%, -5%, 0) scale(1.25);
  }
}


.slideshow1 {
  position: absolute;
  z-index: -5;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.slide1 {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.slide1.active {
  opacity: 1;
}

.slide1.active.right-down {
  animation: right-down 20s infinite linear;
  transform: translate3d(5%, 5%, 0) scale(1.15);
}

.slide1.active.right-up {
  animation: right-up 20s infinite linear;
  transform: translate3d(5%, -5%, 0) scale(1.15);
}

.slide1.active.left-up {
  animation: left-up 20s infinite linear;
  transform: translate3d(-5%, -5%, 0) scale(1.15);
}

.slide1.active.left-down {
  animation: left-down 20s infinite linear;
  transform: translate3d(-5%, 0, 0) scale(1.15);
}

@keyframes right-down {
  to {
    transform: translate3d(-5%, -5%, 0) scale(1.25);
  }
}

@keyframes right-up {
  to {
    transform: translate3d(-5%, 5%, 0) scale(1.25);
  }
}

@keyframes left-up {
  to {
    transform: translate3d(5%, 5%, 0) scale(1.25);
  }
}

@keyframes left-down {
  to {
    transform: translate3d(5%, -5%, 0) scale(1.25);
  }
}

.modal-footer button{
    font-size: 10px;
}
.navbar {
  background-color: none;
  padding: 3px;
}
.rgAddress{
    width: 53%;
  text-align: left;

}
.navsHome {
  font-family: JaguarBold;
  word-spacing: 1px;
  font-style: normal;
  font-size: 14px;
  color: white;

}
.modal{
     font-family: JaguarBold;
 
}
.nava{
    border-bottom: 1px solid lightgrey;
}
.link-Address {
  color: white;
  font-family: JaguarBoldReguler;
  font-size: 8px;
}

.link-Address:hover {
  color: white;
  
}
.navbar-toggler-icon{
    color: white;
}
.mainui {
      text-align: center;
      margin-left: 20%;
      margin-right: 20%;
    }

    #ullistexp li {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-left: 20px;
    }

    #ullistexp li:before {
      transition: opacity 0.4s linear, height 0.4s linear, width 0.4s linear;
      background: transparent;
      opacity: 0;
      height: 0;
      width: 0;
      content: '';
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
    }

    #ullistexp li:hover:before {
      opacity: 1;
      height: 105%;
      width: 105%;
      background: #333;
    }

    #ullistexp li:hover a {
      color: white;
    }

    .fa {
      font-size: 1.5em;
      line-height: 40px;
    }

    .fb a {
      color: #4267b2;
    }

    .ig a {
      color: #d10869;
    }

    #ullistexp li.fb {
      border: 2px solid #4267b2;
    }

    #ullistexp li.fb:hover:before {
      background: #4267b2;
    }

    #ullistexp li.ig {
      border: 2px solid #d10869;
    }

    #ullistexp li.ig:hover:before {
      background: #d10869;
    }
    .fb-icon, .ig-icon {
      font-size: 3em;
      margin: 0 10px;
    }

    .fb-icon {
      color: #4267b2;

    }
    .fbjguar, .fbLandRover{
              font-family: JaguarBold;

    }


    .ig-icon {
      color: #d10869;
    }

    .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
  z-index:100;
}

.my-float{
    margin-top:16px;
}

.headdiv h1 {
  color: white;
  font-size: 2rem;
  font-family: 'JaguarBold';
  position: relative;
  top: 150px;
  left: 5%;
}

.headdiv p {
    color: #ffffff;
    font-size: 1rem;
    text-align: left;
    font-family: 'JaguarBold';
    position: relative;
    top: 150px;
    left:5%;
}


/* Mobile view */
.mobile-image {
    display: block;
    height: 100%;
}

.desktop-image {
    display: none;
}
/* Desktop view */
@media (min-width: 768px) {
    .mobile-image {
        display: none;
            height: 100%;

    }

    .desktop-image {
        display: block;
    }
}

/*------------SECTION1--------------*/

#myFormtop { margin-top: 13%; }

.content {
    padding: 50px 0;
    background-color: #141a1c;
}



#img1{
    padding:0px 0px 0px 50px;
}
#sectwo{
    background-color: #141a1c;
    height: auto;
}

.spaced-image {
  margin-bottom: 10px; /* Adjust the value as needed */
}

#callNum {
    color: #c3a67e;
    font-family: LandRoverBold;
    font-size: 25px;
    text-decoration:none;
}

#text2 {
    color: #a6a6a6;
    font-weight: bold;
    text-align: left;
    font-family: LandRoverMidium;
}


.navnit_processing {
    color: white;
    margin-top: 10px;
    font-family: JaguarBold;
}

.navnit_success {
    color: white;
    margin-top: 10px;
    font-family: JaguarBold;

}

.right-caption {
              color: white;
    text-align: right;
    font-family: LandRoverBold;
    padding-left: 38px;
    font-size: 13px;
    margin-right: -45px;

        }
        .vl {
    border-left: 1px solid white;
    height: 45px;
    margin-top: 1px;
}
.btn-link {
    color: white;
    font-size: 13px;
    text-decoration: none;
    margin-left: 20px;
    width: 164px;
}
 .btn-block {
            display: inline-block;
            width: 150px; /* Adjust width as needed */
            height: 50px; /* Adjust height as needed */
            text-align: center;
            margin: 5px; /* Adjust margin as needed */
        }

.btn-link button {
    width: 100%; /* Ensure buttons are block-level and span the full width */
}

.msg_error {
    color: red;
    margin-top: 10px;
}


.input-group {
    font-family: 'LandRoverMidium';
    margin-bottom: 10px;
}
input {
    outline: 0;
    border-width: 0 0 1px;
    border-color: whitesmoke;
    background-color: transparent;
    color: white;
}

input:focus {
    border-color: green;
}

.form-control-border-bottom:focus {
    border-bottom: 2px solid #007bff;
}

input[type="text"],
input[type="email"] {
    border: none;
    border-bottom: 1px solid #ced4da; /* Bottom border style */
    outline: none;
    padding: 5px 0;
    background-color: transparent!important; /* Transparent background */
    transition: border-color 0.2s; /* Smooth transition for border color */
    color:white;
}
.form-control:focus{
  box-shadow:none!important;
}
form button {
    padding: 10px 20px;
    background-color: #000; /* Background color of the button */
    color: #fff; /* Text color of the button */
    border: none;
    cursor: pointer;
    width: auto; /* Auto width button */
}

form button:hover {
    background-color: #333; /* Darker background on hover */
}


.btn-send {
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    border: 1px solid #c8ab82;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    font-family: 'JaguarRegular';
}

.symbol::before {
    content: "+";
    transition: content 0.3s ease-in-out;
}

.symbol {
    transition: transform 0.3s ease-in-out;
}

.btn-send:hover .symbol {
    transform: translateX(-10px);
}


#imagess img{
    height: 70%;
}

.images1234 h3{
    font-family: JaguarBold;
    font-size: 20px;
    text-align: center;
    margin-top: 3%;

}

/*------------SECTION3/4/5--------------*/
   

.image-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #141a1c;
    padding: 50px;
    height: auto;
}

.image-container {
    position: relative;
    width: calc(33.33% - 20px);
    margin-top: 10px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease;
}

.image-overlay {
    position: absolute;
    bottom: -100%; /* Initially off screen */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Start content from the top */
    align-items: center;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.9s ease, opacity 0.5s ease;
}

.overlay-content blockquote {
    text-align: center;
    font-size: 20px;
    font-family: LandRoverBold;
    padding: 20px;
}

.overlay-content {
    text-align: center;
    padding: 25px;
    width:100%;
}

.overlay-content p {
    text-align: left;
    font-family: LandRoverMidium;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px; /* Padding between Name and Anjali */
    font-size: 1.5rem; /* Adjust font size as needed */
}

.image-name, .image-price {
    background-color: #141a1c;
    color: #ffffff;
    font-size: 1.5rem; /* Adjust font size as needed */
    font-family: LandRoverBold;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
}

.overlay-content .name {
    margin-right: auto;
}

.overlay-content .value {
    margin-left: auto;
}

.image-container:hover .image-overlay {
    bottom: 0; /* Slide up to show */
    opacity: 1;
    transform: translateY(0);
}


/*------------SECTION3/4/5--------------*/

/*------------SECTION6--------------*/

.section-fifth{
    background-color: #0c1315;
    height: auto;
    padding:4%;
}
 .section-fifth ul li{
        color: #a6a6a6;
    font-family: LandRoverMidium;
  }
.head {
    color: white;
    font-size: 35px;
    font-family: JaguarBold;
}

#word {
    color: #a6a6a6;
    font-family: LandRoverMidium;

}

/*------------SECTION6--------------*/

/*-----------------SECTION-EIGHT---------------------*/
.Eight-section {
    position: relative;
    overflow: hidden;
}

.Eight-section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*-----------------SECTION-EIGHT---------------------*/
/*-----------------SECTION-NINE---------------------*/
.section-nine {
    border-bottom: solid gray;
    background-color: #141a1c;
    padding: 40px 5%;
    height: auto;
}

.responsive-div {
    display: flex;
    align-items: center;
    justify-content: center; /* Center content horizontally */
    text-align: center; /* Center text vertically */
    font-family: LandRoverMidium;
}
.responsive-div p{
  margin:0px;
}
.responsive-div img {
    height: 30px;
    margin-right: 10px;
}

@media (max-width: 767.98px) {

    .section-nine {
   
    height: auto;
}

    .responsive-div {
        flex-direction: column;
        text-align: center; /* Center text horizontally */
    }

    .responsive-div img {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/*-----------------SECTION-NINE---------------------*/
          
.subpage1{
    background-color: black;
    height: 65px;
    font-family: JaguarBold;
}
.secondPage {
  background-color: #f0f0f0; 
  padding: 10px; 
  height: 100%;
}
 .mazix {
  display: none; 
  }


    .container {

        max-width: 100%; 
      position:relative;

    }

    .imges img {
        width: 100%; 
        height: 75%; 
        display: block; 
        margin: 0 auto; 
    }

    .imges2 img {
        width: 100%;
        height: auto; 
        padding-top: 10px;
    }
    .images1234 {
        padding-top: 10px;
    }

.image-text123 {
    
background: linear-gradient(60deg, #29323c 0%, #485563 100%);


}
.image-text123 p{
    text-align: left;
    font-size: 15px;
    font-family: LandRoverBold;
    color: white;
}

#imagess img{
  height: 70%;
}

.images1234 h3{
      font-family: JaguarBold;
    font-size: 20px;
    text-align: center;
    margin-top: 3%;

}

.image-text123 h3{
    font-weight: bold;
    font-size: 15px;
    color: white;
    font-family: JaguarBold;
   }



   .image-text123 span{
    font-weight: bold;
    font-size: 15px;
    color: white;
   }

.imges1234{
    padding: 10px;
}
.imges1234 img{
    height: auto;
}
.imges12345{
    padding: 40px;
}

#btnfont {
    font-family: LandRoverBold;
    display: flex;
    justify-content: flex-start;
    width:100%;
}

#btnfont  button a {
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    text-decoration: none;
}

.container {
            max-width: 1200px;
            
        }
        .row::after {
            content: "";
            clear: both;
            display: table;
        }
        .col {
            float: left;
            box-sizing: border-box;
        }
        .col-sm-12 {
            width: 100%;
        }
        /* Define specific layout for smaller screens */
        @media only screen and (min-width: 768px) {
            .col-md-4 {
                width: 33.33%;
            }
            .col-md-8 {
                width: 66.66%;
            }
        }
        img {
            max-width: 100%;
            height: auto;
        }
        h3 {
            margin-top: 0;
        }
        .image-text123 {
            padding: 20px;
            border: 1px solid #ccc;
            margin-top: 20px;
        }
        .fs {
            font-size: 14px;
        }
        .border {
            border-bottom: 1px solid #ccc;
            margin-bottom: 10px;
        }
        .fixed-bottom {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #fff;
            box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
            padding: 10px;
        }
       
        button.btn {
            padding: 5px 10px;
            border: none;
            background-color: #000;
            color: #fff;
            border-radius: 5px;
            cursor: pointer;
        }
        /* Additional styling for buttons */
        button.btn:hover {
            background-color: #333;
        }
         @media (max-width: 576px) {

        .secondPage{
            height: auto;
        }


 


       
        
    }

    

    .secondPage .col-12:last-child {
    position: relative;
    bottom: 0;
}


    .prev, .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10; /* Ensure buttons are on top of other elements */
    }

    .prev {
        left: 60px;
    }

    .next {
        right: 60px;
    }



/*----------------SECTION1------------------*/

/* Ensure images are responsive */
.img-fluid {
  max-width: 100%;
  height: auto;
}


/*---------------Ajit CSS------------------*/

#EnquiryBox {
  margin: 0px 0px 30px!important;
  padding: 0px!important;
}
#EnquiryBox .ml-5 {
  margin-left: 0rem!important;
}
#EnquiryBox .input-group{
  right: 10px!important;
  bottom: 0px!important;
}
#EnquiryBox .btn-send{
  right:10px!important;
  color:#333;
  border: 1px solid #ced4da;
  border-radius: 5px;
  bottom: 0px;
}
#EnquiryBox .btn-send:hover{
  background-color: #fff;
}
#EnquiryBox input[type="text"], #EnquiryBox input[type="email"]{
  color: #000;
  border-bottom: 1px solid #000;
}
#EnquiryBox .navnit_processing, #EnquiryBox .navnit_success, #EnquiryBox .msg_error{
  color:red;
  padding: 20px 0px 0px;
}
.overlay-text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 10px;
  width: 90%; 
  font-family: JaguarBold;
}
.overlay-text h2 {
  font-size:60px;
  margin:20px 0px;
}
.overlay-text a, .overlay-text a:hover{
  color:#fff;
  text-decoration: none;
}
.call_us {
    display: none;
}
@media (max-width: 768px){
  #EnquiryBox {
    margin: 30px 0px 0px;
    padding: 20px 0px;
  }
  .overlay-text {
    top: 50%;
    left: 50%;
  }
  .overlay-text h2 {
    font-size:25px; 
  }
  .overlay-text h4 {
    font-size:18px; 
  }
  .overlay-text a {
    font-size:14px;
    font-family: 'LandRoverMidium';
  }
  .thankyouimg{
    width:100%;
    height:300px!important;
  }

  .call_us {
    width: 100%;
    display: block;
    font-weight: 600;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #000;
    text-decoration: none;
  }
.base2, .base3 {
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 30%;
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 0px;
    text-decoration: none;
  }

}





#navs .navbar-nav .nav-item:last-child{
  width:65%;
}
 #mainfooter{
    background-color: #0c1315; z-index: 9999;
  }
  .close{
    display: none;
  }
  .IPadView{
    display: none;
  }
  #mainfooter p a{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
@media (max-width: 768px){

     #homepage-section{
    height:auto;
  }
     .navbar-brand-text {
    font-size: 2rem;
  }


  #img1 img1{
    height: 10px;
    margin-left: 30px;
  }
#callNum{
    font-size: 20px;
  }



   .headdiv .lead{
    font-size: 8px;
    position: relative;
    left: 0;
   }

  .content.left-content{
    text-align: center;
    height: 30%;
    position: relative;
    bottom: 100px;
  }

  .content.right-content{
    text-align: center;
    position: relative;
    bottom: 260px;
  }

  #myFormtop { margin-top: 40%; }

  

  
  .left-content h3 {
    font-size: 15px; /* Adjust font size */
    margin-bottom: 30px; /* Reduce bottom margin */
  }
  
  .left-content p {
    font-size: 12px; /* Adjust font size */
    margin-bottom: 10px; /* Reduce bottom margin */
  }

  
  #contactForm .input-group {
    margin-bottom: 20px; /* Adjust bottom margin */

  }

  .btn-send {
    margin-top: 20px; /* Adjust top margin */
  }

.image-section {
        flex-direction: column;
        align-items: center;


    }

    .image-container {
        width: 90%;
         position: relative;
         top: 80px;
    }

    .overlay-content  {
        position: relative;
        bottom: 60px;
        padding: 10px;
    }

    .overlay-content p {
        font-size: 0.8rem; /* Larger font size for mobile */
    }

    .image-name, .image-price {
        font-size: 1.0rem;
        padding: 10px;
    }

    .responsive-div a{
        font-size: 13px;
    }

    #number{
        text-align: center;
        position: relative;
        right: 80px;
    }
#number12{
 text-align: left;
}
   
    #number123{
        font-size: 10px;
        right: 70px;

    }



    #sectwo{
    height: auto;
  }


    .navbar-brand-text {
    font-size: 1.25rem;
  }

  .headdiv p {
    font-size: 0.875rem;
  }

  #ullistexp li a {
    font-size: 1.25rem;
  }

    .content.left-content{
    text-align: center;
    height: 30%;
    position: relative;
    bottom: 100px;
    right: 50px;
        width: 100%;

  }

#text2{
    height: 155px;
}
  .content.right-content{
    text-align: center;
    justify-content: center;
    position: relative;
    bottom: 260px;
    width: 100%;
        right: 50px;

  }
  
  .left-content h3 {
    font-size: 15px; /* Adjust font size */
    margin-bottom: 30px; /* Reduce bottom margin */
  }
  
  .left-content p {
    font-size: 12px; /* Adjust font size */
    margin-bottom: 10px; /* Reduce bottom margin */
  }

  


  .btn-send {
    margin-top: 20px; /* Adjust top margin */
  }

  #img1{
    position: relative;
    bottom: 330px;
    text-align: center!important;
    padding: 0px;
  }
  #img1, #callNum img {
    height: 25px;

}

  #contactForm .input-group  {
    width: 100%;
   position: relative;
   right: 30px;
   bottom: 60px;
  }


  .btn-send {
    width: 100%;
    position: relative;
   right: 30px;
   bottom: 60px;
  }

    #navs h3{
    font-size: 1rem;
    }


     .headdiv h1 {
    font-size: 1rem;
    margin-top: 100px;
     left:0; 

  }

  #main_navv{
    padding:0px;
    position: absolute;
    z-index: 99;
    left: 0px;
    width: 100%;
    background: rgba(18, 18, 18, 0.59);
  }
  .navbar{
    background: rgba(18, 18, 18, 0.59);
    padding:0px!important;
  }
  .navbar-nav{
    padding:15px 0px;
  }
  #homepage-section{
    height: 60vh;
  }
  
  .navbar-dark .navbar-toggler{
    border-color:transparent;
    color:transparent;
  }
  .image-container{
    margin-top:0px;
    top:0px;
  }
  .image-section{
    padding:50px 35px;
  }
  .image-name, .image-price {
    font-size: 1.0rem;
    padding: 10px;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  .section-nine{
    padding:40px 0px;
  }
  .section-nine .responsive-div{
    margin-bottom:20px;
  }
  .head{
    margin-bottom:20px;
    font-size:22px;
  }
  .subpage1 .navbar{
    padding:.5rem 1rem!important;
  }
  .secondPage .ml-2{
    margin-left:-15px!important;
  }


  
  .close{
    display: block;
    margin-top:-30px;
  }
  .prev {
    left: 0px;
  }
  .next{
    right:0px;
  }
   #mainfooter .pl-5{
    padding: 15px!important;
  }
  #navedit{
    margin-top:0px!important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #homepage-section{
    height:auto;
  }

  .mainui {
      text-align: center;
      margin-left: 2%;
    }

    #ullistexp li {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-left: 20px;
    }

    #ullistexp li:before {
      transition: opacity 0.4s linear, height 0.4s linear, width 0.4s linear;
      background: transparent;
      opacity: 0;
      height: 0;
      width: 0;
      content: '';
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
    }

    #ullistexp li:hover:before {
      opacity: 1;
      height: 105%;
      width: 105%;
      background: #333;
    }

    #ullistexp li:hover a {
      color: white;
    }

    .fa {
      font-size: 1.5em;
      line-height: 40px;
    }

    .fb a {
      color: #4267b2;
    }

    .ig a {
      color: #d10869;
    
    }

    #ullistexp li.fb {
      border: 2px solid #4267b2;
    }

    #ullistexp li.fb:hover:before {
      background: #4267b2;
    }

    #ullistexp li.ig {
      border: 2px solid #d10869;
    }

    #ullistexp li.ig:hover:before {
      background: #d10869;
    }
    .fb-icon, .ig-icon {
      font-size: 3em;
      margin: 0 10px;
    }

    .fb-icon {
      color: #4267b2;

    }
    .fbjguar, .fbLandRover{
              font-family: JaguarBold;

    }


    .ig-icon {
      color: #d10869;
    }


.right-caption{
    padding: 0px;
}
.link-Address{
    font-size: 6px;
}
  #sectwo{
    height: auto;
  }


  .left-content h3 {
    font-size: 15px; /* Adjust font size */
    margin-top: 5px;
  }
  
  .left-content p {
    font-size: 10px; /* Adjust font size */
  }


#text2 {
    color: #a6a6a6;
    font-weight: bold;
    text-align: left;
    font-family: LandRoverMidium;
    font-size: 12px;

}

#img1 {
   position: relative;
   bottom: 80px;
  }
  #callNum {
    color: #c3a67e;
    font-family: LandRoverBold;
    font-size: 15px;
    text-decoration:none;
}

.spaced-image {
    height: 1px;
}

.contfrm {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .contfrm .col-lg-2,
    .contfrm .col-lg-3 {
        flex: 1;
        margin-right: 10px;
    }
    .contfrm .btnform {
        margin-right: 0;
    }
.form-control:focus{
  box-shadow:none!important;
}
form button {
    padding: 5px 50px;
    background-color: #000; /* Background color of the button */
    color: #fff; /* Text color of the button */
    border: none;
    cursor: pointer;
    width: auto; /* Auto width button */
}

form button:hover {
    background-color: #333; /* Darker background on hover */
}

.btn-send {
    color: white;
    padding: 5px 15px; /* Adjust padding to make the button smaller */
    cursor: pointer;
    border: 1px solid #c8ab82;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    font-family: 'JaguarRegular';
    font-size: 14px; /* Optional: adjust font size if needed */
}

.symbol::before {
    content: "+";
    transition: content 0.3s ease-in-out;
}

.symbol {
    transition: transform 0.3s ease-in-out;
}

.btn-send:hover .symbol {
    transform: translateX(-10px);
}

.modal-footer button{
    font-size: 7px;
    

}

.image-container {
        width: calc(33.33% - 20px);
    }

#image-container{
    position: relative;
    bottom: 300px;
}
    .overlay-content  {
        position: relative;
        bottom: 40px;
    }

    .overlay-content p {
        font-size: 0.8rem; 
    }

    .overlay-content blockquote {
        font-size: 0.8rem; 
    }

    .image-name, .image-price {
        font-size: 0.8rem;
        padding: 10px;
    }
}

#exampleModalCenter .modal-body{
  padding-top: 40px;
}
.CallBackForm {
  padding: 15px;
  background: #0853a1;
  border-radius: 15px;
}
.CallBackForm h5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 30px;
}
.phonebtn {
  text-align: center;
  height: 40px;
  width: max-content;
  background: #fff;
  padding: 6px 20px;
  color: #17006b;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 20px;
}
.phonebtn a {
  color: #17006b;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.phonebtn img {
  padding: 0px !important;
  margin-right: 5px;
}
.CallBackForm .form-control {
  font-size: 13px;
  height: 40px;
  background-color: #0853a1;
  border: 1px solid #fff;
  border-radius: 5px;
  padding:0px 10px;
  color: #fff;
}
.closebtn{
  float: right;
  font-size: 22px;
  margin-top: -40px;
  border: 0px;
  background: transparent;
}
.closebtn:focus{
  outline:none;
}

.CallBackForm textarea {
  height: 70px !important;
}
::placeholder {
  color: white !important;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
.CallBackForm .form-control:focus{
  color: #fff;
}
.CallBackForm select{
  background:#0853a1!important;
}
.CallBackForm .form-control:focus{
  background-color: transparent;
}

#SubmitButton {
  font-size: 14px;
  border: none;
  background: #fff;
  color: #17006b;
  font-weight: 600;
  padding: 10px;
  width: max-content;
  margin: 0 auto;
}
.fixedWhsection{
  text-align: right;
  display: inline-grid;
  position: fixed;
  z-index: 9;
  border-radius: 0;
  bottom: 18%;
  right:2%;
  color: #fff;
  padding: 8px;
}
.fixedWhsection img {
  width: 45px;
}
.fixedsection {
  text-align: right;
  display: inline-grid;
  position: fixed;
  z-index: 999999;
  border-radius: 0;
  bottom: 8%;
  right: 0px;
  color: #fff;
  padding: 8px;
}
.whatsapp-button {
  background-color: #0078ff; 
  color: white;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 30px; 
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
  transition: background-color 0.3s ease;
}
.whatsapp-button:hover {
  text-decoration: none;
  color: #fff;
}
.whatsapp-button img {
  margin-left: 10px;
  width: 30px!important;
  margin-bottom: 0px!important;
}
@media (max-width: 768px) {
  .fixedsection {
    display:none;
  }
}
/*
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
     #homepage-section{
    height:auto;
  }


}
*/

#exampleModalCenter .modal-content {
  background-color:transparent;
  border: 1px solid #fff;
}
#exampleModalCenter .CallBackForm{
  padding:0px;
  background:transparent;
}
#exampleModalCenter .phonebtn{
  background: transparent;
  border: 1px solid #fff;
}
#exampleModalCenter .phonebtn a {
  color:#fff;
}
#exampleModalCenter .CallBackForm select {
    background: transparent !important;
}
#exampleModalCenter .CallBackForm .form-control:focus {
  color: #fff;
  background-color: #000 !important;
}
#exampleModalCenter  #SubmitButton {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
}
#exampleModalCenter .closebtn{
  color: #fff;
}