/* Prevent carousels from causing page-wide horizontal scroll */
#events .owl-stage-outer,
#testimonials .owl-stage-outer,
#team .owl-stage-outer {
  overflow: hidden !important;
}

/* Also neutralize unnecessary horizontal scrollbars on body/html */
html, body {
  overflow-x: hidden;
}

html {
  overflow-y: auto;
  margin: 0 !important;
  margin-top: 0 !important;
}
body.admin-bar .topbar {
  margin-top: 32px;
}

/*#slider .owl-carousel .owl-item img{
  width: 100% !important;
}*/
header,section,footer {
  z-index: 0
}
button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
/*--------slider------*/
#banner {
    position: relative;
    overflow: hidden;
}
.hdr-bg {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 9px 0px #00000026;
}
 .header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: 75px;
}
/* Main inner wrapper */
.slide-sw-inner-wrapper2 {
    position: absolute;
    top: 51%;
    left: 50%;
    width: 100%;
    max-width: 1320px; /* container-like width */
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 0 15px;
}

/* Slider wrapper */
.slide-sw-inner-wrapper2 .slider {
    position: relative;
}

/* Each slide */
.slider-slide {
    position: relative;
}

/* Content box (left white card) */
.slide-content-box {
    background: #ffffff;
    border-radius: 30px;
    max-width: 560px;
    box-shadow: 0px 4px 8px 0px #00000040;
    width: 560px;
    height: 560px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
}
.sld-txt-box {
    margin-left: 9rem;
    z-index: 9;
    position: relative;
}
/* Right image alignment */
.slider-center-img-box {
    text-align: right;
}
h6.slide-sw-sm-heading {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
}
h2.slide-sw-heading {
    font-size: 46px;
    font-weight: 800;
    line-height: 60px;
}
p.slide-sw-text {
    font-size: 16px;
    line-height: 28px;
}
a.slide-sw-btn,a.about-btn,a.plan-otr-btn,a.blg-btn {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #A6A182;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    padding: 6px 6px 6px 15px;
}
i.sld-btn-arw,i.fas.sld-btn-arw,i.abt-btn-arw,i.fas.abt-btn-arw,i.pln-btn-cart,i.fas.pln-btn-cart,i.fas.blg-btn-arw {
    font-size: 14px;
    background: #ffffff;
    color: #A6A182;
    border-radius: 7px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* Center image */
img.slid-centr-img {
    width: 100% !important;
    max-width: 720px;
    height: 650px;
    object-fit: cover;
    border-radius: 30px;
}

.slider-banner-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.ri8-deco-img-box {
    position: absolute;
    right: -11%;
    top: 17%;
}
.left-decor-img-box {
    position: absolute;
    left: -6%;
    bottom: 9%;
}
.ri8-deco-img-box img,.left-decor-img-box img{
    border-radius: 30px;
}
/*img.slid-centr-img {
    width: 711px !important;
    height: 648px;
    object-fit: cover;
    border-radius: 30px;
}*/
#banner,section#services,section#team,section#testimonials,section#recent_news{
    position: relative;
}
#banner button.owl-prev,#banner button.owl-next,section#services button.owl-prev,section#services button.owl-next,section#team button.owl-prev,section#team button.owl-next,section#testimonials button.owl-next,section#testimonials button.owl-prev,section#recent_news button.owl-prev,section#recent_news button.owl-next{
    border: none;
    background: #A6A182;
    width: 70px;
    height: 48px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#banner button.owl-prev:hover,#banner button.owl-next:hover,section#services button.owl-prev:hover,section#services button.owl-next:hover,section#team button.owl-prev:hover,section#team button.owl-next:hover,section#testimonials button.owl-prev:hover,section#testimonials button.owl-next:hover,section#recent_news button.owl-prev:hover,section#recent_news button.owl-next:hover{
    background: #141414;
}
#banner button.owl-prev i,#banner button.owl-next i ,section#services button.owl-prev i,section#services button.owl-next i,section#team button.owl-prev i,section#team button.owl-next i,section#testimonials button.owl-prev i,section#testimonials button.owl-next i,section#recent_news button.owl-prev i,section#recent_news button.owl-next i{
    font-size: 22px;
    color: #ffffff;
}
#banner button.owl-prev,section#services button.owl-prev,section#team button.owl-prev ,section#testimonials button.owl-prev,section#recent_news button.owl-prev{
    margin-right: 20px;
}
#banner .owl-nav {
    position: absolute;
    left: 12%;
    bottom: -45px;
}
section#testimonials .owl-nav{
    position: absolute;
    left: 25%;
    bottom: 6%;
} 
section#services .owl-nav,section#team .owl-nav,section#recent_news .owl-nav{
    text-align: center;
}
/*-------------about--------------*/
.video-icon-box {
    position: relative;
    width: 170px;
    height: 170px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 8px 0px #00000040;
    margin: auto;
}

/* Dashed outer ring */
.video-icon-box::after {
    content: "";
    position: absolute;
    inset: 0px; /* controls the GAP */
    border: 2px dashed #A6A182;
    border-radius: 50%;
    pointer-events: none;
}
/* OUTER DASHED RING — slow & subtle */
.video-icon-box::after {
    animation: ringSpin 28s linear infinite;
}

@keyframes ringSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}

/* INNER TEXT — faster, smooth */
.video-circle-text {
    animation: textSpin 14s linear infinite;
}

@keyframes textSpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}

.video-circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 165px;
    height: 165px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.abt-icon-play{   
    z-index: 2;
     transform: scale(1);
}
.abt-icon-play:hover{
    animation: playPulse 1.6s ease-out infinite;
}

@keyframes playPulse {
    0% {        
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

h6.abt-sm-head,h6.chose-sm-head {
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2.abt-head {
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
}
.about-img-box img {
    border-radius: 30px;
}
.about-img-box {
    position: relative;
}
.abt-btn-box {
    position: absolute;
    right: 45px;
    bottom: 30px;
    z-index: 99;
}
p.abt-txt {
    line-height: 37px;
}
p.featur-name {
    font-size: 16px;
    font-weight: 500;
    color: #3E3E3E;
}
.feature-abt-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
/* Arrow icon animation */
i.fas.abt-ftr-arw {
    color: #A6A182;
    font-size: 14px;
    transition: transform 0.3s ease;
}
.featur-abt-dtls:hover i.fas.abt-ftr-arw {
    transform: translateX(6px);
}
.featur-abt-dtls:hover p.featur-name{
    color: #A6A182;
}
.abt-icon-play svg.custom-learn-icon path {
    color: #A6A182;
}
.abt-icon-play:hover svg.custom-learn-icon path {
    color: #000000;
}

.abt-icon-play svg.custom-learn-icon path {
    fill: currentColor;
    stroke: currentColor;
}

/*========services===========*/
h6.sevc-sm-head,h6.team-sm-hd,h6.testi-sm-head,h6.blog-sm-hd {
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.serv-img-box img {
    border-radius: 30px;
    height: auto;
    object-fit: cover;
}
p.serv-inn-txt {
    font-size: 16px;
}
a.serv-btn {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
}
i.fas.srv-btn-arw,i.srv-btn-arw {
    color: #141414;
    font-size: 16px;
    text-decoration: underline;
}
a.servc-title {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    text-transform: capitalize;
}
.servce-icon-svg {
    background: #F2F0E8;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servc-content {
    background: #ffffff;
    border: 1px solid #C4C3BE;
    border-radius: 30px;
}
.ser-naming-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*=========gallery===========*/
h6.gallry-sm-head,h6.project-sm-hd,h6.plan-sm-head,h6.work-sm-head,h6.newsltr-sm-hd {
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
img.gllry-lft-img {
    border-radius: 20px;
}
/* =====================================
   INTERIOR GALLERY – SAFE FLEX FIX
   ===================================== */
.interior-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 214px);
  gap: 16px;
}

/* Large left image */
.galry-img-box1 {
  grid-column: 1 / span 4;
  grid-row: 1 / span 2;
}

/* Top center images */
.galry-img-box2 {
  grid-column: 5 / span 2;
  grid-row: 1;
}

.galry-img-box3 {
  grid-column: 5 / span 2;
  grid-row: 2;
}

/* Tall right image */
.galry-img-box4 {
  grid-column: 7 / span 2;
  grid-row: 1 / span 2;
}

/* Wide middle image */
.galry-img-box5 {
  grid-column: 9 / span 4;
  grid-row: 1;
}

/* Bottom right images */
.galry-img-box6 {
  grid-column: 9 / span 2;
  grid-row: 2;
}

.galry-img-box7 {
  grid-column: 11 / span 2;
  grid-row: 2;
}

.interior-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.gallery-item {
  overflow: hidden;
}
/* Image behavior */
.interior-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
/* Hover effect */
.interior-gallery-grid img:hover {
    transform: scale(1.05);
    border: 15px outset #A6A182;
}
/*============best-seller=======*/
h6.seller-sm-hd{
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
}
a.seller-otr-btn,.sllr-add-cart-btn a {
    background: #141414;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
i.fas.sllr-btn-cart,i.fas.sllr-inn-btn-cart {
    font-size: 20px;
    background: #ffffff;
    color: #141414;
    border-radius: 7px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sllr-add-cart-btn a:hover,a.seller-otr-btn:hover {
    background: #A6A182;
    color: #ffffff;
}
.sllr-add-cart-btn a:hover i,a.seller-otr-btn:hover i{
    color: #A6A182;
}
h3.sell-name a {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
}
p.sell-price.price {
    font-size: 16px;
    font-weight: 600;
    color: #A6A182;
    text-decoration: underline;
}
p.sllr-txt {
    font-size: 16px;
}
.prodc-sing-box {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 2px 8px 0px #00000026;
    width: 630px;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(10px) scale(1);
    transition: all 0.35s ease-in-out;

}
.prodc-sing-box:hover {
    background: rgba(166, 161, 130, 0.3);
    transform: translateY(0px) scale(1);
}
.sllr-img-bg-clr:before {
    content: '';
    background: #F9F8F8;
    border-radius: 20px;
    width: 182px;
    height: 295px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.sllr-img-bg-clr {
    position: relative;
}
.sell-img-det {
    position: relative;
    z-index: 9;
}
/*===========counter============*/
h3.excl-no {
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
    display: inline-flex;
}
p.counter-name {
    color: #A6A182;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*=========our-project==============*/
.projct-info img {
    border-radius: 45px;
}
.proj-inn-detail {
    background: #ffffff;
    border: 1px solid #C4C3BE;
    border-radius: 30px;
    position: relative;
}
.projct-detail-box {
    border: 1px solid #C4C3BE;
    background: #141414;
    border-radius: 0px 30px 0px 30px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 35%;
}
h6.projct-name, h6.projct-name a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
}
p.projct-sm-hd {
    font-size: 14px;
}
a.proj-btn i {
    font-size: 22px;
    color: #141414;
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.latest-box .projct-detail-box {
    opacity: 0;
    transition: 0.3s ease;
}
.project-row-1 .latest-box:hover .projct-detail-box {
    opacity: 1;
}
.project-row-2 .owl-item.center .latest-box:hover .projct-detail-box{
    opacity: 1;
}
.project-row.project-row-1.owl-carousel.owl-loaded.owl-drag {
    margin-left: -30px;
}
/*=========pricing-plan============*/
.features-box {
    background: #A6A182;
    border-radius: 20px 0px 0px 20px;
}
p.planlist-item {
    font-weight: 600;
    color: #ffffff;
    /*line-height: 54px;*/
}
ul.plan-list {
    list-style: none;
}
.plan-tick-box {
    background: #F9F8F8;
    border-radius: 0px 20px 20px 0px;
}
h6.plans-inn-hd {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    text-transform: capitalize;
}
h3.plans-price {
    font-size: 30px;
    font-weight: 600;
    color: #A6A182;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ul.tick-list {
    list-style: none;
}
/* Add this CSS to make the parent container a flex container */
.row.equal-height-row {
    display: flex;
}
/* Add this CSS to make each offer-box a flex item with equal height */
.row.equal-height-row .rew-box{
    display: flex;
    flex-direction: column;
}
.row.equal-height-row .review-data{
    flex: 1;
    align-content: center;
}
.plan-btn-box {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}

.inner-plans-box:hover .plan-btn-box {
    opacity: 1;
    pointer-events: auto;
    bottom: -32px;
}
.inner-plans-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

.inner-plans-box:hover {
    background: #141414;
    border-radius: 20px;
}
.inner-plans-box:hover h6.plans-inn-hd{
    color: #ffffff;
}
.inner-plans-box:hover h6.pln-tick-icn svg g{
    fill: #ffffff;
}
.inner-plans-box {
    position: relative;
    height: 100%;
    background: transparent;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
    overflow: visible; /* important */
}
.inner-plans-box::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: -20px;
    left: 0;
    right: 0;
    border-radius: 20px;
    z-index: -1;
    transform: scaleY(1);
    transition: transform 0.35s ease;
}
.inner-plans-box:hover::before {
    transform: scaleY(1.08); /* expands up & down */
    background: #141414;
}

/* ===== PRICING TABLE ALIGNMENT FIX ===== */

/* Make both sides act like tables */
.plan_features,
.plans-features {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

/* Each feature row */
.plan_features ul,
.plans-features ul {
  display: table-row-group;
  padding: 0;
  margin: 0;
}

/* Each item becomes a table row */
.plan_features li,
.plans-features li {
  display: table-row;
}

/* Feature text cell */
.plan_features li p {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 20px;
  min-height: 60px;
}

/* Tick cell */
.pln-list .pln-points {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px;  
  text-align: center;
  min-height: 60px;
}

/* Remove spacing issues */
.plan_features ul,
.plans-features ul {
  list-style: none;
}

/* Ensure equal height cards */
.review-data {
  height: 100%;
}

/* Highlight middle plan */
.inner-plans-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plans-inner-info {
  flex-grow: 1;
}
.pln-shodw-box {
    padding: 30px 30px 60px 30px;
    position: relative;
}
.plan-inner-wrap {
    box-shadow: 0px 2px 8px 0px #00000026;
    border-radius: 30px;
    background: #ffffff;
}
.pln-shodw-box:after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #ffffff;
    left: 30px;
    right: 30px;
    top: 140px;
}
/*===========partner============*/
/*---partner---*/
.owl-carousel .owl-item img.prtnr-img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: block;
}

.prtnr-img-box {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Prevent image overflow on transform */
    transition: transform 0.4s ease;
}

.prtnr-img-box::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: #A6A182;
    -webkit-mask-image: var(--partner-img);
    -webkit-mask-size: cover;
    mask-image: var(--partner-img);
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: scale(1);
}

/* Hover Effect */
.prtnr-img-box:hover::after {
    opacity: 1;
    transform: scale(0.9); /* Zoom inwards smoothly */
}

.prtnr-img-box:hover .prtnr-img {
    opacity: 0;
    transform: scale(0.9); /* Image scales in before disappearing */
}
#partner .owl-carousel.owl-drag .owl-item{
  margin-top: 0 auto !important;
}
/*========work-process=========*/
.process-pagination  {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 80px;
    font-weight: 700;
    background: linear-gradient(180deg, #121212 0%, rgba(120, 117, 117, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.process-pagination {
  --item-gap: 140px; /* desktop spacing */
  --active-index: 0;
}
.swiper-wrapper{
    display: block !important;
}
.process-pagination .active-line {
  transform: translateY(calc(var(--active-index) * var(--item-gap)));
  transition: transform 0.4s ease;
}

.process-pagination span {
    cursor: pointer;
    transition: color 0.3s ease;
}

.process-pagination span.active {
    background: linear-gradient(180deg, #A6A182 0%, rgba(64, 62, 50, 0.5) 152.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.process-pagination {
    position: relative;
}
.process-pagination .active-line {
    position: absolute;
    left: 120px;
    top: 55px;
    width: 125px;
    height: 6px;
    background: #A6A182;
    border-radius: 30px;
    transition: transform 0.4s ease;
}
.workp-icon svg {
    width: 80px;
    height: auto;
}
/*=========work-process===========*/
img.right-work-img {
    border-radius: 30px;
    background-size: cover;
  transition: all .5s cubic-bezier(1,-0.99,.14,1.8);
  outline: solid 0px #121212;
} 
img.right-work-img:hover{
    outline: solid 2rem #121212;
    outline-offset: -2rem;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto !important;
}
h6.work-inn-head {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    text-transform: capitalize;
}
p.work-inn-txt {
    font-size: 16px;
    line-height: 30px;
}
.wkprc-box {
    position: relative;
}
.content-box-work {
    background: #ffffff;
    border: 1px solid #C4C3BE;
    border-radius: 20px;
    position: absolute;
    top: 10%;
    width: 452px;
    height: 452px;
    left: 5%;
}
/*========choose-us==============*/
h2.chose-head {
    line-height: 39px;
}
p.chose-txt {
    line-height: 37px;
}
.chose-feture-icn {
    background: #A6A182;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
h6.chose-featur-name {
    font-weight: 700;
    color: #3E3E3E;
    font-size: 17px;
}
p.chose-featur-txt {
    font-size: 14px;
    font-weight: 400;
    color: #3E3E3E;
}
.choose-img1 img {
    border-radius: 30px;
    width: 280px;
    height: 500px;
    object-fit: cover;
}
.choose-img2 img {
    border-radius: 30px;
    width: 545px;
    height: 550px;
    object-fit: cover;
    margin-top: 3rem;
}
.choose-img2,.chose-ri8-img-box{
    position: relative;
}
.choose-img2:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background: #A6A182;
    width: 100%;
    height: 20px;
    border-radius: 12px;
}
h6.chose-clnt-countng {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}
p.chose-clnt-hd {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.chose-clint-img {
    margin-left: -1rem;
}
.clint-img-detls {
    display: inline-flex;
}
.client-chose-box {
    position: absolute;
    bottom: 5%;
    right: 42%;
    width: 275px;
    height: 207px;
    background: #A6A182;
    border-radius: 25px;
}

.client-chose-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 25px;

    background:
        /* top */
        repeating-linear-gradient(
            90deg,
            #fff 0px 10px,
            transparent 10px 20px
        ) top / 100% 1.5px no-repeat,

        /* bottom */
        repeating-linear-gradient(
            90deg,
            #fff 0 10px,
            transparent 10px 20px
        ) bottom / 100% 1.5px no-repeat,

        /* left */
        repeating-linear-gradient(
            0deg,
            #fff 0 10px,
            transparent 10px 20px
        ) left / 1.5px 100% no-repeat,

        /* right */
        repeating-linear-gradient(
            0deg,
            #fff 0 10px,
            transparent 10px 20px
        ) right / 1.5px 100% no-repeat;

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
/*===========team-=================*/
i.fas.tm-share-icon {
    background: #A6A182;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    border: 3px solid #FFFFFF;
}
.team-detail-box {
    z-index: 99;
    position: relative;
}
.tm-soco-click {
    position: absolute;
    right: 10px;
    bottom: 75%;
}
/* Social icons container */
.team-socialbox {
    opacity: 0;
    display: grid;
    gap: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transform: translateY(10px) scale(0.8);
    transition: all 0.35s ease-in-out;
    pointer-events: none;
    background: #141414;
    border-radius: 35px;
}
/* Animate when hovered */
.team-soco-box:hover .team-socialbox {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}
/* Social icons */
.team-socialbox a i {
    color: #ffffff;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.5);
    transition: 0.35s ease;
}

/* Stagger animation for each icon */
.team-socialbox a:nth-child(1) i { transition-delay: 0.05s; }
.team-socialbox a:nth-child(2) i { transition-delay: 0.10s; }
.team-socialbox a:nth-child(3) i { transition-delay: 0.15s; }
.team-socialbox a:nth-child(4) i { transition-delay: 0.20s; }

/* On hover: lift + pop animation */
.team-soco-box:hover .team-socialbox a i {
    opacity: 1;
    transform: scale(1);
}
.team-socialbox a i:hover {
    box-shadow: 0 0 10px rgba(0,42,102,0.4);
    transform: scale(1.15);
    color: #A6A182;
    background: none;
}
i.fas.tm-share-icon {
    transition: 0.4s ease;
}

.tm-soco-click:hover i.fas.tm-share-icon {
    transform: rotate(180deg);
}
/* TWITTER */
.tm-twitter i:hover,.tm-insta i:hover,.tm-pinterest i:hover,.tm-facebook i:hover {
    color: #ffffff;
    background: #067EEF;
}
.team-info-box {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #C4C3BE;
}
.professl-info img {
    border-radius: 30px;
}
h6.team-name,h6.team-name a {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
}
p.team-desig {
    font-size: 16px;
}
/*=========testimonial============*/
.owl-carousel .owl-item .testi-bg-img img {
    border: 1px solid #C4C3BE;
    border-radius: 30px;
    width: 1114px !important;
    margin-left: 0;
    height: auto;
}
p.testi-contnt {
    line-height: 35px;
}
a.testi-title {
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    text-transform: capitalize;
}
p.testi-desig {
    font-size: 15px;
    color: #141414;
}
.testi-content {
    box-shadow: 0px 4px 8px 0px #00000040;
    border-radius: 30px;
    background: #ffffff;
    width: 765px;
    height: 409px;
    /*height: auto;*/
    position: absolute;
    right: 0;
    top: 14%;
    display: inline-grid;
    justify-content: center;
    align-items: center;
}
.testimonial-text-section,.testi-inner {
    position: relative;
}
section#testimonials .owl-stage-outer {
    padding-bottom: 100px;
}
.owl-carousel .owl-item .testi-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.testi-inner:before {
    content: '';
    position: absolute;
    width: 290px;
    height: 2px;
    background: #A6A182;
    left: 2px;
    bottom: 32px;
    border-radius: 12px;
}
/*=======blog==============*/
.owl-carousel .owl-item .blog-img img {
    border-radius: 30px;
    object-fit: cover;
}
.blog-information {
    background: #ffffff;
    border: 1px solid #C4C3BE;
    border-radius: 30px;
    margin-top: -7rem;
    position: relative;
    width: 88%;
}
span.blg-authr-name a,a.comnt-count,.bdate {
    font-size: 16px;
    font-weight: 500;
    color: #141414;
}
span.blog-authr-img i ,.blog-comment i.fas,span.date-icon i{
    font-size: 16px;
    color: #A6A182;
}
.blog-inn-contnt a.blg-inn-hd {
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    text-transform: capitalize;
}
p.blg-inn-txt {
    line-height: 30px;
}
a.blg-btn:hover{
    background: #141414;
}
a.blg-btn:hover i.fas.blg-btn-arw{
    color: #141414;
}
/*=============newsletter===========*/
h2.newsltr-hd {
    color: #ffffff;
}
input[type="email"].lttr-mail {
    font-size: 16px;
    font-weight: 400;
    color: #515050;
    background: #ffffff !important;
    border-radius: 15px;
    padding: 16px 20px;
    font-family: Nunito;
    width: 100%;
}
input[type="email"].lttr-mail::placeholder{
    color: #515050;
}
.lttr-form {
    position: relative;
}
input[type="submit"].lttr-btn {
    background: #000000;
    color: #ffffff;
    font-family: fontawesome;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 60px;
    height: 40px;
    border-radius: 10px;
}
.lttr-form p {
    margin: 0;
}


/* Hover effect */
.choose-img1 img:hover,.choose-img2 img:hover {
    transform: scale(1.1);
    border: 5px dashed #A6A182;
}
a.slide-sw-btn:hover i,a.about-btn:hover i {
    background: #A6A182;
    color: #121212;
}
span.srch-img svg path:hover{
    fill: #121212;
}
.chose-feture-icn:hover,a.about-btn:hover,a.slide-sw-btn:hover{
    background: #121212;
}
input[type="submit"].lttr-btn:hover,a.proj-btn i:hover,a.plan-otr-btn:hover i{
    background: #A6A182;
}
a.proj-btn i:hover,a.about-btn:hover,a.slide-sw-btn:hover,a.plan-otr-btn:hover i{
    color: #ffffff;
}
h6.tsti-name:hover, h6.tsti-name a.testi-title:hover,a.blg-btn:hover,.bdate:hover, a.comnt-count:hover,h6.projct-name:hover, h6.projct-name a:hover,a.servc-title:hover,h6.team-name:hover, h6.team-name a:hover,a.hdr-cllnum:hover,h3.sell-name a:hover,a.plan-otr-btn:hover{
    color: #A6A182;
}
a.plan-otr-btn:hover {
    background: #ffffff;
}
.servc-content:hover .servce-icon-svg {
    transform: rotateY(360deg);
    transition: 2s;
    border: 1px dashed #121212;
}
.servc-content:hover {
    box-shadow: 0px 4px 8px 0px #00000040;
    border:none;
}
.servc-content:hover a.serv-btn,.servc-content:hover i.fas.srv-btn-arw,.servc-content:hover i.srv-btn-arw {
    color: #A6A182;
}
.hover15 figure{
    overflow: hidden;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/* My Custom Css */
.ico,#footer input[type="submit"] {
  transition:all 0.5s;  
}
/* Button style */

.btn-1,.btn-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #A6A182;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.btn-1 {
  background: #ffffff;
}
.btn-2 {
  background: #E8E8E8;
}
.btn-1 span ,.btn-2 span {
  width: 100%;
  height: 100%;
  max-width: 10px;
  background: #A6A182;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: -1
}
.btn-1:hover span ,.btn-2:hover span {
  max-width: 100%;
}
.btn-1:hover,.btn-2:hover {
  color: #ffffff
}
/* Shine */
.hover14 figure {
    position: relative;
    overflow: hidden;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
/* Trigger the shine effect when the whole blog-info is hovered */
.blog-info:hover .hover14 figure::before,.abt-left-img-box:hover .hover14 figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.hover13 figure:hover img {
  animation: slideInLeft 0.6s ease forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Circle */
.hover15 figure{
    overflow: hidden;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/*hover effect*/
.user-img,.tbr-social-icn-box i,i.tbr-phn, i.fas.tbr-phn,#footer_box .socialbox i,.tbr-addrs-box:hover svg{
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.tbr-addrs-box:hover svg,.tbr-call-box:hover svg,.tbr-mail-box:hover svg{
  transform: scale(1.2); /* zoom in */
  filter: brightness(0) saturate(100%) invert(14%) sepia(25%) saturate(3519%) hue-rotate(244deg) brightness(94%) contrast(94%);
}
figure{
    margin:0;
}
#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#zoomIn:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 9;
    position: relative;
}
  /*hover-effects*/
.plce-detail-box{
    position: relative;
}
.hover13 figure:hover .place-img img {
  animation: slideInLeft 0.6s ease forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#zoomIn:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 9;
    position: relative;
}
/* Common hover effect wrapper */
.hover18 figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
}

.hover18 figure img {
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease, filter 0.6s ease;
}

/* Zoom-out + slight dark overlay on hover */
.hover18 figure::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.hover18:hover figure img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

.hover18:hover figure::before {
  opacity: 1;
}

/* Optional: subtle lift effect */
.hover18 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover18:hover {
  transform: translateY(-5px);
}
/*--button animation---------*/
/*a.cbthdr-vol-btn,a.banner-btn1,a.about-btn,a.serv-btn,a.gallery-otr-btn,a.plan-otr-btn {
    --btn-hover-accent: #002A66;
}
.btn5:hover{
    box-shadow:
        0px 0px 0 3px #ffffff,
        0 0px 0 3px #ffffff,
        5px 0px 0 5px var(--btn-hover-accent),
        6px 0 0 3px #ffffff,
        -5px 0 0 5px var(--btn-hover-accent),
        -5px 0 0 5px #ffffff;

    background: #ffffff !important;
    color: var(--btn-hover-accent) !important;
    border-bottom: solid 3px var(--btn-hover-accent);
}

.btn5{
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 0 3px transparent,
     0 0px 0 3px transparent,
      5px 0px 0 5px transparent,
       10px 0 0 3px transparent,
        -5px 0 0 5px transparent,
         -10px 0 0 5px transparent;
    border-bottom: solid 3px transparent;
}*/