body {
    margin: 0;
    padding: 0;
}

#hero-main-div {
    background-image: url("../assets/images/franchise/franchise-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 3rem 0;
}


/* TEXT STYLES */
.your-cafe {
    font-size: 3rem;
}

.our-magic {
    color: #f7ea00;
    font-size: 3rem;
}

.lets-build {
    font-size: 3.5rem;
}

.hero-description {
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.info-list {
    padding-left: 20px;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 1rem;
}

/* IMAGE FRAME */
.rotate-div {
    transform: rotate(7deg);
    transform-origin: center;
    border: 10px solid #ecf3f9;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
}

.img-fluid {
    width: 100%;
    height: auto;
    display: block;
}


/* ANIMATION SETUP */
.fade-in-left,
.fade-in-right,
.fade-in-bottom {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

.fade-in-left {
    transform: translateX(-50px);
}

.fade-in-right {
    transform: translateX(50px);
}

.fade-in-bottom {
    transform: translateY(50px);
}

.fade-in-visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
}


/* RESPONSIVENESS */
@media (max-width: 992px) {

    .your-cafe,
    .our-magic,
    .lets-build {
        text-align: center;
    }

    .rotate-div {
        transform: none;
        border: 8px solid #ecf3f9;
        border-radius: 15px;
        width: 90%;
        margin: 1.5rem auto;
    }
}

@media (max-width: 768px) {

    .your-cafe,
    .our-magic {
        font-size: 2.2rem;
    }

    .lets-build {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .info-list {
        padding-left: 0;
        list-style: none;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .your-cafe,
    .our-magic,
    .lets-build {
        font-size: 2rem;
    }

    .rotate-div {
        width: 95%;
    }
}



/* VISION SECTION  */


.vision-section {
    color: #0e4961;
}

@media (max-width: 768px) {
    .vision-right-box h2 {
        text-align: center;
        margin-top: 10px;
        text-align: center;
    }
}


#vector-background-box {
    /* position: absolute; */
    width: 100%;
    min-height: 160vh;
    z-index: 1;
    background-image:
        url("../assets/images/franchise/Vector.png"),
        url("../assets/images/franchise/Vector.png"),
        url("../assets/images/franchise/Vector.png"),
        url("../assets/images/franchise/Vector.png");

    background-repeat: no-repeat;
    background-size: 100%, 100%, 100%, 100%;

    background-position:
        center 0px,
        center 150px,
        center 420px,
        center 700px;
    margin-top: -140px;
    z-index: -10;
}

@media (max-width: 768px) {
   #vector-background-box {
    /* position: absolute; */
    width: 100%;
    min-height: 160vh;
    z-index: 1;
    background-image:
        url("../assets/images/franchise/Vector.png"),
        url("../assets/images/franchise/Vector.png"),
        url("../assets/images/franchise/Vector.png"),
        url("../assets/images/franchise/Vector.png");

    background-repeat: no-repeat;
    background-size: 100%, 100%, 100%, 100%;

    background-position:
        center 120px,
        center 250px,
        center 600px,
        center 800px;
    margin-top: -140px;
    z-index: -10;
}
}

.coffee-invest-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    z-index: 20000;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.coffee-invest-main-div {
    background-color: #3b1612;
    border-radius: 30px 30px 30px 0px;
    padding: 30px 0px;
    width: 70%;
    margin: auto;
    height: auto;
}

/* Heading */
.coffee-invest-header {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.coffee-invest-subtext {
    color: #e0cfc9;
    font-size: 1rem;
    max-width: 550px;
    margin: 0 auto 40px;
}

/* Boxes */
.coffee-invest-left-box,
.coffee-invest-right-box {
    padding: 30px;
    background: linear-gradient(135deg, #f4c7a1, #eecfc5);
    color: #3b1612;
    min-height: 400px;
    border-radius: 40px 40px 40px 0px;
    color: white;
}

.coffee-invest-left-box {
    background: linear-gradient(135deg, #a16d61, #ba8e82);
}

.coffee-invest-right-box {
    background: linear-gradient(135deg, #bcae90, #c9b280);
}

.coffee-invest-left-box h4,
.coffee-invest-right-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.coffee-invest-left-box p,
.coffee-invest-right-box p {
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.coffee-invest-left-box ul,
.coffee-invest-right-box ul {
    list-style-type: disc;
    text-align: left;
    padding-left: 20px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.coffee-invest-row {
    display: flex;
    flex-wrap: wrap;
}

.stats-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 720px;
}

.stats-list li {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
}

.stats-list i {
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
}

/* subtle secondary text */
.stats-list li small {
    display: block;
    font-weight: 400;
}

@media (max-width: 992px) {
    .coffee-invest-main-div {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .coffee-invest-main-div {
        width: 100%;
        margin: auto;
        border-radius: 40px 40px 40px 0px;
    }

    .coffee-invest-row{
        padding: 20px;
    }

    .coffee-invest-left-box,
    .coffee-invest-right-box {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

.logo-image {
    width: 250px;
    padding-top: 250px;
}

.advantage-heading {
    color: #0E4961;
}

.advantage-subtext {
    color: #0E4961;
}

.advantage-box {
    background-color: #fff;
    border: 2px solid #00a8ff;
    border-radius: 0 30px 0 30px;
    height: 150px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.circle-icon {
    width: 40px;
    height: 40px;
    background-color: #00a8ff;
    border-radius: 50%;
}

.advantage-box-subtext {
    font-size: 14px;
    color: #797A7E;
    font-weight: 500;
}

@media (max-width: 992px) {
    .advantage-row {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .advantage-row {
        width: 90%;
    }

    .advantage-box {
        border-radius: 0 25px 0 0;
    }
}

.digital-approach-section {
    background-color: #f4faff;
    border: 2px solid #00a3e0;
    border-radius: 30px;
    padding: 30px;
    max-width: 74%;
    margin: 40px auto;
}

.digital-approach-title {
    font-weight: 700;
    color: #003049;
}

.digital-point {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.digital-icon {
    width: 40px;
    height: 40px;
    background-color: #00a3e0;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 4px;
}

.digital-text {
    color: #797A7E;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.foco-text {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .digital-approach-section {
        padding: 20px;
        display: block;
         max-width: 90%;
    }

    .digital-text {
        font-size: 13px;
    }
}

/* MAIN SECTION */
.formats-section {
    background: linear-gradient(180deg, #00b8e3 0%, #a5d836 100%);
    padding: 60px 20px;
    margin-top: -15px;
}

/* HEADINGS */
.formats-heading {
    color: #fff;
    font-weight: 600;
    font-size: 38px;
    width: 320px;
    margin: auto;
}

.formats-subtext {
    text-align: center;
    color: #f0f9ff;
    max-width: 650px;
    margin: 10px auto 40px;
    font-size: 22px;
    font-weight: 500;
}

/* CARD */
.format-card {
     background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(209, 255, 199, 0.65) 100%
    );
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    border: 2px solid #c6e22b;
    transition: transform 0.2s ease;
}

/* IMAGE */
.format-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* CONTENT */
.format-content {
    padding: 25px;
    flex: 1;
}

.format-title {
    background-color: #f7f89d;
    padding: 6px 16px;
    border-radius: 25px;
    font-weight: 700;
    color: #0e4961;
    margin-bottom: 12px;
    font-size: 25px;
    display: inline-block;
}

.format-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #0e4961;
}

.format-description strong {
    display: block;
    margin-top: 8px;
    font-size: 15px;
}

.img-wrapper {
    padding: 0 15px 0 0;
    /* width: 100%; */
}

/* MOBILE FIXES */
@media (max-width: 768px) {

    .format-card {
        flex-direction: column;
        width: 98%;           
        border-radius: 20px;
    }

    .format-content {
        padding: 16px 20px;    
    }

    .format-title {
        margin-top: -40px;     
        font-size: 22px;
    }

    .format-description {
        font-size: 14px;
        line-height: 1.4;
    }
}


/* Section Styling */
.coffee-section {
    background: url("../assets/images/franchise/coffe-beans-grid.png");
    /* Optional grid overlay */
    background-size: cover;
    background-position: center;
    padding: 50px 20px 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Coffee beans at bottom */
.coffee-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: url("../assets/images/franchise/coffee-beans.png") no-repeat center bottom;
    background-size: cover;
    pointer-events: none;
}

.coffee-heading {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

.coffee-subtext {
    color: #e0f4ff;
    font-size: 15px;
    margin-bottom: 40px;
}

.form-control {
    border-radius: 6px;
    border: none;
    font-size: 14px;
    padding: 10px 12px;
}

.form-select {
    border-radius: 6px;
    border: none;
    font-size: 14px;
    padding: 10px 12px;
}

.submit-btn {
    background-color: #F7EA00;
    width: 50%;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #F7EA00;
}

.arrow-icon {
    margin-left: 10px;
    font-weight: bold;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .coffee-heading {
        font-size: 22px;
    }

    .coffee-subtext {
        font-size: 14px;
    }

    .form-row .col-md-6 {
        margin-bottom: 15px;
    }

    .coffee-section {
        padding-bottom: 220px;
    }

    .submit-btn {
        width: 90%;
    }
}

.footer {
    background-color: #182d5a;
    color: white;
    padding: 2rem 0;
}

.footer h6 {
    font-weight: 600;
}

.app-buttons img {
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.app-buttons img:hover {
    transform: scale(1.05);
}

.social-icons a {
    color: white;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #f7ea00;
}

.mid-footer-section a {
    color: white;
    text-decoration: none;
    margin-bottom: 0.3rem;
    transition: color 0.3s ease;
}

.mid-footer-section a:hover {
    color: #f7ea00;
}

.whatsapp-btn {
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #1ebd5a;
}

.footer-logo img {
    height: 80px;
    max-width: 100%;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer-logo {
        margin-top: 2rem;
    }

    .footer-logo img {
        height: 70px;
    }

    .app-buttons img {
        height: 50px;
    }

    .whatsapp-btn {
        width: 200px;
        /* margin-top: 1.5rem; */
    }

    .social-icons {
        flex-direction: column;
    }

    .footer-links {
        flex-direction: column;
    }

    .mid-footer-section {
        align-items: center;
    }

    .text-white {
        font-size: 30px;
    }

    /* stack order visually */
    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .order-3 {
        order: 3;
    }
    .chat-text{
        font-size: 10px;
    }
}

/* ANIMATION SETUP */
.fade-in-left,
.fade-in-right,
.fade-in-bottom {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.fade-in-left {
  transform: translateX(-50px);
}

.fade-in-right {
  transform: translateX(50px);
}

.fade-in-bottom {
  transform: translateY(50px);
}

.fade-in-visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

@media (max-width: 768px) {
    .submit-btn {
        width: 90%;
    }

    .coffee-section::after {
        height: 180px;
        background: url("../assets/images/franchise/coffee-beans.png") no-repeat center bottom;
    }
}

.footer-links .p-1 {
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.footer-links a{
    text-decoration: none;
    color: #fff !important;
}

.footer-links .p-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #F7EA00;
    transition: width 0.3s ease;
    color: #fff !important;
}

.footer-links .p-1:hover {
    color: #F7EA00;
}

.footer-links .p-1:hover::after {
    width: 100%;
}