@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");

a {
    text-decoration: none;
}

/* HEADER */
header {
    /* box-shadow: 0px 7px 18px #1810100d; */
    position: absolute;
    left: 0;
    right: 0;
    /* background: #00000029; */
    z-index: 2;
}

    header .main-logo {
        padding-top: 40px;
        padding-bottom: 5px;
    }

        header .main-logo img {
            width: 210px;
        }

    header .main-menu {
        text-align: center;
    }

        header .main-menu > ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            header .main-menu > ul > li {
                display: inline-block;
                position: relative;
            }

                header .main-menu > ul > li > a {
                    display: block;
                    padding: 37px 10px;
                    color: #ffffff;
                }

                    header .main-menu > ul > li > a > i {
                        font-size: 12px;
                    }

                header .main-menu > ul > li > ul {
                    position: absolute;
                    background: #ad2a13;
                    padding: 26px 0;
                    top: 100%;
                    left: 0;
                    margin-top: 0;
                    margin-bottom: 0;
                    min-width: 230px;
                    z-index: 99;
                    visibility: hidden;
                    padding-left: 0;
                    opacity: 0;
                    list-style: none;
                    -webkit-box-shadow: 0 8px 63px rgb(58 66 104 / 14%);
                    -khtml-box-shadow: 0 8px 63px rgba(58, 66, 104, .14);
                    -moz-box-shadow: 0 8px 63px rgba(58, 66, 104, .14);
                    -ms-box-shadow: 0 8px 63px rgba(58, 66, 104, .14);
                    -o-box-shadow: 0 8px 63px rgba(58, 66, 104, .14);
                    box-shadow: 0 8px 63px rgb(58 66 104 / 14%);
                    -webkit-transition: all 220ms linear 0ms;
                    -khtml-transition: all 220ms linear 0ms;
                    -moz-transition: all 220ms linear 0ms;
                    -ms-transition: all 220ms linear 0ms;
                    -o-transition: all 220ms linear 0ms;
                    transition: all 220ms linear 0ms;
                    -webkit-border-radius: 0 0 5px 5px;
                    -khtml-border-radius: 0 0 5px 5px;
                    -moz-border-radius: 0 0 5px 5px;
                    -ms-border-radius: 0 0 5px 5px;
                    -o-border-radius: 0 0 5px 5px;
                    border-radius: 0 0 5px 5px;
                    clip: rect(1px, 1px, 1px, 1px);
                    -webkit-transform: scaleY(0);
                    -khtml-transform: scaleY(0);
                    -moz-transform: scaleY(0);
                    -ms-transform: scaleY(0);
                    -o-transform: scaleY(0);
                    transform: scaleY(0);
                    transform-origin: 0 0 0;
                    -webkit-transform-origin: 0 0 0;
                    -ms-transform-origin: 0 0 0;
                    -o-transform-origin: 0 0 0;
                }

                header .main-menu > ul > li:hover > ul {
                    visibility: visible;
                    opacity: 1;
                    clip: inherit;
                    -webkit-transform: scaleY(1);
                    -khtml-transform: scaleY(1);
                    -moz-transform: scaleY(1);
                    -ms-transform: scaleY(1);
                    -o-transform: scaleY(1);
                    transform: scaleY(1);
                }

                header .main-menu > ul > li > ul > li {
                    padding: 0 32px;
                    white-space: nowrap;
                }

                    header .main-menu > ul > li > ul > li > a {
                        font-size: 14px;
                        font-weight: 400;
                        line-height: normal;
                        padding: 9px 0;
                        position: relative;
                        border-bottom: 1px solid rgb(255 255 255 / 11%);
                        /* font-family: 'Barlow', sans-serif; */
                        display: block;
                        text-decoration: none;
                        color: #ffffff;
                        /* font-family: 'Poppins', sans-serif; */
                        -webkit-transition: all 220ms linear 0ms !important;
                        -khtml-transition: all 220ms linear 0ms !important;
                        -moz-transition: all 220ms linear 0ms !important;
                        -ms-transition: all 220ms linear 0ms !important;
                        -o-transition: all 220ms linear 0ms !important;
                        transition: all 220ms linear 0ms !important;
                        text-align: left;
                    }

    header .account-button {
        text-align: right;
        padding-top: 30px;
    }

        header .account-button a {
            padding: 6px 20px;
            font-size: 16px;
            font-weight: 600;
            border: none;
            color: #ffffff;
            border-radius: 4px;
            display: inline-block;
            /* background: #fff; */
        }
/* widget-slider */
.widget-slider {
    position: relative;
}

    .widget-slider:before {
        content: "";
        position: absolute;
        background: #000000a8;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }

    .widget-slider .slideritem {
    }

        .widget-slider .slideritem img {
            width: 100%;
        }



    .widget-slider .search-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        padding-top: 15%;
    }

        .widget-slider .search-box .pre-title {
            text-align: center;
            padding-bottom: 10px;
            position: relative;
        }

            .widget-slider .search-box .pre-title img {
                max-width: 20px;
            }

            .widget-slider .search-box .pre-title span {
                color: var(--color-primary);
                font-weight: 500;
                font-family: var(--font-primary);
            }

        .widget-slider .search-box h3 {
            color: #ffffff;
            text-align: center;
            font-size: 45px;
            font-style: normal;
            font-weight: 600;
            line-height: 35px;
            margin-bottom: 15px;
            margin: 0 25%;
            position: relative;
            z-index: 1;
            font-family: var(--font-secondary);
        }

            .widget-slider .search-box h3 span {
                color: #ffffff;
                font-size: 30px;
                font-style: normal;
                font-weight: 200;
                line-height: 70px;
                letter-spacing: 4px;
            }

            .widget-slider .search-box h3 img {
                position: absolute;
                right: 4%;
                top: 28%;
                z-index: -1;
                width: auto;
            }
 
    .widget-slider .home-featured-category {
        padding: 15px 0px;
        text-align: center;
        display: block;
    }

        .widget-slider .home-featured-category ul {
            display: inline-block;
            padding: 0;
        }

            .widget-slider .home-featured-category ul li {
                display: inline-block;
            }

                .widget-slider .home-featured-category ul li a {
                    margin: 0;
                    padding: 9px 26px;
                    border-radius: 10px;
                    border: 1px solid #ffffff;
                    color: #fff;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 20px;
                    transition: 0.3s;
                    cursor: pointer;
                    margin: 0 2px;
                    color: #ffffff;
                    display: block;
                }
/* widget-whymakeus */
.widget-whymakeus {
    padding: 5% 0;
    text-align: center;
    background: #ffffff;
}

    .widget-whymakeus h1 {
        font-size: 20px;
        font-family: var(--font-secondary);
        text-align: center;
        color: #000;
    }

    .widget-whymakeus h2 {
        text-align: center;
        font-family: var(--font-secondary);
        font-weight: 800;
        color: #1b2d56;
        font-size: 48px;
        font-family: var(--font-secondary);
    }

    .widget-whymakeus span {
        color: #ce3217;
    }

    .widget-whymakeus h3 {
        text-align: center;
        font-family: var(--font-secondary);
        font-size: 20px;
        margin-bottom: 5%;
    }

    .widget-whymakeus a {
        /* padding: 10px 60px; */
        font-size: 16px;
        font-weight: 600;
        /* border: 1px solid #BBB1F2; */
        background: var(--color-primary);
        border-radius: 4px;
        display: inline-block;
        margin-top: 8px;
        color: #fff;
        font-family: var(--font-secondary);
    }


    .widget-whymakeus .gridinner .innerbox figure {
        margin: 0;
    }

        .widget-whymakeus .gridinner .innerbox figure img {
            width: 100%;
            border-radius: 130px 0px 0px 0px;
        }

    .widget-whymakeus .gridinner:nth-child(3) .innerbox figure img {
        border-radius: 0;
    }

    .widget-whymakeus .gridinner:nth-child(4) .innerbox figure img {
        border-radius: 0 130px 0 0;
    }

    .widget-whymakeus .gridinner .innerbox h3 {
        padding: 15px;
        background: #1b2d56;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }



 
.widget-achivements {
    padding: 5% 0;
    background: #1b2d56;
}

    .widget-achivements .achivement-head {
        padding-top: 5%;
    }

        .widget-achivements .achivement-head h3 {
            font-size: 40px;
            font-family: var(--font-secondary);
            font-weight: bold;
            color: #ffffff;
            text-transform: uppercase;
        }

  
        .widget-achivements .grid-achivement .innerbox {
            padding: 0%;
            background: #fff;
            overflow: hidden;
            border-radius: 13px;
        }

            .widget-achivements .grid-achivement .innerbox figure {
                margin-bottom: 10px;
            }

                .widget-achivements .grid-achivement .innerbox figure img {
                    width: 100%;
                }

            .widget-achivements .grid-achivement .innerbox .detbox {
                text-align: CENTER;
                padding: 0 20px;
            }

                .widget-achivements .grid-achivement .innerbox .detbox h4 {
                    font-size: 16px;
                    margin: 0;
                    color: #000;
                }

                .widget-achivements .grid-achivement .innerbox .detbox p {
                    font-size: 13px;
                    color: #000;
                }


/* widget-aboutus */
.widget-aboutus {
    padding: 5% 0;
    background: #ca3117;
}

    .widget-aboutus .rightbox {
        padding: 5%;
        /* border: 1px solid #e9c02d; */
    }

        .widget-aboutus .rightbox h3 {
            font-weight: 100;
            color: #fff;
        }

        .widget-aboutus .rightbox h4 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 18px;
            color: #fff;
        }

        .widget-aboutus .rightbox p {
            font-size: 16px;
            color: #fff;
        }

    .widget-aboutus .leftbox img {
        width: 100%;
    }

/* widget-most-popular */
.widget-most-popular {
    padding: 5% 0;
    /* background: #ffd335; */
}

    .widget-most-popular .title-box {
        padding-bottom: 3%;
    }

        .widget-most-popular .title-box .pre-title {
            text-align: center;
            padding-bottom: 10px;
        }

            .widget-most-popular .title-box .pre-title img {
                max-width: 20px;
            }

            .widget-most-popular .title-box .pre-title span {
                color: var(--color-primary);
                font-weight: 500;
                font-family: var(--font-primary);
            }

        .widget-most-popular .title-box h3 {
            font-weight: 800;
            color: #1b2d56;
            font-size: 36px;
            font-family: var(--font-secondary);
            text-align: center;
            margin-bottom: 0;
        }

        .widget-most-popular .title-box span.child-title {
            text-align: center;
            display: block;
        }

    .widget-most-popular .popular-grid .innerbox a figure {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

        .widget-most-popular .popular-grid .innerbox a figure img {
            width: 100%;
        }

        .widget-most-popular .popular-grid .innerbox a figure .detbox {
            position: absolute;
            bottom: 0;
            padding: 25px;
            left: 0;
            right: 0;
        }

        .widget-most-popular .popular-grid .innerbox a figure::before {
            position: absolute;
            background: linear-gradient(to bottom, transparent, #000);
            content: "";
            bottom: 0;
            right: 0;
            left: 0;
            top: 0;
        }

        .widget-most-popular .popular-grid .innerbox a figure .detbox h3 {
            font-size: 15px;
            color: #fff;
        }

        .widget-most-popular .popular-grid .innerbox a figure .detbox button {
            border: none;
            text-transform: uppercase;
            width: 100%;
            margin-top: 13px;
            padding: 10px 5px;
            display: block;
            background: #ca3117;
            border-radius: 3px;
            font-size: 15px;
            color: #fff;
            letter-spacing: 1px;
            font-weight: 500;
        }

.widget-product{
    padding: 5% 0;
}
.widget-product .leftbox img{width:100%}
.widget-product .headbox{
    padding-bottom: 20px;
}
.widget-product .headbox h3{
    text-align: CENTER;
    text-transform: uppercase;
    font-weight: unset;
    margin: 0;
    font-size: 44px;
}
.widget-product .headbox p{
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}
.widget-product .progrid{
    padding-bottom: 15px;
}
.widget-product .progrid a{
    padding: 15px;
    border: 1px solid #eeeeee;
    display: block;
    border-radius: 4px;
    text-align: center;
    box-shadow: 3px 4px 2px 0 #eeeeeebd;
    /* min-height: 320px; */
    text-decoration: none;
    padding-bottom: 35px;
}
.widget-product .progrid a figure{
    position: relative;
    padding: 13px;
}
.widget-product .progrid a figure img{
    width: 100%;
}

.widget-product .progrid a h3{
    font-size: 18px;
    text-align: CENTER;
    display: block;
    color: #000;
    font-weight: 400;
}
.widget-product .progrid a h3 > span{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.widget-product .progrid a > span{
    display: inline-block;
    border: 1px solid #c53016;
    padding: 6px 30px;
    color: #c93117;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 9px;
    }
    .widget-product .rightbox{}
.widget-product .rightbox h3{
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 600;
    color: #000;
}

.widget-product .rightbox  button{    border: none;
    top: 9px;
    background: #ca3117;
    padding: 9px 23px;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 17px;
    text-transform: uppercase;}
.widget-product .rightbox span.sizebox{
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.widget-product .rightbox span.pricebox{
    font-size: 16;
    font-size: 21px;
    color: #000;
    display: block;
}
.widget-product .rightbox span.spechead{
    display: block;
    padding: 10px;
    background: #eee;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

/* widget-testimonial */
.widget-testimonial {
    padding: 5% 0;
    background: #fff;
}

    .widget-testimonial .title-box {
        padding-bottom: 3%;
    }

        .widget-testimonial .title-box .pre-title {
            text-align: center;
            padding-bottom: 10px;
        }

            .widget-testimonial .title-box .pre-title img {
                max-width: 20px;
            }

            .widget-testimonial .title-box .pre-title span {
                color: var(--color-primary);
                font-weight: 500;
                font-family: var(--font-primary);
            }

        .widget-testimonial .title-box h3 {
            font-weight: 800;
            color: #1b2d56;
            font-size: 36px;
            font-family: var(--font-secondary);
            text-align: center;
            margin-bottom: 0;
        }

        .widget-testimonial .title-box span.child-title {
            text-align: center;
            display: block;
        }

 
    .testimonialgrid .gridlistinnerbox {
        background: #ca3117;
        padding: 50px;
        border-radius: 12px;
    }

       
        .testimonialgrid .gridlistinnerbox p {
            color: #fff;
            font-size: 18px;
            font-family: var(--font-secondary);
        }

        .testimonialgrid .gridlistinnerbox .ratebox {
            color: #FFEB3B;
        }

          
            .testimonialgrid .gridlistinnerbox .ratedet h3 {
                margin-bottom: 0;
                font-size: 33px;
                font-weight: 700;
                color: #fff;
                font-family: var(--font-secondary);
            }

            .testimonialgrid .gridlistinnerbox .ratedet span {
                color: #fff;
                font-family: var(--font-secondary);
            }

/* footer */
footer {
    padding: 5% 0;
    background: #1b2d56;
}

    footer .abtbox p {
        font-family: var(--font-secondary);
        color: #fff;
    }

    footer .abtbox ul {
        padding: 0;
        list-style: none;
    }

        footer .abtbox ul li {
            font-family: var(--font-secondary);
            color: #fff;
            padding: 5px 0;
        }


    footer .quicklinks h3, footer .newsletter h3 {
        font-family: var(--font-secondary);
        color: #fff;
        font-size: 24px;
    }

    footer .quicklinks ul {
        padding: 0;
        list-style: none;
    }

        footer .quicklinks ul li a {
            color: #fff;
            display: block;
            padding: 5px 0;
            font-family: var(--font-secondary);
        }

    footer .newsletter p {
        color: #fff;
    }

  
        footer .newsletter form .footerform {
            padding: 5px;
            border: 1px solid #eeeeee30;
            position: relative;
            border-radius: 7px;
        }

            footer .newsletter form .footerform input {
                border: none;
                background: none;
                color: #fff;
                width: 70%;
                padding: 10px;
                outline: none;
            }

            footer .newsletter form .footerform button {
                border: none;
                right: 10px;
                border: none;
                top: 9px;
                background: #ca3117;
                padding: 6px 14px;
                border-radius: 6px;
                color: #fff;
                position: absolute;
            }

        footer .newsletter form label {
            display: block;
            padding-top: 15px;
            color: #fff;
            font-size: 13px;
        }

.widget-copyright {
    background: #0c1b3d;
    padding: 15px 0;
    border-top: 1px solid #ffffff26;
}

    .widget-copyright .copyright-text p {
        margin: 0;
        color: #fff;
    }

    .widget-copyright .socialfooter {
        text-align: right;
    }

        .widget-copyright .socialfooter a {
            display: inline-block;
            padding: 0 5px;
            color: #fff;
        }


/* mobheader */
.mobheader {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 0;
}

   
        .mobheader .logo img {
            width: 160px;
        }

    .mobheader .mobilebtn {
        position: absolute;
        right: 15px;
        background: no-repeat;
        border: none;
        display: inline-block;
    }

        .mobheader .mobilebtn span {
            width: 40px;
            display: block;
            background: #fff;
            height: 1px;
            margin-bottom: 10px;
        }

/* Side Menu Styles */
.side-menu {
    width: 80%; /* or any width you want */
    position: fixed;
    top: 0;
    left: -80%; /* Initially hidden off-screen */
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    z-index: 1000;
    transition: left 0.3s ease; /* Smooth transition for opening/closing */
    overflow-y: scroll;
}

    .side-menu.open {
        left: 0; /* When "open" class is added, the menu slides in */
    }

.side-menu-inner {
    overflow-y: auto;
}

.side-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    position: relative;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
}

    .menu-item a {
        color: #000000;
        text-decoration: none;
        display: block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0px;
        position: relative;
        text-transform: uppercase;
    }

        .menu-item a .toggle-icon {
            margin-right: 10px;
            font-size: 18px;
            top: 5px;
            display: inline-block;
        }

.submenu {
    list-style-type: none;
    padding-left: 0;
    padding: 0;
}
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.submenu.open {
  max-height: 500px; /* adjust if you have more items */
  background: #eee;
}
.side-menu img {
    background: #1b2d56;
    padding: 40px;
    width: 100%;
}
/* Breadcrumb */
.widget-breadcrumb{
    background: #1b2d56;
    padding: 30px 0;
    padding-top: 8%;
}
.widget-breadcrumb .head{
    text-align: center;
}.widget-breadcrumb .head h3{
    margin: 0;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 28px;
}
.widget-breadcrumb .breadcrumbbox{
    text-align: CENTER;
}
.widget-breadcrumb .breadcrumbbox ul{
    display: inline-block;
    padding: 0;
    list-style: none;
}
.widget-breadcrumb .breadcrumbbox ul li{
    display: inline-block;
    padding: 0 5px;
    color: #ffffff;
}
.widget-breadcrumb .breadcrumbbox ul li a{position: relative;color: #ffffff;}
.widget-breadcrumb .breadcrumbbox ul li a:before{content: "/";position: absolute;right: -9px;}

.widget-page{padding: 50px 0; background: #fff;}
 
.widget-page .innercontent h1{
    font-size: 22px;
}
.widget-page .innercontent h2{
    font-size: 20px;
    color: #000;
}
.widget-page .innercontent ul{
    padding: 0;
    /* list-style: none; */
    padding-left: 15px;
}
.widget-page .innercontent ul li{
    font-size: 16px;
}
.widget-page .innercontent p{
    font-size: 16px;
    text-align: justify;
}

.blogcontainer{
    padding: 40px 0;
}
.blogcontainer .blogbox{
    text-decoration: none;
    color: inherit;
}
 
.blogcontainer .blogbox figure img{width:100%;border-radius: 15px;}
 
.blogcontainer .blogbox .blog-det h3{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin-bottom: 7px;
}
 
 
.blogpageleft figure img{
    width: 100%;
}
.blogpageleft h3{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0 10px;
    line-height: 1.3;
}
 
.blogpageleft .contentbox p{font-size: 16px;text-align: justify;}

.contactmap{width:100%; height:350px;}
.contactlist{
    padding: 0;
    list-style: none;
}
.contactlist li{
    font-size: 26px;
    margin-bottom: 10px;
}
.contactlist li a{
    display: block;
    position: relative;
    padding: 0 0;
    color: #000;
    font-size: 16px;
    padding-left: 50px;
    padding-top: 9px;
    margin-bottom: 0;
    height: 40px;
    /* padding-top: 17px; */
}
.contactlist li a i{
    position: absolute;
    left: 0;
    padding: 12px;
    background: #ca3117;
    width: 40px;
    height: 40px;
    top: 0;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}


.aboutcontainer{
    padding: 40px 0;
}

.aboutcontainer .aboutpageleft{
    padding-right: 30px;
}
.aboutcontainer .aboutpageleft h3{
    /* font-family: impact; */
    text-transform: uppercase;
    margin: 0;
    font-size: 2.5em;
    color: #1b2d56;
    padding: 0 0 10px;
}
.aboutcontainer .aboutpageleft p{
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.widget-facility{
    background: #1b2d5614;
    padding: 50px 0;
}
.widget-facility .head{}
.widget-facility .head h3{
    font-weight: 800;
    color: #1b2d56;
    font-size: 36px;
    font-family: var(--font-secondary);
    text-align: center;
    margin-bottom: 0;
}
.widget-facility .head p{
    text-align: CENTER;
}
.widget-facility .fac-grid{
    text-align: CENTER;
    padding: 15px 0;
}
.widget-facility .fac-grid a{}
.widget-facility .fac-grid a figure{}
.widget-facility .fac-grid a figure img{
    width: 140px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #eee;
}
.widget-facility .fac-grid a h3{
    margin: 0;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* */
.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup Box */
.popup-box {
    background: #fff;
    width: 90%;
    max-width: 500px;
    padding: 3%;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    animation: popupFade 0.4s ease;
    position: relative;
}
.popup-box h3{text-align: center;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;}
/* Close button */
.popup-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 22px;
    color: #444;
    text-decoration: none;
}

/* Inputs */
.popup-box input,
.popup-box textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
}

/* Submit button */
.popup-box button {
    width: 100%;
    padding: 10px;
    background: #ca3117;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}

.popup-box button:hover {
    background: #af2007;
}

/* Animation */
@keyframes popupFade {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* Trigger button */
.enquiry-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.enquiry-btn:hover {
    background: #15803d;
}

@media only screen and (max-width: 68em) {
    .widget-slider .search-box {
        padding-top: 30%;
    }

        .widget-slider .search-box h3 {
            margin: 0;
            line-height: 50px;
        }

            .widget-slider .search-box h3 span {
                font-size: 26px;
                letter-spacing: 0;
            }

    .widget-slider .home-featured-category ul li a {
        padding: 10px 37px;
        font-size: 21px;
        border-radius: 10px;
    }

    .widget-whymakeus h2 {
        font-size: 30px;
        font-weight: 600;
    }

        .widget-whymakeus h2 span {
            display: block;
        }

    .widget-whymakeus {
        padding: 10% 0;
    }

        .widget-whymakeus h3 {
            font-size: 16px;
        }

        .widget-whymakeus .gridinner .innerbox {
            padding: 0 20px;
        }

            .widget-whymakeus .gridinner .innerbox figure img, .widget-whymakeus .gridinner:nth-child(4) .innerbox figure img {
                border-radius: 15px 15px 0px 0px;
            }

    .widget-aboutus .rightbox p {
        text-align: justify;
    }

    .widget-most-popular .title-box h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .widget-achivements .achivement-head h3, .widget-testimonial .title-box h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }

    .grid-achivement {
        padding-bottom: 15px;
    }

    footer {
        padding: 10% 5%;
    }
    .widget-breadcrumb{padding-top:20%;}
}
