/* ===================================
   Insurance Connect - Main Styles
   =================================== */

/* Base Styles */
body {
  font-family: Inter, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-size: 16px;
}

img {
  width: 100%;
  display: block;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 60px auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* Header */
.header {
  background-color: white;
  padding: 5px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.header a {
  text-decoration: none;
}

.logo {
  font-size: 30px;
  margin: auto;
}

.phone {
  color: #013d7b;
  font-size: 22px;
  display: none;
}

/* Hero Banner */
.image-banner {
  position: relative;
  height: 670px;
  overflow: hidden;
}

/* Offer Box */
.offer-box {
  position: absolute;
  top: 95px;
  left: 50px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  max-width: 410px;
  border-radius: 15px;
}

.offer-box a {
  text-decoration: none;
}

.offer-phone {
  background: #013d7b;
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 31px;
  padding: 20px;
  text-align: center;
}

.callquote {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  padding: 20px 30px;
  line-height: 35px;
}

/* Call to Action Button */
.frmph {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.call-now {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 15px 30px;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 3px solid #d63737;
  border-radius: 30px;
  transition: 0.3s;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border: 3px solid #d63737;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle i {
  font-size: 26px;
  color: #d63737;
}

.call-text {
  position: relative;
  padding: 4px 0;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 22px !important;
}

.call-text::before,
.call-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #d63737;
  border-radius: 2px;
}

.call-text::before {
  top: -8px;
}

.call-text::after {
  bottom: -8px;
}

.call-now:hover {
  background: #d63737;
  color: #fff;
}

.call-now:hover .icon-circle {
  border-color: #fff;
}

.call-now:hover .icon-circle i {
  color: #fff;
}

.call-now:hover .call-text::before,
.call-now:hover .call-text::after {
  background: #fff;
}

/* Features Section */
.featuretit {
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #333;
  text-transform: uppercase;
  padding-top: 50px;
}

.featuretit h2 {
  margin: 0;
}

.features {
  display: flex;
  justify-content: space-around;
  background: white;
  padding: 20px;
  margin-top: 20px;
}

.feature {
  max-width: 260px;
  text-align: center;
}

.icon img {
  width: 43%;
  margin: auto;
}

.feature h3 {
  margin-bottom: 5px;
  font-size: 22px;
}

/* CTA Banner */
.cta-banner {
  background: #013d7b;
  color: white;
  text-align: center;
  padding: 30px 130px;
  font-size: 50px;
  font-weight: bold;
  margin-top: 20px;
}

.chatphone {
  background: #d63737;
  width: 195px;
  margin: 12px auto 15px;
  font-size: 22px;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.chatphone a {
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
}

.chatphone:hover {
  background: #f1411c;
}

/* Footer */
.footer {
  background: #fff;
  color: #000;
  text-align: center;
  padding-top: 18px;
  font-size: 15px;
  padding-bottom: 18px;
}

.copyrigt a {
  color: #000;
  text-decoration: none;
}

.copyrigt a:hover {
  color: #013d7b;
}

/* Additional Utility Styles */
.pagetxt {
  border-top: 1px solid #ccc;
  padding: 25px 50px;
}

.disclosure {
  padding: 10px 25px 18px;
}

.disclosure h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.disclosure p {
  text-align: justify;
  line-height: 22px;
  font-weight: 400 !important;
}

.phone-number {
  text-align: center;
  font-weight: bold;
  color: #013d7b;
  margin-top: 10px;
  font-size: 35px;
}

.vid {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===================================
   Responsive Design
   =================================== */

/* Large Screens (1100px - 1800px) */
@media (max-width: 1800px) and (min-width: 1100px) {
  .autooffer {
    left: 10px;
    max-width: 298px;
  }

  .autooffer .offer-phone {
    font-size: 27px;
  }

  .autooffer .callquote {
    font-size: 26px;
  }
}

/* Medium Screens (max-width: 1200px) */
@media screen and (max-width: 1200px) {
  .container {
    width: 96%;
    margin: 2% auto;
  }
}

/* Tablet (max-width: 1100px) */
@media screen and (max-width: 1100px) {
  .offer-box {
    position: unset;
    max-width: 550px;
    margin: 30px auto;
  }

  .image-banner {
    height: auto;
  }

  .frmph {
    padding-bottom: 25px;
  }
}

/* Small Tablet (max-width: 850px) */
@media screen and (max-width: 850px) {
  body {
    background: #fff;
  }

  .offer-box {
    top: 40px;
  }

  .features {
    display: inline-block;
  }

  .feature {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }

  .icon img {
    width: 20%;
  }

  .logo {
    width: 50%;
  }
}

/* Mobile (max-width: 700px) */
@media screen and (max-width: 700px) {
  .offer-box {
    position: unset;
    max-width: 480px;
    margin: 30px auto;
  }

  .featuretit h2 {
    margin: 0;
  }

  .cta-banner {
    padding: 5%;
    font-size: 30px;
  }

  .disclosure {
    padding: 10px 25px 35px;
  }
}

/* Small Mobile (max-width: 500px) */
@media screen and (max-width: 500px) {
  .offer-box {
    position: unset;
    max-width: 350px;
    margin: 18px auto;
  }

  .header {
    padding: 0%;
    display: inline-block;
    width: 100%;
  }

  .logo img {
    margin: auto;
    width: 75%;
    padding: 4px 0;
  }

  .phone {
    display: none;
  }

  .logo {
    text-align: center;
    width: 100%;
  }

  .pagetxt {
    padding: 5%;
  }

  .callquote {
    font-size: 22px;
    line-height: 26px;
  }

  .image-banner img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

/* Extra Small Mobile (max-width: 430px) */
@media screen and (max-width: 430px) {
  .featuretit {
    font-size: 20px;
  }

  .cta-banner {
    font-size: 25px;
  }
}

/* Tiny Screens (max-width: 350px) */
@media screen and (max-width: 350px) {
  .offer-box {
    max-width: 300px;
  }

  .offer-phone {
    font-size: 28px;
  }

  .phone-number {
    font-size: 24px;
  }
}
