@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,400;8..144,500;8..144,600;8..144,700&display=swap');

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
:root {
    scroll-behavior: smooth;
  }
  
:root{
    --bodyBg:#f7f6f6d4;
    --formBg:#ddd;
    --textColor:#fff;
    --primaryColor:#0076A3;
    --paraColor:#5e6c79;
    --paraColor:#74828f;

}

body{
    font-family: 'Roboto Serif', serif;
    color: var(--textColor);
    background: var(--bodyBg);

}

section{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 90%;
    max-width: 550px;
    margin: auto;
    margin-top: 2em;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header {
 background: rgb(255, 255, 255);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
  margin-left: -60px;
  min-width: 50px;
  min-height: 50px;
}

.header .logo h1 {
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  color: #ff9900;
  font-family: var(--font-primary);
}
.sectionHeader{
    text-transform: capitalize;
    font-weight: bold;
    font-size: 2.1rem;
    color: #ff9900;
    margin-bottom: .5em;
}

.heading .sub-heading{
    margin-bottom: .5em;
    font-size: 34px;
    margin-top: 6px;
    font-weight: 600;
}

.heading{
    font-size: 2.5em;
    color: #090909;
}

.sub-heading{
    text-align: left;
    color: #404040;
    font-size: 2em;
    margin-top: 10px;

}

.contactForm{
    display: grid;
    gap: 3em;
}

form{
    width: 100%;
    margin-top: 3em;
}

.para{
    color: var(--paraColor);
    font-size: 0.7rem;
    line-height: 1.5em;
    margin-bottom: 1em;

}

.para2{
    text-align: left;
}

.input
{
    width: 95%;
    max-width: 700px;
    border: none;
    font-size: .9rem;
    padding: 1em;
    outline: none;
    background-color: var(--formBg);
    color: #040404;
    border-radius: 10px;
    border: 1px solid rgb(53, 53, 53);
    margin-bottom: 1em;
    cursor:text;

}
.contactForm-btn{
  width: 95%;
  max-width: 700px;
  border: none;
  font-size: .9rem;
  padding: 1em;
  outline: none;
  background-color: #ff9900;
  color: #000000;
  border-radius: 10px;
  margin-bottom: 1em;

}

.input:focus{
    border: 1px solid #ff9900;
}

.input::placeholder{
    text-transform: capitalize;
}

.submit{
    background-color: #ff9900;
    border: none;
    color: #060606ec;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    }

  .map-container.active {
    display: block;
  }

 .map-container{
    position: relative;
    width: 100%;
    height: 500px;
    top: 70px;
    display: none;
    }

.mapBg{
    position: absolute;
    background-color:#c6c5c5;;
    top: 10px;
    right: 0;
    width: 560px;
    height: 520px;
    border-radius: 20px;
}

.map{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 90%;
}

.map iframe{
    width: 100%;
    height: 100%;
}

.contact-address{
    width: 80%;
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    text-align: left;
  
}
.contactMethod .method h3{
    color:#0f0f0f;
}
.location{
    
    display: flex;
    flex-direction: row;
    margin-left: 25px;
    margin-bottom: 30px;
}
.method{
    background-color: #ddd;
    margin: 0;
    margin-top: 8px;
    width: 312px;
    height: 180px;
    border: #090909;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    align-items: left;
    text-align: left;
}
.method:hover,
.contactIcon:hover{
    background-color: #ff9900;
    cursor:pointer;
    .para{
      color: #000000;
      font-size: 0.7rem;
      line-height: 1.5em;
      margin-bottom: 1em;
      justify-content: center;
  }
  .contactIcon{
    color: #000000;
  }
  .sub-heading{
    color: #000000;
}
}


.contactIcon{
    font-size: 1.9rem;
    color: #414040;
    text-shadow: 1px 1px #403f3f;
    width: 28px;
    margin-top: 12px;
    margin-left: 20px;
    margin-right: 8px;
    align-items: left;
    text-align: left;
}


@media only screen and (max-width: 600px) {
    .location {
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 0px; 
    }
    
    .method {
        margin-bottom: 10px;
        width: 100%;
        height: 280px;
        margin-top: 8px; 
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4); 
        align-items: left;
        text-align: left; 
    }
    .map-container {
        height: 300px; 
        margin-bottom: -60px
    }

    .mapBg {
        width: 100%;
        height: 300px; 
        border-radius: 0;
    }

    .map {
        width: 100%; 
        height: 100%; 
    }
}

@media screen and (min-width:800px) {
    section{
        max-width: 1100px;
    }
    .contactForm{
        grid-template-columns: 1fr 1fr;
        
    }   

    .contactMethod{
        flex-direction: column;
        justify-content: space-between;
    }
}


@media (max-width: 1279px) {
    .contactForm{
        margin-bottom: 100px;
    }
    .contactForm .map-container{
        margin-top: -60px;
    }
}



@media only screen and (max-width: 600px) {
  section {
    max-width: 100%;
    width: 100%;
    margin-top: 1em;
  }
  
  .header .logo img {
    max-height: 30px;
    margin-left: 0;
  }
  
  .header .logo h1 {
    font-size: 24px;
  }
  
  .sectionHeader {
    font-size: 1.8rem;
  }
  
  .heading .sub-heading {
    font-size: 28px;
    margin-top: 4px;
  }
  
  .heading {
    font-size: 2em;
  }
  
  .sub-heading {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  
  .contact-address {
    flex-direction: column;
    margin-top: 1em;
  }
  
  .method {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4);
  }
  
  .map-container {
    height: 300px;
    margin-bottom: 0;
  }
  
  .mapBg {
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
  
  .map {
    width: 100%;
    height: 100%;
  }
  
  .contactMethod .method h3 {
    font-size: 1.4rem;
  }
  
  .contactIcon {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-left: 10px;
  }
}

/* Additional Adjustments */
@media (max-width: 767px) {
  .navbar {
    max-width: 100%;
  }
  
  .logo {
    margin-left: 0;
  }
}




  /*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
  @media (min-width: 1280px) {
    .navbar {
      padding: 0;
    }
  
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navbar li {
      position: relative;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 30px;
      font-family: var(--font-primary);
      font-size: 19px;
      font-weight: 500;
      color: #000000;
      
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #ff9900;
    }
  
    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
      background: var(--color-primary);
      padding: 8px 20px;
      margin-left: 30px;
      border-radius: 4px;
      color: #fff;
    }
  
    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
      color: #fff;
      background: #ff9900;
    }
  
    .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 14px;
      top: calc(100% + 30px);
      margin: 0;
      padding: 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
    background:rgb(255, 255, 255);
      box-shadow: 0px 0px 30px rgba(76, 79, 83, 0.25);
      transition: 0.3s;
      border-radius: 4px;
    }
  
    .navbar .dropdown ul li {
      min-width: 200px;
      
    }
  
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 18px;
      text-transform: none;
      font-weight: 400;
      color: #1c1a1a;
    }
  
    .navbar .dropdown ul a i {
      font-size: 12px;
      
    }
  
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color: #ff9900;
    }
  
    .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;
    }
  }
  
  @media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  @media (min-width: 1280px) {
  
    .mobile-nav-show,
    .mobile-nav-hide {
      display: none;
    }
  }
  
  /*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
  @media (max-width: 1279px) {
    .navbar {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 400px;
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
    }
  
    .navbar ul {
      position: absolute;
      inset: 0;
      padding: 50px 0 10px 0;
      margin: 0;
      background: rgba(229, 231, 233, 0.9);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px;
      font-family: var(--font-primary);
      font-size: 16px;
      font-weight: 500;
      color: rgba(18, 18, 18, 0.7);
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #ff9900;
    }
  
    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
      background: var(--color-primary);
      padding: 8px 20px;
      border-radius: 4px;
      margin: 15px;
      color: #fff;
    }
  
    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
      color: #fff;
      background: rgba(13, 66, 255, 0.8);
    }
  
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all 0.5s ease-in-out;
      border: 1px solid #19335c;
    }
  
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }
  
     .mobile-nav-show {
    color: #141313;
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      z-index: 9999;
      margin-right: 10px;
    }
  
    @media (max-width: 767px) {
      .logo {
        position: relative; /* Position the logo absolutely */ /* Adjust top position */
        margin-left: 50px; /* Adjust left position */
      }
    }
    .mobile-nav-hide {
      color: #141313;
      font-size: 32px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      position: fixed;
      right: 20px;
      top: 20px;
      z-index: 9999;
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .navbar {
      right: 0;
    }
  
    .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(14, 29, 52, 0.8);
      z-index: 9996;
    }
  }
  
  
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.847);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
  
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
  
.scroll-top:hover {
    background: rgb(255, 196, 0);
    color: #fff;
}
  
.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
  
  
  
 