.custom-container{
max-width: 1200px;
}
.navbar{
position: sticky;
top: 0;
z-index: 999;
background: #fff;
}
/* Navbar */
.call-btn{
background:#FCA311;
color:#fff;
padding:10px 18px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.call-btn i{
margin-right:6px;
}

/* Hero */
.hero-section{
padding:80px 0;
}

.hero-section h1{
font-size:48px;
font-weight:700;
line-height:1.3;
color:#111;
}

.subtitle{
margin:20px 0;
color:#666;
font-size:18px;
}

.hero-btn{
background:#FCA311;
color:#fff;
padding:14px 26px;
border-radius:8px;
font-weight:600;
}


.hero-btn-2{
background: white;
border: 2px solid #FCA311;
color:black;
padding:14px 26px;
border-radius:8px;
font-weight:600;
}
/* Image */
.hero-img img{
border-radius:20px;
}


.about-section {
  background: #f8f9fa;
}

.about-subtitle {
  color: #FCA311;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section p {
  color: #555;
  line-height: 1.7;
}

.about-btn {
  background: #FCA311;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  margin-top: 10px;
}

.about-btn:hover {
  background: #FCA311;
  color: #fff;
}

.about-img img {
  width: 100%;
}

.floating-card{
position:absolute;
background:#fff;
padding:12px 18px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
font-weight:600;
}

.card-one{
top:40%;
left:0;
}

.card-two{
bottom:20%;
left:20%;
}

.floating-card i{
margin-right:8px;
color:#FCA311;
}

.logo-section{
background:#f7f7f7;
}

.logo-text{
font-weight:500;
font-size: 19px;
color:#333;
}

.logo-slider{
overflow:hidden;
position:relative;
}

.logo-track{
display:flex;
gap:60px;
animation: scroll 25s linear infinite;
align-items:center;
}

.logo-item img{
max-width:180px;
opacity:0.9;
}

@keyframes scroll{
0%{
transform: translateX(0);
}
100%{
transform: translateX(-50%);
}
}

/* Section Heading */
.insurance-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.insurance-section .section-desc {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
}

/* Plan Card Styling */
.plan-card {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.plan-card .plan-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.plan-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
.card-img{
    width: 20%;
}

.bg-light-white {
  background-color: #f8f9fa;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  cursor: pointer;
  padding: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #fdfdfd;
  padding: 0 15px;
}

.faq-answer ul {
  padding-left: 20px;
  margin: 10px 0;
}

.faq-answer li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #555;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.bg-grey {
  background-color: #f3f3f3;
}

.why-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.why-question {
  cursor: pointer;
  padding: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.why-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #fdfdfd;
  padding: 0 15px;
}

.why-answer p {
  margin: 10px 0;
  color: #555;
  line-height: 1.6;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.why-item.active .arrow {
  transform: rotate(180deg);
}
/* Footer Styles */
.bg-footer {
    background-color: #111; /* Dark background */
    color: #fff;
    padding: 70px 0;
    font-family: 'Arial', sans-serif;
}


.footer-logo {
    max-width: 180px;
}

.footer-text {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
}

.footer-text a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-text a:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-outline {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background-color: #fff;
    color: #111;
    text-decoration: none;
}

.contact-banner {
    background:#FCA311;
    border-radius: 10px;
    padding: 7% 0px;
    margin-bottom: 50px;
}

.dividercolor {
    border-color: #444;
}

.footer-logo,
.footer-text,
.footer-links {
    margin-bottom: 20px;
}

.hover-underline:hover {
    text-decoration: underline;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .contact-banner {
        text-align: center;
        padding: 50px 20px;
    }

    .footer-text {
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 20px auto;
        display: block;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
    }
}