/* GENERAL CSS */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #fff;
  font-family: "Signika", sans-serif;
}

/* CONTENT */
.main-wrapper {
  position: relative;
  top: 0px;
  left: 0px;
}
.main-wrapper > .container {
  padding-top: 50px;
  margin: auto;
  text-align: center;
}

/* CLOUD MESSAGE */
.cloud-message {
  width: 600px;
  margin: 0 auto 10px auto;
  position: relative;
}
.cloud-message img {
  width: 100%;
}

/* MESSAGE */
.message-wrp {
  display: table;
  position: absolute;
  width: 100%;
}
.message {
  font-size: 40px;
  color: #8fd7f1;
  vertical-align: middle;
  display: table-cell;
  height: 280px;
}
.message .t1 {
  font-size: 35px;
  display: block;
  font-weight: 700;
  padding-top: 6%;
  margin: 0 0 10px 0;
}
.message .t2 {
  font-size: 25px;
  display: block;
  font-weight: 700;
}
.message .t3 {
  font-size: 18px;
  font-weight: 400;
}

.outer-wrapper {
  font-family:"Signika", sans-serif;
  font-weight: normal;
  margin-bottom: 29px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
  padding: 20px 0 10px 0;
  background-color: rgba(78, 180, 219, 0.33);
  box-shadow: 0 10px 0px 0 rgba(78, 180, 219, 0.6);
  width: 600px;
  margin: 0 auto 50px auto;
}
.outer-wrapper span {
  font-family: "Signika", sans-serif;
  font-size: 30px;
  display: block;
}
/*===========================================*/
/*	TABLET LAYOUT 
/*===========================================*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .nav-wrapper,
  .outer-wrapper {
    width: 50%;
  }
}

/*===========================================*/
/*	MOBILE LAYOUT 
/*===========================================*/
@media only screen and (min-width: 200px) and (max-width: 767px) {
  .nav-wrapper,
  .outer-wrapper {
    width: 80%;
  }
  .main-wrapper > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .outer-wrapper {
    padding: 18px 0px 20px 0px;
    border-radius: 20px;
  }
  .outer-wrapper span {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .nav-wrapper {
    display: block;
  }
  .nav-wrapper a {
    display: block;
    width: 100%;
  }
}
/* NAVIGATION */
.nav-wrapper {
  display: table;
  margin: 0 auto 30px auto;
  width: 600px;
  border-radius: 40px;
  background-color: rgba(78, 180, 219, 0.5);
  box-shadow: 0 1px 0px 1px rgba(78, 180, 219, 0.6);
}
.nav-wrapper a {
  display: table-cell;
  font-size: 18px;
  color: #fff;
  padding: 11px 0 10px 0;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid rgba(78, 180, 219, 0.8);
  width: 25%;
  vertical-align: middle;
}
.nav-wrapper a:last-child {
  border-right: none;
}
.nav-wrapper a:first-child {
  border-radius: 40px 0 0 40px;
}
.nav-wrapper a:last-child {
  border-radius: 0 40px 40px 0;
}

.nav-wrapper a:hover {
  background: #fff;
  color: #000;
}

/* SOCIAL LINKS */
.social-links {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  clear: both;
}
.social-links a {
  width: 40px;
  height: 40px;
  background: rgba(78, 180, 219, 0.5);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 19px;
  margin: 1px;
  padding: 9px 0 0 0;
  border-radius: 20px;
  box-shadow: 0 1px 0px 1px rgba(78, 180, 219, 0.7);
}
p.copyrights {
  font-size: 12px;
  text-align: center;
  font-family: arial;
}

/* HOVER EFFECTS */
.nav-wrapper a:hover,
.search-box .btn:hover,
.social-links a:hover {
  background: #fff;
  color: rgb(78, 180, 219);
}

/* CAR MESSAGE */
.msg b {
  font-weight: 600;
  color: #7ac8e4;
  font-size: 18px;
  top: 34px;
  padding: 0 30px;
}
.msg b span {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

/* MEDIA QUARIES */

/*===========================================*/
/*	TABLET LAYOUT 
/*===========================================*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
}

/*===========================================*/
/*	MOBILE LAYOUT 
/*===========================================*/
@media only screen and (min-width: 200px) and (max-width: 767px) {
  .nav-wrapper,
  .outer-wrapper {
    width: 80%;
  }
  .main-wrapper > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cloud-message {
    margin-bottom: 0px;
  }

  .nav-wrapper {
    display: block;
  }
  .nav-wrapper a {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 200px) and (max-width: 419px) {
  .nav-wrapper a {
    padding: 5px;
  }
  .nav-wrapper {
    border-radius: 10px;
  }
  .nav-wrapper a {
    border-bottom: 1px solid rgba(78, 180, 219, 0.8);
  }
  .nav-wrapper a:first-child {
    border-radius: 8px 8px 0 0;
  }
  .nav-wrapper a:last-child {
    border-radius: 0 0 8px 8px;
  }

  .cloud-message {
    width: 320px;
  }
  .message {
    height: 150px;
  }
  .message .t1 {
    font-size: 18px;
  }
  .message .t2 {
    font-size: 12px;
    font-weight: 400;
  }
  .message .t3 {
    font-size: 12px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 420px) and (max-width: 599px) {
  .cloud-message {
    width: 420px;
  }
  .message {
    height: 198px;
  }
  .message .t1 {
    font-size: 30px;
  }
  .message .t2 {
    font-size: 20px;
    font-weight: 400;
  }
  .message .t3 {
    font-size: 16px;
    padding: 0 20px;
  }

  .nav-wrapper {
    display: block;
  }
  .nav-wrapper a {
    display: block;
    width: 100%;
  }
  .nav-wrapper {
    border-radius: 10px;
  }
  .nav-wrapper a {
    border-bottom: 1px solid rgba(78, 180, 219, 0.8);
  }
  .nav-wrapper a:first-child {
    border-radius: 8px 8px 0 0;
  }
  .nav-wrapper a:last-child {
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .cloud-message {
    width: 520px;
  }
  .message {
    height: 240px;
  }
  .message .t1 {
    font-size: 45px;
  }

  .nav-wrapper {
    display: table;
  }
  .nav-wrapper a {
    display: table-cell;
    width: 25%;
  }
}

/* CONTACT SECTION STYLES */
.contact-section {
  width: 700px;
  margin: 0 auto 15px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #4eb4db;
}
.contact-heading-wrapper {
  margin-bottom: 10px; /* adjust space below the heading */
  text-align: center;
}

.google-btn-wrapper {
  text-align: center;
  margin-top: 20px;
}

.contact-title {
  font-size: 22px;
  color: #2a5caa;
  font-weight: 700;
  margin: 0;
}

.contact-subtitle {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}

.google-info p {
  color: #555;
  margin-bottom: 10px;
}

.google-btn {
  display: inline-block;
  background: #4285f4;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.google-btn:hover {
  background: #3367d6;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.direct-contact {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #4eb4db;
}

.contact-heading {
  color: #2a5caa;
  font-size: 18px;
  font-weight: 600;
}

.contact-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.contact-method {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-separator {
  color: #ccc;
  font-weight: 300;
}
/* Responsive adjustments */
@media (max-width: 480px) {
  .contact-methods {
    flex-direction: column;
    gap: 8px;
  }
  .contact-separator {
    display: none;
  }
}
/* Hide separator on mobile and adjust layout */
@media (max-width: 767px) {
  .contact-methods {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .contact-separator {
    display: none !important; /* Ensures it overrides any other styles */
  }
  
  .contact-method {
    justify-content: center;
    width: 100%;
  }
}
.contact-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #2a5caa;
  text-decoration: underline;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
}

.contact-method i {
  color: #fff;
  font-size: 20px;
  width: 30px;
  text-align: center;
}

/* RESPONSIVE ADJUSTMENTS */
@media only screen and (max-width: 767px) {
  .contact-section {
    width: 90%;
  }

  .contact-card {
    padding: 15px;
  }

  .contact-title {
    font-size: 15px;
  }

  .contact-subtitle,
  .google-info p {
    font-size: 15px;
  }

  .google-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .contact-method {
    font-size: 14px;
  }
}