/* Global Start */
* {
  font-family: "Poppins", sans-serif;
  font-size: calc(16px + (18 - 16) * ((100vw - 360px) / (1920 - 360)));
  /* outline: 1px solid red; */
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Lora", serif;
}

ul li {
  list-style: none;
}

.btn {
  background-color: #fff0;
  border: 1px double #fff0;
  padding: 12px 30px;
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 600;
  border-radius: 0;
  transition: 0.5s ease-in-out;
}

.btn_sec {
  background-color: #C45301;
  border-color: #C45301;
  color: #fff;

  &:hover,
  &:focus,
  &:active {
    background-color: #30A1D7;
    border-color: #30A1D7;
    color: #fff;
  }
}

.btn-primary {
  background-color: #30A1D7;
  border-color: #30A1D7;
  color: #fff;

  &:active,
  &:focus {
    background-color: #C45301 !important;
    border-color: #C45301 !important;
    color: #fff;
  }
}

.btn-primary:hover {
  background-color: #C45301;
  border-color: #C45301;
  color: #fff;
}

.btn-light {
  background-color: #C45301;
  border-color: #C45301;
  color: #fff;
}

.btn-light:hover {
  background-color: #30A1D7;
  border-color: #30A1D7;
  color: #fff;
}

.form-control,
.form-select {
  padding: 10px 15px;
  border-color: #d5d5d5;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}

.form-control::placeholder {
  color: #000;
}

.form-control:focus,
.form-select:focus {
  color: #000;
  background-color: #fff;
  border-color: #d5d5d5;
  box-shadow: none;
}

.grecaptcha-badge {
  display: none !important;
}

.button-group {
  gap: 20px;
}

.button-group a i {
  margin-right: 5px;
}

.background-overlay {
  background-color: rgb(0 0 0 / 40%);
}

/* Global End */

/* Animations Start */
@keyframes Blinks {

  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }
}

.blink-animation {
  animation: Blinks 2s linear infinite;
}

/* Animations End */

/* Header Start */
.secondary-header {
  background-color: #849D3F;
}

.header .logo img {
  width: 150px;
}

/* Header End */

/* Banner Start */
.banner {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
}

.banner-form {
  width: 70%;
  background-color: rgb(255 255 255 / 89%);
}

/* Banner End */

/* Category Start */
.category .category-icon,
.our-services .category-icon {
  width: 130px;
  height: 130px;
  background-color: #30A1D7;
  transition: 0.5s ease-in-out;
}

.category .category-box:hover .category-icon,
.our-services .category-box:hover .category-icon {
  background-color: #C45301;
}

.category .category-icon img,
.our-services .category-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: invert(1);
  transition: 0.5s ease-in-out;
}

.category .category-box:hover .category-icon img,
.our-services .category-box:hover .category-icon img {
  filter: invert(1);
}

/* Category End */

/* About Us Start */
.about-us {
  background-image: url(../images/about-us-bg.png);
  background-size: cover;
  background-position: center;
}

/* About Us End */

/* Our Services Start */
.our-services .category-icon {
  width: 90px;
  height: 90px;
}

.our-services .category-icon img {
  width: 50px;
  height: 50px;
}

/* Our Services End */

/* Packages Start */
.package-discount {
  background-color: #30A1D7;
}

.package-box ul {
  overflow-y: scroll;
  height: 300px;
}

.package-box ul::-webkit-scrollbar {
  width: 8px;
}

.package-box ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.package-box ul::-webkit-scrollbar-thumb {
  background: #30A1D7;
  border-radius: 4px;
}

.package-box ul::-webkit-scrollbar-thumb:hover {
  background: #C45301;
}

.package-box ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color: #30A1D7;
  position: absolute;
  left: 0;
}

/* Packages End */

/* Contact CTA Start */
.contact-cta {
  background-image: url(../images/contact-bg-1.png);
  background-size: cover;
  background-position: center;
}

/* Contact CTA End */

/* Our Portfolio Start */
/* Our Portfolio End */

/* CTA Start */
.cta {
  background-color: #e4e4e4;
}

/* CTA End */

/* Main Services Start */
.main-services .col-box:nth-child(odd) .service-box,
.main-services .owl-item:nth-child(odd) .service-box {
  background-color: #30A1D7;
}

.main-services .col-box:nth-child(even) .service-box,
.main-services .owl-item:nth-child(even) .service-box {
  background-color: #C45301;
}

.main-services .service-box p {
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
  line-height: 1.4;
}

.main-services img {
  height: 350px;
  object-fit: contain;
}

/* Main Services End */

/* Why Choose Us Start */
.choose-box {
  min-height: 260px;
  width: 99%;
}

.choose-carousel .choose-box img {
  width: 75px !important;
  height: 75px;
  object-fit: contain;
}

/* Why Choose Us End */

/* Contact Start */
.contact {
  background-image: url(../images/contact-bg-2.png);
  background-size: cover;
  background-position: center;
}

.contact-box label span {
  color: red;
}

.contact-box .intrested-check {
  column-gap: 20px;
  row-gap: 10px;
}

/* Contact End */

/* FAQs Start */
.faq .accordion .accordion-item {
  border: none;
  margin-bottom: 40px;
}

.faq .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq .accordion .accordion-item .accordion-button {
  background-color: #C45301;
  padding: 15px 10px;
  color: #fff;
  border: none;
  border-radius: 0 !important;
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
  font-weight: 700;
}

.faq .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion .accordion-item .accordion-button.collapsed {
  background-color: #fff0;
  color: #151515;
  border-bottom: 1px solid #151515;
  padding: 0 0 15px 0;
}

.faq .accordion .accordion-item .accordion-body {
  padding: 20px 0 0 0;
}

/* FAQs End */

/* Footer Start */
.footer {
  background-color: #849D3F;
}

.footer .logo {
  width: 230px;
}

/* Footer End */

/* Float Offer Start */
.float-phone {
  background-color: #30A1D7;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* Float Offer End */

/* Modal Start */
.modal .modal-content .btn-close {
  background-image: unset;
  background-color: #30A1D7;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 1;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.modal .modal-content .btn-close:hover {
  background-color: #000;
}

.modal .modal-content .btn-close:focus {
  box-shadow: none;
}

.modal .modal-body h2 {
  background-color: #30A1D7;
}

.modal .modal-body .form-control,
.modal .modal-body .form-select {
  padding: 7px 15px;
}

/* Modal End */

/* Thank You Page Start */
.inner-banner {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  height: 250px;
}

.thankyou-page svg {
  width: 30% !important;
}

.error-page svg {
  width: 40% !important;
}

/* Thank You Page End */

.custom-list {
  text-align: left;
}

.custom-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
  /* multi-line fix */
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.custom-list li i {
  margin-top: 5px;
  flex-shrink: 0;
}

.custom-list li span {
  display: block;
}

/* ========================
    CLEAN FOOTER STYLES - FIXED ICON ALIGNMENT
======================== */
.footer {
    background-color: #849D3F;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
    padding: 3rem 0 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Main Grid Layout */
.footer__main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}

/* Brand Column */
.footer__logo-link {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.footer__logo {
    filter: grayscale(1) invert() brightness(5);
    max-width: 100%;
    height: auto;
}

.footer__description {
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

/* Headings & Lists */
.footer__heading {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.25rem;
    letter-spacing: 0.5px;
}

.footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__list li {
    margin-bottom: 0.75rem;
}

.footer__list li:last-child {
    margin-bottom: 0;
}

/* FIXED: Proper icon alignment */
.footer__link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer__link:hover {
    color: white;
}

.footer__link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.footer__link span {
    display: inline-block;
    line-height: 1.4;
}

/* Quick links - no icons, so remove gap */
.footer__links .footer__link {
    gap: 0;
}

/* Bottom Bar */
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer__copyright p {
    margin: 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer__legal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer__legal-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.8125rem;
    transition: color 0.2s ease;
}

.footer__legal-link:hover {
    color: white;
    text-decoration: underline;
}

.footer__separator {
    color: rgba(255, 255, 255, 0.3);
}

/* Disclaimer */
.footer__disclaimer {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 0.5rem;
}

.footer__disclaimer p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
}

.footer__disclaimer strong {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .footer {
        text-align: center;
        padding: 2rem 0 1rem;
    }

    .footer__main {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer__brand {
        text-align: center;
    }

    .footer__list li {
        display: flex;
        justify-content: center;
    }
    
    /* FIXED: Center align icons on mobile */
    .footer__contact .footer__link {
        justify-content: start;
    }

    .footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .footer__legal {
        justify-content: center;
    }

    .footer__disclaimer p {
        font-size: 0.7rem;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
    
    .footer__link {
        font-size: 0.8125rem;
    }
}

/* ========== ADDRESS ICON FIX - FIRST LINE SE START ========== */

/* Address item ko flex banaye with align-items: flex-start */
.footer__address-item {
    display: flex;
    align-items: flex-start;  /* ← YEH SABSE IMPORTANT - icon first line se start hoga */
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    list-style: none;
}

/* Icon ka style */
.footer__address-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    font-size: 0.875rem;
    flex-shrink: 0;
    margin-top: 0.125rem;  /* Thoda sa fine-tune */
    color: rgba(255, 255, 255, 0.6);
}

/* Address text ka style */
.footer__address-text {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .footer__address-item {
        justify-content: center;
        text-align: left;
    }
    
    .footer__address-text {
        text-align: left;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .footer__address-item {
        gap: 0.5rem;
    }
    
    .footer__address-item i {
        width: 1rem;
        font-size: 0.75rem;
    }
}