/********** Template CSS **********/
/* Mobile Header Contact Number */
:root {
    --primary: #000000;
    --secondary: #FFD33C;
    --light: #F3F3F3;
    --dark: #212121;
}
 body {
    overflow-x: hidden
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

.btn {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}
.hero-left {
    font-size: 19px;
    margin-top: 22px;
    border: 1px solid #ffffffa1;
    padding: 6px;
    background: #00000047;
    display: inline-block;
    font-weight: 600;
    color: white;
}
.slider strong {
    color: white;
    font-size: 24px;
    margin-bottom: 9px;
    display: inline-block;
    border: 1px dashed #ffffff87;
    padding: 7px 22px;
}
.hero-left span {
    margin: 8px auto;
    width: fit-content;
    color: #ffc107;
    font-size: 20px;
    font-weight: 700;
}
.blink {
                -webkit-animation: blink .75s linear infinite;
                -moz-animation: blink .75s linear infinite;
                -ms-animation: blink .75s linear infinite;
                -o-animation: blink .75s linear infinite;
                 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
@-moz-keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
@-ms-keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
@-o-keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
@keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}

 
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-left: 39px;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}
.bg-primary {
    background-color: #0346ad !important;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #0346ad;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        top: -4px;
        left: 50%;
        background: #0346ad;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        width: 100%;
        height: 1px;
        top: -1px;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/M3M-Brabus-banner-image.webp) top right no-repeat;
    background-size: cover;
    position: relative;
}
.modal {
    z-index: 999999;
}
.sticky-top a.navbar-brand img {
    width: 145px;
}

.service-item img {
    width: 100px;
    margin-right: 20px;
}
.justify-content-start {
    position: relative;
    z-index:1;
}
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.service-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
    color: #000000;
}
a.navbar-brand img {
    width: 145px;
}
.dropdown-toggle::after{
    display:none;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav .dropdown-menu { 
    padding: 0;
}
.dropdown-item {
    line-height: 37px;
    width: 215px;
    text-transform: uppercase; 
    font-size: 15px;
    border-bottom: 1px solid #dedede;
}
.hero-header:before {
    content: "";
    position: absolute;
    background: #000000ab;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.service-item a:hover i {
    padding-left: 50px;
}

.service-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.service-item a:hover i::after {
    width: 50px;
}

.product-item {
    padding-bottom: 29px;
    background-color: #ffffff !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
    margin-top: 1px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: -31px;
    opacity: 1;
}
.btn-primary:active {
    color: #fff;
    background-color: #95c559;
    border-color: #87be45;
}

 

.product-carousel .owl-nav .owl-prev
 {
    position: absolute; 
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
    left:0;
    top:135px;
}
.product-carousel .owl-nav .owl-next {
    position: absolute;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
    right: 0;
    top: 135px;
}

    .product-carousel .owl-nav .owl-prev:hover,
    .product-carousel .owl-nav .owl-next:hover {
        color: #ffffff;
    }
 
.bnd-top img {
    object-fit: contain;
    height: 270px;
}
.bnd-top .btn-primary {
    background: black;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: white;
    text-transform: capitalize;
}
.bg-offer {
    background: url(../img/offer.jpg);
    background-attachment: fixed;
    background-position: bottom;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
    position: relative;
    z-index: 3;
}
.trendingp {
    position: relative;
    z-index: 1;
}
    .trendingp:before {
        content: '';
        background: #eef7ff;
        width: 240px;
        height: 300px;
        display: inline-block;
        position: absolute;
        top: -146px;
        left: -30px;
        border-radius: 100px;
        transform: rotate(45deg);
        z-index: -1;
    }
.mb-top .team-item {
    margin-bottom:8px;
}
span.new {
    text-decoration: line-through;
    color: #0346ad;
    font-size: 14px;
    margin-right: 7px;
}
.mb-top h5 {
    font-size: 15px !important;
    text-transform: capitalize;
}
.mb-top .bg-light {
    padding: 26px 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 267px;
    object-fit: contain;
    background: #f8f8f863;
}
.borderone-5 {
    border-color: #ffffff !important;
}
.txt-cent {
    margin: 0 auto;
    display: table;
    margin-top: 48px;
}
.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-carousel .owl-nav {
    position: absolute;
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
    right: 0;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0);
    transition: .5s;
    opacity: 0;
}
a.info {
    color: #0346ad;
}
.ps-5 {
    padding-left: 2rem !important;
}
.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/bg-2.jpg) top left no-repeat;
    background-size: cover;
}
.bg-white {
    background-color: #fff !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
}
.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 46px;
    top: calc(50% - 23px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

     
    .testimonial-carousel .owl-nav .owl-next {
        position: relative;
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: var(--primary);
        font-size: 22px;
        transition: .5s;
        border-radius: 30px 0px 0px 30px;
    }
    .testimonial-carousel .owl-nav .owl-prev {
        border-radius: 0px 30px 30px 0px;
        position: relative;
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: var(--primary);
        font-size: 22px;
        transition: .5s;
    }

.slider-up-img img {
    width: 280px;
    position: relative;
    bottom: 0;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
    top:0;
}
 
        .testimonial-carousel .owl-nav .owl-prev:hover,
        .testimonial-carousel .owl-nav .owl-next:hover {
            color: #FFFFFF;
        }

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
}
.blog-item img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
    width:100%;
}
ul.review {
    text-align: center;
    margin: 0 auto;
    display: table;
    padding: 0;
}
    ul.review li {
        list-style: none;
        float: left;
        font-size: 14px;
        margin-left: 3px;
        margin-top: 4px;
    }
        ul.review li i {
            color: #0346ad;
        }



@media (min-width: 576px) {
    .blog-item .row {
        height: 300px;
    }
}

.blog-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.blog-item a:hover i {
    padding-left: 50px;
}

.blog-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.blog-item a:hover i::after {
    width: 50px;
}
.header .fs-1 {
    font-size: 25px !important;
    width: 27px;
}
.header span {
    font-size: 14px;
}
.header h6 {
    font-size: 14px;
    margin: 0 !important;
}
.header {
    padding: 0 0 12px;
}
.text-primary {
    color: #0346ad !important;
    text-shadow: 0px 4px 3px rgb(229 229 229 / 14%), 0px 8px 13px rgb(144 144 144 / 10%), 0px 18px 23px rgba(0,0,0,0.1);
}
.whatsapp {
    border-radius: 50%;
    bottom: 111px;
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
    cursor: pointer;
    position: fixed;
    right: 10px;
    width: 60px;
    z-index: 9;
}
.contact-btnright {
    position: fixed;
    top: 40%;
    right: -26px;
    background: #0d58a5;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 600;
    z-index: 999;
    transition: background 0.3s;
    transform: rotate(270deg);
}
.contact-panel {
    position: fixed;
    top: 255px;
    right: -100%;
    width: 350px;
    height: auto;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}
.contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0d58a5;
    color: white;
    padding: 15px 20px;
}
.contact-header span {
    font-size: 24px;
    cursor: pointer;
}
.contact-header span {
    font-size: 24px;
    cursor: pointer;
}
.bg-primary {
    background-color: rgb(14 88 165) !important;
}
.form-control {
    border: 1px solid #c9c9c9;
    padding: 13px;
}
.contact-formright {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.whatsapp img {
    max-width: 100%;
}
.slider h1 {
   color: #ffffff;
    font-size: 43px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    line-height: 63px;
}
.all-books {
    font-size: 20px;
    margin-top: 14px;
    text-shadow: 0px 4px 3px rgb(229 229 229 / 14%), 0px 8px 13px rgb(144 144 144 / 10%), 0px 18px 23px rgba(0,0,0,0.1);
}
.bnd-top h5 {
    font-size: 16px;
    text-transform: uppercase;
}
.slider p {
    font-size: 18px !important;
    line-height: 29px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    margin: 0;
}
.Offe {
    line-height: 29px;
    display: inline-block;
}
.abot-us h1 {
    line-height: 45px;
    font-size: 35px;
    width: 80%;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 10%), 0px 8px 13px rgb(0 0 0 / 8%), 0px 18px 23px rgb(0 0 0 / 7%);
}
.book-rt {
    background: white;
    margin-top: 20px;
    margin-left: 34px;
    border: 3px solid #0346ad;
    padding: 5px 20px !important;
    font-size: 14px;
}
    .book-rt:hover{
        border:3px solid white;
    }
    .abot-us p {
      font-size: 14px;
    line-height: 26px;
    margin-bottom: 6px;
    color: black;
    }
.abt-right .nav-link {
    padding: 6px 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: #0346ad;
    color: white;
}
.pop-collns h5 {
    margin-bottom: 4px !important;
    margin-top: 15px;
    font-size: 17px;
}
.pop-collns p {
    font-size: 14px;
}
.pop-collns .text-primary {
    font-size: 14px;
}
.highlights-section {
    padding: 50px 20px;
    background: #f8fafc;
}

.container {
    max-width: 1320px;
    margin: auto;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.section-title p {
    color: #6b7280;
    font-size: 16px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 25px;
}

.highlight-card {
    background: #fff;
    padding: 12px 25px;
    border-radius: 18px;
    text-align: center;
    transition: all .35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.05);
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.highlight-card i {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    background: linear-gradient(135deg,#2b3eaa,#6CC24A);
}

.highlight-card h3 {
    font-size: 17px;
    color: #111827;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 23px;
}

.highlight-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

.residence-section{
    padding:50px 0;
    background:#f1f1f1;
}

.container{
    width:100%;
    max-width:1300px;
    margin:auto;
    padding:0 15px;
}

.section-header{
    text-align:center;
    margin-bottom:50px;
}

.section-header .subtitle{
    display:inline-block;
    padding:8px 18px;
    background:rgba(43,62,170,.08);
    color:#2b3eaa;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-header h2{
    font-size:42px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:10px;
}

.section-header p{
    font-size:18px;
    color:#040404;
}

.residence-content{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:35px;
    align-items:start;
}

.residence-description{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.residence-description p{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin-bottom:20px;
}

.residence-description p:last-child{
    margin-bottom:0;
}

.residence-info{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.info-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.info-card h3{
    font-size:24px;
    margin-bottom:20px;
    color:#111827;
    position:relative;
    padding-bottom:12px;
}

.info-card h3:after{
    content:"";
    width:60px;
    height:3px;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
    position:absolute;
    left:0;
    bottom:0;
}

.info-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.info-card ul li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:16px;
    color:#374151;
    font-weight:500;
}

.info-card ul li:last-child{
    margin-bottom:0;
}

.info-card ul li i{
    color:#2b3eaa;
    font-size:18px;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
    border-radius:12px;
    background:#f8fafc;
    transition:.3s;
}

.feature-item:hover{
    transform:translateY(-3px);
}

.feature-item i{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
    font-size:16px;
}

.feature-item span{
    font-size:14px;
    font-weight:600;
    color:#374151;
}
.amenities-section{
    padding:50px 0;
}

.container{
    max-width:1300px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    text-align:center;
    margin-bottom:30px;
}

.section-heading span{
    color:#2b3eaa;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin-top:10px;
}

.amenities-content{
    max-width:950px;
    margin:0 auto 50px;
    text-align:center;
}

.amenities-content p{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin-bottom:18px;
}

.amenities-title{
    text-align:center;
    margin-bottom:35px;
}

.amenities-title h3{
    font-size:28px;
    color:#111827;
    position:relative;
    display:inline-block;
    padding-bottom:12px;
}

.amenities-title h3:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:70px;
    height:3px;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
}

.amenities-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px 30px;
}

.amenity-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:16px;
    color:#374151;
    font-weight:500;
    padding-bottom:12px;
    border-bottom:1px solid #e5e7eb;
}

.amenity-item i{
    color:#2b3eaa;
    font-size:18px;
    min-width:22px;
}
.price-section{
    padding: 50px 0;
    background: #f1f1f1;
}

.container{
    max-width:1300px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    text-align:center;
    margin-bottom:25px;
}

.section-heading span{
    display:block;
    color:#2b3eaa;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin:0;
}

.price-content{
    max-width:950px;
    margin:0 auto 45px;
    text-align:center;
}

.price-content p{
    color:#4b5563;
    line-height:1.9;
    font-size:16px;
}
.GetExclusi {
    background: #52b453;
}
.modal-header{
    background: linear-gradient(135deg, #2b3eaa, #6CC24A);
    color: white;
}
.price-table-wrapper{
    overflow-x:auto;
}
.phone-numb {
    margin-right: 55px;
    padding: 10px 20px !important;
    line-height: 42px;
}

.price-table{
    width:100%;
    border-collapse:collapse;
    min-width:700px;
    background: white;
}

.price-table thead{
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
}

.price-table th{
    color:#fff;
    padding:18px 20px;
    text-align:center;
    font-size:16px;
    font-weight:600;
}

.price-table td{
    padding:22px 20px;
    text-align:center;
    border-bottom:1px solid #e5e7eb;
    color:#374151;
    font-size:15px;
    font-weight:500;
}

.price-table tbody tr:hover{
    background:#f8fafc;
}

.price-btn{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s ease;
}

.price-btn:hover{
    transform:translateY(-2px);
    color:#fff;
}
.floorplan-section{
    padding:80px 0;
}

.container{
    max-width:1300px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    text-align:center;
    margin-bottom:25px;
}

.section-heading span{
    display:block;
    color:#2b3eaa;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin:0;
}

.floorplan-content{
    max-width:950px;
    margin:0 auto 50px;
    text-align:center;
}

.floorplan-content p{
    color:#4b5563;
    line-height:1.9;
    font-size:16px;
    margin-bottom:18px;
}

.floorplan-title{
    text-align:center;
    margin-bottom:40px;
}

.floorplan-title h3{
    font-size:30px;
    font-weight:700;
    color:#111827;
    position:relative;
    display:inline-block;
    padding-bottom:12px;
}

.floorplan-title h3::after{
    content:"";
    width:70px;
    height:3px;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
}

.floorplan-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.floorplan-item{
    overflow:hidden;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s ease;
}

.floorplan-item:hover{
    transform:translateY(-5px);
}

.floorplan-image{
    overflow:hidden;
}

.floorplan-image img{
    width:100%;
    display:block;
    transition:.4s ease;
}

.floorplan-item:hover .floorplan-image img{
    transform:scale(1.04);
}

.floorplan-info{
    padding:22px;
    text-align:center;
}

.floorplan-info h4{
    margin:0;
    font-size:22px;
    font-weight:600;
    color:#111827;
}
.floor-features-section{
    padding: 50px 0;
    background: #f1f1f1;
}

.container{
    max-width:1300px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#111827;
    position:relative;
    display:inline-block;
    padding-bottom:15px;
}

.section-heading h2:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:70px;
    height:3px;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px 30px;
    margin-bottom:50px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:15px; 
    border-bottom:1px solid #e5e7eb;
}

.feature-item i{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    font-size:16px;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
}

.feature-item span{
    font-size:16px;
    font-weight:500;
    color:#374151;
}

.floorplan-cta{
    text-align:center;
    max-width:850px;
    margin:auto;
}

.floorplan-cta p{
    font-size:16px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:25px;
}

.cta-btn{
    display:inline-block;
    padding:14px 32px;
    border-radius:50px;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s ease;
}

.cta-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}
.location-section{
    padding:80px 0;
}

.container{
    max-width:1300px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading span{
    display:block;
    color:#2b3eaa;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin:0;
}

.location-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:start;
}

.location-image img{
    width:100%;
    display:block;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.location-content p{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin-bottom:18px;
}

.location-advantages{
    margin-top:30px;
}

.location-advantages h3{
    font-size:28px;
    color:#111827;
    margin-bottom:25px;
}

.advantages-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px 25px;
}

.advantage-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.advantage-item i{
    width:38px;
    height:38px;
    min-width:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
    font-size:15px;
}

.advantage-item span{
    font-size:15px;
    color:#374151;
    font-weight:500;
    line-height:1.6;
}

.location-note{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #e5e7eb;
}
.dream-home-section{
    padding:90px 0;
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
}

.container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.dream-home-content{
    text-align:center;
    max-width:950px;
    margin:auto;
}

.section-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:20px;
}

.dream-home-content h2{
    color:#fff;
    font-size:44px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:25px;
}

.dream-home-content p{
    color:rgba(255,255,255,.92);
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:35px;
    flex-wrap:wrap;
}

.primary-btn,
.secondary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:15px 34px;
    border-radius:50px;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s ease;
}

.primary-btn{
    background:#fff;
    color:#2b3eaa;
}

.secondary-btn{
    border:2px solid rgba(255,255,255,.5);
    color:#fff;
}

.primary-btn:hover,
.secondary-btn:hover{
    transform:translateY(-3px);
}
.accordion-button:not(.collapsed){
    background: linear-gradient(135deg,#2b3eaa,#6CC24A);
    color:#fff;
    box-shadow:none;
}

.accordion-button:focus{
    box-shadow:none;
    border-color:transparent;
}

.accordion-item{
    border-radius:10px;
    overflow:hidden;
    margin-bottom:10px;
}

.accordion-button{
    font-weight:600;
}
     a.nav-item.nav-link.nav-contact.bg-primary.text-white.px-5.ms-lg-5{
    background-color: rgb(82 180 83) !important;
    padding: 14px;
}
a.btn.btn-primary.py-3.fs-4.back-to-top{
     background-color: rgb(82 180 83) !important;
     border: 1px solid rgb(82 180 83) !important;
}
.accordion-body{
    line-height:1.8;
    color:#555;
}
.accordion-button:not(.collapsed) {
    color: #ffffff!important; 
}
.callback-form-box{
    background:#fff;
    padding:17px;
    border-radius:15px;
    box-shadow:0 10px 35px rgba(0,0,0,0.15);
    position:relative;
}

.callback-title{
   text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: #2b3eaa;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
}

.callback-form-box .form-control{
    height:55px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:10px 15px;
    font-size:15px;
    box-shadow:none;
}

.callback-form-box .form-control:focus{
    border-color:#2b3eaa;
    box-shadow:0 0 0 0.2rem rgba(43,62,170,.15);
}

.callback-form-box .btnhd{
    background:linear-gradient(135deg,#2b3eaa,#6CC24A);
    border:none;
    color:#fff;
    height:55px;
    font-size:16px;
    font-weight:600;
    border-radius:8px;
    transition:all .3s ease;
}

.callback-form-box .btnhd:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(43,62,170,.25);
}

@media (max-width:768px){
    .callback-form-box{
        margin-top:30px;
        padding:20px;
    }

    .callback-title{
        font-size:24px;
    }
}
/* Tablet */

@media(max-width:991px){

    .dream-home-content h2{
        font-size:36px;
    }

}

/* Mobile */

@media(max-width:767px){

    .dream-home-section{
        padding:70px 0;
    }

    .dream-home-content h2{
        font-size:28px;
    }

    .dream-home-content p{
        font-size:15px;
    }

    .cta-buttons{
        flex-direction:column;
    }

    .primary-btn,
    .secondary-btn{
        width:100%;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .dream-home-content h2{
        font-size:24px;
    }

}
/* Tablet */

@media(max-width:991px){

    .location-wrapper{
        grid-template-columns:1fr;
    }

    .section-heading h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:767px){

    .location-section{
        padding:60px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .advantages-grid{
        grid-template-columns:1fr;
    }

    .location-content p{
        font-size:15px;
    }

    .location-advantages h3{
        font-size:24px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .section-heading h2{
        font-size:24px;
    }

    .location-advantages h3{
        font-size:22px;
    }

}
/* Tablet */

@media(max-width:991px){

    .features-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-heading h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:767px){

    .floor-features-section{
        padding:60px 0;
    }

    .features-grid{
        grid-template-columns:1fr;
        gap:10px;
    }

    .section-heading h2{
        font-size:28px;
    }

    .feature-item span{
        font-size:15px;
    }

    .floorplan-cta p{
        font-size:15px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .section-heading h2{
        font-size:24px;
    }

}
/* Tablet */

@media(max-width:991px){

    .section-heading h2{
        font-size:34px;
    }

    .floorplan-grid{
        gap:20px;
    }

}

/* Mobile */

@media(max-width:767px){

    .floorplan-section{
        padding:60px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .floorplan-grid{
        grid-template-columns:1fr;
    }

    .floorplan-content p{
        font-size:15px;
    }

    .floorplan-info h4{
        font-size:20px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .section-heading h2{
        font-size:24px;
    }

    .floorplan-title h3{
        font-size:24px;
    }

}

/* Tablet */

@media(max-width:991px){

    .section-heading h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:767px){

    .price-section{
        padding:60px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .price-content p{
        font-size:15px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .section-heading h2{
        font-size:24px;
    }

}
/* Tablet */

@media(max-width:991px){

    .amenities-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-heading h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:767px){

    .amenities-section{
        padding:60px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .amenities-grid{
        grid-template-columns:1fr;
    }

    .amenities-content p{
        font-size:15px;
    }

    .amenity-item{
        font-size:15px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .section-heading h2{
        font-size:24px;
    }

    .amenities-title h3{
        font-size:22px;
    }

}

/* Tablet */

@media(max-width:991px){

    .residence-content{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:767px){

    .residence-section{
        padding:60px 0;
    }

    .section-header h2{
        font-size:28px;
    }

    .section-header p{
        font-size:16px;
    }

    .residence-description,
    .info-card{
        padding:25px;
    }

    .feature-grid{
        grid-template-columns:1fr;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .section-header h2{
        font-size:24px;
    }

    .residence-description p{
        font-size:15px;
    }

    .info-card h3{
        font-size:20px;
    }

}

/* Tablet */
@media (max-width: 768px) {

    .highlights-section {
        padding: 60px 15px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .highlight-card {
        padding: 25px 20px;
    }
}

/* Mobile */


.bg-light {
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
    
}
.bg-light1 {
    background-color: #F3F3F3 !important;
    position:relative;
    z-index:1;
}
.rounded {
    border-radius: false !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
}
.footer .text-body1 {
    color: #656565;
}
.footer .text-body1:hover {
    color: #0346ad;
}
.footer .btn-outline-primary:hover {
    color: white;
}
.bg-over img {
    position: absolute;
    width: 160px;
    right: 75px;
    z-index: -1;
}
.left_image_bounce {
    -webkit-animation: left-image-bounce 3s ease-in-out infinite;
    animation: left-image-bounce 3s ease-in-out infinite;
}
@-webkit-keyframes left-image-bounce {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
.slider-up-img {
    text-align: center;
    position:relative;
}
    .slider-up-img:after {
        border: 4px solid #ffffff;
        content: "";
        height: 53px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -26px;
        transform: rotate(45deg);
        width: 53px;
        z-index: -1;
    }
    .slider-up-img:before {
        background: #0346ad none repeat scroll 0 0;
        border-radius: 100%;
        content: "";
        height: 13px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -42px;
        width: 13px;
        z-index: 1;
    }
.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-item:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 8px;
    right: 0px;
    height: 100%;
    bottom: 0;
    width: 100%;
    background: #000000;
    z-index: -1;
    rotate: -6deg;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
}
.abot-us h2 {
    font-size: 22px;
}
.btn-primary { 
    background-color: #000000;
    border-color: #000000;
}

.blog-item {
    position: relative;
    z-index: 1;
}
    .blog-item:before {
        content: "";
        position: absolute;
        top: 45px;
        left: 8px;
        right: 0px;
        height: 100%;
        bottom: 0;
        width: 80%;
        background: #0346ad;
        z-index: -1;
        rotate: -7deg;
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 12%);
        border-radius: 0px 26px;
    }
.Popularc {
    position: relative;
    z-index: 1;
}
.Popularc:after {
    content: '';
    background: #eef7ff;
    width: 200px;
    height: 254px;
    display: inline-block;
    position: absolute;
    bottom: -199px;
    right: 0px;
    border-radius: 50px;
    transform: rotate(45deg);
}
.nav.nav-pills.virt-left {
    display: inline;
    float: left;
    width: 20%;
}
.nav li.nav-item {
    padding: 0;
    margin: 0 10px 10px;
}
.vertical-tab .nav-tabs {
    width: 27%;
    min-width: 27%;
    padding-left: 15px;
    border: none;
    vertical-align: top;
    display: table-cell;
}
.nav.nav-pills.virt-left .nav-link {
    border: 1px solid #000000;
    text-align: left;
    width: 216px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-transform: uppercase;
    font-size: 15px;
    padding: 16px 10px;
    margin-bottom: 14px;
    border-bottom: 4px solid #000000;
    position: relative;
    padding-left: 24px;
}
.nav-pills .nav-link {
    padding: 12px 15px;
    font-weight: 700;
    position: relative;
    color: #000000;
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid var(--cat-primary-color);
    min-width: 150px;
}
.nav.nav-pills.virt-left .nav-link:before {
    content: "";
    background: #000000;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    left: -2px;
    z-index: 6;
    transition: all 0.3s ease 0s;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #cd3131;
    color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #000000;
    color: #ffffff;
}
.nav-pills .nav-link{
    color:black;
} 
    .vertical-tab .nav-tabs li {
        float: none;
    }

        .vertical-tab .nav-tabs li a {
            color: #444;
            background: linear-gradient(#e9e9e9,transparent);
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 1px;
            text-align: center;
            text-transform: uppercase;
            padding: 10px 10px;
            margin: 0 0 15px 0;
            border: none;
            border-radius: 0;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease 0s;
        }

            .vertical-tab .nav-tabs li a:hover,
            .vertical-tab .nav-tabs li.active a {
                color: #0b697e;
                background: linear-gradient(#e9e9e9,transparent);
                border: none;
            }

                .vertical-tab .nav-tabs li.active a:hover,
                .vertical-tab .nav-tabs li.active a {
                    color: #0b697e;
                }

            .vertical-tab .nav-tabs li a:before,
            .vertical-tab .nav-tabs li a:after {
                content: "";
                background: #0b697e;
                height: 10px;
                width: 10px;
                border-radius: 50%;
                transform: scale(0);
                position: absolute;
                bottom: -2px;
                left: 0;
                z-index: -1;
                transition: all 0.3s ease 0s;
            }

            .vertical-tab .nav-tabs li a:after {
                width: calc(100% - 5px);
                height: 3px;
                border-radius: 0;
                transform-origin: left center;
                bottom: 1px;
                left: 5px;
            }

            .vertical-tab .nav-tabs li.active a:before,
            .vertical-tab .nav-tabs li a:hover:before,
            .vertical-tab .nav-tabs li.active a:after,
            .vertical-tab .nav-tabs li a:hover:after {
                transform: scale(1);
            }

.vertical-tab .tab-content {
    color: #fff;
    background: #0b697e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
    display: table-cell;
}

    .vertical-tab .tab-content h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 7px;
    }
.bookstore-1 ul li {
    width: 23%;
    float: left;
    margin-left: 20px;
    list-style: none;
    margin-bottom: 26px;
}
    .bookstore-1 ul li img {
        height: 244px;
        object-fit: contain;
    }
.bookstore-1 ul.review {
    margin: 4px auto;
    display: table;
}
    .bookstore-1 ul.review li i {
        font-size: 13px;
    }
    .bookstore-1 ul.review li {
        margin: 0px 1px;
        width: auto;
    }
.page-header h1 {
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 59px;
}
.bookstore-1 h5 {
    font-size: 15px;
    margin-bottom: 3px;
}
.bookstore-1 .bg-light {
    padding: 17px 0;
}

.nav-pills .nav-link.active{
    position:relative;
}

    .nav-pills .nav-link.active:after {
        content: "";
        position: absolute;
        height: 40px;
        width: 40px;
        right: -20px;
        top: 9px;
        border: 3px solid #000000;
        rotate: 44deg;
        z-index: -1;
        background: #000000;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

.second-tabsection {
    display: inline-block;
    float: right;
    width: 80%;
}

li.nav-item.abt-tab {
    width: 45%;
}
.abt-sect-home img {
    width: 100%;
}
li.nav-item.abt-tab .active {
    background: #000000;
}
.nav-link2 {
    background: #0346ad;
    color: white;
    border: none;
    padding: 9px;
    border-radius: 9px;
}
.bookstore-1 ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 480px) {

    .section-title h2 {
        font-size: 26px;
    }

    .highlight-card i {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 26px;
    }

    .highlight-card h4 {
        font-size: 18px;
    }
}

@media only screen and (max-device-width: 1120px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
}
@media only screen and (max-device-width: 991px) {
    .service-item img {
        width: 76px;
        height: 200px;
        object-fit: cover;
    }
    .Popularc:after {
        right: 65px;
    }
    .back-to-top{
        display:none!important;
    }
    .slider-up-img:before{
        display:none;
    }   
    .slider-up-img:after{
        display:none;
    }
    .slider h1 {
        font-size: 52px;
    }
    .slider-up-img img {
        top: 44px;
    }
    .nav.nav-pills.virt-left {
        width: 40%;
    }

    .second-tabsection {
        display: inline-block;
        float: right;
        width: 60%;
    }
    .bookstore-1 ul li {
        width: 28%; 
        margin-bottom: 20px;
    }
        .bookstore-1 ul li img {
            height: 165px; 
        }
}

@media only screen and (max-device-width: 767px) {
    .service-item img {
        object-fit: cover;
        width: 170px;
    }
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .blog-item img{
        width:100%;
    }
    .Popularc:after {
        display:none;
    }
    .trendingp:before{
        display:none;
    }
    .slider h1 {
       font-size: 25px;
        line-height: 37px;
        margin-bottom: 21px;
    }
    .aos-init { 
        overflow-x: hidden!important;
    }
    .back-to-top {
        display:none!important;
    }
    .border-start.border-5.border-primary.ps-5.mb-3 {
    padding: 0 8px !important;
}
    .g-5, .gy-5 {
        --bs-gutter-y: 1rem;
    }
    .slider strong{
        font-size: 13px;
    }
    nav.navbar.navbar-expand-lg.bg-white.navbar-light.shadow-sm.py-3.py-lg-0.px-3.px-lg-0 {
    padding: 11px 12px !important;
}
.mt-5.p-4.bg-white.border.rounded.shadow-sm.Disclaimer {
    padding: 14px !important;
}
.abot-us h2 {
    font-size: 17px;
}
.highlight-card {
        padding: 12px 20px;
    }
    a.nav-item.nav-link.nav-contact.bg-primary.text-white.px-5.ms-lg-5{
        border-radius: 52px;
    }
    .txt-cent { 
    width: 70%;
}
a.navbar-brand img {
    width: 100px;
}
.ps-5 {
    padding-left: 1rem !important;
}
    .abot-us h1 {
        line-height: 30px;
        font-size: 25px;
        width: 100%;
    }
    .p-4 {
        padding: 1.5rem 0 !important;
    }
    li.nav-item.abt-tab {
        width: 43%;
    }
    .abot-us p {
        margin: 0 10px;
    }
    .slider-up-img:before{
        display:none;
    }
    .slider-up-img:after{
        display:none;
    }
    .slider p {
        font-size: 15px !important;
        line-height: 26px;
        margin: 0;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    .slider-up-img img {
        top: 25px;
    }
    .bg-over img{
        display:none;
    }
    .footer-second{
        overflow-x:hidden;
    }
    .nav.nav-pills.virt-left {
        width: 100%;
        height: 213px;
        overflow: scroll;
    }
    .second-tabsection {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .bookstore-1 ul li img {
        height: 170px;
        object-fit: contain;
        margin-top: 13px;
    }
    .bookstore-1 ul li {
        width: 45%;
        margin-left: 12px;
        margin-bottom: 5px;
    }
    .phone-numb{
        width: 56%;
    }
}


@media screen and (min-device-width: 1024px) and (max-device-width: 1120px){
    .header {
        padding: 8px 0 12px;
    }
    .slider h1 {
        font-size: 45px;
    }
    .abot-us h1 {
        line-height: 37px;
        font-size: 27px;
    }
    .g-5, .gy-5 {
        --bs-gutter-y: 1rem;
    }
    .Popularc:after {
        right: 62px;
    }
    .blog-item img {
        width: 100%;
    }
    .nav.nav-pills.virt-left {
        width: 30%;
    }
    .second-tabsection {
        width: 70%;
    }
    .bookstore-1 ul li {
        width: 30%;
    }
    
}
@media screen and (min-device-width: 1280px) and (max-device-width: 1366px) {
    .nav.nav-pills.virt-left { 
        width: 25%;
    }
    .second-tabsection { 
        width: 75%;
    }
    .bookstore-1 ul li {
        width: 30%; 
    }
    .navbar-light .navbar-nav .nav-link{
        margin-left: 14px; 
        font-size: 14px;
    }
} 
    @media screen and (min-device-width: 1280px) and (max-device-width: 1600px) {
    .Popularc:after {
        right: 68px;
    }

    .abot-us h1 {
        width: 100%;
    }
}