@font-face {
    font-family: "Italianno";
    src: url(../font/Italianno-Regular.ttf);
}

.how-we-value-heading {
    text-align: center;
    margin-bottom: var(--m30);
}

html {
    overflow-x: hidden;
}

section.blog-head {
    padding: 30px 5px;
}
.ticker-container
section.blog-head .row {
    margin-left: 0px;
    margin-right: 0px;
}

section.blog-head .container-fluid {
    padding: 0px;
}

section.blog-head .col-6,
section.blog-head .col-3 {
    padding-left: 5px;
    padding-right: 5px;
}

section.blog-head h3 a {
    color: #333;
    text-decoration: none;
}

section.blog-head h3 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: "Public Sans", sans-serif;
    border-left: 4px solid #0281c5;
}

section.blog-head .blog-content {
    width: 100%;
    height: 388px;
    overflow: hidden;
    position: relative;
}

section.blog-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transform: scale(1.006);
    -webkit-transform: scale(1.006);
}

section.blog-head .blog-content:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

section.blog-head .blog-overlay {
    background: linear-gradient(rgb(5 5 5 / 51%) 50%, rgb(0 0 0 / 94%));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.blog-head .blog-details {
    padding: 20px 20px 17px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.blog-head .tags a {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 2px 6px;
    margin-bottom: 5px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    font-family: "Public Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

section.blog-head h2 {
    font-size: 28px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    font-weight: 500;
    text-shadow: 0 0 1px rgb(0 0 0 / 60%);
    font-family: "Public Sans", sans-serif;
}

section.blog-head h2 a {
    color: #fff;
    text-decoration: none;
}

section.blog-head h2 a:hover {
    text-decoration: underline;
}

section.blog-head .editor-pick .blog-content {
    height: 188px;
    margin-bottom: 12px;
}

section.blog-head .editor-pick .blog-content:last-child {
    margin-bottom: 0px;
}

section.blog-head .editor-pick .blog-details {
    padding: 10px 10px 7px;
}

section.blog-head .editor-pick h2 {
    font-size: 19px;
    margin-bottom: 2px;
}

section.blog-head button.owl-prev {
    width: 28px;
    height: 28px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgb(0 0 0 / .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.blog-head button.owl-next {
    width: 28px;
    height: 28px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgb(0 0 0 / .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.blog-head button.owl-prev i {
    font-size: 20px;
    color: #777;
}

section.blog-head button.owl-next i {
    font-size: 20px;
    color: #777;
}

section.blog-head button.owl-prev:hover i {
    color: #000
}

section.blog-head button.owl-next:hover i {
    color: #000
}

section.blog-head .owl-nav {
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1;
}

.search-bar {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0px;
    padding: 15px 15px 15px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 95%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

.search-bar select {
    font-size: var(--f14);
    color: var(--white-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: transparent;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar select option {
    color: var(--black-color);
    padding: 10px;
}

.search-bar input {
    font-size: var(--f14);
    color: #fffdfd;
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: var(--p10);
    background: transparent !important;
    border: 0px solid #e0e0e0;
}

.search-bar input#end_date {
    padding-left: 20px;
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: var(--white-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
}

.search-bar .col-3 {
    position: relative;
    width: 20%;
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    border: 1px solid var(--white-color);
}

.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check i {
    top: 0.5rem;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
    display: none;
}

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    display: block !important;
    color: var(--white-color);
    background: var(--btn-color);

}

.search-bar button.main-btn:hover {
    box-shadow: inset 0 66px 0 0 var(--btn-hover);
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: none;
}

.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}

.search-bar .main-check {
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    border: 1px solid var(--white-color);
}

.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before {
    display: none;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: center;
}

div#guestsss {
    width: 100%;
    min-width: 250px;
    /* background: var(--white-color); */
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    /* box-shadow: 0px 0px 3px 0px #888888; */
    background-color: #fff;
    border-radius: 0px;

}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--black-color);
    cursor: pointer;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .adult-box p {
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss button.button1 {
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}

#guestsss button.button11.button1 {
    margin-left: var(--m14);
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

input#demo17 {
    position: absolute;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9;
}

.scroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: var(--white-color);
}

.scroll .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.scroll .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: var(--primary-font);
    font-size: var(--f12);
    color: var(--white-color);
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.form-control:focus {
    background-color: transparent !important;
    border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 0;
    flex-direction: column;
}

.video-cont .container {
    margin-bottom: 50px;
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none;
}

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000;
    /*text-transform: capitalize;*/
    font-size: var(--f50);
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}

.video-cont p {
    max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-transform: capitalize;
    font-size: var(--f16);
    text-align: center;
    color: var(--secondary-color);
    margin-top: var(--m50);
}

.video-cont .features-video {
    display: flex;
    gap: 60px;
    display: none;
}

.video-cont .features-video li {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.video-cont .features-video i {
    font-size: var(--f25);
    color: var(--white-color);
}

.video-cont .features-video span {
    color: var(--white-color);
    font-size: var(--f15);
}

.video-cont .features-video li .active-hotel {
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}

section.video-banner {
    height: 90vh;
    padding: 0;
    position: relative;
    z-index: 3;
}

section.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.video-banner button#play {
    display: none;
}

section.video-banner button#pause {
    display: none;
}

section.video-banner .video-sec {
    width: 100%;
    height: 100%;
}



/*About company css*/
/* about eliza */

section.abt-eliza {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    /* z-index: ; */
}

section.abt-eliza .container-fluid {
    padding: 0;
}

section.abt-eliza .abt-ow h2 span {
    color: var(--secondary-color);
}

section.abt-eliza img {
    height: 620px;
    width: 100%;
    object-fit: cover;
}

section.abt-eliza .col-6 {
    padding-left: 0;
}

section.abt-eliza .cont {
    max-height: 230px;
    overflow: hidden;
}

section.abt-eliza .abt-ow {
    padding: 40px;
    width: 85%;
    background: var(--lt-bg-color);
    position: relative;
    right: 100px;
}

section.abt-eliza .eliza {
    display: flex;
    align-items: center;
}

section.abt-eliza a.main-bttn {
    display: block;
    margin-top: var(--m30);
    width: 170px;
}

/*About cta css*/
/* cta start */
/* services section css */
.cta {
    background-image: url(./images/cta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--p90) var(--p40);
    text-align: center;
    border-radius: 10px;
}

.cta h2 {
    width: 60%;
    margin: auto;
    color: var(--white-color);
    line-height: 1.5;
    text-shadow: 1px 1px 4px #000000a8;
}

.cta a.main-btn {
    display: block;
    width: 180px;
    margin: auto;
    margin-top: var(--m40);
    border-radius: 4px;
}

/* about priticia css */

section.about-priticia .content-banner {
    background: url('../images/agent-accent.jpg');

    padding-left: 0;
    width: 90%;
}

section.about-priticia .content-banner .content-box {
    max-height: 365px;
    overflow: hidden;
}

section.about-priticia .main-btn {
    position: relative;
    top: 20px;
}

section.about-priticia .content-banner .content {
    padding: var(--p50);
    background: #122a42;
    position: relative;
    left: 75px;
    top: 20px;
    border: 1px solid var(--secondary-color);

}

section.about-priticia .content-banner p,
h3 {
    color: var(--white-color);
}

section.about-priticia .cont-sec {
    z-index: 1;
}

.priticia-img {
    height: 510px;
    position: relative;
    right: 35px;
    z-index: 0;
}

.priticia-img img {
    height: 510px;
    width: 90%;
    object-fit: cover;
}

/*properties section css*/
/*Properties css*/

section.home-list {
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}

section.home-list .btn-area {
    text-align: center;
    margin-top: 30px;
    display: none;
}

section.home-list .btn-area a {
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
}

section.home-list .btn-area a i {
    color: var(--white-color);
}

section.home-list .btn-area a:hover i {
    color: var(--btn-color);
}

section.home-list .row {
    gap: 30px 2%;
    justify-content: center;
}

section.home-list .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}

section.home-list .view {
    position: absolute;
    bottom: -25px;
    right: 8%;

}

section.home-list .view a {
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}

section.home-list .view i {
    margin-right: 0;
}


section.home-list .col-4 {
    width: 49%;
}

section.home-list .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30);
}

section.home-list img.img-fluid {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 0px;
}

section.home-list .pro-img:hover img {
    transform: scale(1.14);
}

section.home-list .pro-img a::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section.home-list .pro-img a::after {
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
    border-radius: 0px;
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p30) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    border-radius: 0px;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: 0px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size: var(--f14);
}

section.home-list .rating i.checked {
    color: #FCAF3D;
}

section.home-list .rating {
    margin-bottom: var(--m15);
    display: none;
}

section.home-list h3.title {
    font-size: var(--f20);
    line-height: 30px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 30px;
    overflow: hidden;
}

section.home-list h3.title a {
    color: var(--heading-color);
}

section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}

section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;

}

section.home-list ul.last {
    justify-content: end;
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--primary-color);
}

section.home-list .featured i {
    color: var(--white-color);
    margin-right: 0;
    font-size: var(--f24);
}

section.home-list ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}

section.home-list ul.last li {
    color: var(--other-color);
}

section.home-list h5 {
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    border-radius: 30px;
    left: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p6) var(--p15);
}

section.home-list .pro-img {
    position: relative;
    height: 350px;
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}

section.home-list .featured {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

section.home-list .how-we-value-heading p {
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}

section.home-list .how-we-value-heading h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

/*Location css start*/
section.location-list {
    background: var(--white-color);
}

section.location-list .how-we-value-heading {
    text-align: center;
    padding-bottom: var(--p40);
}

section.location-list h2 {
    padding-bottom: 15px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 0px;
}

section.location-list h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}

section.location-list .row {
    gap: 30px 2%;
}

section.location-list .col-4 {
    width: 32%;
}

section.location-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.location-list .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(231, 56, 39, 0) 100%);
}

section.location-list .image-sec {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

section.location-list .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--p20) var(--p30);
    position: absolute;
    bottom: 20px;
    padding-bottom: 0px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section.location-list a:hover .content-area {
    bottom: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section.location-list a {
    position: relative;
}

section.location-list h4 {
    margin-bottom: 0px;
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}

section.location-list .btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

section.location-list i.fa-solid.fa-arrow-right {
    font-size: var(--f20);
}

section.location-list a:hover img {
    transform: scale(1.14);
}

/* events css */

section.events img {
    width: 50px;
    height: 50px;
}

section.events .col-3 {
    width: 20%;
    padding: var(--p20);
    border-bottom: 1px solid #c2c2c278;
}

section.events .row {
    justify-content: center;
}

.col-3.bottom {
    border-bottom: 0 !important;
}

section.events .col-3 a {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

section.events h2 {
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: var(--m10);
}

section.events .col-3 h4 {
    font-size: var(--f17);
    margin-bottom: 0;
    color: #4c4c4c;
    font-weight: 600;
    font-family: var(--primary-font);
    transition: .3s ease-in-out;
}

section.events .col-3 h4:hover {
    color: var(--secondary-color);
    padding-left: var(--p15);
}

section.events .shape {
    width: auto;
    height: auto;
}

section.events .head-sec {
    text-align: center;
}

/* weather widget */

.catch-f {
    background-image: url(../images/bg1.jpe);
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.catch-f .row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.catch-f .row .col-lg-6 {
    padding: 0;
}

.catch-f .row .pro-sec-right {
    padding: 50px;
    padding-top: 50px;
    background: #002f6c7a;
    width: 500px;
    margin-right: auto;
    height: 350px;
    margin-top: -25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.catch-f .row .pro-sec-right p {
    margin-bottom: 1rem;
    font-size: 15px;
}

.catch-f .row .pro-sec-right p {
    margin-bottom: 1rem;
    font-size: 15px;
}

.catch-f .row .pro-sec-right p:nth-child(2),
.catch-f .row .pro-sec-right p.location {
    margin-bottom: 5px;
}

.pro-sec-right a {
    margin-top: 15px;
    padding: 10px 18px;
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
    color: var(--text-white);
    width: 150px;
    text-align: center;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
}

.pro-sec-right a:hover {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}

p.subhead {
    font-weight: bold;
}

.catch-f .row .pro-sec-right p.subhead {
    font-size: 27px;
    font-family: var(--heading-font);
}

.catch-f h3 {
    font-size: 40px;
    font-family: var(--heading-font);
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}




/*Counter css*/
section.counter {
    background: #1E1D85;
}

section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}

section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}

section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}

section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}

section.counter .counter-box:hover {
    background: var(--btn-color);
}

/*Testimonial css*/
/*Counter css*/

section.counter {
    background: #1E1D85;
}

section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}

section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}

section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}

section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}

section.counter .counter-box:hover {
    background: var(--btn-color);
}

/*Testimonial css*/
/*Testimonial css*/
section.testimonial {
    position: relative;
}

section.testimonial .owl-carousel .owl-item {
    padding: 5px;
}

section.testimonial .head-sec {
    text-align: center;
}

section.testimonial .head-sec p {
    color: var(--white-color);
}

section.testimonial .head-sec h2 {
    margin-bottom: 40px;
    color: var(--text-black);
}

section.testimonial .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10%;
    z-index: 1;
    top: 75%;
}

section.testimonial .owl-carousel .owl-item img {
    margin: auto;
    margin-top: 0;
    width: 25px;
    object-fit: cover;
    margin-bottom: 20px;
}

section.testimonial .testy {
    width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}

section.testimonial .item {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

:root {
    --mon: "Montserrat", sans-serif;
    --blue: #8a6bff;
    --darkblue: #0a0a36;
}

.container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
}

.sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #000;
}

.sec-title h2 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--blue);
}

.sec-title p {
    font-size: 18px;
    line-height: 28px;
}

.section.testimonial {
    background: var(--blue);
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

section.testimonial .owl-carousel {
    padding: 0px;
}

.single-testimonial {
    position: relative;
    z-index: 2;
    flex-direction: column;
    background: var(--white-color);
    border-radius: 10px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 0 10px #00000059;
    width: 32%;
    height: auto;
}

.single-testimonial p {
    color: #333;
    font-size: 15px;
    line-height: 24px;
}

.single-testimonial::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
    background-size: 60%;
    width: 126px;
    height: 100px;
    transform: rotate(180deg);
    background-position: 34px 15px;
    display: none;
}

.client-details h3 {
    color: var(--black-color);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

section.testimonial p.testi-para {
    margin-bottom: 0px;
    margin-bottom: 5px;
    font-size: var(--f13);
    line-height: 1.4;
    color: #999999;
    height: auto;
}

section.testimonial p.testi-date {
    margin-bottom: 0px;
    font-size: var(--f13);
    line-height: 1.4;
    color: var(--primary-color);
    height: auto;
}

.single-testimonial::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
    display: none;
}

.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
}

.round-1::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
}

.round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}

.round-2::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}

.client-video {
    padding-right: 15px;
}

.client-video h3 {
    margin-bottom: 0;
}

.client-info {
    position: relative;
    z-index: 3;
}

.client-info a {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    font-size: 22px;
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.client-info span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.sec-title.white-title h2 {
    color: #fff;
}

.owl-dots button {
    background: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.owl-dots {
    text-align: center;
    margin-top: 50px;
}

.owl-dot.active {
    width: 50px;
    background: #fff;
    border-radius: 10px;
    height: 12px;
}

.owl-dot.active span {
    width: 0 !important;
    background: #fff !important;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.testimonial .owl-prev,
section.testimonial .owl-next {
    border-radius: 100% !important;
    padding: 5px !important;
    border: 1px solid #000;
    left: auto;
    background: rgb(255 255 255 / 35%) !important;
    border-color: transparent;
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 7px #00000033;
    width: 35px !important;
    height: 35px !important;
}

section.testimonial .overlay {
    background: transparent;
}

section.testimonial .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

/*About Owner*/
section.about-home .about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

section.about-home .about-img .main-about-img {
    overflow: hidden;
    border-radius: 10px;
}

section.about-home img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    height: 440px;
    transition: 0.5s all;
    border-radius: 10px;
}

section.about-home img:hover {
    transform: scale(1.14);
}

section.about-home .col-7.md-12.sm-12 {
    /*background: var(--black-color);*/
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.about-home .cont {
    margin-bottom: var(--m30);
    max-height: 240px;
    overflow: hidden;
}

section.about-home a.abt-btn.main-btn {
    width: 250px;
    text-align: center;
    padding: var(--p13) var(--p20);
}

section.about-home .head-sec p {
    text-align: left;
}

section.about-home .head-sec {
    text-align: left;
    margin-bottom: var(--m20);
}

section.about-home .col-7.md-12.sm-12 {
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

section.about-home {
    background: var(--lt-bg-color);
}

/*Attraction css*/
/*Attraction css*/
section.how-we-value-wrapp {
    background: var(--lt-bg-color);
}

.attr-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.how-we-value-wrapp h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp .atrr {
    padding: var(--p8);
    position: relative;
}

.how-we-value-wrapp .atrr a {
    position: relative;
}

.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.how-we-value-wrapp .row {
    gap: 30px 0;
    justify-content: center;
}

.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}

.how-we-value-wrapp .img-card:hover {
    transform: translateY(-30px)
}

.how-we-value-wrapp .atr-cont {
    background: transparent;
    width: 100%;
}

.how-we-value-wrapp .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--f20);
    color: var(--black-color);
    font-family: var(--primary-font);
    padding: var(--p15) 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    display: none;
}

.how-we-value-wrapp .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.how-we-value-wrapp .arrow:hover {
    background: var(--white-color);
    color: var(--heading-color);
}

.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: var(--m10);
    border-radius: 4px;
}

.how-we-value-wrapp .pro-btn {
    text-align: center;
    margin-top: var(--m30);
}

.how-we-value-wrapp .attr:hover .atr-cont {
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}

.how-we-value-wrapp .atrr:hover .atr-cont h4 {
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}

.how-we-value-wrapp .atrr:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.how-we-value-wrapp .attraction-btn {
    margin-top: var(--m30);
}

/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}

section.agent h2 {
    color: var(--white-color);
}

section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}

section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

/*faq css*/
section.faq {
    background: var(--white-color);
}

section.faq .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: var(--m10);
}

section.faq .accordion-flush .accordion-item {
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border-radius: 10px;
    border-left: 10px solid #122a42;
    border-right: 10px solid #122a42;
}

section.faq .accordion-flush .accordion-item .accordion-button,
section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding: var(--p20);
    font-size: var(--f18);
    font-weight: 500;
    color: var(--heading-color);
}

section.faq .accordion-button:not(.collapsed) {
    background: var(--white-color);
}

section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}

section.faq img {
    border-radius: 10px;
}

section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
}

section.faq a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}

/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}

section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}

section.news-letter input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}

#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}

#model-form .modal-body {
    padding-top: 0px;
}

#model-form .captcha img {
    width: 150px;
    height: 39px;
}

#model-form .modal-header i {
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}

#model-form p.call-us,
p.call-us a {
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}

#model-form .modal-dialog {
    max-width: 370px;
}

#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p {
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}

#model-form .form-group {
    padding: 0px;
}

#model-form .form-control {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}

#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}

#model-form .form-control:focus {
    background-color: var(--white-color) !important;
}

#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}

#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}

#model-form .captcha {
    display: flex;
}

.mob-btn {
    display: none;
}


/* attractions */


.attractions .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}

.attractions .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.attractions .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 120%;
    left: -10%;
    height: 50px;
    background: #ffffff;
    border-top: 7px solid transparent;
    -ms-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.attractions .inner-box:hover .image-box:before {
    border-top-color: #d5ae82;
}

.attractions .lower-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: 40px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}

.attractions .inner-box:hover .lower-box {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}

.attractions .lower-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: var(--p20);
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.attractions .lower-content .icon-box {
    position: absolute;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box {
    background: #d5ae82;
    color: #ffffff;
}

.attractions .lower-content .cat {
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.attractions .lower-content h4 {
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}

.attractions .lower-content h4 a {
    color: var(--other-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.attractions .lower-content h4 a:hover {
    color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a {
    color: var(--secondary-color);
}

.attractions .col-4 {
    position: relative;
    padding-right: 0;
    width: 32%;
    margin-bottom: var(--m20);
}

.attractions .row {
    justify-content: space-between;
    position: relative;
    bottom: 50px;
}


.attractions .head {
    background: url(../images/attr-cta.jpg);
    padding: var(--p60);
    position: relative;
}

.attractions .head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #122a42;
    opacity: 0.70;
}

.attractions {
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 40px;
}

.attractions .how-we-value-heading {
    position: relative;
}

.attractions .how-we-value-heading h2,
h6 {
    color: var(--white-color);
}

#datepicker-demo17.datepicker {
    left: 0;
}

/*Book Now css start*/
.book-now img {
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    height: 350px;
}

.book-now a.main-btn {
    display: block;
    /* border-radius: 7px; */
    width: 150px;
    text-align: center;
    /* margin: auto; */
    margin-top: var(--m10);
    /* text-decoration: none; */
    /* font-size: var(--f13); */
}

.book-now .col-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}

.book-now .col-5.guest-cont {
    padding-right: 5%;
    padding-left: 12px;
}

.left-guest-sec img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.right-guest-sec img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
}

.right-guest-sec img:last-child {
    height: 200px;
}

.book-now .show-less {
    height: 209px;
    overflow: hidden;
    margin-bottom: 10px;
}

.book-now a.show-more {
    cursor: pointer;
}

.book-now .col-7.guest-img {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.book-now .left-guest-sec,
.book-now .right-guest-sec {
    display: flex;
    flex-direction: column;
    width: 48.5%;
    gap: 20px 0;
}

section#abt {
    background: #ffffff;
}

section.featured-pro .how-we-value-heading {
    margin-bottom: 40px;
}

section.featured-pro .prop-link {
    position: relative;
}

section.featured-pro .row {
    gap: 20px 0;
    justify-content: center;
}

section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.featured-pro .main-prop:hover img {
    transform: scale(1.14);
}

section.featured-pro .pro-img a:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

section.featured-pro .pro-cont h4 {
    color: var(--white-color);
}

section.featured-pro .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}

section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .8));
    position: absolute;
    bottom: -20px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
}

section.featured-pro .pro-cont .view-more {
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}

section.featured-pro .pro-cont span i {
    color: var(--secondary-color);
}

section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}

section.featured-pro .main-prop:hover .line {
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

section.featured-pro a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3) {}

section.featured-pro .single ul {
    justify-content: flex-start;
    gap: 40px;
}

section.featured-pro .single .pro-img {
    height: 550px;
}

section.featured-pro .single .pro-img img {
    height: 550px;
}

section.featured-pro .single {
    margin-top: var(--m40);
}

section.featured-pro .single a {
    top: 27px;
}

section.featured-pro .single .pro-cont {
    width: 98%;
}

section.featured-pro .main-prop:hover .pro-cont {
    bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size: var(--f14);
}

section.featured-pro .rating i.checked {
    color: #FCAF3D;
}

section.featured-pro .rating {
    margin-bottom: var(--m15);
    display: none;
}

section.featured-pro h3.title {
    font-size: var(--f22);
    line-height: 1.2;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m11);
}

section.featured-pro h3.title a {
    color: var(--heading-color);
}

section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}

section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}

section.featured-pro i {
    margin-right: var(--m8);
}

section.featured-pro ul li {
    font-size: var(--f14);
    color: var(--white-color);
}

section.featured-pro h5 {
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

section.featured-pro h5 span {
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured i {
    margin-right: 0;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: transparent;
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}

section.featured-pro .featured {
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}

.about_wrapper .upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.about_wrapper .heading_sec {
    margin-bottom: 0px;
    text-align: left;
}

.about_wrapper a.main-btn {
    width: 150px;
    text-align: center;
    display: block;
}

.about_wrapper .upper-head h2 {
    font-size: 40px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
}

.about_wrapper .abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-img1 {
    text-align: right;
}

.about-img1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.about-img2 img {
    position: absolute;
    left: 0px;
    width: 75%;
    bottom: -20px;
    /* border-radius: 30px; */
    border: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}

.about_wrapper .col-lg-6.text-center.text-lg-start p {
    /*line-height: 30px;*/
    margin-bottom: 15px;
}

.about_wrapper .col-lg-6.text-center.text-lg-start {
    padding-right: 0%;
    width: 60%;
}

.about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
    width: 40%;
}

/*Blogs css start*/
section.blog-sec {
    padding: 34px 10px;
    background: var(--white-color);
    /* padding: var(--p90) var(--p12); */
    padding-top: 0;
}

section.blog-sec .head {
    text-align: center;
    margin-bottom: 40px;
}

section.blog-sec .col-lg-3.col-md-6.col-sm-12.col-xs-12.mt-4 {
    margin-top: 5px !important;
}

section.blog-sec p.subtitle {
    text-transform: uppercase;
    color: #FF7425;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 700;
}

section.blog-sec .head h2 {
    color: var(--block-color);
    text-transform: capitalize;
}

section.blog-sec .head h2 span {
    /* font-weight: 400; */
    /* -webkit-text-fill-color: transparent; */
    nt;
    */ -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: black; */
}

section.blog-sec .blog-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 10px;
}

section.blog-sec .col-lg-4.col-md-6.col-sm-12.col-xs-12.mt-4 {
    margin-top: 0px !important;
}

section.blog-sec .row {
    gap: 30px 0;
}

section.how-we-value-wrapp .attr-btn {
    margin-top: 0px;
}

section.blog-sec .blog-image img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: all .5s ease-out;
    transform: scale(1);
}

section.blog-sec .blog-image img:hover {
    transform: scale(1.03);
}

section.blog-sec p.posted {
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

section.blog-sec p.posted a {
    color: #FF7425;
}

section.blog-sec h4 {
    font-size: 20px;
    margin-bottom: 18px;
}

section.blog-sec h4 a {
    color: var(--black-color);
}

section.blog-sec h4 a:hover {
    color: var(--secondary-color);
}

section.blog-sec .blog-author img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

section.blog-sec .blog-author {
    display: flex;
    gap: 12px;
    align-items: center;
}

section.blog-sec .author-post span {
    font-size: 12px;
    color: var(--black-color);
    letter-spacing: 3px;
    letter-spacing: 0.2em;
    font-weight: 700;
}

section.blog-sec .author-post p {
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.6;
}

section.blog-sec .author-post p a {
    color: var(--black-color);
}

/*Blogs css start*/
section.blog-list {
    background: var(--white-color);
    /* padding: var(--p90) var(--p12); */
    padding-bottom: 0px;
}

section.blog-list h2 {
    font-size: 34px;
}

section.blog-list .blog-side {
    padding-left: 20px;
    padding-right: 20px;
}

section.blog-list .blog-side h2 {
    margin-bottom: 20px;
}

.blog-side .search-blog,
.blog-side .recent-posts,
.blog-side .categories,
.blog-side .follow {
    margin-bottom: 50px;
}

.blog-side .recent-posts{
    padding-top:05px;
}

.blog-side .recent-posts span {
    display: none;
}

.blog-side form {
    border-bottom: 1px solid #C8C8C8;
    position: relative;
}

.blog-side form input {
    border: 0px solid;
    width: 100%;
    font-size: 16px;
    width: 100%;
    padding: 4px 0;
    height: 40px;
}

.blog-side form button {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0px solid;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-side form button i {
    font-size: 16px;
    color: #888;
}

.blog-side form button:hover i {
    color: #FF7425;
}

.blog-side .recent-images img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.blog-side .recent-posts li {
    display: flex;
    gap: 0 20px;
    align-items: flex-start;
}

.blog-side .recent-content p {
    line-height: 1.6;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.blog-side .recent-content p a {
    color: var(--black-color);
}

.blog-side .recent-content p a:hover {
    color: var(--secondary-color);
}

.blog-side .recent-content span {
    font-size: 13px;
    color: #888;
}

.blog-side .recent-posts ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.blog-side .categories li {
    font-size: 17px;
    font-weight: 600;
}

.blog-side .categories li a {
    color: var(--black-color);
    line-height: 1.6;
}

.blog-side .categories li a:hover {
    color: var(--secondary-color);
}

.blog-side .follow i {
    font-size: 22px;
}

.blog-side .follow ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-side .follow a:hover i {
    color: #FF7425;
}

.blog-side .tags ul {
    display: flex;
    gap: 8px 8px;
    flex-wrap: wrap;
}

.blog-side .tags li {
    text-transform: capitalize;
    font-size: 17px;
}

.blog-side .tags a:hover {
    color: #FF7425;
}

.blog-list-details .list-image img {
    width: 100%;
    height: 311px;
    /*object-fit: cover;*/
     object-fit: contain;
    transition: all .5s ease-out;
    transform: scale(1);
}

.blog-list-details .list-image img:hover {
    transform: scale(1.03);

}

.blog-list-details .list-image {
    position: relative;
    margin-bottom: 20px;
}

.blog-list-details .blog-list-sec {
    display: flex;
    gap: 30px 2%;
    flex-wrap: wrap;
}

.blog-list-details .dates-created p {
    padding: 12px 18px;
    background: var(--territiary-color);
    color: var(--white-color);
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0px;
}

.blog-list-details .dates-created {
    position: absolute;
    right: 0;
    top: 0;
}

.blog-list-details .list-category a {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.blog-list-details .list-category span.separator:after {
    content: ',';
    margin-right: 5px;
}

.blog-list-details .list-category {
    display: flex;
    gap: 24px;
    margin-bottom: 8px;
}

.blog-list-details .list-text h3 {
    font-size: 25px;
    margin-bottom: 12px;
    height: 65px;
    overflow: hidden;
}

.blog-list-details .list-text h3 a:hover {
    color: var(--secondary-color);
}

.blog-list-details .list-details {
    width: 49%;
}

.list-btn a {
    font-weight: 600;
}

.list-btn a:hover {
    color: var(--secondary-color);
}

.banner.blog-details img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.banner.blog-details {
    height: 280px;
    position: relative;
}

.banner.blog-details .overlay {
    width: 100%;
    height: 100%;
    background: #00000040;
    position: absolute;
    left: 0;
    top: 0;
}

section.blog-details {
    background: var(--white-color);
    padding: var(--p90) var(--p12);
}

section.blog-details h2 {
    font-size: 36px;
}

section.blog-details .blog-side {
    padding-left: 20px;
    padding-right: 20px;
}

section.blog-details .blog-side h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

.blog-detail-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.blog-details-content {
    margin-top: 30px;
}

.upper-head {
    padding: 10px 0;
}

.upper-head span {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

.upper-head span::after {
    content: "|";
    margin-left: 10px;
    color: var(--primary-color);
    font-size: 14px;
}

.upper-head span.comments::after {
    display: none;
}

.blog-details-para p {
    margin-top: 26px;
    margin-bottom: 15px;
}

blockquote {
    padding: 45px 60px;
    margin: 30px 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    background: var(--black-color);
    border-left: 5px solid #FF7425;
    color: #fff;
    position: relative;
    z-index: 1;
}

blockquote p {
    color: #707070;
    margin-top: 10px;
    margin-bottom: 0;
}

.blog-details-para {
    margin-bottom: 50px;
}

.tag-share-wrap {
    padding-bottom: 60px;
}

.tag-share-wrap .post-tags {
    padding-left: 0px;
    padding-bottom: 20px;
}

.tag-share-wrap .post-tags a {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 11px;
    font-size: 14px;
    line-height: 1.143;
    font-weight: 500;
    color: #000;
    transition: 0.4s;
    border-radius: 0;
    border: 2px solid #D9D9D9;
}

.tag-share-wrap .post-tags a:not(:last-child) {
    margin-right: 8px;
}

.tag-share-wrap .post-tags a:hover {
    border-color: #FF7425;
}

.text-lg-end {
    text-align: right;
}

.social-share {
    display: inline-block;
}

.social-share a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inherit;
    border-radius: 50%;
    color: #000;
    transition: 0.4s;
    border: 2px solid #D9D9D9;
    text-align: center;
}

.social-share a:not(:last-child) {
    margin-right: 8px;
}

.social-share a:hover {
    border-color: #FF7425;
}

.footer-navigation {
    display: flex;
    gap: 2%;
}

.footer-navigation .previous-nav,
.footer-navigation .next-nav {
    width: 49%;
}

.footer-navigation .next-nav {
    text-align: right;
}

.footer-navigation span.previous-text,
.footer-navigation span.next-text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.3px;
    color: #656565;
    padding-bottom: 10px;
}

.footer-navigation span.next-text {
    justify-content: flex-end;
}

.footer-navigation span.nav-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-color);
}

.comments-section {
    margin-top: 60px;
}

.comments-heading {
    font-size: 28px;
}

.comments-item-list li {
    margin-top: 30px;
}

.comments-item-list .author-image img {
    width: 80px;
    height: 80px;
}

.comments-item-list .author-image {
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    z-index: 1;
    position: relative;
}

.author-info span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.author-info h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.author-comment {
    overflow: auto;
}

.comment-reply a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-reply a:hover {
    color: #FF7425;
}

.children-comment {
    padding-left: 110px;
}

.comments-form {
    margin-top: 100px;
}

.comments-form h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.comments-form p {
    margin-bottom: 40px;
}

.comments-form label {
    display: block;
    margin-bottom: 5px;
    color: #000;
}

.comments-form input,
.comments-form textarea {
    background: transparent;
    margin-bottom: 20px;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    color: #656565;
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    border-radius: 4px;
}

.comments-form textarea {
    height: 200px;
    line-height: 1.3;
}

.comment-cookies label {
    color: #656565;
    margin-bottom: 0px;
}

.comment-cookies {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.comment-cookies input {
    width: auto;
    margin-bottom: 0px;
}

.comments-form button.main-btn {
    padding: 20px 35px;
}

section.blog-category-section {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 60px;
}

section.adverisment {
    padding: 20px 10px;
    text-align: center;
    padding-bottom: 0;
}

section.adverisment h2 {
    font-size: 14px;
    font-family: var(--primary-font);
    color: #8a8a8a;
    font-weight: 400;
    margin-bottom: 0px;
}

section.blog-sec.first-ads .container-fluid {
    max-width: 1244px;
}




.ticker-container {
    /*padding: 80px 0;*/
    background: #ffffff;
    padding-top : 1.5rem;
    padding-left: 2em ;
    overflow: hidden;
    width: 99% !important; 
    max-width: 99% !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

/* Header Fix */
.ticker-header {
    width: 100%;
    text-align: center; 
    margin-bottom: 50px;
    padding: 0 20px; 
}

.ticker-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    display: block; 
}

.ticker-header p {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0 auto;
    max-width: 600px; 
}

#brand-ticker-loop {
    width: 100%;
    padding: 10px 0;
}

.swiper-wrapper {
    display: flex !important;
    align-items: center;
    transition-timing-function: linear !important; 
}

/* Slide Box Styling */
.ticker-slide {
    width: 250px !important; 
    height: 120px !important;
    background: #f8fafc;
    border-radius: 16px;
    display: flex !important; 
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.ticker-slide img {
    max-width: 70%;
    max-height: 60%;
    height: auto;
    width: auto;
    margin-left: 2.5rem;
    margin-top: 2rem;
    object-fit: contain;
}



.modern-ad-grid-section {
    padding: 60px 0;
    background-color: #fdfdfd;
}

.ad-header-text {
    text-align: center;
    margin-bottom: 35px;
}

.ad-header-text h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    letter-spacing: -1px;
}

.ad-line {
    width: 60px;
    height: 4px;
    background: #007bff;
    margin: 10px auto;
    border-radius: 20px;
}


.ad-grid-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: 300px 300px;
    gap: 20px;
}

.ad-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ad-card-1 {
    grid-row: span 2;
}

.ad-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ad-card:hover img {
    transform: scale(1.1);
}

.ad-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    opacity: 0;
    transform: translateY(15px);
    transition: 0.4s ease;
}

.ad-card:hover .ad-content-overlay {
    opacity: 1;
    transform: translateY(0);
}

.ad-label {
    background: #ffc107;
    color: #000;
    padding: 3px 10px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

.ad-explore {
    color: #fff;
    margin-top: 8px;
    font-size: 15px;
}

.adv-label {
        display: block;
        text-align: center;
        font-size: 10px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px; 
    }
    .ot-banner-item {
        margin-bottom: 10px; 
    }



/* new section  */


/* new section  */

.ot-ad-label {
    display: block;
    font-size: 11px;
    color: #B9B6B6; 
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-weight: 500;
    text-align: center;
}



.ot-premium-section {
    width: 100%;

    padding: 0px 8px;
    background-color: #fcfcfc;
    font-family: 'Segoe UI', Roboto, Helvetica, sans-serif;
}

.ot-wide-container {
    width: 99%;
    margin: 0 auto;
}


.ot-blog-grid-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /*margin-bottom: 50px;*/
}


.ot-card {
    flex: 1;
    min-width: 200px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.ot-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}


.ot-card-img-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
    background-color: #000;
}


.ot-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease, opacity 0.4s ease;
    opacity: 0.9;
}


.ot-card:hover .ot-card-img-wrapper img {
    transform: scale(1.1);
    opacity: 1;
}


.ot-card-img-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 40%);
    pointer-events: none;
}


.ot-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #0a54bc;
    color: white;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.ot-badge a{
    
    color: #ffffff;
}

.ot-card-body {
    padding: 18px;
}

.ot-title {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ot-text {
    font-size: 13.5px;
    color: #666;
    line-height: 1.5;
}


.ot-wide-container {
    width: 99%;
    margin-top: 1px;
    max-width: none;
    margin: 0 auto;
    padding: 0 10px;
}


.ot-premium-ad {
    width: 100%;
    min-height: 400px;
    border: 1px dashed #ff91a4;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.ot-ad-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.6s ease;
}


.ot-ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


.ot-ad-content {
    position: relative;
    z-index: 3;
    padding: 40px;
}

.ot-ad-tag {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0088cc;
    font-weight: 800;
}

.ot-premium-ad h2 {
    font-size: 36px;
    margin: 15px 0;
    color: #fff;
    font-weight: 800;
}

.ot-premium-ad p {
    font-size: 17px;
    color: #eee;
    max-width: 700px;
    margin: 0 auto;
}

.ot-ad-btn {
    margin-top: 25px;
    background: #055BB8;
    color: white;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}

.ot-ad-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}


.ot-premium-ad:hover .ot-ad-bg-img {
    transform: scale(1.08);
}


.ot-blog-grid-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /*margin-bottom: 50px;*/
}

.ot-card {
    flex: 1;
    min-width: 18%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}



/*new css*/

.ot-hero-slider {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .ot-slider-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        /* Scrollbar hide karne ke liye */
        scrollbar-width: none; 
        -ms-overflow-style: none;
    }

    .ot-slider-container::-webkit-scrollbar {
        display: none;
    }

    .ot-slide {
        flex: 0 0 100%;
        width: 100%;
        scroll-snap-align: start;
        position: relative;
    }

    .ot-slide-img img {
        width: 100%;
        display: block;
    }

    /* Dots styling (taki dikhe kaunsa active hai) */
    .dot.active {
        background-color: #000; /* Ya jo aapka theme color ho */
        opacity: 1;
    }


/*end css*/
/* new css hero slider */


.ot-hero-slider {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
    margin-top: 3.5rem;

    /* background: #000; */
}

.ot-slide {
    display: none;
    
}

.ot-slide.active {
    display: block;
    animation: fadeEffect 0.8s;
}

@keyframes fadeEffect {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.dot.active {
    background-color: #333;
    /* Active dot ka rang */
}

.ot-slider-container {
    width: 100%;
    height: 100%;
}

.ot-slider-container {}

.ot-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 1.2s ease;
    z-index: 1;
}

.ot-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.05);
}

.ot-slide-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background-color: #d8ead8;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
}


.ot-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; 
    display: flex;
    align-items: flex-end; 
    padding-bottom: 80px; 
}

.ot-slide-info {
    max-width: 700px; 
    color: #fff;
    transform: translateY(30px);
    transition: all 0.6s ease 0.3s;
    opacity: 0;

    background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%)
    
    padding: 30px 40px; 
    border-radius: 8px; 
    
    margin-left: 5rem; 
}

.ot-hero-title {
    text-shadow: 2px 8px 10px rgba(0, 0, 0, 10);
}

.ot-slide.active .ot-slide-info {
    transform: translateY(0);
    opacity: 1;
}

.ot-hero-cat {
    background: #0a54bc;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.ot-hero-title {
    font-size: 48px;
    line-height: 1.1em;
    margin: 15px 0;
    font-family: 'Poppins', sans-serif;
}
.ot-hero-desc{
    color:#ffffff;
}

.ot-hero-desc{
    
    line-height: 1.2em;
}

.ot-hero-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
}

.ot-hero-btn:hover {
    background: #0a54bc;
    color: #fff;
}


.ot-prev,
.ot-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: none;
    color: white;
    padding: 20px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    transition: 0.3s;
}

.ot-prev:hover,
.ot-next:hover {
    background: rgba(255, 255, 255, 0.5);
}

.ot-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.ot-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}


.ot-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background-color: #fff;
    width: 30px;
    border-radius: 10px;
}




.ot-main-section {
    width: 100%;
    padding: 0;
    background-color: #fff;
    font-family: sans-serif;
}

.ot-wrapper {
    width: 100%;
    max-width: 100%;
}


.ot-ads-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
}

.ot-ad-item {
    height: 150px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}


.ad-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.html-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}


@media (max-width: 600px) {
    .ot-ads-grid {
        grid-template-columns: 1fr;
    }

    .ot-ad-item {
        height: 120px;
    }
}




.ot-brand-section {
    width: 100%;
    /*padding: 50px 0;*/
    padding-top: 2rem
    ;
    background-color: #fff;
    overflow: hidden;
    padding-right: 10px;
}

.ot-slider-wrapper {
    position: relative;
    max-width: 98%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.ot-slider-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.ot-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 20px;
}

.ot-brand-item {
    flex: 0 0 calc(20% - 16px);
    text-align: center;
    background: #fdfdfd;
    padding: 15px;
    border-radius: 8px;
}

.ot-img-box {
    width: 100%;
    aspect-ratio: 2 / 3; 
    margin-bottom: 15px;
    display: flex;
    height: 276px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f9f9f9; 
}

.ot-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: top; 
}

.ot-brand-item {
    flex: 0 0 calc(20% - 16px);
    text-align: center;
    background: #fff; 
    padding: 10px; 
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); 
}

.ot-brand-item h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    font-family: sans-serif;
    height: 40px;
    overflow: hidden;
}

.ot-buy-btn {
    display: block;
    background-color: #0a54bc;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
}

.ot-buy-btn:hover {
    background-color: #0d6efd;
    color: #fff;
}


.ot-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.ot-nav-btn:hover {
    background: rgba(0, 0, 0, 0.2);
}

.ot-nav-btn.prev {
    left: 0;
    top: 38%;
}

.ot-nav-btn.next {
    right: 0;
    top: 38%;
}






.ot-wcu-full {
    width: 100%;
    padding: 80px 0;
    background-color: #fcfcfc;
    font-family: 'Poppins', sans-serif;
}


.ot-wcu-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
}

.ot-wcu-header {
    text-align: center;
    margin-bottom: 60px;
}

.ot-wcu-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ot-underline {
    width: 80px;
    height: 4px;
    background: #000;
    margin: 15px auto 0;
}


.ot-wcu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}


.ot-main-layout {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

.ot-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.ot-flex-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}


.ot-why-choose-full {
    background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
    padding: 80px 0;
    text-align: center;
}

.ot-header-center h1 {
    font-size: 36px;
    color: #1a2b48;
    margin-bottom: 10px;
}

.ot-header-center p {
    color: #555;
    margin-bottom: 50px;
}

.ot-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ot-feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ot-card-icon {
    font-size: 30px;
}

.ot-card-txt h3 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #1a2b48;
}

.ot-card-txt p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

.ot-cta-wrap {
    margin-top: 50px;
}

.ot-main-btn {
    display: inline-block;
    background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(79, 172, 254, 0.4);
}


.ot-content-ad-row {
    padding: 40px 0;
}

.ot-hero-main {
    flex: 2;
    position: relative;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.ot-hero-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ot-hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    color: #fff;
}

.ot-tag {
    background: #ff7675;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

.ot-sidebar-ads {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ot-offer-tag {
    background: #ffdada;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    border-radius: 8px;
    color: #333;
}

.ot-ad-square {
    background: #d9e2e7;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 600;
    color: #555;
}


.ot-banner-strip {
    padding: 20px 0;
}

.ot-ad-long {
    flex: 1;
    background: #c2d1d9;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 700;
    color: #222;
}


@media (max-width: 992px) {
    .ot-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ot-flex-row {
        flex-direction: column;
    }

    .ot-hero-main,
    .ot-sidebar-ads {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .ot-features-grid {
        grid-template-columns: 1fr;
    }
}





.ot-stats-section {
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
}

.ot-stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ot-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
}

.ot-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 200px;
}

.ot-stat-icon-wrapper {
    position: relative;
    font-size: 28px;
    color: #0088cc;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ot-stat-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 136, 204, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.ot-stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin: 0;
    line-height: 1;
}

.ot-stat-suffix {
    font-size: 18px;
    font-weight: 700;
    color: #0088cc;
}

.ot-stat-label {
    font-size: 12px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    margin-top: 5px;
}


@media (max-width: 768px) {
    .ot-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}





.ot-blog-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}


.ot-category-hero {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ot-tag {
    background: #ff6b6b;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.ot-hero-text h2 {
    font-size: 28px;
    margin: 10px 0;
}


.ot-blog-card {
    display: flex;
    gap: 20px;
    background: #fff;
    min-height: 300px;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    transition: 0.3s ease;
    height: 100%;
}

.ot-blog-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.ot-blog-thumb {
    flex: 0 0 150px;
    height: 100px;
}

.ot-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.ot-blog-info h3 {
    font-size: 18px;
    margin: 5px 0;
    color: #222;
}

.ot-blog-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.ot-tag-small {
    color: #ff6b6b;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}


.ot-ad-header-box {
    background: #ffcdd2;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ot-sidebar-ad-item {
    background: #cfd8dc;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #555;
    font-weight: 600;
}


.ot-main-section {
    width: 100%;
    max-width: none;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


.ot-feed-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
}


.ot-content-grid {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}


.ot-blog-column {
    flex: 1.5;
}

.ot-side-column {
    flex: 1;
}


.ot-post-block,
.ot-widget-box,
.ot-ads-banner {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
}


.ot-post-block {
    display: flex;
    flex-direction: column;
}

.ot-large .ot-post-thumb {
    width: 100%;
    height: 300px;
}

.ot-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ot-post-body {
    padding: 20px;
    text-align: left;
}

.ot-badge-tag {
    background: #0088cc;
    color: white;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
}

.ot-post-title {
    font-size: 24px;
    color: #1a1a1a;
    margin: 10px 0;
    font-weight: 700;
}

.ot-post-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}


.ot-post-card {
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ot-card-thumb {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
}

.ot-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.ot-card-body {
    padding: 5px;
    text-align: left;
}

.ot-meta-tag a{
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

.ot-card-title {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}


.ot-widget-box {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ot-bg-green {
    background-color: #dcedc8;
}

.ot-bg-red {
    background-color: #ffcdd2;
}

.ot-bg-grey {
    background-color: #cfd8dc;
}

.ot-widget-title {
    font-size: 18px;
    color: #333;
}


.ot-ads-banner {
    width: 100%;
    padding: 30px;
    text-align: center;
    border: 1px dashed #ffcdd2;
    background: #fafafa;
}

.ot-ad-title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.ot-ad-desc {
    color: #555;
    font-size: 14px;
}



.ot-dual-banner-section {
    width: 100%;
    padding: 0px 0;
    padding-bottom: 10px;

}

.ot-banner-container {
    display: grid;
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;

    padding-left: 22px;
    padding-right: 25px;
    padding-bottom: 23px;

}

.ot-banner-box {
    position: relative;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
}

.ot-banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ot-banner-box:hover .ot-banner-bg {
    transform: scale(1.1);
}

.ot-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.ot-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 2;
}

.ot-banner-content h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}


@media (max-width: 768px) {
    .ot-banner-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ot-banner-box {
        height: 180px;
    }
}



.ot-full-grid-section {
    width: 100%;
    max-width: none;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.ot-grid-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;



    backdrop-filter: blur(5px);
    padding: 20px 0;
    text-align: center;


    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.ot-grid-head {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;



    backdrop-filter: blur(5px);
    padding: 20px 0;
    text-align: center;


    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ot-grid-header h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1e293b;
    font-weight: 800;
    /*text-transform: uppercase;*/
    letter-spacing: -0.02em;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ot-grid-head h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1e293b;
    font-weight: 800;
    /*text-transform: uppercase;*/
    letter-spacing: -0.02em;
    align-items: center;
    justify-content: center;
    position: relative;
}


/*.ot-grid-header h2::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 19rem;*/
/*    height: 3px;*/
/*    background: #0a54bc;*/
/*    border-radius: 10px;*/
/*}*/


.ot-grid-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    backdrop-filter: blur(5px);
    padding: 3px 0;
    text-align: center;
    padding-top : 20px !Important;
    padding-bottom : 20px !Important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ot-grid-head {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    backdrop-filter: blur(5px);
    padding: 3px 0;
    text-align: center;
    padding-top : 20px !Important;
    padding-bottom : 1px !Important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ot-blog-grid-3x3 {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 15px;
    width: 100%;
}


.ot-grid-card {
    position: relative;
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}


.ot-card-image-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.ot-card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: none;
}


.ot-card-overlay {
    display: none;
}


.ot-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    color: #ffffff;
    text-align: left;
    /*text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);*/
    
    
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.95) 0%,   
        rgba(0, 0, 0, 0.6) 60%, 
        rgba(0, 0, 0, 0) 100%
    );
}

.ot-card-content a{
    color: #ffffff;
}

.ot-meta-tag {
    background: #0a54bc;
    color: white;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
}

.ot-card-content h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    
}


.ot-description {
    font-size: 13.5px;
    color: #fff;
    line-height: 1.5;
    margin: 10px 0 0 0;
    opacity: 1;
    transform: none;
    height: auto;
    overflow: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.ot-grid-card:hover .ot-card-image-box img {
    transform: none;
}

.ot-grid-card:hover .ot-description {
    opacity: 1;
    transform: none;
}



.ot-main-section {
    width: 100%;
    max-width: none;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


.ot-alignment-container {
    width: 99%;
    max-width: 100%;
    padding-right:10px;
    padding-left:0px;
}


.ot-triple-layout-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 15px;
    width: 100%;
    padding-left: 26px;
    margin-bottom: 22px;
}


.ot-grid-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.ot-card-block {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}


.ot-left-ad-col {
    grid-area: auto;
}

.ot-full-ad {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.ot-abs-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}


.ot-bg-grey {
    background-color: #f1f3f5;
}


.ot-block-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ot-center-text {
    justify-content: center;
    text-align: center;
    color: #1a1a1a;
}

.ot-center-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.ot-ad-badge {
    color: #555;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}


.ot-middle-blog-col {
    flex-grow: 1;
}

.ot-middle-blog-col {
    margin-top: 28px; 
}

.ot-blog-post {
    display: flex;
    flex-direction: column;
    height: 324px;
}

.ot-blog-post .ot-block-image {
    width: 100%;
    height: 100%;
    flex: 1;
}

.ot-blog-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ot-blog-post .ot-block-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 3;
    color: #fff;
    text-align: left;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.95) 0%,   
        rgba(0, 0, 0, 0.6) 60%, 
        rgba(0, 0, 0, 0) 100%
    );
}

.ot-tag-badge {
    background: #0a54bc;
    color: #fff;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 3px;
}

 .ot-tag-badge a{
     
     color: #ffffff;
 }

.ot-tag-badge h2 a{
    color: #ffffff;
}

.ot-block-body h2 a{
    color:#ffffff;
}

.ot-block-body h2 {
    color: ffffff;
    font-size: 16px;
    margin: 8px 0 0;
    font-weight: 700;
    line-height: 1.4;
}


.ot-description {
    display: none;
}


.ot-stacked-ad {
    height: 309px;
    display: flex;
    flex-direction: column;
}


.ot-card-block:hover .ot-abs-img,
.ot-block-image img:hover {
    transform: none;
}


@media (max-width: 1024px) {
    .ot-triple-layout-grid {
        grid-template-columns: 1.5fr 1fr;
    }

    .ot-left-ad-col {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .ot-triple-layout-grid {
        grid-template-columns: 1.5fr 1fr;
    }

    .ot-alignment-container {
        width: 100%;
    }
}





.ot-full-width-section {
    width: 100%;
    background-color: #f4f7f6;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

.ot-fluid-wrapper {
    display: grid;
    grid-template-columns: 20% 55% 25%;
    width: 100%;
    gap: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}


.ot-ad-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}


.ot-ad-placeholder {
    height: 100%;
    min-height: 800px;
    background: #fff;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ot-ad-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.ot-ad-text {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
}


.ot-cat-bar {
    background: #0088cc;
    color: #fff;
    padding: 12px 25px;
    font-weight: 800;
    border-radius: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ot-blog-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ot-blog-wide {
    position: relative;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ot-blog-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ot-wide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}

.ot-tag {
    background: #fff;
    color: #000;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 700;
}

.ot-wide-content h3 {
    margin: 10px 0 5px;
    font-size: 22px;
}


.ot-side-ad-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ot-ad-brick {
    background: #fff;
    border-radius: 8px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.ot-ad-brick.large-brick {
    height: 350px;
}

.ot-ad-brick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.ot-ad-brick span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: 600;
}


@media (max-width: 1100px) {
    .ot-fluid-wrapper {
        grid-template-columns: 1fr;
    }

    .ot-side-ad-left,
    .ot-side-ad-right {
        display: none;
    }
}





.ot-full-layout {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

.ot-layout-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    width: 100%;
    gap: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}


.ot-column-header {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 4px;
    text-transform: uppercase;
}

.ad-label {
    background-color: #ffcccc;
    color: #333;
    border: 1px solid #ffb3b3;
}

.cat-label {
    background-color: #cce5ff;
    color: #004085;
    border: 1px solid #b8daff;
}


.ot-ad-item {
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 6px;
    height: 250px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.ot-ad-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ot-ad-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}


.ot-blog-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ot-post-wide {
    height: 250px;
    background: #f0f9f0;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.ot-post-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.ot-post-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.ot-post-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #222;
}

.ot-post-info p {
    font-size: 13px;
    color: #555;
}


@media (max-width: 1024px) {
    .ot-layout-wrapper {
        grid-template-columns: 1fr 1.5fr 1fr;
    }
}

@media (max-width: 768px) {
    .ot-layout-wrapper {
        grid-template-columns: 1fr;
    }

    .ot-ad-column {
        order: 2;
    }
}




.ot-category-section-full {
    width: 102% !Important;
    padding: 6px 0;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.ot-category-container {
    width: 100%;
    padding: 7px 15px;
    box-sizing: border-box;
}






.ot-category-main-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 15px;
    align-items: stretch;
}


.ot-ads-column {
    display: flex;
    flex-direction: column;
    gap: 13px;
    height: 100%;
}

.ot-ad-card {
    position: relative;
    flex: 1;
    min-height: 200px;
    height: 16px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}



.ot-blogs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 18px;
}

.ot-blog-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 300px;
    display: flex;
}


.ot-blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ot-blog-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px;
   background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.95) 0%,   
        rgba(0, 0, 0, 0.6) 60%, 
        rgba(0, 0, 0, 0) 100%
    );
    color: #fff;
    align-self: flex-end;
    box-sizing: border-box;
}

.ot-blog-card:hover img {
    transform: scale(1.05);
}


.ot-ad-overlay,
.ot-blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ot-tag {
    background: #0088cc;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;
    width: fit-content;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ot-blog-overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.ot-tag a{ 
    color: #ffffff;
}

.ot-blog-overlay h3 a{
    
    color:#ffffff;
}

.ot-blog-desc {
    margin: 8px 0 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #e0e0e0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 1024px) {

    .ot-category-main-grid,
    .ot-grid-header {
        grid-template-columns: 1fr;
    }

    .ot-ads-column {
        flex-direction: row;
        height: auto;
    }

    .ot-ad-card {
        height: 160px;
    }
}


@media (max-width: 1024px) {

    .ot-category-main-grid,
    .ot-grid-head {
        grid-template-columns: 1fr;
    }

    .ot-ads-column {
        flex-direction: row;
        height: auto;
    }

    .ot-ad-card {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .ot-blogs-grid {
        grid-template-columns: 1fr;
    }

    .ot-ads-column {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
}




.ot-full-banner-section {
    width: 100%;
    margin: 20px 0;
}


.ot-category-container {
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ot-horizontal-banner {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ot-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.ot-banner-overlay {
    position: relative;
    z-index: 2;
    padding: 10px 30px;
    border-radius: 8px;

}

.ot-banner-text {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
}


@media (max-width: 768px) {
    .ot-horizontal-banner {
        height: 90px;
    }

    .ot-banner-text {
        font-size: 18px;
    }
}





.ot-full-layout {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 0;

}

.ot-grid-container-2col {
    display: grid;

    grid-template-columns: 1fr 320px;
    width: 100%;
    gap: 25px;
    padding: 0 30px;
    box-sizing: border-box;
}


.ot-blog-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ot-section-header {
    margin-bottom: 15px;
}

.ot-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #111;
    margin: 0;
    font-weight: 700;
}

.ot-line {
    width: 40px;
    height: 3px;
    background: #0088cc;
    margin-top: 8px;
}


.ot-blog-card.featured {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 350px;
    margin-bottom: 5px;
}

.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.ot-blog-card.featured:hover img {
    transform: scale(1.03);
}

.img-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.card-info {
    position: absolute;
    bottom: 0;
    padding: 25px;
    color: #fff;
    max-width: 90%;
}

.card-info h3 {
    font-size: 24px;
    margin: 8px 0;
    font-weight: 800;
    line-height: 1.2;
}


.ot-horizontal-item {
    display: flex;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    height: 160px;
    transition: 0.3s;
}

.ot-horizontal-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.h-img {
    width: 240px;
    height: 100%;
    flex-shrink: 0;
}

.h-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h-content {
    padding: 15px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-content h4 {
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #111;
    font-weight: 700;
}

.h-content p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}


.ot-ad-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ot-ad-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    height: 200px !Important;
}


.ad-image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.ad-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ad-overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.ad-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 9px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 2px 8px;
    border-radius: 3px;
    letter-spacing: 1px;
}




.ot-ad-card:hover .t-top {
    left: 0;
}

.ot-ad-card:hover .t-right {
    top: 0;
}

.ot-ad-card:hover .t-bottom {
    right: 0;
}

.ot-ad-card:hover .t-left {
    bottom: 0;
}


.badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 800;
    border-radius: 4px;
    margin-bottom: 8px;
}

.destination {
    background: #0088cc;
    color: #fff;
}

.fashion {
    color: #ff4d4d;
    border-bottom: 2px solid #ff4d4d;
    padding: 0;
    border-radius: 0;
}


@media (max-width: 1024px) {
    .ot-grid-container-2col {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .ot-ad-column {
        display: none;
    }

    .ot-horizontal-item {
        height: auto;
        flex-direction: column;
    }

    .h-img {
        width: 100%;
        height: 200px;
    }
}


}


.gl-full-section,
.gl-full-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.gl-full-section {
    width: 100% !important;

    padding: 22px 0 !important;
    background: #fff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
 
 .gl-full-section{
     padding-left: 10px;
     padding-right: 20px;
 }

.gl-grid-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    width: 100% !important;

    max-width: 100% !important;
    margin: 0 !important;

    gap: 15px;

    padding: 0 24px !important;
}


.gl-card {
    position: relative !important;
    height: 249px !important;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
    transition: transform 0.3s ease;
}

.gl-card:hover {
    transform: translateY(-5px);
}

.gl-img-box {
    position: absolute;
    inset: 0;
}

.gl-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease;
}

.gl-card:hover img {
    transform: scale(1.08);
}

.gl-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%) !important;
}


.gl-content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 30px !important;
    color: #fff !important;
    z-index: 5;
    width: 100%;
}

.gl-tag {
    background: #0a54bc;
    color: white;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.gl-tag a{
    color: #ffffff;
}
.gl-title {
    font-size: 24px !important;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px 0;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gl-title a{
    color: #ffffff;
}

.gl-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media (max-width: 1100px) {
    .gl-grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .gl-card {
        height: 320px !important;
    }
}

@media (max-width: 650px) {
    .gl-grid-container {
        grid-template-columns: 1fr !important;
        padding: 0 15px !important;
    }

    .gl-card {
        height: 300px !important;
    }

    .gl-title {
        font-size: 20px !important;
    }
}


.ot-main-wrapper,
.ot-main-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ot-main-wrapper {
    width: 100%;
    padding: 25px 0;
    padding-bottom: 10px !Important;
    background: #ffffff;
    font-family: 'Inter', Arial, sans-serif;
}

.ot-container-grid {
    display: grid !important;
    grid-template-columns: 1fr 320px !important;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    padding: 0 20px;
}

/* Blog Column */
.ot-content-side {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ot-header-box {
    margin-bottom: 10px;
}

.ot-section-heading {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
}

.ot-header-underline {
    width: 40px;
    height: 3px;
    background: #0088cc;
    margin-top: 6px;
}

/* Blog Cards */
.ot-story-card {
    position: relative;
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.ot-img-container {
    width: 100%;
    height: 100%;
}

.ot-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    display: block;
}

.ot-story-card:hover img {
    transform: scale(1.05);
}

.ot-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.ot-card-text {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    z-index: 5;
    width: 100%;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.95) 0%,   
        rgba(0, 0, 0, 0.6) 60%, 
        rgba(0, 0, 0, 0) 100%
    );
}

.ot-tag-badge {
    background: #0a54bc;
    color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 12px;
}

.ot-story-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #fff;
}


.ot-story-title a{
    
    color: #ffffff;
}

.ot-story-para {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

/* Sidebar Ads */
.ot-sidebar-side {
    display: flex;
    margin-top: 2.5rem;
    flex-direction: column;
    gap: 20px;
}

.ot-ad-unit {
    position: relative;
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #eee;
}

.ot-ad-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.ot-ad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ot-ad-tint {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* Tracer Lines */
.ot-trace {
    position: absolute;
    background: #0088cc;
    transition: 0.5s;
    z-index: 10;
}

.ot-t-top {
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
}

.ot-t-right {
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
}

.ot-t-bottom {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
}

.ot-t-left {
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
}

.ot-ad-unit:hover .ot-t-top {
    left: 0;
}

.ot-ad-unit:hover .ot-t-right {
    top: 0;
}

.ot-ad-unit:hover .ot-t-bottom {
    right: 0;
}

.ot-ad-unit:hover .ot-t-left {
    bottom: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .ot-container-grid {
        grid-template-columns: 1fr !important;
    }

    .ot-sidebar-side {
        display: none;
    }
}



.ot-main-wrapper,
.ot-main-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ot-main-wrapper {
    width: 100% !important;
    padding: 3px 0;
    background: #ffffff;
    font-family: 'Inter', Arial, sans-serif;
}


.ot-container-grid {
    display: grid !important;
    grid-template-columns: 1fr 350px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    gap: 30px;
    padding: 0 30px;
}


.ot-header-box {
    grid-column: 1 / -1;
    margin-bottom: 20px;
}

.ot-section-heading {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
}

.ot-header-underline {
    width: 50px;
    height: 3px;
    background: #0088cc;
    margin-top: 8px;
}


.ot-content-side {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-self: start;
}

.ot-sidebar-side {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 2.5rem;
    align-self: start;
}


.ot-story-card,
.ot-ad-unit {
    position: relative !important;
    height: 320px !important;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.ot-img-container,
.ot-ad-img {
    width: 100%;
    height: 100%;
}

.ot-img-container img,
.ot-ad-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}


.ot-card-overlay,
.ot-ad-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%) !important;
}


.ot-card-text {
    position: absolute;
    bottom: 0;
    padding: 25px !important;
    color: #fff;
    z-index: 5;
    width: 100%;
}

.ot-tag-badge {
    background: #0a54bc;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
}

.ot-story-title {
    font-size: 24px !important;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
}

.ot-story-para {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.ot-trace {
    display: none !important;
}


@media (max-width: 1100px) {
    .ot-container-grid {
        grid-template-columns: 1fr !important;
    }

    .ot-sidebar-side {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}



@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;500;700;800&display=swap');

.ot-clean-section {
    padding: 8px 20px;
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.ot-container {
    max-width: 1100px;
    margin: 0 auto;
}

.ot-header-clean {
    text-align: center;
    margin-bottom: 22px;
}

.ot-title-main {
    font-size: 42px;
    font-weight: 800;
    color: #111827;
    padding-top: 1.5 rem; 
    letter-spacing: -1.5px;
}

.ot-title-main span {
    color: #0a54bc;
}

.ot-subtitle-main {
    color: #6b7280;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
}

.ot-stats-grid-minimal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid #f3f4f6;
    /* Single thin line for elite look */
}

.ot-stat-card-minimal {
    padding: 60px 20px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    border-right: 1px solid #f3f4f6;
}

.ot-stat-card-minimal:last-child {
    border-right: none;
}

.ot-stat-icon-new {
    font-size: 28px;
    color: #0a54bc;
    margin-bottom: 25px;
    transition: 0.3s;
}

.ot-stat-value {
    font-size: 46px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 5px;
    letter-spacing: -2px;
}

.ot-stat-value span {
    color: #0a54bc;
    margin-left: 2px;
}

.ot-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Subtle Hover Effect */
.ot-hover-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0a54bc;
    transition: 0.3s ease;
}

.ot-stat-card-minimal:hover {
    background: #f9fbff;
}

.ot-stat-card-minimal:hover .ot-hover-bar {
    height: 5px;
}

.ot-stat-card-minimal:hover .ot-stat-icon-new {
    transform: translateY(-8px);
}


.ot-slider-container.swiper {
    overflow: hidden !important;
    display: block !important;
    touch-action: pan-y; 
}

.ot-slider-track.swiper-wrapper {
    display: flex !important;
    transition: none !important; 
}

.ot-brand-item.swiper-slide {
    flex-shrink: 0 !important; 
    height: auto !important;
}


.ot-nav-btn {
    user-select: none;
}



@media (max-width: 1024px) {
    .ot-stats-grid-minimal {
        grid-template-columns: repeat(2, 1fr);
    }

    .ot-stat-card-minimal:nth-child(2) {
        border-right: none;
    }

    .ot-stat-card-minimal {
        border-bottom: 1px solid #f3f4f6;
    }
}

@media (max-width: 600px) {
    .ot-stats-grid-minimal {
        grid-template-columns: 1fr;
    }

    .ot-stat-card-minimal {
        border-right: none;
    }
}



/*blog category css*/


    .container-fluid {
        padding-left: 30px; 
        padding-right: 30px;
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 95% !important; 
        }
    }
    
    .blog-sec, .blog-list {
        padding: 40px 0;
    }