*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
html, body {
  font-family: "Roboto", Arial, sans-serif;
  height: 100%;
  padding: 0;
  scroll-behavior: smooth;
  margin: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
}
main{
  flex: 1 0 auto !important;
}
p{
  font-size: 15px;
  text-align: justify;
}
ul li{
  font-size: 15px;
}

/*header*/
.header{
    display: flex;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: #696057;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
}
.logo{
    display: inline-block;
    margin-left: 70px;
    width: 180px;
    padding: 0;
    cursor: pointer;

}

.nav-bar{
    display: flex;
    list-style-type: none;
    margin-top: 0;    
    margin-right: 40px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;  
}
.nav-item{
    display: inline-block;
    margin: 8px;
    padding: 0;
    font-size: 14px;
}
.nav-item a{
    display: inline;
    color: #ffff;
    text-align: center;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 5px;
}
.nav-item a:hover{
    background-color: #1e502d;
    cursor: pointer;
    color: white;
}
.dropdown{
    position: relative;
}
.dropdown-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffff;
    min-width: 300px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    list-style-type: none;
    padding: 8px 0;
    margin: 0;
    border-radius: 0;
}
.dropdown-menu li{
    margin: 4px 0;
    width: 90%;

    
}
.dropdown-menu li a{
    display: block;
    width: 100%;
    padding: 6px 6px;
    color: #0d0a08;
    font-size: 16px;
    text-align: left;
    border-radius: 4px;
    box-sizing: border-box;

}
.dropdown-menu li:first-child{
    border-top: none;
}
.dropdown li a:hover{
    background-color: #1e502d;
    color: #fff;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    margin-right: 20px;
    cursor: pointer;
}
@media (max-width: 1200px){
    .menu-toggle {
        display: block;
    }
    .nav-bar{
        display: none;
        flex-direction: column;
        align-items: flex-start;
        background-color: #696057;
        position: absolute;
        top: 50px;
        right: 0;
        width: 50%;
        text-align: right;
        z-index: 999; 
    }
    .nav-bar.active {
        display: flex;
    }
    .logo{
        display: inline-block;
        margin: 0;
        width: 180px;
        padding: 0;
        cursor: pointer;
    }
}
@media (max-width: 1210px){
    .menu-toggle {
        display: block;
    }
    .nav-bar{
        display: none;
        flex-direction: column;
        align-items: flex-start;
        background-color: #696057;
        position: absolute;
        top: 50px;
        right: 0;
        width: 50%;
        text-align: right;
        z-index: 999; 
    }
    .nav-bar.active {
        display: flex;
    }
    .logo{
        display: inline-block;
        margin-left: 0;
        width: 180px;
        padding: 0;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-bar {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        background-color: #696057;
        position: absolute;
        top: 50px;
        right: 0;
        width: 70%;
        margin: 0;
        text-align: right;
        z-index: 999;
    }

    .nav-bar.active {
        display: flex;
    } 
    .logo{
    display: inline-block;
    margin: 0;
    width: 180px;
    padding: 0;
    cursor: pointer;

}
}
/*End header*/
/*start hero*/
.hero-section{
    background-image: url(images/homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 700px;
    z-index: 1;

}
.hero{
    margin-left: 70px;
    box-sizing: border-box;
    width: 50%;
    padding-top: 200px;
}
.hero h1{
    color: #ffff;
    text-decoration: none;
    font-size: 34px;
    text-align: inherit;
}
.contact-button{
    background-color: #1e502d;
    color: #ffff;
    border-radius: 9px;
    padding: 16px;
    margin-top: 40px;
    margin-left: 100px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    top: 30px;
}
.contact-button:hover{
    background-color: #00bf63;
    
    cursor: pointer;
}
@media (max-width: 768px){
    .hero-section{
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 20px;
        margin: 0;
        height: auto;
    }
}
/*End hero section*/
/*Start Services-news*/
.services-news {
  background-color: #fff;
  max-width: 100%;
  padding: 60px 0;
}

.services-news-container {
  margin: 0 auto;
  padding: 0 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-us {
  background-color: #fff;
  grid-row: span 2;
  padding: 30px;
  box-sizing: border-box;
}

.geo-services,
.research,
.news {
  padding: 25px;
  color: #fff;
  box-sizing: border-box;
}

.geo-services {
  background-color: #fad02c;
  color: #000;
}

.research {
  background-color: #00bf63;
}

.news {
  background-color: #696057;
}

.case-image {
  background-image: url(images/casestudy.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}

.content-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.content-wrapper p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: inherit;
}

.learn-more {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}
.learn-more a {
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}
.read-more a{
    display: block;
    margin-top: auto;
    color: #000 !important;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.learn-more:hover {
  color: #333;
}

/* Tablet view */
@media (max-width: 1200px) {
  .services-news-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 40px;
  }

  .about-us {
    grid-column: span 2;
  }
}

/* Mobile view */
@media (max-width: 768px) {
  .services-news-container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }

  .about-us,
  .geo-services,
  .research,
  .news,
  .case-image {
    width: 100%;
    min-height: 250px;
    height: auto;
    padding: 20px;
  }

 
}

/*Button*/

/*End Services-news*/
/*Start why-choose-us*/
/* Base section */
.why-choose-us {
  background-image: url(images/geophysical-methods.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: #000;
}

/* Main container */
.choose-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Common box styles */
.choose-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.choose-box:hover {
  transform: translateY(-5px);
}

/* Unique box colors */
.choose-1 {
  background-color: #f0c807 !important;
}
.choose-2 {
  background-color: #4d1 !important;
}
.choose-3 {
  background-color: #008000 !important;
  color: #000;
}

/* Text styling */
.choose-box h2 {
  font-size: clamp(20px, 3vw, 26px);
  margin-bottom: 15px;
  font-weight: 700;
}

.choose-box p {
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Link style */
.choose-box a {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.choose-3 a {
  color: #fff;
}

.choose-box a:hover {
  color: #333;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .why-choose-us {
    padding: 60px 15px;
  }

  .choose-box {
    padding: 25px;
  }

  .choose-box p {
    margin-bottom: 10px;
  }
}

/*End why-choose-us*/
/*Start Footer*/
.footer{
    flex-shrink: 0 !important;
    width: 100%;
}
.footer-top{
    background-color: #696057;
    padding: 20px 0;
   
}
.footer-top-container{
    margin:0 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-bottom{
    background-color: #0d0a08;
    color: white;
    font-size: 12px;
    padding: 15px 20px;
    font-size: 10px;
    text-align: center;
    margin: 0;
}
.logo-footer{
    width: 150px;
    padding: 10px;
    margin: 0 10px;
}
.footer-contact h4{
    text-transform: uppercase;
    color: #ffff;
}
.footer-contact p{
    color: #ffff;
    font-size: 12px;

}
.footer-bottom p{
    margin-left: 70px;
    font-size: 12px;
}
.footer-bottom span{
    font-style: italic;
}
.social a{
    margin: 0 8px;
    font-size: 20px;
    text-decoration: none;
    color: #0d0a08;
}
.social a:hover{
    color: #1e502d;
    cursor: pointer;
}
.social h4{
    color: #ffff;
    padding: 6px;
}
@media (max-width: 768px){
  main{
    padding-top: 50px;
  }
  .footer{
      flex-shrink:0 !important;
    }
    .footer-top, .footer-bottom{
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .footer-top-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 20px;
    text-align: center;
  }
    .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center; 
    text-align: center;    
    margin: 0 auto;     
}
    .footer-contact, .social{
        width: 100%;
        height: auto;
        text-align: center !important;
    }
     .footer-bottom p {
        margin-left: 0;
        padding: 10px 0;
        text-align: center;
     }
     .logo-footer{
        align-items: center;
     }
}
/*End Footer*/
/*Start About US*/
/* Start hero-about*/
/* HERO ABOUT SECTION */
.hero-about {
  background-image: url(images/rockies.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 400px;

}

/* ABOUT SECTION */
.about {
  width: 100%;
  background-color: #fff;
  padding: 60px 20px;
  box-sizing: border-box;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  align-items: center;
}

.company,
.innovate {
  padding: 15px;
}


.about-image {
  background-image: url(images/gold-village.jpg);
  min-height: 400px;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

/* Innovate Section Styling */
.innovate {
  background-color: #696057;
  color: #fff;
  border-radius: 10px;
  min-height: 400px;
  height: auto;
}

/* CHOOSE-US SECTION */
.choose-us {
  background-image: url(images/rift-valley.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  color: #000;
}

.choose-container {
  display: grid;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.choose-container > div {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.choose-container > div:hover {
  transform: translateY(-5px);
}

.choose-item1 {
  background-color: #f0c807 !important;
}
.choose-item2 {
  background-color: #4d1 !important;
}
.choose-item3 {
  background-color: #008000 !important;
  color: #000;
}
.choose-item4 {
  background-color: #ffffff !important;
}


/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
  .about,
  .choose-us {
    padding: 40px 15px;
  }

  .choose-container > div,
  .about-container {
    padding: 20px 15px;
  }

  .about-image {
    height: 200px;
  }
}

/*End About us*/
/*Start hero-research*/
.hero-research{
    background-image: url(images/uav-drone.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.research-section{
    background-image: #fff;
    height: 400px;
}
.research-container{
    background-color: #ffff;
    margin: 0 70px 0 70px;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
}
.research-img{
    background-image: url(images/survey.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
@media (max-width: 1024px){
    .research-section{
        padding: 0;
        margin: 0;
        gap: 0;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .research-container{
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px){
    .research-section{
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .research-container{
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 0 20px;
    }
    .hero-research{
        background-size: cover;
        height: 400px;
        background-repeat: no-repeat;
        width: 100%;
    }
}
/*End hero-research*/
/*Start Services Section*/
.hero-services{
    background-image: url(images/about.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 650px;
}

.services-top-container{
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 400px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.geo-intro-services{
    background-color: #fff;
    margin-top: -90px;
    height: 400px;
    padding: 14px 16px;
   
}
.service-1{
    background-color: #1E502D;
    padding: 14px 16px;
    
}
.service-1:hover{
  background-color: #2bf166;
}
.service-2{
    background-color: #66CE85;
    padding: 14px 16px;
}
.service-2:hover{
  background-color: #649472;
}
.services{
    background-color: #ffff;
    margin: 0;
    padding: 0;
    height: 700px;
    max-width: 100%;
}
.services-middle-container{
    background-color: #141212;
    margin-left: 70px;
    margin-right: 70px;
    height: 700px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.service-3{
    background-color: #45481C;
    padding: 14px 16px;
}
.service-3:hover{
  background-color: #91964f;
}
.service-4{
    background-color: #36362d;
    padding: 14px 16px;
}
.service-4:hover{
  background-color:#626614; 
}
.service-5{
    background-color: #C7D22D;
    padding: 14px 16px;
}
.service-5:hover{
  background-color:#dae26d;

}
.service-6{
    background-color: #885223;
    padding: 14px 16px;
}
.service-6:hover{
  background-color: #94755b;
}
.service-7{
    background-color: #C87B38;
    padding: 14px 16px;
}
.service-7:hover{
  background-color: #c79c86;
}

.services-bottom{
    background-image: url(images/appalachians.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 700px;
}
.services-bottom-container{
    margin-left: 70px;
    margin-right: 70px;
    height: 700px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    
}
.service-8, .service-9, .service-10, .service-11, .service-12{
    padding: 14px 16px;
    background-color: #ffff;
    opacity: 0.5;
    
}


.hero-consulting{
    background-image: url(images/consulting.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
}
.consulting-section, .seismics-section, .gravity-section, .magnetics-section, .gpr-section, .masws-section, .resistivity-section,
.polarization-section,
.magnetotellurics-section,
.fdem-section, .tdem-section, .borehole-section, .drone-section
{
    background-color: #e5ece7;
    min-height: 700px;
    height: auto;
    margin: 0;
}
.consulting, .seismics, .gravity, .magnetics, .gpr, .resistivity, .polarization, .magnetotellurics, .vlf,
.fdem, .tdem, .borehole, .drone
{
    margin: 0 70px 0 70px;
    align-items: center;
    padding: 14px 16px;
}
.service-1 p,
.service-2 p,
.service-3 p,
.service-4 p,
.service-5 p,
.service-6 p,
.service-7 p,
.service-8 p,
.service-9 p,
.service-10 p,
.service-11 p,
.service-12 p {
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
}


.hero-seismics{
    background-image: url(images/seismics.png);
     background-repeat: no-repeat;
    background-size: auto !important;
    width: 100%;
    min-height: 400px;
}
.hero-gravity{
    background-image: url(images/gravity.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
}
.hero-magnetics{
    background-image: url(images/magnetics.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
}
.hero-gpr{
    background-image: url(images/gravity.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    min-height: 400px;
}
.hero-resitivity{
    background-image: url(images/gravity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.hero-polarization{
    background-image: url(images/gravity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;
}
.hero-magnetotellurics{
    background-image: url(images/gravity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;
} 
.hero-fdem{
    background-image: url(images/gravity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.hero-tdem{
    background-image: url(images/gravity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.hero-borehole{
    background-image: url(images/gravity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;
}
.hero-drone{
    background-image: url(images/gravity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;
}
@media (max-width: 1024px){
    .hero-services, .services, .services-bottom{
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 0;
    }
    .services-top-container, .services-middle-container, .services-bottom-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .geo-intro-services{
        grid-column: span 2;
        width: 100%;
        height: auto;
    }
    .service-1,
    .service-2, .service-3, .service-4, .service-5, .service-6, .service-7, .service-8, .service-9, .service-10, .service-11, .service-12{
        height: auto;
        width: 100%;
    }
}
@media (max-width: 768px){
    .hero-services, .services, .services-bottom{
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .services-top-container, .services-middle-container, .services-bottom-container{
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 0 20px;

    }
    .hero-seismics, .hero-gravity, .hero-magnetics, .hero-gpr, .hero-consulting, .hero-resitivity, .hero-polarization, .hero-magnetotellurics, .hero-vlf, .hero-fdem, .hero-tdem, .hero-borehole, .hero-drone{
          background-repeat: no-repeat;
          background-size: cover !important;
          width: 100%;
          min-height: 400px !important;
          height: auto !important;
    }
.consulting-section, .seismics-section, .gravity-section, .magnetics-section, .gpr-section, .resistivity-section,
.polarization-section,
.magnetotellurics-section,
.fdem-section, .tdem-section, .borehole-section, .drone-section
{
    background-color: #e5ece7;
    min-height: auto;
    height: auto;
}
.consulting, .seismics, .gravity, .magnetics, .gpr, .resistivity,
.polarization,
.magnetotellurics,
.fdem, .tdem, .borehole, .drone{
  margin: 10;
  padding: 16px 14px;

}

}

@media (max-width: 568px){
  .consulting-section, .seismics-section, .gravity-section, .magnetics-section, .gpr-section, .resistivity-section,
.polarization-section,
.magnetotellurics-section,
.fdem-section, .tdem-section, .borehole-section, .drone-section
{
    background-color: #e5ece7;
    min-height: auto;
    height: auto;
    margin: 0;
}

}
/*End Services Section*/
/*Start Hero case Studies*/
.hero-case{
    background-image: url(images/casestudy.jpg);  
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.case-study{
    background-color: #fff;
    max-width: 100%;
    height: 600px;
}
.case-container{
    margin: 0 70px 0 70px;
    padding: 20px 20px;
    display: grid;
    height: 600px;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 50% 50%;
}
.case-1{
    background-color: #ffff;
    padding: 14px 16px;
}
.case-2{
    background-color: #1E502D;
    padding: 14px 16px;
}
.case-3{
    background-color: #696057;
    padding: 14px 16px;
}
.case-4{
    background-image: url(images/forest.jpg); 
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.case-5{
    background-color: #00BF63;
    padding: 14px 16px;
}
.case-6{
    background-color: #E8E114;
    padding: 14px 16px;
}
.case-bottom{
    background-image: url(images/beach.jpg); 
    height: 600px;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
.case-bottom-container{
    margin: 0 70px 0 70px;
    height: 300px;
    display: grid;
    grid-template-columns: 33% 33%;
    justify-content: center;
    align-content: center;

}
@media (max-width: 1024px){
    .case-study, .case-bottom{
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        height: auto;
    }
    .case-container, .case-bottom-container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .case-1, .case-2, .case-3, .case-4, .case-5, .case-6{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 768px){
    .case-study, .case-bottom{
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .case-container, .case-bottom-container{
        display: flex;
        flex-direction: column;
        margin: 0 20px;
    }
}
/*End Hero Case Studies*/
/*Start hero careers*/

/*End hero careers*/
/* Start Careers Section */
.hero-career {
  background-image: url(images/earth.jpg);
  height: 400px;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.careers {
  width: 100%;
  background-color: #ffff;
  padding: 40px 20px;
}

.career-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.career-1,
.career-2,
.career-3 {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.career-2 {
  background-color: #5A881D;
  color: #fff;
}

.career-3 {
  background-image: url(images/desert.jpg);
  background-size: cover;
  background-position: center;
  min-height: 200px;
}

/* Apply Section */
.career-apply {
  background-image: url(images/hilly.jpg);
  background-size: cover;
  background-attachment: scroll;
  padding: 60px 20px;
  position: relative;
  text-align: center;
}

.career-apply h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}

.career-apply-container {
  background-color: #161313e6;
  border-radius: 8px;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 20px;
}

#form {
  width: 100%;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

#message {
  height: 120px;
}

.submit {
  background-color: #1e502d;
  color: #fff;
  border: none;
  padding: 12px 18px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit:hover {
  background-color: #00bf63;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .career-container {
    grid-template-columns: 1fr;
  }

  .career-apply h2 {
    font-size: 24px;
  }

  .career-apply-container {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .submit {
    font-size: 14px;
    padding: 10px 14px;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 15px;
  }
}
/* End Careers Section */

/* Start Contact Section */
.hero-contact {
  background-image: url(images/mountains.jpg);
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

/* Contact Info Block */
.contact {
  background-color: #fff;
  padding: 40px 20px;
  width: 100%;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.contact-1 {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
}

.contact-1 h2 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #333;
}

.contact-1 p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.contact-2 {
  background-color: #696057;
  color: #fff;
  padding: 30px;
  border-radius: 6px;
}

.contact-2 h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* Form Section */
.career-apply {
  background-image: url(images/hilly.jpg);
  background-size: cover;
  background-attachment: scroll;
  padding: 60px 20px;
  text-align: center;
}

.career-apply h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}

.career-apply-container {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 20px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

textarea {
  resize: vertical;
  height: 120px;
}

.submit {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 12px 18px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit:hover {
  background-color: #218838;
}

/* Responsive Tweaks */
@media (max-width: 1024px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .career-apply h2 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .contact-1,
  .contact-2 {
    padding: 20px;
  }

  input,
  textarea {
    font-size: 15px;
  }

  .submit {
    font-size: 14px;
    padding: 10px 16px;
  }
}
/* End Contact Section */
