body {
    color: #404040;
    background-color: #F0F0F0;
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.booknow {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: #00304E;
    background-color: #D6EBF8;
    border-radius: 32.5px;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    margin-left: 15px;
    vertical-align: middle;


}

.hdrstrip {
    background-color: #002943;
    padding: 15px;
}

.header_bg {
    background-color: #00304E;
}

.nav-link {
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 15px 5px 15px !important;
}


.sechdng {
    font-family: Inter;
    font-weight: 800;
    font-size: 30px;
}

.blewclr {
    color: #00619D
}

.blackclr {
    color: #000000
}

.lightblewclr {
    color: #00CCF0
}

.sechdngsmll {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
}

.radius10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.defalutbg {
    background-color: #FFFFFF;
}

a.defalutbutton {
    border: 1px solid #EE6008;
    border-radius: 7px;
    color: #EE6008;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

.w100 {
    width: 100%;
    display: block;
}

.yellowbg {
    background-color: #F1C87B;
}

.button {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
}

.radius32 {
    border-radius: 32.5px;
}

.radius8 {
    border-radius: 8px;
}


/* expert team section */
.expertteam {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.expertteam img {
    border-radius: 12px;
}

.expertteambg {
    background-color: #003352;
}

.expertteamsmllhdng {
    color: #E5E5E5 !important;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;

}

.epertteamname {
    font-family: Inter;
    font-weight: 800;
    font-size: 22px;
    color: #E5E5E5;
    margin: 10px 0px 0px 0px;
    padding: 0px 0xp 0px 0px;
}

.epertteamdsc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #E5E5E5
}

.epertteamdsc span {
    font-weight: 700;
    color: #E5E5E5
}


/* our portfolio section */
.tablink a.active {
    color: #0086D9
}

.tablink a {
    color: #0086D9;
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    color: #474747
}


/* testimonial section */
.testibox {
    padding: 20px;
    text-align: center;
    background-color: white;
}

.testiboximg {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    margin: 0 auto
}

.testiname {
    font-family: Inter;
    font-weight: 800;
    font-size: 22px;
    color: #002943;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.testidesigntion {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    color: #535353;
    margin: 0px;
    padding: 0px;
}

.testidesc {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #535353;
    margin: 10px 0px 0px 0px;
}

.testiicon {
    width: 60px;
    height: 60px;
    background-color: #F4F4F4;
    border-radius: 50%;
    padding: 15px;
    margin: 10px auto;
}

.testihdngp {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #434343
}

.testihdng {
    color: #002943
}


/* our services start */
.ourserivcebg {
    background-color: #F2F5F6;
}

.serviceshdngp {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #404040
}

/* Theme colors */
:root {
    --primary-color: #F67727;
    --secondary-color: #404040;
    --background-color: #fff;
    --hover-color: #F67727;
    --text-color: #404040;
    --active-shadow: rgba(246, 119, 39, 0.4);
}

a.servicebox {
    font-weight: 600;
    font-size: 18px;
    background: var(--background-color);
    border-radius: 10px;
    display: block;
    text-decoration: none;
    color: var(--text-color);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}

a.servicebox:hover,
a.servicebox:focus {
    background-color: var(--hover-color) !important;
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 4px 12px var(--active-shadow);
}

a.servicebox.active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px var(--active-shadow);
    transform: translateY(-5px);
}

a.servicebox:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
}

.serviceboxdtls {
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

#services-list-row {
    transition: opacity 0.3s ease;
}

/* Loading animation */
.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Accessibility enhancements */
a.servicebox:focus {
    box-shadow: 0 0 0 3px var(--primary-color);
}

/* Responsive layout tweaks */
@media (max-width: 1200px) {
    .servicebox {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    a.servicebox {
        font-size: 14px;
    }
}




/* today offer start*/
.todayofferbox {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.todayofferboxdtls {
    padding: 10px 15px 10px 15px;
    margin: 0px;
    ;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;


}



.videobgsec {
    position: relative;
    background-image: url("../../assets/img/video-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 567px;
    background-position: center center;
    text-align: center;
}

.videobgsec:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 68%)
}


.videointxt {
    font-family: Inter;
    font-weight: 700;
    font-size: 7vw;
    top: 50%;
    position: absolute;
    margin: -5% auto 0 auto;
    left: 0px;
    right: 0px;
    color: rgba(183, 183, 183, 0.5)
}


/*footer start */
footer {
    position: relative;
    background-image: url("../../assets/img/footer-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #003352f0;
}

ul.footerlink {
    margin: 15px 0px 0px 0px;
}

.footerlink li a {
    color: white;
    line-height: 36px;
}

.footerhdng {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    color: white
}


.social_icons,
.contact_detail {
    font-size: 0;
    margin: 0px;
    padding: 0px;
}

.social_icons li,
.contact_detail li {
    display: inline-block;
    padding: 2px 3px;
}

.social_icons li a {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.social_icons.social_small li a {
    height: 25px;
    width: 25px;
    line-height: 26px;
    font-size: 16px;

}

.social_white .social_icons li a,
.social_white.social_icons li a {
    color: #003352;
    border-color: #003352;
}

.border_social li a {
    border: 1px solid #292b2c;
}

.rounded_social li a {
    border-radius: 100%;
}

.social_style1 li a {
    background-color: #D9D9D9;
    border-radius: 100%;
}

.social_style1 li a:hover {
    color: #ff7020;

}

.footerhdng::after {
    content: '';
    background: #FFBC04;
    width: 44px;
    height: 3px;
    display: block;
    margin: 5px 0px 0px 0px;
}

.copyrightbg {
    background-color: #002D48;
    padding: 20px !important;
    color: #E6E6E6 !important;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
}


.contactussec {
    display: flex;
    margin: 20px 0px 10px 0px;
}

.contactussec .icon img {
    width: 24px;
    height: 24px;
}

.contactussec .icon {
    padding: 6px;
    height: fit-content;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-top: 5px;
}

.contactussec .dtls1 {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: #D0D0D0
}

.contactussec .dtls2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    color: white
}



.getstartednow {
    background: #F1C87B;
    padding: 30px;
}

.getstartednow h6 {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    line-height: inherit;
}

.contactusbtn {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    color: #003352;
    margin-left: 50px;

}

.radius5 {
    border-radius: 5px;
}

/*portfoliosec*/
.portfoliosec img {
    border-radius: 8px;
    margin-bottom: 15px;
}

.portfolifilter {
    margin: 20px 0px 0px 0px;
}


.portfoliosec #filter a {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #474747;
    display: inline-block;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

.portfoliosec #filter a.active {
    color: #0086D9;
    border-bottom: 3px solid #0086D9
}


.servicebox {
    margin-bottom: 15px;
}


.servericbannerimg {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    min-height: 282px;
}

.servicepgebreadcum {
    position: absolute;
    top: 50%;
    margin-top: -3%;
}

.servicepdghdng {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    color: white
}

.breadumtxt {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    color: #C5C5C5
}

/*description sec start*/

/*description sec end*/



/*inspirtation blog css*/
.inspirtationblog {
    background-color: #C6DEED;
}

.inspirtationheading {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 32px;
}

.inspirtationheading .span1 {
    color: #282828
}

.inspirtationheading .span2 {
    color: #1B7AB4
}

.inspirtationblog .subhdng {
    font-family: Proxima Nova;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
}

.inspirtationbox {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: white;
    border-radius: 12px;
}

.inspirtationbox img {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    ;
}

.inspirtationboxdtls {
    padding: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);

}

.inspirtationbox h6 {
    font-family: Nort;
    font-weight: 700;
    font-style: Bold;
    font-size: 19px;
}

.inspirtationbox .smallhdng {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    color: #1C1C1C;
}

.inspirtationbox .smalltxt {
    color: #868686;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
}

.dots {
    background: #0033524F;
}

.dotsactive {
    background: #0033524F;
    opacity: 35;
}

/*inspirtation blog css end*/


/*help with us section css start*/

.helpwithus {
    padding: 20px 0px 20px 0px;
}

.helpwithus h3 {
    font-family: Proxima Nova;
    font-weight: 900;
    font-size: 36px;
    color: #282828;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.helpwithus .smallcaption {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #6C6C6C;
    margin-bottom: 15px;
}

.helpwithus input {
    border-radius: 30px;
    border-width: 0.5px;
}

.helpwithus input::placeholder {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: #9E9E9E
}

.helpwithus .button {
    opacity: 1;
    border-radius: 30px;
    border-width: 0.5px;
    background-color: #003352;
    box-shadow: #FF336533;

}

/*help with us section css end */



/*description pge css strt */
.descrptionpg .hdngtxt {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
}

.descrptionpg .reviewbg {
    background-color: #00B206;
    padding: 6px 12px 6px 12px;
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
}

.descrptionpg .reviewtxt {

    color: #4D4D4D;
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
}

.descrptionpg .price {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    color: #000000
}

.descrptionpg .priceless {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    color: #8E8E8E
}

.descrptionpg .desc {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;

}

.descrptionpg .Variants {
    color: #000000;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 22px;
}

.descrptionpg .Variantsbtn {
    border: 1px solid #C4C4C4;
    padding: 8px !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 13px;
}

.descrptionpg .Variants_activebtn {
    border: 1px solid #00619D;

}

.descrptionpg .booknowbtn {
    border-radius: 8px;
    background-color: #E95E00;
    color: white;
    padding: 10px;

}

.descrptionpg .booknowbtn img,
.descrptionpg .whtsappbtn img {
    width: 25px;
    margin-right: 5px;
}

.descrptionpg .whtsappbtn {
    border-radius: 8px;
    background-color: #00B206;
    color: white;
    padding: 10px;
}

.descrptionpg .overveiwsec label {
    font-family: Inter;
    font-weight: 600;
    font-style: Medium;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
}

.descrptionpg .overveiwsecbox {
    border-radius: 5px;
    border: 1px solid #FED4D4;
    background-color: #FFEFEF;
    text-align: center;
    padding: 10px;
    margin: -10px 0px 10px 0px;
    display: block;

}

.descrptionpg .overveiwsecbox img {
    width: 30px;
}

.descrptionpg a.overveiwsecbox {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0%;
    text-decoration: none;
    color: #333333
}

.f-12 {
    font-size: 13px;
    font-weight: bold;
}

.gallery-box img,
.video-box img {
    border-radius: 5px;
}

.circlecheck {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #00B206;
    color: white;
    padding: 4px 6px 4px 6px;
    font-size: 8px;

}

.reviewbgcmtn {
    background-color: #00B206;
    padding: 6px 12px 6px 12px;
    font-family: Work Sans;
    font-weight: bold;

    font-size: 14px;
}

.review-bg {
    background-color: #dbeafe !important;
    color: black !important
}

.strblck {
    color: black !important
}

/* css for top section bridal makeup*/
.product-image {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 10px;
}

.variant-btn.active {
    border: 2px solid #0d6efd;
    background: #e9f3ff;
}

.feature-box {
    background: #ffecec;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    height: 100%;
}

.feature-box img {
    width: 32px;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .btn-responsive {
        width: 100%;
    }
}

/* css for top section bridal makeup end*/


/* Tabs Nav */
.tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    gap: 15px;
    flex-wrap: wrap;
}

.tabs button {
    background: none;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.tabs button.active {
    border-bottom: 3px solid #00619D;
    color: #00619D;
    font-weight: bold;
}

.tabs button:hover {
    color: #0d6efd;
}

/* Tab Content */
.tab-content {
    padding: 20px 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Card Style */
.tab-content .card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.tab-pane h6 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #2F2F2F;
    font-family: Inter;
    font-style: Semi Bold;


}

/* Features Grid */
.card .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.card .feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fdfdfd;
    border: 0px solid #eee;
    padding: 10px 12px;
    border-radius: 6px;
    transition: 0.2s;
}

.card .feature-box img {
    width: 18px;
}

.feature-box:hover {
    background: #f1f7ff;
    border-color: #cce0ff;
}

.feature-icon {
    font-size: 20px;
    color: #0d6efd;
}

.feature-title {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;

}

/* review section */
.review-section {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.rating-star i {
    color: #f4b400;
    font-size: 1.8rem;
}

.rating-star.smallstar i {
    font-size: 1rem;
}

.review-section input::placeholder,
.review-section textarea::placeholder {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.progress {
    height: 6px;
    background: #e9ecef;
}

.review-card {
    border-top: 1px solid #eee;
    padding: 1.5rem 0;
}

.review-card:first-child {
    border-top: none;
}

.review-author {
    font-weight: 600;
}

.review-meta {
    font-size: 0.85rem;
    color: #777;
}

.review-text {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: #333;
}

.review-actions button {
    font-size: 0.8rem;
    margin-right: 0.5rem;
    color: black;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
}

.review-section .btn-submit {
    background: #E95E00;
    border: none;
    border-radius: 8px;
    height: 45px;
}

.review-section .btn-submit:hover {
    background: #E95E00;
}

.video-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.video-box img {
    width: 100%;
    height: auto;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: #575151;
    background: rgb(233 233 233 / 60%);
    border-radius: 50%;
    padding: 15px;
    transition: background 0.3s ease;
}

.video-box:hover .play-icon {
    background: rgba(255, 0, 0, 0.8);
}

.social-icon {
    width: 22px;
}

/*description pge css end */


@media screen and (max-width:767px) {
    .card .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tabs button {
        background: none;
        border: none;
        padding: 8px 5px;
        font-size: 16px;
        cursor: pointer;
        border-bottom: 3px solid transparent;
        transition: all 0.3s ease;
        font-family: Montserrat;
        font-weight: 700;
        font-style: Bold;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .tab-pane h6 {
        font-size: 14px;

    }

    .descrptionpg .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .descrptionpg .hdngtxt {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 23px;
    }

    .descrptionpg .overveiwsecbox {
        padding: 6px;

    }

    .booknow {
        margin: 6px 0px 0px 10px;
        display: inline-block;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .serviceshdngp {
        margin-bottom: 20px !important;
    }

    .servicebox {
        font-family: Inter;
        font-weight: 600;
        font-size: 15px;
    }

    .ourserivcebg.py-5,
    .todayoffersec.py-5 {
        padding: 1.5em 0 1.5em 0 !important;
    }

    .sechdng {
        font-size: 25px !important;
    }

    .serviceshdngp {
        font-size: 16px !important;
    }

    .todayofferboxdtls {
        font-size: 16px;
    }

    .expertteam {
        margin: 0px 0px 15px 0px
    }

    .epertteamname {
        font-size: 16px;
    }

    .epertteamdsc {
        font-size: 14px;
    }

    .getstartednow h6 {

        font-size: 18px;

    }

    .contactusbtn {
        font-size: 10px;
    }

    .portfoliosec #filter a {
        margin: 0px 7px 0px 0px;
        padding: 0px;
    }
}