/* #Website Fonts
================================================== */

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-ExtraBold.eot");
  src: url("../fonts/Urbanist-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Urbanist-ExtraBold.woff2") format("woff2"),
    url("../fonts/Urbanist-ExtraBold.woff") format("woff"),
    url("../fonts/Urbanist-ExtraBold.ttf") format("truetype"),
    url("../fonts/Urbanist-ExtraBold.svg#Urbanist-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Black.eot");
  src: url("../fonts/Urbanist-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Urbanist-Black.woff2") format("woff2"),
    url("../fonts/Urbanist-Black.woff") format("woff"),
    url("../fonts/Urbanist-Black.ttf") format("truetype"),
    url("../fonts/Urbanist-Black.svg#Urbanist-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Bold.eot");
  src: url("../fonts/Urbanist-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Urbanist-Bold.woff2") format("woff2"),
    url("../fonts/Urbanist-Bold.woff") format("woff"),
    url("../fonts/Urbanist-Bold.ttf") format("truetype"),
    url("../fonts/Urbanist-Bold.svg#Urbanist-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Regular.eot");
  src: url("../fonts/Urbanist-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Urbanist-Regular.woff2") format("woff2"),
    url("../fonts/Urbanist-Regular.woff") format("woff"),
    url("../fonts/Urbanist-Regular.ttf") format("truetype"),
    url("../fonts/Urbanist-Regular.svg#Urbanist-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Light.eot");
  src: url("../fonts/Urbanist-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Urbanist-Light.woff2") format("woff2"),
    url("../fonts/Urbanist-Light.woff") format("woff"),
    url("../fonts/Urbanist-Light.ttf") format("truetype"),
    url("../fonts/Urbanist-Light.svg#Urbanist-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-SemiBold.eot");
  src: url("../fonts/Urbanist-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Urbanist-SemiBold.woff2") format("woff2"),
    url("../fonts/Urbanist-SemiBold.woff") format("woff"),
    url("../fonts/Urbanist-SemiBold.ttf") format("truetype"),
    url("../fonts/Urbanist-SemiBold.svg#Urbanist-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Medium.eot");
  src: url("../fonts/Urbanist-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Urbanist-Medium.woff2") format("woff2"),
    url("../fonts/Urbanist-Medium.woff") format("woff"),
    url("../fonts/Urbanist-Medium.ttf") format("truetype"),
    url("../fonts/Urbanist-Medium.svg#Urbanist-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Teko";
  src: url("../fonts/Teko-Bold.eot");
  src: url("../fonts/Teko-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Teko-Bold.woff2") format("woff2"),
    url("../fonts/Teko-Bold.woff") format("woff"),
    url("../fonts/Teko-Bold.ttf") format("truetype"),
    url("../fonts/Teko-Bold.svg#Teko-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Teko";
  src: url("../fonts/Teko-SemiBold.eot");
  src: url("../fonts/Teko-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Teko-SemiBold.woff2") format("woff2"),
    url("../fonts/Teko-SemiBold.woff") format("woff"),
    url("../fonts/Teko-SemiBold.ttf") format("truetype"),
    url("../fonts/Teko-SemiBold.svg#Teko-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* #Standard Css
================================================== */

body {
  font-family: "Urbanist";
  transition: all 200ms linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko";
  font-weight: 900;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

section {
  transition: all 200ms linear;
}

/* #Website Colors
================================================== */

:root {
  --main-dark-blue: #03254c;
  --secondary-blue: #2a9df4;

  --text-darkblue: #03254c;
  --text-lightblue: #2a9df4;
  --text-black: #000;
  --text-white: #fff;
}

/* #Homepage Css
================================================== */
section#header-top {
  background-color: var(--secondary-blue);
  padding: 5px 0px;
}
.intro-text p {
  margin-bottom: 0;
  color: var(--text-white);
  font-size: 0.8rem;
}
.social-media-links {
  text-align: right;
}
.social-media-links ul {
  margin: 0;
  padding: 0;
}
.social-media-links ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 5px;
}
.social-media-links ul li:last-child {
  border-right: none;
}
.social-media-links ul li i {
  color: var(--text-white);
}
.intro-text {
  position: relative;
  top: 3px;
}
a.navbar-brand img {
  width: 160px;
}
section#navbar-section a.nav-link {
  padding: 0 10px;
  font-weight: 600;
}
.get-quote-btn button {
  background-color: var(--main-dark-blue);
  border-color: var(--main-dark-blue);
  font-weight: 600;
}
.get-quote-btn button:hover {
  background-color: var(--secondary-blue);
  border-color: var(--secondary-blue);
  font-weight: 600;
}

section#main-slider {
  background: url(../img/main-banner.png) no-repeat;
  min-height: 600px;
  background-position: center;
  background-size: cover;
}
.banner-content {
  margin-top: 130px;
}
.banner-content span {
  color: var(--text-lightblue);
  padding: 0 6px;
  font-weight: 600;
}
.banner-content h1 {
  font-size: 4.25rem;
  line-height: 60px;
  color: var(--text-white);
  margin-top: 10px;
}
.banner-content p {
  color: var(--text-white);
}
.contact-btn button {
  font-weight: 600;
}
.contact-btn a {
  font-weight: 600;
}
.contact-btn {
  margin-top: 15px;
}
section#aboutus {
  margin-top: 80px;
}
.aboutus-text span {
  color: var(--text-lightblue);
  font-weight: 600;
}
.aboutus-text h2 {
  font-size: 2.5rem;
  width: 90%;
  text-transform: uppercase;
  line-height: 45px;
}
.aboutus-text {
  margin-top: 30px;
}
section#insurance-protection {
  margin-top: 70px;
}
.section-title {
  margin: auto;
  text-align: center;
}
.section-title h2 {
  text-transform: uppercase;
  width: 50%;
  margin: auto;
  font-size: 2.2rem;
  line-height: 40px;
}
.icon-boxx {
  min-height: 300px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: auto;
  text-align: center;
  padding: 15px 0;
}
section#download-app {
  margin-top: 70px;
}
section#download-app {
  background: url(../img/download.png) no-repeat;
  min-height: 520px;
  background-position: center;
  background-size: cover;
}
.download-app-screen {
  float: right;
  position: relative;
  top: 100px;
}
.download-app-box {
  margin-top: 110px;
}
.download-app-box span {
  color: var(--text-lightblue);
}
.download-app-box h2 {
  font-size: 2.5rem;
  color: var(--text-white);
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 45px;
}
.download-app-box p {
  color: var(--text-white);
}
.download-app-box ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.download-app-box ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
section#find-agent {
  margin-top: 120px;
}
.agent-boxx {
  background: url(../img/agent-bg.png) no-repeat;
  min-height: 135px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 30px 40px;
}
.agent-boxx h2 {
  font-size: 2rem;
  line-height: 40px;
  color: var(--text-white);
  text-transform: uppercase;
}

.quote-btn-right {
  text-align: right;
}

.box-icon img {
  width: 70px;
}

.box-icon {
  border: 1px dashed var(--main-dark-blue);
  width: 120px;
  padding: 20px;
  border-radius: 100px;
  height: 120px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
.box-icon-new {
  padding: 15px 20px;
}
.box-icon-new h3 {
  margin-bottom: 0;
}

section#faq-section {
  margin-top: 70px;
}

.faq-title h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 40px;
  margin-top: 5px;
}
.faq-title span {
  color: var(--text-lightblue);
  font-weight: 600;
}

section#insurance-partners {
  margin-top: 70px;
}
.faq-accordian {
  margin-top: 30px;
}
button.accordion-button {
  font-size: 1.2rem;
  font-family: "Urbanist";
  font-weight: 700;
}

footer {
  margin-top: 70px;
  background-color: var(--main-dark-blue);
}
.footer-boxx {
  margin-top: 40px;
}
.footer-boxx h3 {
  color: #fff;
}
.footer-boxx ul li {
  list-style: none;
  display: block;
  padding-bottom: 5px;
}

.footer-boxx ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.footer-boxx ul li a {
  color: #fff;
}
.footer-boxx ul li p {
  color: #fff;
  margin-bottom: 5px;
}
.footer-icon i {
  color: var(--text-lightblue);
  font-size: 20px;
}
.footer-icon {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.footer-text {
  margin-left: 30px;
}
.footer-boxx.app-download-section {
  padding: 0 30px;
}
.app-download ul {
  margin: 0;
  padding: 0;
}
.app-download ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}
.app-download ul li img {
  width: 140px;
}
.app-download {
  padding: 0 30px;
  margin-top: 20px;
}
.aboutus-text-footer {
  margin-top: 15px;
}
.aboutus-text-footer p {
  color: var(--text-white);
}
.aboutus-text-footer ul {
  margin: 0;
  padding: 0;
}
.aboutus-text-footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.aboutus-text-footer ul li i {
  width: 45px;
  height: 45px;
  border: 1px solid var(--text-lightblue);
  color: var(--text-white);
  line-height: 45px;
  font-size: 22px;
  border-radius: 5px;
}
.aboutus-text-footer ul li i:hover {
  background-color: var(--text-lightblue);
}
div#copyright-list {
  margin-top: 40px;
  border-top: 1px solid #0c4587;
}
.copyright-text span {
  color: var(--text-white);
  font-size: 0.85rem;
}

.copyright-text {
  padding: 6px 0;
}
.copyright-links ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.copyright-links ul li:last-child {
  border-right: none;
}
.copyright-links {
  text-align: center;
  margin-top: 5px;
}

.copyright-links ul {
  margin: 0;
  padding: 0;
}
.copyright-links ul li a {
  color: var(--text-white);
  font-size: 0.85rem;
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: var(--secondary-blue);
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: var(--secondary-blue);
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}

/* #Sticky Header CSS
================================================== */

#mainNavbar {
  transition: all 0.3s ease-in-out;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  opacity: 0;
  animation: slideDownFade 0.3s forwards;
  background-color: #fff;
}

/* Slide down + fade-in animation */
@keyframes slideDownFade {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.spacer {
  height: 70px; /* Equal to navbar height, prevents layout shift */
}

section#breadcrumb-inner {
  background-color: #f2f2f2;
  min-height: 70px;
  padding-top: 20px;
}

.breadcrumb-link ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  font-weight: 600;
}
.breadcrumb-link ul li:last-child {
  border-right: none;
}

.breadcrumb-link ul {
  margin: 0;
  padding: 0;
}
.breadcrumb-link {
  float: right;
}
section#download-app-inner {
  margin-top: 60px;
}
.download-inner-text span {
  color: var(--text-lightblue);
  font-weight: 600;
}
.download-inner-text h2 {
  font-size: 2.5rem;
  color: var(--text-black);
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 45px;
}
.download-inner-text {
  margin-top: 50px;
}
.download-app-img {
  margin: auto;
  text-align: center;
}
.download-inner-text ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.download-inner-text ul {
  margin: 0;
  padding: 0;
}
section#app-features {
  margin-top: 60px;
}
.app-features {
  border: 1px solid #ddd;
  min-height: 200px;
  border-radius: 10px;
  padding: 10px;
  margin: auto;
  text-align: center;
}
.app-features h3 {
  margin-bottom: 0;
}
.feature-icon {
  margin-top: 10px;
  margin-bottom: 15px;
}

.feature-icon i {
  font-size: 50px;
  background-color: var(--secondary-blue);
  width: 100px;
  height: 85px;
  border-radius: 20px;
  color: var(--text-white);
  line-height: 75px;
}
.contact-boxx-inner {
  border: 1px solid #ddd;
  border-radius: 10px;
  min-height: 180px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}
.contact-icon h3 {
  margin-bottom: 0;
  margin-top: 10px;
}
.contact-icon i {
  font-size: 45px;
  color: var(--secondary-blue);
}

.contact-icon p {
  font-weight: 600;
}

.follow-us ul li {
  list-style: none;
  display: inline-block;
}

.follow-us ul {
  margin: 0;
  padding: 0;
}
.follow-us ul li i {
  width: 45px;
  height: 45px;
  border: 1px solid var(--text-lightblue);
  color: var(--text-lightblue);
  line-height: 45px;
  font-size: 22px;
  border-radius: 5px;
}
.follow-us ul li i:hover {
  background-color: var(--text-lightblue);
  border: 1px solid var(--text-lightblue);
  color: var(--text-white);
}
.form-contact label {
  font-weight: 600;
}
.form-contact input {
  height: 45px;
}
.form-contact button {
  font-weight: 600;
}
section#quote-form {
  margin-top: 70px;
}
.main-form {
  border: 1px solid #ddd;
  border-radius: 10px;
  min-height: 550px;
  padding: 15px;
}
.quote-form label {
  font-weight: 600;
}
.quote-img img {
  border-radius: 10px;
}
.quote-form {
  margin-top: 30px;
}
.quote-form input {
  height: 45px;
}
.quote-title {
  margin-top: 10px;
}

.quote-title h2 {
  font-size: 2.5rem;
  line-height: 42px;
}
.quote-title button {
  font-weight: 600;
}
.get-quote-btn a {
  font-weight: 600;
}
.contact-no p {
  margin-bottom: 0;
  font-weight: 600;
}
.contact-no p i {
  color: #2a9df4;
  margin-right: 3px;
}
.contact-no {
  margin-right: 10px;
  border: 1px solid #2a9df4;
  padding: 6px;
  border-radius: 5px;
}
/* ✅ Add a consistent border around each item */
#myCarousel .owl-item {
  border: 1px solid #0d6efd;
  border-radius: 8px;
  overflow: hidden; /* ensures border applies neatly */
  box-sizing: border-box;
  background: #fff;
}

/* ✅ Make all images the same height */
#myCarousel .owl-item img {
  width: 100%;
  height: 200px; /* adjust height as needed */
  object-fit: cover; /* keeps image ratio without stretching */
  display: block;
}
