@font-face {
    font-family: 'Gill Sans';
    src: url('assets/fonts/FontsFree-Net-Gill-Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Lot';
    src: url('assets/fonts/Lot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }



html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }


 /* Styling for the nav bar */ 
.navbar {
    background-color: #ffffff;
    height: 124px;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    
  }

  
 
  .menu-button {
    position: absolute;
    margin-top: 2px;
    margin-left: 6vw;
    width: 45px;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  
  .menu-line {
    background-color: #284291;
    border: 5px solid #284291;
    display: block;
  }
  
  .line1 {
    width: 45px;
    height: 1px;
    transform: scaleY(0.5);
  }
  
  .line2 {
    width: 31px;
    height: 1px;
    transform: scaleY(0.5);
    margin-top: 2.5px;
  }

    /* General Styles for the Dropdown Menu */
.dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  height: 795px;
  background-color: #284291; 
  color: white;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 200000000001;
}

.dropdown-menu.open {
    opacity: 1;
    visibility: visible;
}

/* Close Button */
.close-btn {
  background: none;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 48px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 6vw;

}

.menu-items {
  display: flex;
  flex-direction: column;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: none;
  border: none;
  color: white;
  font-family:'Gill Sans';
  font-size: 64px;
  line-height: 76.34px;
  font-weight: 600;
  margin: 10px 0;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin-left: 10vw;
}

.menu-item:hover {
  transform: translateX(2VW); /* Shift buttons to the right on hover */
}

/* Social Links */
.social-links {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  bottom: 50px;
  right: 6vw;
  

}

.social-links a {
  margin: 0 10px;
}

.social-links img {
  width: 24px; /* Adjust image size */
  height: 24px;
}

.top-right-img {
  position: absolute;
  top: -110px;
  right: -350px;
}
  

  .logo {
    position: absolute;
    margin-top: 51px;
    margin-left: 11vw;
    width: 56.61px;
    height: 34px;
  }
  

  .quote-button {
    position: absolute;
    margin-top: 41px;
    right: 6vw;
    width: 180px;
    height: 42px;
    background-color: #ffffff;
    color: #284291;
    text-align: center;
    line-height: 42px;
    border-radius: 10px;
    border: 1px solid #F2C10D;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
    font-size: 24px;
    z-index: 1;
  }
  
  
  .quote-arrow {
    width: 11.47px;
    height: auto;
    margin-left: 10px;
    margin-top: 1px;
  }


  .contact-section {
    background-color: #ffffff;
    height: 657px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .Yellow-Vector{
    position: absolute;
    padding-top: 665px;
    right: 0;
  }

  .container-1 {
    position: absolute;
    margin-top: 150px; 
    left: 6vw;
    height: 500px;
  }
    

  .text-1
  {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: justify;
    color: #284291;
    margin-bottom: 0px;
    font-weight: 700;
  }

  .text-2 {
    margin-top: 25px;
    font-family: 'Lot';
    font-weight: bolder;
    font-size: 128px;
    line-height: 128px;
    text-align: justify;
    color: #F2C10D;
    margin-bottom: 20px;
    max-width: 680px;
  }
  



  .form-section {
    
    background-color: #284291;
    padding-top: 50px;
    margin-top: 155px;
    width: 100%;
    z-index: 1;
   
  }

  .contact-form {
    background-color: #284291;
    padding-top: 50px;
    margin-bottom: 50px;
    z-index: 1;
  }
  
 
  
  form {
    display: flex;
    flex-direction: column;
    padding: 10px 270px;
    z-index: 1;
  
  }
  
  .form-group {
    display: flex;
    gap: 150px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  
  
  .input-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    z-index: 1;

  }
  
  .input-box label {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  
  .phone-container {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
  }
  
  .phone-container select.country-code {
    border: 1px solid #ffffff;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 10px;
    font-size: 14px;
    color: #284291;
    width: 70px;
    height: 60px;
  }


  
  .phone-container input {
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    flex-grow: 1;
    color: #999;
  }
  
  .phone-container select:focus,
  .phone-container input:focus {
    outline: none;
  }
  
  /* Country dropdown styling */
  .input-box select.country-select
  {
    color: #284291;
    padding-right: 100px;
    font-size: 20px;
  }
  .country-select {
    width: 100%;
    height: 65px;
    padding: 10px;
    padding-left: 20px;
    font-size: 18px;
    border: 0px solid #ffffff;
    border-radius: 5px;
    background-color: #ffffff;
    color:#EBEBEB ;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-right: 10px;
  }

  .required {
    color: red;
    font-weight: bold;
    padding-left: 10px;
  }
  
  .optional
  {
    color: #E0E0E0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  
  
  
  
  .input-box input, .phone-input select {
    padding: 10px;
    border: 0px solid #ffffff;
    border-radius: 5px;
    font-size: 18px;
    height: 40px;
    font-family: "Lato", initial;
  }
  
  
  .input-box input::placeholder, .input-box textarea::placeholder{
    padding: 10px 10px;
    font-size: 18px;
    color: #EBEBEB ;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  
  .phone-input {
    display: flex;
    gap: 5px;
  }


  .multiselect {
  width: 100%px;
  margin-top: 45px;
}
.check-row{
  display: flex;
  flex-direction: row;
}
.check-row .box{
  width: 10px;
  height: 10px;
  margin-right: 15px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 0px #dadada solid;
  background-color: white;
}

#checkboxes label {
  display: block;
  font-family: 'Gill Sans';
  font-size: 12px;
  color :#284291;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

  .quote-button-div-2
  {
    background-color: #284291;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .quote-button-2 {
    position: absolute;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 44px;
    background-color: #F2C10D;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    border-radius: 10px;
    border: 1px solid #F2C10D;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 24px;
    
  }
  
  
  .quote-arrow-2 {
    width: 39.16px;
    height: auto;
    margin-left: 20px;
    margin-top: 1px;
  }
  
  .contact-yellow-vector1{
    position: absolute;
    margin-top: 350px;
    left: 0;
  
  }

  .contact-yellow-vector2{
    position: absolute;
    margin-top: 350px;
    transform: scaleX(-1);
    right: 0;
  
  }

  .contact-details
  {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-details p
  {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
    padding-right: 50px;
    text-decoration: none;
  }
  
 .contact-details-text
 {
     text-decoration: none;
 }
  
  .contact-icon
  {
    padding-right: 20px;
  }


  .map-container {
    position: relative;
    width: 100%; 
    height: 268px; 
    overflow: hidden;
    border-radius: 0px;

}


.map-container iframe {
    width: 100%;
    height: 100%;
    filter: brightness(50%); 
}

.map-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  pointer-events: auto; /* Make it clickable */
}

.map-container .overlay p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Gill Sans';
    font-weight: 500;
    font-size: 40px;
}



/* Styling for the footer section */


.scroll-indicator-up {
    display: flex;
    justify-content: center; 

  }
  
  .chevron-up {
    transform: rotate(180deg);
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    padding-top: 0;
    margin-right: 0px;
    margin-left: 20px;
  }
  
  .footer-section {
    display: block;
    position: relative; 
    margin-top: 0px;
    background-color: #284291;  
    color: white;  
    width: calc(100vw - 17px);
    height: 243px;
   
   
  
  }
    

  .footer-content{
    display: flex;  
    align-items: center;  
    width: 100%;

  }

  .footer-logo {
    width: 191px;  
    height: 64px;
    margin-top: 0px;
    margin-left: 150px;
    margin-bottom: 50px;
  }

  .copyright{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-left: 465px;
  }


  .row-logo
  {
    height: 16.75px;
    width: 16.75px;
  }
  
  .row-paragraph-1{
    font-family:'Gill Sans';
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    color: #ffffff;

  }
  
  .row-paragraph-2{
    font-family: 'Gill Sans';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 0px;
    color: #C6CCD7;


  }

  .copyright-section {
    background-color: black;
    padding: 10px 0;  
    text-align: center;  
    color: white;  
    margin-bottom: 20px;
  }
  
  .copyright-text {
    font-size: 18px;
    font-family: 'Gill Sans';
    color: #707070;
    font-family: "Lato", sans-serif;
    
  }

  .email-container{
    width: 251.27px;
    height: 54.04px;
    margin-bottom: 120px;
    margin-right: 0px;
    margin-left: 150px;
  }
  
  .email-container p{
    font-family: 'Gill Sans';
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .input-wrapper {
    position: relative;
    display: flex;
  }


  .email-field {
    padding: 10px 5px;
    text-indent: 10px;
    width: 250px;
    height: 29.15;
    font-size: 12px;
    border: 1px solid #F2C10D;
    background-color: #284291;
    border-radius: 5px;
    outline: none;
    color: #B3BBCA;
}

.input-icon {
    margin-left: 5px;
    position: absolute;
    margin-top: 15px;
    left: 200px; 
    transform: translateY(-50%);
    width: 27px; 
    height: 27px;
    pointer-events: none; 
  }

.email-container input[type="text"]::placeholder {
    color: #B3BBCA; 
}

.vertical-line {
    border-left: 3.46px solid #ffffff; 
    width: 3.46px;
    height: 143px;
    margin-left: 150px;
    margin-bottom: 30px;

  }
  
  .buttons {
    margin-left: 25px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; 
    gap: 15px;
    font-family: 'Gill Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
  }




  @media(min-width: 240px ) and (max-width: 336px)
{

      /* Close Button */
.close-btn {

  font-size: 28px;

}



.menu-item {

  font-size: 34px;
  margin-left: 12vw;
}



.top-right-img {
  position: absolute;
  top: -50px;
  right: -110px;
  width: 300px;
}

 
  .menu-button{
    margin-top: 30px;
    width: 45px;
    height: 10px;
  
  }
  
  
  .line1 {
    width: 20px;
    height: 0.4px;
    transform: scaleY(0.3);
    margin-top: 0px;
  }
  
  .line2 {
    width: 12.47px;
    height: 0.4px;
    transform: scaleY(0.3);
    margin-top: 1px;
  }
  

  .logo {
    margin-top: 33px;
    margin-left: 25vw;
    width: 26px;
    height: 16px;
  }
  

  .quote-button {
    margin-top: 30px;
    width: 5rem;
    height: 1.5rem;
    font-size: 10px;
  }

  /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 90px;
  }

  .container-1 {
    left: 6vw; 
    margin-top: 390px;  
  }
  

  .text-1
  {
    font-size: 12px;
    line-height: 22px;
  }

  .text-2 {
    margin-top: 10px;
    font-family: 'Lot';
    font-size: 26px;
    line-height: 22px;
  }
  
  /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 0px;
  
  }
  
  .form-group {
    gap: 20px;
    flex-direction: column;
  }

  
  
  .input-box label {
    font-size: 12px;
    line-height: 38.4px;
  }
  

  .input-box input {
    width: 90%;
  }

  .phone-container input {
    width: 90px;
  }

  .phone-input select
  {
    width: 45px;
    padding: 1px;
    font-size: 8px;

  }
  
  .quote-button-div-2
  {
    height: 100px;
  
  }

  .quote-button-2 {
    width: 150px;
    font-size: 16px;
    
  }
  
  .contact-yellow-vector1{
   display: none;
  
  }

  .contact-yellow-vector2{
    display: none;
  
  }

  .contact-details
  {

    flex-direction: column;
    
  }

  .contact-details p
  {
    
    font-size: 13px;
    line-height: 24px;
    padding-right: 5px;
  }
  
  .contact-icon
  {
    padding-right: 10px;
    width:20px;
  }


  .map-container {
    height: 200px; 
}



  /* Styling for the footer section */


.footer-section{
  width: 100vw;
  height: 192px;
  margin-top: 0;
  background-color: #284291; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
}

/* Scroll Indicator */
.scroll-indicator-up {
  margin-bottom: 10px;
  cursor: pointer;
}

.chevron-up {
  width: 30px;
  height: 30px;
  stroke: #fff; 
}




.footer-logo {
  position: absolute;
  width: 50px; 
  height: auto;
  margin-bottom: 15px;
  padding: 0 0;
  margin-left: 0px;
  left: 0px;
  margin-top: 40px;
  object-fit: cover;
  margin-right: 0px;
  

}


.row-logos  {
  position: absolute;
  margin: 0 5px;
  padding: 0 0;
  margin-top: 10px;
  left: 44%;

}
.row-logos  img {
 
  width: 13px;
  height: 13px;

}

.row-paragraph-1
{
  position: absolute;
  margin-top: 48px;
  left: 43%;
  align-items: center;
  text-align: center;
}

.row-paragraph-2
{
  position: absolute;
  margin-top: 70px;
  left: 28%;
  padding: 0 0;


}


.row-paragraph-1 p {
  font-size: 6px;
  color: #fff;
  margin: 0 0;
  line-height: 1px;
  text-align: justify;
  
}

.row-paragraph-2 p
{
  font-size: 6px;
  color: #fff;
  margin: 0 0;
}


.copyright{
    display: flex;        
    justify-content: center; 
    align-items: center;  
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    

 

  }

.email-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  gap: 0px; 
  height: 90px; 
  background-color: #284291;
  margin: 0;
  padding: 0;
  left: 0;
  margin-left: 0px;
  margin-right: auto;
  width: 160px;


}

.email-container p{
  
  
  font-family: 'Gill Sans';
  font-size: 6px;
  line-height: 1px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.input-wrapper {
  position: relative;
 
}


.email-field {
  margin-top: 0px;
  left: 0;
  padding: 10px 2px;
  text-indent: 0px;
  width: 70px;
  height: 8px;
  font-size: 12px;
  border: 1px solid #F2C10D;
  background-color: #284291;
  border-radius: 5px;
  outline: none;
  color: #B3BBCA;
}

.input-icon {
  display: none;
  position: absolute;
  width: 12px; 
  height: 12px;
  pointer-events: none; 
  left: 12vw;
  top: 1vh;
  z-index: 1;
}

.email-container input[type="text"]::placeholder {
  color: #B3BBCA; 
  font-size: 8px;
}





.vertical-line {
  position: absolute;
  margin-top: 0px;
  left: 80vw;
  border-left: 3.46px solid #ffffff; 
  width: 2px;
  height: 60px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.buttons {
  position: absolute;
  margin-top: 0px;
  left: 85vw;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; 
  gap: 1px;
  font-family: 'Gill Sans';
  font-size: 10px;
  font-weight: 500;
  line-height: 19.2px;
}


  
  
}
 
 
@media(min-width: 337px ) and (max-width: 360px)
{
    /* Close Button */
.close-btn {

  font-size: 28px;

}



.menu-item {

  font-size: 34px;
  margin-left: 12vw;
}



.top-right-img {
  position: absolute;
  top: -50px;
  right: -110px;
  width: 300px;
}


 
  .menu-button{
    margin-top: 30px;
    width: 45px;
    height: 10px;
  
  }
  
  
  .line1 {
    width: 20px;
    height: 0.4px;
    transform: scaleY(0.3);
    margin-top: 0px;
  }
  
  .line2 {
    width: 12.47px;
    height: 0.4px;
    transform: scaleY(0.3);
    margin-top: 1px;
  }
  

  .logo {
    margin-top: 33px;
    margin-left: 25vw;
    width: 26px;
    height: 16px;
  }
  

  .quote-button {
    margin-top: 30px;
    width: 5rem;
    height: 1.5rem;
    font-size: 10px;
  }


  /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 90px;
  }

  .container-1 {
    left: 6vw; 
    margin-top: 350px;  
  }
  

  .text-1
  {
    font-size: 14px;
    line-height: 22px;
  }

  .text-2 {
    margin-top: 10px;
    font-family: 'Lot';
    font-size: 30px;
    line-height: 30px;
  }


  /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 0px;
  
  }
  
  .form-group {
    gap: 20px;
    flex-direction: column;
  }
  
  
  .input-box label {
    font-size: 12px;
    line-height: 38.4px;
  }
  

  .input-box input {
    width: 92%;
  }

  .phone-container input {
    width: 90px;
  }

  .phone-input select
  {
    width: 45px;
    padding: 1px;
    font-size: 8px;

  }
  
  .quote-button-div-2
  {
    height: 100px;
  
  }

  .quote-button-2 {
    width: 150px;
    font-size: 16px;
    
  }
  
  .contact-yellow-vector1{
   display: none;
  
  }

  .contact-yellow-vector2{
    display: none;
  
  }

  .contact-details
  {

    flex-direction: column;
    
  }

  .contact-details p
  {
    
    font-size: 13px;
    line-height: 24px;
    padding-right: 5px;
  }
  
  .contact-icon
  {
    padding-right: 10px;
    width:20px;
  }


  .map-container {
    height: 200px; 
}
  
  

 /* Styling for the footer section */


.footer-section {
  width: 100vw;
  height: 192px;
  margin-top: 0;
  background-color: #284291; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Scroll Indicator */
.scroll-indicator-up {
  margin-bottom: 10px;
  cursor: pointer;
}

.chevron-up {
  width: 30px;
  height: 30px;
  stroke: #fff; 
}


.footer-logo {
  position: absolute;
  width: 80px; 
  height: auto;
  margin-bottom: 15px;
  padding: 0 0;
  margin-left: 0px;
  left: 20px;
  margin-top: 40px;
  object-fit: cover;
  

}


.row-logos  {
  position: absolute;
  margin: 0 5px;
  padding: 0 0;
  margin-top: 10px;
  left: 44%;

}
.row-logos  img {
 
  width: 13px;
  height: 13px;

}

.row-paragraph-1
{
  position: absolute;
  margin-top: 48px;
  left: 40%;
  align-items: center;
  text-align: center;
}

.row-paragraph-2
{
  position: absolute;
  margin-top: 70px;
  left: 25%;
  padding: 0 0;


}


.row-paragraph-1 p {
  font-size: 8px;
  color: #fff;
  margin: 0 0;
  line-height: 1px;
  text-align: justify;
  
}

.row-paragraph-2 p
{
  font-size: 8px;
  color: #fff;
  margin: 0 0;
}

.copyright {
  margin-bottom: 0px;



}

.email-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  gap: 0px; 
  height: 90px; 
  background-color: #284291;
  margin: 0;
  padding: 0;
  left: 0;
  margin-left: 30%;
  width: 150px;


}

.email-container p{
  
  
  font-family: 'Gill Sans';
  font-size: 8px;
  line-height: 1px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.input-wrapper {
  position: relative;
 
}


.email-field {
  margin-top: 0px;
  left: 0;
  padding: 10px 2px;
  text-indent: 0px;
  width: 80px;
  height: 8px;
  font-size: 12px;
  border: 1px solid #F2C10D;
  background-color: #284291;
  border-radius: 5px;
  outline: none;
  color: #B3BBCA;
}

.input-icon {
  display: none;
  position: absolute;
  width: 12px; 
  height: 12px;
  pointer-events: none; 
  left: 12vw;
  top: 1vh;
  z-index: 1;
}

.email-container input[type="text"]::placeholder {
  color: #B3BBCA; 
  font-size: 8px;
}





.vertical-line {
  position: absolute;
  margin-top: 0px;
  left: 80vw;
  border-left: 3.46px solid #ffffff; 
  width: 2px;
  height: 60px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.buttons {
  position: absolute;
  margin-top: 0px;
  left: 85vw;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; 
  gap: 1px;
  font-family: 'Gill Sans';
  font-size: 10px;
  font-weight: 500;
  line-height: 19.2px;
}



  
  
}


@media(min-width: 361px ) and (max-width: 430px)
{

      /* Close Button */
.close-btn {

  font-size: 28px;

}



.menu-item {

  font-size: 34px;
  margin-left: 12vw;
}



.top-right-img {
  position: absolute;
  top: -50px;
  right: -110px;
  width: 300px;
}

 
  .menu-button{
    margin-top: 30px;
    width: 45px;
    height: 10px;
  
  }
  
  
  .line1 {
    width: 20px;
    height: 0.4px;
    transform: scaleY(0.3);
    margin-top: 0px;
  }
  
  .line2 {
    width: 12.47px;
    height: 0.4px;
    transform: scaleY(0.3);
    margin-top: 1px;
  }
  

  .logo {
    margin-top: 33px;
    margin-left: 25vw;
    width: 26px;
    height: 16px;
  }
  

  .quote-button {
    margin-top: 30px;
    width: 5rem;
    height: 1.5rem;
    font-size: 10px;
  }



  /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 150px;
  }

  .container-1 {
    left: 6vw; 
    margin-top: 350px;  
  }
  

  .text-1
  {
    font-size: 16px;
    line-height: 22px;
  }

  .text-2 {
    margin-top: 10px;
    font-size: 34px;
    line-height: 30px;
  }


  /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 0px;
  
  }
  
  .form-group {
    gap: 20px;
    flex-direction: column;
  }
  
  
  .input-box label {
    font-size: 12px;
    line-height: 38.4px;
  }
  

  .input-box input {
    width: 92%;
  }

  .phone-container input {
    width: 90px;
  }

  .phone-input select
  {
    width: 45px;
    padding: 1px;
    font-size: 8px;

  }
  
  .quote-button-div-2
  {
    height: 100px;
  
  }

  .quote-button-2 {
    width: 200px;
    font-size: 14px;
    
  }
  
  .contact-yellow-vector1{
   display: none;
  
  }

  .contact-yellow-vector2{
    display: none;
  
  }

  .contact-details
  {

    flex-direction: column;
    
  }

  .contact-details p
  {
    
    font-size: 13px;
    line-height: 24px;
    padding-right: 5px;
  }
  
  .contact-icon
  {
    padding-right: 10px;
    width:20px;
  }


  .map-container {
    height: 200px; 
}
  




  


 /* Styling for the footer section */


.footer-section {
  width: 100vw;
  height: 192px;
  margin-top: 0;
  background-color: #284291; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Scroll Indicator */
.scroll-indicator-up {
  margin-bottom: 10px;
  cursor: pointer;
}

.chevron-up {
  width: 30px;
  height: 30px;
  stroke: #fff; 
}


.footer-logo {
  position: absolute;
  width: 80px; 
  height: auto;
  margin-bottom: 15px;
  padding: 0 0;
  margin-left: 0px;
  left: 20px;
  margin-top: 40px;
  object-fit: cover;
  

}


.row-logos  {
  position: absolute;
  margin: 0 5px;
  padding: 0 0;
  margin-top: 10px;
  left: 47%;

}
.row-logos  img {
 
  width: 13px;
  height: 13px;

}

.row-paragraph-1
{
  position: absolute;
  margin-top: 48px;
  left: 44%;
  align-items: center;
  text-align: center;
}

.row-paragraph-2
{
  position: absolute;
  margin-top: 70px;
  left: 34%;
  padding: 0 0;


}


.row-paragraph-1 p {
  font-size: 8px;
  color: #fff;
  margin: 0 0;
  line-height: 1px;
  text-align: justify;
  
}

.row-paragraph-2 p
{
  font-size: 8px;
  color: #fff;
  margin: 0 0;
}

.copyright {
  margin-bottom: 0px;



}

.email-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  gap: 0px; 
  height: 90px; 
  background-color: #284291;
  margin: 0;
  padding: 0;
  left: 0;
  margin-left: 35%;
  width: 150px;


}

.email-container p{
  
  
  font-family: 'Gill Sans';
  font-size: 8px;
  line-height: 1px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.input-wrapper {
  position: relative;
 
}


.email-field {
  margin-top: 0px;
  left: 0;
  padding: 10px 2px;
  text-indent: 0px;
  width: 80px;
  height: 8px;
  font-size: 12px;
  border: 1px solid #F2C10D;
  background-color: #284291;
  border-radius: 5px;
  outline: none;
  color: #B3BBCA;
}

.input-icon {
  display: none;
  position: absolute;
  width: 12px; 
  height: 12px;
  pointer-events: none; 
  left: 12vw;
  top: 1vh;
  z-index: 1;
}

.email-container input[type="text"]::placeholder {
  color: #B3BBCA; 
  font-size: 8px;
}





.vertical-line {
  position: absolute;
  margin-top: 0px;
  left: 80vw;
  border-left: 3.46px solid #ffffff; 
  width: 2px;
  height: 60px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.buttons {
  position: absolute;
  margin-top: 0px;
  left: 85vw;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; 
  gap: 1px;
  font-family: 'Gill Sans';
  font-size: 10px;
  font-weight: 500;
  line-height: 19.2px;
}


  
  
}


@media(min-width: 431px ) and (max-width: 540px)
{
          /* Close Button */
.close-btn {

  font-size: 28px;

}



.menu-item {

  font-size: 34px;
  margin-left: 12vw;
}



.top-right-img {
  position: absolute;
  top: -50px;
  right: -110px;
  width: 300px;
}

  .menu-button{
    margin-top: 30px;
    width: 45px;
    height: 10px;
  
  }
  
  
  .line1 {
    width: 20px;
    height: 0.4px;
    transform: scaleY(0.3);
    margin-top: 0px;
  }
  
  .line2 {
    width: 12.47px;
    height: 0.4px;
    transform: scaleY(0.3);
    margin-top: 1px;
  }
  

  .logo {
    margin-top: 33px;
    margin-left: 25vw;
    width: 26px;
    height: 16px;
  }
  

  .quote-button {
    margin-top: 30px;
    width: 5rem;
    height: 1.5rem;
    font-size: 10px;
  }


   /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 200px;
  }

  .container-1 {
    left: 6vw; 
    margin-top: 350px;  
  }
  

  .text-1
  {
    font-size: 17px;
    line-height: 25px;
  }

  .text-2 {
    margin-top: 10px;
    font-size: 36px;
    line-height: 30px;
  }

  /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 0px;
  
  }
  
  .form-group {
    gap: 20px;
    flex-direction: column;
  }
  
  
  .input-box label {
    font-size: 12px;
    line-height: 38.4px;
  }
  

  .input-box input {
    width: 95%;
  }

  .phone-container input {
    width: 90px;
  }

  .phone-input select
  {
    width: 45px;
    padding: 1px;
    font-size: 8px;

  }
  
  .quote-button-div-2
  {
    height: 100px;
  
  }

  .quote-button-2 {
    width: 200px;
    font-size: 16px;
    
  }
  
  .contact-yellow-vector1{
   display: none;
  
  }

  .contact-yellow-vector2{
    display: none;
  
  }

  .contact-details
  {

    flex-direction: column;
    
  }

  .contact-details p
  {
    
    font-size: 13px;
    line-height: 24px;
    padding-right: 5px;
  }
  
  .contact-icon
  {
    padding-right: 10px;
    width:20px;
  }


  .map-container {
    height: 200px; 
}
  



/* Styling for the footer section */


.footer-section {
  width: 100vw;
  height: 192px;
  margin-top: 0;
  background-color: #284291; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Scroll Indicator */
.scroll-indicator-up {
  margin-bottom: 10px;
  cursor: pointer;
}

.chevron-up {
  width: 30px;
  height: 30px;
  stroke: #fff; 
}


.footer-logo {
  position: absolute;
  width: 80px; 
  height: auto;
  margin-bottom: 15px;
  padding: 0 0;
  margin-left: 0px;
  left: 20px;
  margin-top: 40px;
  object-fit: cover;
  

}


.row-logos  {
  position: absolute;
  margin: 0 5px;
  padding: 0 0;
  margin-top: 10px;
  left: 47%;

}
.row-logos  img {
 
  width: 13px;
  height: 13px;

}

.row-paragraph-1
{
  position: absolute;
  margin-top: 48px;
  left: 44%;
  align-items: center;
  text-align: center;
}

.row-paragraph-2
{
  position: absolute;
  margin-top: 70px;
  left: 34%;
  padding: 0 0;


}


.row-paragraph-1 p {
  font-size: 8px;
  color: #fff;
  margin: 0 0;
  line-height: 1px;
  text-align: justify;
  
}

.row-paragraph-2 p
{
  font-size: 8px;
  color: #fff;
  margin: 0 0;
}

.copyright {
  margin-bottom: 0px;



}

.email-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  gap: 0px; 
  height: 90px; 
  background-color: #284291;
  margin: 0;
  padding: 0;
  left: 0;
  margin-left: 38%;
  width: 150px;


}

.email-container p{
  
  
  font-family: 'Gill Sans';
  font-size: 8px;
  line-height: 1px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.input-wrapper {
  position: relative;
 
}


.email-field {
  margin-top: 0px;
  left: 0;
  padding: 10px 2px;
  text-indent: 0px;
  width: 100px;
  height: 8px;
  font-size: 12px;
  border: 1px solid #F2C10D;
  background-color: #284291;
  border-radius: 5px;
  outline: none;
  color: #B3BBCA;
}

.input-icon {
  display: none;
  position: absolute;
  width: 12px; 
  height: 12px;
  pointer-events: none; 
  left: 12vw;
  top: 1vh;
  z-index: 1;
}

.email-containere input[type="text"]::placeholder {
  color: #B3BBCA; 
  font-size: 8px;
}





.vertical-line {
  position: absolute;
  margin-top: 0px;
  left: 80vw;
  border-left: 3.46px solid #ffffff; 
  width: 2px;
  height: 60px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.buttons {
  position: absolute;
  margin-top: 0px;
  left: 85vw;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; 
  gap: 1px;
  font-family: 'Gill Sans';
  font-size: 10px;
  font-weight: 500;
  line-height: 19.2px;
}

  
}


@media(min-width: 541px ) and (max-width: 600px)
{

  .logo {

    margin-left: 25vw;

  }
        /* Close Button */
.close-btn {

  font-size: 28px;

}



.menu-item {

  font-size: 34px;
  margin-left: 12vw;
}



.top-right-img {
  position: absolute;
  top: -50px;
  right: -110px;
  width: 300px;
}


   /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 240px;
  }

  .container-1 {
    left: 6vw; 
    margin-top: 290px;  
  }
  

  .text-1
  {
    font-size: 28px;
    line-height: 30px;
  }

  .text-2 {
    margin-top: 10px;
    font-size: 60px;
    line-height: 60px;
  }

   /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 0px;
  
  }
  
  .form-group {
    gap: 20px;
    flex-direction: column;
  }
  
  
  .input-box label {
    font-size: 12px;
    line-height: 38.4px;
  }
  

  .input-box input {
    width: 95%;
  }

  .phone-container input {
    width: 90px;
  }

  .phone-input select
  {
    width: 45px;
    padding: 1px;
    font-size: 8px;

  }
  
  .quote-button-div-2
  {
    height: 100px;
  
  }

  .quote-button-2 {
    width: 200px;
    font-size: 16px;
    
  }
  
  .contact-yellow-vector1{
   display: none;
  
  }

  .contact-yellow-vector2{
    display: none;
  
  }

  .contact-details
  {

    flex-direction: column;
    
  }

  .contact-details p
  {
    
    font-size: 13px;
    line-height: 24px;
    padding-right: 5px;
  }
  
  .contact-icon
  {
    padding-right: 10px;
    width:20px;
  }


  .map-container {
    height: 200px; 
}
  



  


/* Styling for the footer section */


.footer-section {
  width: 100vw;
  height: 192px;
  margin-top: 0;
  background-color: #284291; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Scroll Indicator */
.scroll-indicator-up {
  margin-bottom: 10px;
  cursor: pointer;
}

.chevron-up {
  width: 30px;
  height: 30px;
  stroke: #fff; 
}


.footer-logo {
  position: absolute;
  width: 80px; 
  height: auto;
  margin-bottom: 15px;
  padding: 0 0;
  margin-left: 0px;
  left: 20px;
  margin-top: 40px;
  object-fit: cover;
  

}


.row-logos  {
  position: absolute;
  margin: 0 5px;
  padding: 0 0;
  margin-top: 10px;
  left: 47%;

}
.row-logos  img {
 
  width: 13px;
  height: 13px;

}

.row-paragraph-1
{
  position: absolute;
  margin-top: 48px;
  left: 44%;
  align-items: center;
  text-align: center;
}

.row-paragraph-2
{
  position: absolute;
  margin-top: 70px;
  left: 34%;
  padding: 0 0;


}


.row-paragraph-1 p {
  font-size: 8px;
  color: #fff;
  margin: 0 0;
  line-height: 1px;
  text-align: justify;
  
}

.row-paragraph-2 p
{
  font-size: 8px;
  color: #fff;
  margin: 0 0;
}

.copyright {
  margin-bottom: 0px;



}

.email-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  gap: 0px; 
  height: 90px; 
  background-color: #284291;
  margin: 0;
  padding: 0;
  left: 0;
  margin-left: 40%;
  width: 150px;


}

.email-container p{
  
  
  font-family: 'Gill Sans';
  font-size: 8px;
  line-height: 1px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.input-wrapper {
  position: relative;
 
}


.email-field {
  margin-top: 0px;
  left: 0;
  padding: 10px 2px;
  text-indent: 0px;
  width: 80px;
  height: 8px;
  font-size: 12px;
  border: 1px solid #F2C10D;
  background-color: #284291;
  border-radius: 5px;
  outline: none;
  color: #B3BBCA;
}

.input-icon {
  display: none;
  position: absolute;
  width: 12px; 
  height: 12px;
  pointer-events: none; 
  left: 12vw;
  top: 1vh;
  z-index: 1;
}

.email-container input[type="text"]::placeholder {
  color: #B3BBCA; 
  font-size: 8px;
}





.vertical-line {
  position: absolute;
  margin-top: 0px;
  left: 80vw;
  border-left: 3.46px solid #ffffff; 
  width: 2px;
  height: 60px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.buttons {
  position: absolute;
  margin-top: 0px;
  left: 85vw;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; 
  gap: 1px;
  font-family: 'Gill Sans';
  font-size: 10px;
  font-weight: 500;
  line-height: 19.2px;
}

}


@media(min-width: 601px ) and (max-width: 640px)
{

  .logo {

    margin-left: 25vw;

  }
      /* Close Button */
.close-btn {

  font-size: 28px;

}



.menu-item {

  font-size: 34px;
  margin-left: 12vw;
}




.top-right-img {
  position: absolute;
  top: -50px;
  right: -140px;
  width: 400px;
}

   /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 240px;
  }

  .container-1 {
    left: 6vw; 
    margin-top: 250px;  
  }
  

 .text-1
  {
    font-size: 30px;
    line-height: 30px;
  }

  .text-2 {
    margin-top: 10px;
    font-size: 64px;
    line-height: 60px;
  }

   /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 0px;
  
  }
  
  .form-group {
    gap: 20px;
    flex-direction: column;
  }
  
  
  .input-box label {
    font-size: 12px;
    line-height: 38.4px;
  }
  

  .input-box input {
    width: 95%;
  }

  .phone-container input {
    width: 90px;
  }

  .phone-input select
  {
    width: 45px;
    padding: 1px;
    font-size: 8px;

  }
  
  .quote-button-div-2
  {
    height: 100px;
  
  }

  .quote-button-2 {
    width: 200px;
    font-size: 16px;
    
  }
  
  .contact-yellow-vector1{
   display: none;
  
  }

  .contact-yellow-vector2{
    display: none;
  
  }

  .contact-details
  {

    flex-direction: column;
    
  }

  .contact-details p
  {
    
    font-size: 13px;
    line-height: 24px;
    padding-right: 5px;
  }
  
  .contact-icon
  {
    padding-right: 10px;
    width:20px;
  }


  .map-container {
    height: 200px; 
}
  

  



/* Styling for the footer section */


.footer-section{
  width: 100vw;
  height: 195px;
  margin-top: 0;
  background-color: #284291; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Scroll Indicator */
.scroll-indicator-up {
  margin-bottom: 10px;
  cursor: pointer;
}

.chevron-up {
  width: 30px;
  height: 30px;
  stroke: #fff; 
}


.footer-logo {
  position: absolute;
  width: 80px; 
  height: auto;
  margin-bottom: 15px;
  padding: 0 0;
  margin-left: 0px;
  left: 20px;
  margin-top: 40px;
  object-fit: cover;
  

}


.row-logos  {
  position: absolute;
  margin: 0 5px;
  padding: 0 0;
  margin-top: 10px;
  left: 49%;

}
.row-logos  img {
 
  width: 13px;
  height: 13px;

}

.row-paragraph-1
{
  position: absolute;
  margin-top: 48px;
  left: 45%;
  align-items: center;
  text-align: center;
}

.row-paragraph-2
{
  position: absolute;
  margin-top: 75px;
  left: 34%;
  padding: 0 0;


}


.row-paragraph-1 p {
  font-size: 10px;
  color: #fff;
  margin: 0 0;
  line-height: 1px;
  text-align: justify;
  
}

.row-paragraph-2 p
{
  font-size: 10px;
  color: #fff;
  margin: 0 0;
}

.copyright {
  margin-bottom: 0px;



}

.email-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  gap: 0px; 
  height: 90px; 
  background-color: #284291;
  margin: 0;
  padding: 0;
  left: 0;
  margin-left: 37%;
  width: 200px;


}

.email-container p{
  
  
  font-family: 'Gill Sans';
  font-size: 11px;
  line-height: 1px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.input-wrapper {
  position: relative;
 
}


.email-field {
  margin-top: 0px;
  left: 0;
  padding: 10px 2px;
  text-indent: 0px;
  width: 110px;
  height: 8px;
  font-size: 12px;
  border: 1px solid #F2C10D;
  background-color: #284291;
  border-radius: 5px;
  outline: none;
  color: #B3BBCA;
}

.input-icon {
  display: none;
  position: absolute;
  width: 12px; 
  height: 12px;
  pointer-events: none; 
  left: 12vw;
  top: 1vh;
  z-index: 1;
}

.email-container input[type="text"]::placeholder {
  color: #B3BBCA; 
  font-size: 8px;
}





.vertical-line {
  position: absolute;
  margin-top: 0px;
  left: 80vw;
  border-left: 3.46px solid #ffffff; 
  width: 2px;
  height: 70px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.buttons {
  position: absolute;
  margin-top: 0px;
  left: 85vw;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; 
  gap: 1px;
  font-family: 'Gill Sans';
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
}



  
  
}

  /* Medium Devices: Modern smartphones */
@media (min-width: 641px) and (max-width: 767px) 
{

  .logo {

    margin-left: 25vw;

  }

  /* Close Button */
.close-btn {

  font-size: 28px;

}



.menu-item {

  font-size: 34px;
  margin-left: 12vw;
}




.top-right-img {
  position: absolute;
  top: -50px;
  right: -140px;
  width: 400px;
}

  /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 240px;
  }

  .container-1 {
    left: 6vw; 
    margin-top: 250px;  
  }
  

 .text-1
  {
    font-size: 32px;
    line-height: 30px;
  }

  .text-2 {
    margin-top: 10px;
    font-size: 68px;
    line-height: 60px;
  }
  
   /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 0px;
  
  }
  
  .form-group {
    gap: 20px;
    flex-direction: column;
  }
  
  
  .input-box label {
    font-size: 12px;
    line-height: 38.4px;
  }
  

  .input-box input {
    width: 95%;
  }

  .phone-container input {
    width: 90px;
  }

  .phone-input select
  {
    width: 45px;
    padding: 1px;
    font-size: 8px;

  }
  
  .quote-button-div-2
  {
    height: 100px;
  
  }

  .quote-button-2 {
    width: 200px;
    font-size: 16px;
    
  }
  
  .contact-yellow-vector1{
   display: none;
  
  }

  .contact-yellow-vector2{
    display: none;
  
  }

  .contact-details
  {

    flex-direction: column;
    
  }

  .contact-details p
  {
    
    font-size: 13px;
    line-height: 24px;
    padding-right: 5px;
  }
  
  .contact-icon
  {
    padding-right: 10px;
    width:20px;
  }


  .map-container {
    height: 200px; 
}
  



  
/* Styling for the footer section */


.footer-section {
  width: 100vw;
  height: 195px;
  margin-top: 0;
  background-color: #284291; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Scroll Indicator */
.scroll-indicator-up {
  margin-bottom: 10px;
  cursor: pointer;
}

.chevron-up {
  width: 30px;
  height: 30px;
  stroke: #fff; 
}


.footer-logo {
  position: absolute;
  width: 80px; 
  height: auto;
  margin-bottom: 15px;
  padding: 0 0;
  margin-left: 0px;
  left: 20px;
  margin-top: 40px;
  object-fit: cover;
  

}


.row-logos  {
  position: absolute;
  margin: 0 5px;
  padding: 0 0;
  margin-top: 10px;
  left: 48%;

}
.row-logos  img {
 
  width: 13px;
  height: 13px;

}

.row-paragraph-1
{
  position: absolute;
  margin-top: 48px;
  left: 45%;
  align-items: center;
  text-align: center;
}

.row-paragraph-2
{
  position: absolute;
  margin-top: 75px;
  left: 34%;
  padding: 0 0;


}


.row-paragraph-1 p {
  font-size: 10px;
  color: #fff;
  margin: 0 0;
  line-height: 1px;
  text-align: justify;
  
}

.row-paragraph-2 p
{
  font-size: 10px;
  color: #fff;
  margin: 0 0;
}

.copyright {
  margin-bottom: 0px;



}

.email-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  gap: 0px; 
  height: 90px; 
  background-color: #284291;
  margin: 0;
  padding: 0;
  left: 0;
  margin-left: 38%;
  width: 200px;


}

.email-container p{
  
  
  font-family: 'Gill Sans';
  font-size: 11px;
  line-height: 1px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.input-wrapper {
  position: relative;
 
}


.email-field {
  margin-top: 0px;
  left: 0;
  padding: 10px 2px;
  text-indent: 0px;
  width: 110px;
  height: 8px;
  font-size: 12px;
  border: 1px solid #F2C10D;
  background-color: #284291;
  border-radius: 5px;
  outline: none;
  color: #B3BBCA;
}

.input-icon {
  display: none;
  position: absolute;
  width: 12px; 
  height: 12px;
  pointer-events: none; 
  left: 12vw;
  top: 1vh;
  z-index: 1;
}

.email-container input[type="text"]::placeholder {
  color: #B3BBCA; 
  font-size: 8px;
}





.vertical-line {
  position: absolute;
  margin-top: 0px;
  left: 80vw;
  border-left: 3.46px solid #ffffff; 
  width: 2px;
  height: 70px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.buttons {
  position: absolute;
  margin-top: 0px;
  left: 85vw;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; 
  gap: 1px;
  font-family: 'Gill Sans';
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
}



  
  
}

/* Tablets and Large Phones */
@media (min-width: 768px) and (max-width: 1023px)
{

  .logo {

    margin-left: 20vw;

  }
        /* Close Button */
.close-btn {

  font-size: 28px;

}



.menu-item {

  font-size: 34px;
  margin-left: 12vw;
}




.top-right-img {
  position: absolute;
  top: -50px;
  right: -200px;
  width: 500px;
}

    /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 240px;
  }

  .container-1 {
    left: 6vw; 
    margin-top: 200px;  
  }
  

   .text-1
  {
    font-size: 36px;
    line-height: 30px;
  }

  .text-2 {
    margin-top: 10px;
    font-size: 78px;
    line-height: 70px;
  }

    /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 0px;
  
  }
  
  .form-group {
    gap: 20px;
  
  }
  
  
  .quote-button-div-2
  {
    height: 100px;
  
  }
  
  .contact-yellow-vector1{
   display: none;
  
  }

  .contact-yellow-vector2{
    display: none;
  
  }


  .contact-details p
  {
    
    font-size: 18px;
    line-height: 24px;
    padding-right: 15px;
  }
  
  .contact-icon
  {
    padding-right: 15px;
    width:30px;
  }


  .map-container {
    height: 200px; 
}
  

/* Styling for the footer section */


.footer-section {
  width: 100vw;
  height: 195px;
  margin-top: 0;
  background-color: #284291; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Scroll Indicator */
.scroll-indicator-up {
  margin-bottom: 10px;
  cursor: pointer;
}

.chevron-up {
  width: 30px;
  height: 30px;
  stroke: #fff; 
}


.footer-logo {
  position: absolute;
  width: 110px; 
  height: auto;
  margin-bottom: 15px;
  padding: 0 0;
  margin-left: 0px;
  left: 50px;
  margin-top: 40px;
  object-fit: cover;
  

}


.row-logos  {
  position: absolute;
  margin: 0 5px;
  padding: 0 0;
  margin-top: 10px;
  left: 48%;

}
.row-logos  img {
 
  width: 13px;
  height: 13px;

}

.row-paragraph-1
{
  position: absolute;
  margin-top: 48px;
  left: 45%;
  align-items: center;
  text-align: center;
}

.row-paragraph-2
{
  position: absolute;
  margin-top: 75px;
  left: calc(100% - 62%);
  padding: 0 0;


}


.row-paragraph-1 p {
  font-size: 10px;
  color: #fff;
  margin: 0 0;
  line-height: 1px;
  text-align: justify;
  
}

.row-paragraph-2 p
{
  font-size: 10px;
  color: #fff;
  margin: 0 0;
}

.copyright {
  margin-bottom: 0px;



}

.email-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  gap: 0px; 
  height: 90px; 
  background-color: #284291;
  margin: 0;
  padding: 0;
  left: 0;
  margin-left: 55%;
  width: 200px;


}

.email-container p{
  
  
  font-family: 'Gill Sans';
  font-size: 11px;
  line-height: 1px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.input-wrapper {
  position: relative;
 
}


.email-field {
  margin-top: 0px;
  left: 0;
  padding: 10px 0px;
  text-indent: 0px;
  width: 140px;
  height: 8px;
  font-size: 12px;
  border: 1px solid #F2C10D;
  background-color: #284291;
  border-radius: 5px;
  outline: none;
  color: #B3BBCA;
  text-align: center;
}

.input-icon {
  display: none;
  position: absolute;
  width: 12px; 
  height: 12px;
  pointer-events: none; 
  left: 12vw;
  top: 1vh;
  z-index: 1;
}

.email-container input[type="text"]::placeholder {
  color: #B3BBCA; 
  font-size: 8px;
}





.vertical-line {
  position: absolute;
  margin-top: 0px;
  left: 80vw;
  border-left: 3.46px solid #ffffff; 
  width: 2px;
  height: 70px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.buttons {
  position: absolute;
  margin-top: 0px;
  left: 85vw;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; 
  gap: 1px;
  font-family: 'Gill Sans';
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
}




  
  
}

/* Laptops and Small Desktops */
@media (min-width: 1024px) and (max-width: 1439px)
{

  .logo {

    margin-left: 15vw;

  }

   /*Contact section */


  .Yellow-Vector{
    padding-top: 0px;
    width: 300px;
  }

  /* Form */

 .form-section {
    
    padding-top: 50px;
    margin-top: 0px;
   
  }

  
  form {
    padding: 10px 100px;
  
  }
  
  .form-group {
    gap: 20px;
  
  }
  


  .contact-details p
  {
    
    font-size: 18px;
    line-height: 24px;
    padding-right: 15px;
  }
  



  .map-container {
    height: 200px; 
}

 

/* Styling for the footer section */


.scroll-indicator-up {
    display: flex;
    justify-content: center; 
    align-items: center;


  }
  
  .chevron-up {
    transform: rotate(180deg);
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-section {
    background-color: #284291;  
    color: white;  
    width: 100%;
    height: 243px;
    margin-top: 0;
   
  
  }
  
  
  
  

  .footer-content{
    display: flex;         
    justify-content: space-between;
    align-items: center;  
    width: 100%;


  }

  .footer-logo {
    width: 191px;  
    height: 64px;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: 50px;
    margin-right: 130px;
  }

  .copyright{
    display: flex;        
    justify-content: center; 
    align-items: center;  
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    

 

  }


  .row-logo
  {
    height: 16.75px;
    width: 16.75px;
  }
  
  .row-paragraph-1{
    font-family:'Gill Sans';
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    color: #ffffff;

  }
  
  .row-paragraph-2{
    font-family: 'Gill Sans';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 0px;
    color: #C6CCD7;


  }
  
 
  
  

  .copyright-section {
    background-color: black;
    padding: 10px 0;  
    text-align: center;  
    color: white;  
    margin-bottom: 20px;
  }
  
  .copyright-text {
    font-size: 18px;
    font-family: 'Gill Sans';
    color: #707070;
    font-family: "Lato", sans-serif;
    
  }

  .email-container{
    width: 140px;
    height: 54.04px;
    margin-bottom: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .email-container p{
    font-family: 'Gill Sans';
    font-size: 10px;
    line-height: 19.2px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    max-width: 210px;

  }

  .input-wrapper {
    position: relative;
    display: flex;
  }


  .email-field {
    padding: 10px 5px;
    text-indent: 10px;
    width: 250px;
    height: 29.15;
    font-size: 12px;
    border: 1px solid #F2C10D;
    background-color: #284291;
    border-radius: 5px;
    outline: none;
    color: #B3BBCA;
}

.input-icon {
    display: none;
    margin-left: 5px;
    position: absolute;
    margin-top: 15px;
    left: 200px; 
    transform: translateY(-50%);
    width: 27px; 
    height: 27px;
    pointer-events: none; 
  }

.email-container input[type="text"]::placeholder {
    color: #B3BBCA; 
}





.vertical-line {
    border-left: 3.46px solid #ffffff; 
    width: 3.46px;
    height: 143px;
    margin-left: 100px;
    margin-bottom: 0px;
    right: 0%;

  }
  
  .buttons {
    margin-left: 20px;
    margin-right: 5%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column; 
    gap: 15px;
    font-family: 'Gill Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
  }




  
  
}

/* Standard Desktops */
@media (min-width: 1440px) and (max-width: 1919px) 
{

  .logo {

    margin-left: 13vw;

  }

    /* Form */


  .contact-details p
  {
    
    font-size: 28px;
    line-height: 24px;
    padding-right: 15px;
  }
  




/* Styling for the footer section */


.scroll-indicator-up {
    display: flex;
    justify-content: center; 
    align-items: center;


  }
  
  .chevron-up {
    transform: rotate(180deg);
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-section {
    background-color: #284291;  
    color: white;  
    width: 100%;
    height: 243px;
    margin-top:0;
    position: absolute;
  
  }
  
  
  
  

  .footer-content{
    display: flex;         
    justify-content: space-between;
    align-items: center;  
    width: 100%;


  }

  .footer-logo {
    width: 191px;  
    height: 64px;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: 50px;
    margin-right: 130px;
  }

  .copyright{
    display: flex;        
    justify-content: center; 
    align-items: center;  
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    

 

  }


  .row-logo
  {
    height: 16.75px;
    width: 16.75px;
  }
  
  .row-paragraph-1{
    font-family:'Gill Sans';
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    color: #ffffff;

  }
  
  .row-paragraph-2{
    font-family: 'Gill Sans';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 0px;
    color: #C6CCD7;


  }
  
 
  
  

  .copyright-section {
    background-color: black;
    padding: 10px 0;  
    text-align: center;  
    color: white;  
    margin-bottom: 20px;
  }
  
  .copyright-text {
    font-size: 18px;
    font-family: 'Gill Sans';
    color: #707070;
    font-family: "Lato", sans-serif;
    
  }

  .email-container{
    width: 140px;
    height: 54.04px;
    margin-bottom: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .email-container p{
    font-family: 'Gill Sans';
    font-size: 10px;
    line-height: 19.2px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    max-width: 210px;

  }

  .input-wrapper {
    position: relative;
    display: flex;
  }


  .email-field {
    padding: 10px 5px;
    text-indent: 10px;
    width: 250px;
    height: 29.15;
    font-size: 12px;
    border: 1px solid #F2C10D;
    background-color: #284291;
    border-radius: 5px;
    outline: none;
    color: #B3BBCA;
}

.input-icon {
    display: none;
    margin-left: 5px;
    position: absolute;
    margin-top: 15px;
    left: 200px; 
    transform: translateY(-50%);
    width: 27px; 
    height: 27px;
    pointer-events: none; 
  }

.email-container input[type="text"]::placeholder {
    color: #B3BBCA; 
}





.vertical-line {
    border-left: 3.46px solid #ffffff; 
    width: 3.46px;
    height: 143px;
    margin-left: 100px;
    margin-bottom: 0px;
    right: 0%;

  }
  
  .buttons {
    margin-left: 20px;
    margin-right: 5%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column; 
    gap: 15px;
    font-family: 'Gill Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
  }



  
  
}

/* Large Monitors: 2K and QHD screens */
@media (min-width: 1920px) and (max-width: 2559px)
{

  
/* Styling for the footer section */

 .footer-section{
  width: 100%;
 }

    

  .footer-content{
    display: flex;  
    align-items: center;  
    width: 100%;

  }

  .footer-logo {
    width: 191px;  
    height: 64px;
    margin-top: 0px;
    margin-left: 150px;
    margin-bottom: 50px;
    margin-right: 160px;

  }

 .copyright{
    display: flex;        
    justify-content: center; 
    align-items: center;  
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    

 

  }


  .row-logo
  {
    height: 16.75px;
    width: 16.75px;
  }
  
  .row-paragraph-1{
    font-family:'Gill Sans';
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    color: #ffffff;

  }
  
  .row-paragraph-2{
    font-family: 'Gill Sans';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 0px;
    color: #C6CCD7;


  }

  .copyright-section {
    background-color: black;
    padding: 10px 0;  
    text-align: center;  
    color: white;  
    margin-bottom: 20px;
  }
  
  .copyright-text {
    font-size: 18px;
    font-family: 'Gill Sans';
    color: #707070;
    font-family: "Lato", sans-serif;
    
  }

  .email-container{
    width: 251.27px;
    height: 54.04px;
    margin-bottom: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .email-container p{
    font-family: 'Gill Sans';
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .input-wrapper {
    position: relative;
    display: flex;
  }


  .email-field {
    padding: 10px 5px;
    text-indent: 10px;
    width: 250px;
    height: 29.15;
    font-size: 12px;
    border: 1px solid #F2C10D;
    background-color: #284291;
    border-radius: 5px;
    outline: none;
    color: #B3BBCA;
}

.input-icon {
    margin-left: 5px;
    position: absolute;
    margin-top: 15px;
    left: 200px; 
    transform: translateY(-50%);
    width: 27px; 
    height: 27px;
    pointer-events: none; 
  }

.email-container input[type="text"]::placeholder {
    color: #B3BBCA; 
}

.vertical-line {
    border-left: 3.46px solid #ffffff; 
    width: 3.46px;
    height: 143px;
    margin-left: 150px;
    margin-bottom: 30px;

  }
  
  .buttons {
    margin-left: 30px;
    margin-right: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; 
    gap: 15px;
    font-family: 'Gill Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
  }



  
  
}

/* Extra Large Monitors: 4K screens */
@media (min-width: 2560px) and (max-width: 3839px)
{


/* Styling for the footer section */


.scroll-indicator-up {
    display: flex;
    justify-content: center; 

  }
  
  .chevron-up {
    transform: rotate(180deg);
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    padding-top: 0;
    margin-right: 0px;
    margin-left: 20px;
  }
  
  .footer-section {
    background-color: #284291;  
    color: white;  
    width: 100%;
    height: 243px;
    position: absolute;
  
  }
    

  .footer-content{
    display: flex;  
    align-items: center;  
    width: 100%;

  }

  .footer-logo {
    width: 191px;  
    height: 64px;
    margin-top: 0px;
    margin-left: 150px;
    margin-bottom: 50px;
    margin-right: 160px;

  }

 .copyright{
    display: flex;        
    justify-content: center; 
    align-items: center;  
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    

 

  }


  .row-logo
  {
    height: 16.75px;
    width: 16.75px;
  }
  
  .row-paragraph-1{
    font-family:'Gill Sans';
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    color: #ffffff;

  }
  
  .row-paragraph-2{
    font-family: 'Gill Sans';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 0px;
    color: #C6CCD7;


  }

  .copyright-section {
    background-color: black;
    padding: 10px 0;  
    text-align: center;  
    color: white;  
    margin-bottom: 20px;
  }
  
  .copyright-text {
    font-size: 18px;
    font-family: 'Gill Sans';
    color: #707070;
    font-family: "Lato", sans-serif;
    
  }

  .email-container{
    width: 251.27px;
    height: 54.04px;
    margin-bottom: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .email-container p{
    font-family: 'Gill Sans';
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .input-wrapper {
    position: relative;
    display: flex;
  }


  .email-field {
    padding: 10px 5px;
    text-indent: 10px;
    width: 250px;
    height: 29.15;
    font-size: 12px;
    border: 1px solid #F2C10D;
    background-color: #284291;
    border-radius: 5px;
    outline: none;
    color: #B3BBCA;
}

.input-icon {
    margin-left: 5px;
    position: absolute;
    margin-top: 15px;
    left: 200px; 
    transform: translateY(-50%);
    width: 27px; 
    height: 27px;
    pointer-events: none; 
  }

.email-container input[type="text"]::placeholder {
    color: #B3BBCA; 
}

.vertical-line {
    border-left: 3.46px solid #ffffff; 
    width: 3.46px;
    height: 143px;
    margin-left: 150px;
    margin-bottom: 30px;

  }
  
  .buttons {
    margin-left: 30px;
    margin-right: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; 
    gap: 15px;
    font-family: 'Gill Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
  }
}


/* Ultra-Wide and 8K Screens */
@media (min-width: 3840px)
{
  

  /* Styling for the footer section */


.scroll-indicator-up {
    display: flex;
    justify-content: center; 

  }
  
  .chevron-up {
    transform: rotate(180deg);
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    padding-top: 0;
    margin-right: 0px;
    margin-left: 20px;
  }
  
  .footer-section {
    background-color: #284291;  
    color: white;  
    width: 100%;
    height: 243px;
    position: absolute;
  
  }
    

  .footer-content{
    display: flex;  
    align-items: center;  
    width: 100%;

  }

  .footer-logo {
    width: 191px;  
    height: 64px;
    margin-top: 0px;
    margin-left: 150px;
    margin-bottom: 50px;
    margin-right: 160px;

  }

 .copyright{
    display: flex;        
    justify-content: center; 
    align-items: center;  
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    

 

  }


  .row-logo
  {
    height: 16.75px;
    width: 16.75px;
  }
  
  .row-paragraph-1{
    font-family:'Gill Sans';
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    color: #ffffff;

  }
  
  .row-paragraph-2{
    font-family: 'Gill Sans';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 0px;
    color: #C6CCD7;


  }

  .copyright-section {
    background-color: black;
    padding: 10px 0;  
    text-align: center;  
    color: white;  
    margin-bottom: 20px;
  }
  
  .copyright-text {
    font-size: 18px;
    font-family: 'Gill Sans';
    color: #707070;
    font-family: "Lato", sans-serif;
    
  }

  .email-container{
    width: 251.27px;
    height: 54.04px;
    margin-bottom: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .email-container p{
    font-family: 'Gill Sans';
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .input-wrapper {
    position: relative;
    display: flex;
  }


  .email-field {
    padding: 10px 5px;
    text-indent: 10px;
    width: 250px;
    height: 29.15;
    font-size: 12px;
    border: 1px solid #F2C10D;
    background-color: #284291;
    border-radius: 5px;
    outline: none;
    color: #B3BBCA;
}

.input-icon {
    margin-left: 5px;
    position: absolute;
    margin-top: 15px;
    left: 200px; 
    transform: translateY(-50%);
    width: 27px; 
    height: 27px;
    pointer-events: none; 
  }

.email-container input[type="text"]::placeholder {
    color: #B3BBCA; 
}

.vertical-line {
    border-left: 3.46px solid #ffffff; 
    width: 3.46px;
    height: 143px;
    margin-left: 150px;
    margin-bottom: 30px;

  }
  
  .buttons {
    margin-left: 30px;
    margin-right: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; 
    gap: 15px;
    font-family: 'Gill Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
  }
}






  
  
  
  


  

