/* Calendly section */
.strategys-bookings-sections{
    width:100%;
    padding:50px 0;
    background: linear-gradient(180deg, #05063E 0%, #9D7BFF 107.85%, #D8D8FF 151.98%);
    overflow:hidden;
}

.strategys-calendars-cards{
    display:flex;
    justify-content:center;
}

.strategys-bookings-sections h2{
    text-align: center;
    color: #fff;
    margin-bottom: 20px; 
     font-size: 44px;  
     font-family: Space Grotesk;
      margin-bottom:0px;
}

.calendly-inline-widget{
    width: 100%;
    height: 100vh;
}
/* Ends here */


/* Calendly css */
@media(min-width:1920px){

.strategy-booking-container{
    max-width:1650px;
    grid-template-columns:420px 1fr;
}

.strategy-main-heading{
    font-size:62px;
}

.strategy-description{
    font-size:18px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:760px !important;
}

}
@media(max-width:1400px){

.strategy-booking-container{
    grid-template-columns:350px 1fr;
}

.strategy-main-heading{
    font-size:48px;
}

}
@media(max-width:1200px){

.strategy-booking-container{
    grid-template-columns:320px 1fr;
    gap:20px;
}

.strategy-content-card{
    padding:40px 30px;
}

.strategy-main-heading{
    font-size:42px;
}

.strategy-description{
    font-size:15px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:690px !important;
}

}
@media(max-width:1024px){

.strategy-booking-section{
    padding:70px 0;
}

.strategy-booking-container{
    grid-template-columns:300px 1fr;
    gap:18px;
}

.strategy-content-card{
    padding:32px 24px;
}

.strategy-main-heading{
    font-size:36px;
}

.strategy-description{
    font-size:14px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:670px !important;
}

}
@media(max-width:768px){

.strategy-booking-section{
    padding:60px 0;
}

.strategy-booking-container{
    grid-template-columns:260px 1fr;
    gap:16px;
}

.strategy-content-card{
    padding:24px 18px;
    border-radius:20px;
}

.strategy-calendar-card{
    border-radius:20px;
}

.strategy-main-heading{
    font-size:30px;
}

.strategy-description{
    font-size:14px;
    line-height:1.7;
    margin-bottom:24px;
}

.strategy-book-button{
    font-size:15px;
}

.strategy-calendar-wrapper .calendly-inline-widget{
    height:650px !important;
}

}/* ===============================
   Responsive (300px - 766px)
================================*/

@media (max-width: 766px) {

    .strategys-bookings-sections{
        padding:40px 15px;
    }

    .strategys-bookings-sections h2{
        font-size:30px;
        line-height:1.3;
        margin-bottom:20px;
    }

    .strategys-calendars-cards{
        width:100%;
        justify-content:center;
        overflow:hidden;
    }

    .calendly-inline-widget{
        width:100% !important;
        min-width:100% !important;
        height:650px !important;
    }

}

@media (max-width:576px){

    .strategys-bookings-sections{
        padding:35px 12px;
    }

    .strategys-bookings-sections h2{
        font-size:26px;
    }

    .calendly-inline-widget{
        height:620px !important;
    }

}

@media (max-width:480px){

    .strategys-bookings-sections{
        padding:30px 10px;
    }

    .strategys-bookings-sections h2{
        font-size:22px;
    }

    .calendly-inline-widget{
        height:600px !important;
    }

}

@media (max-width:375px){

    .strategys-bookings-sections h2{
        font-size:20px;
    }

    .calendly-inline-widget{
        height:580px !important;
    }

}

@media (max-width:320px){

    .strategys-bookings-sections{
        padding:25px 8px;
    }

    .strategys-bookings-sections h2{
        font-size:18px;
    }

    .calendly-inline-widget{
        height:560px !important;
    }

}