/* Public header and home hero refinements */
.public-site-header{
    min-height:128px;
    padding:20px 36px;
    margin:20px 24px;
    border-radius:24px;
    background:#ebe7e2;
    box-shadow:0 8px 28px rgba(54,39,22,.06);
}
.public-site-header .fathima-brand-logo{
    flex:0 0 92px;
    width:92px;
    height:92px;
    border-radius:50%;
    overflow:hidden;
    background:#fff;
}
.public-site-header .fathima-brand-logo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.16);
}
.public-site-header .mobile-nav{flex:1;justify-content:flex-end;gap:48px}
.public-site-header .mobile-nav-top-content{margin:auto}
.public-site-header .menu>li>a{
    display:block;
    color:#362716;
    font-size:18px;
    font-weight:600;
    line-height:24px;
    text-decoration:none;
    white-space:nowrap;
    transition:color .25s ease;
}
.public-site-header .menu>li>a:hover,.public-site-header .menu>li>a.active{color:#c5853a}
.public-site-header .dots-circle{margin:0 22px}
.public-site-header .get-free-quote-btn{min-width:210px;height:68px;border-radius:18px}
.public-site-header .get-free-quote-btn .btn-text{height:68px}
.public-site-header .get-free-quote-btn:hover .btn-main{top:-68px}
.hero-1-section{margin-top:188px}
.hero-video-wrapper{
    width:275px;
    height:124px;
    margin:0 14px;
    vertical-align:middle;
    overflow:hidden;
    border-radius:999px;
}
.hero-video-wrapper>img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.hero-video-wrapper .hero-white-circle{
    width:58px;
    height:58px;
    background:#ebe7e2;
    box-shadow:0 7px 20px rgba(0,0,0,.2);
    animation:videoPulse2 3s ease-in-out infinite;
}
.hero-video-wrapper .play-btn{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    color:#c5853a;
    text-decoration:none;
    cursor:pointer;
}
.hero-video-wrapper .play-btn span{font-size:20px;line-height:1;transform:translateX(2px)}
@media(max-width:1399px){
    .public-site-header{min-height:112px;padding:16px 24px}
    .public-site-header .fathima-brand-logo{flex-basis:78px;width:78px;height:78px}
    .public-site-header .mobile-nav{gap:26px}
    .public-site-header .dots-circle{margin:0 12px}
    .public-site-header .get-free-quote-btn{min-width:180px}
}
@media(max-width:1199px){
    .public-site-header{min-height:94px;margin:15px;border-radius:20px}
    .public-site-header .fathima-brand-logo{flex-basis:64px;width:64px;height:64px}
    .public-site-header .mobile-nav{justify-content:space-between;gap:40px}
    .public-site-header .mobile-nav-top-content{margin:0;width:100%}
    .public-site-header .menu>li>a{width:100%;padding:10px 0;color:#fff;font-size:18px}
    .public-site-header .get-free-quote-btn{width:100%}
    .hero-1-section{margin-top:140px}
    .hero-video-wrapper{width:220px;height:92px;margin-inline:8px}
}
@media(max-width:767px){
    .public-site-header{min-height:78px;padding:10px 14px;margin:10px;border-radius:16px}
    .public-site-header .fathima-brand-logo{flex-basis:56px;width:56px;height:56px}
    .public-site-header .menu-toggle{width:52px;height:52px}
    .hero-1-section{margin:108px 10px 0;max-width:calc(100% - 20px)}
    .hero-video-wrapper{width:160px;height:66px;margin-inline:4px}
    .hero-video-wrapper .hero-white-circle{width:42px;height:42px}
    .hero-video-wrapper .play-btn span{font-size:15px}
}
@media(max-width:479px){
    .hero-video-wrapper{width:128px;height:54px}
}
