/********** Template CSS **********/

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed !important;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Fonts ***/
.font-work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-dancing-script {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/*** Button ***/
.btn {
    position: relative;
    transition: .5s;
}

.btn-square {
    width: 50px;
    height: 50px;
}

.btn-sm-square {
    width: 36px;
    height: 36px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-dark,
.btn-primary {
    margin: 10px;
}

.btn-primary::before,
.btn-primary::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-primary::before {
    top: -10px;
    height: calc(100% + 20px);
    /* border-left: 2px solid var(--bs-primary); */
    /* border-right: 2px solid var(--bs-primary); */
}

.btn-primary::after {
    left: -10px;
    width: calc(100% + 20px);
    /* border-top: 2px solid var(--bs-primary); */
    /* border-bottom: 2px solid var(--bs-primary); */
}

.btn-dark::before,
.btn-dark::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-dark::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-dark);
    border-right: 2px solid var(--bs-dark);
}

.btn-dark::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-dark);
    border-bottom: 2px solid var(--bs-dark);
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar .navbar-nav {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}


.navbar .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    outline: none;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #f0c383;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn-primary {
    border-width: 2px;
    background: var(--bs-light);
}
.navbar-brand
{
    margin-left: 20px !important;
}


.navbar .btn-primary:hover {
    background: var(--bs-primary);
}


/*** Hero Header ***/
.hero-header {
    background: url(../img/hero-bg.jpg) top left no-repeat;
    background-size: cover;
}

.hero-header .owl-carousel img {
    height: 560px;   /* aap apni need ke hisaab se kam kar sakte ho */
    width: 100%;
    object-fit: cover;  /* 👈 IMPORTANT */
    background: #f8f9fa;  /* optional (blank space clean dikhane ke liye) */
    margin-top: -20px
}
@media (max-width:768px)
{
    .hero-header .owl-carousel img {
    height: 380px;   /* adjust as needed */
    object-fit: cover;
}
}
@media (min-width: 992px) {
    .hero-header .container {
        max-width: 100% !important;
    }

    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.header-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next{
    position: relative;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    background: var(--bs-primary);
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
}

.page-header {
    background: url(../img/page-header.jpg) center center no-repeat;
    background-size: contain;
}


/*** Service ***/
@media (max-width: 768px) {
    .service .service-item {
        border: none !important;
        box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    }
}

@media (min-width: 992px) {
    .service .service-item.border-lg-end {
        border-right: 1px solid #dee2e6;
    }

    .service .service-item.border-lg-end-0 {
        border-right: none !important;
    }

    .service .service-item.border-lg-bottom-0 {
        border-bottom: none !important;
    }
}

.service .service-item .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
}

.service .service-item .btn-primary:hover {
    background: var(--bs-primary);
}

.service .service-item img {
    width: 70px;
    margin-bottom: 20px;
}


/*** Pricing ***/
.price .price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .05);
}


/*** Blog ***/
.blog .btn-dark {
    border-width: 2px;
    background: var(--bs-primary);
    color: var(--bs-dark);
}

.blog .btn-dark:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}


/*** Gallery ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-item img {
    transition: .5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    transition: .5s;
    z-index: 1;
}

.gallery .gallery-item:hover .gallery-icon {
    width: 100%;
    height: 100%;
}

.gallery .gallery-icon .btn {
    opacity: 0;
    transition: .5s;
}

.gallery .gallery-item:hover .gallery-icon .btn {
    opacity: 1;
    transition-delay: .5s;
}


/*** Team ***/
.team {
    position: relative;
}

.team::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200px;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    margin-top: 1rem;
    background: var(--bs-primary);
}

.team-item img {
    transition: .5s;
}
  
.team-item:hover img {
    transform: scale(1.2);
}
  
.team-overlay {
    position: absolute;
    padding: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-overlay {
    background: rgba(255, 255, 255, .9);
}

.team-overlay p {
    letter-spacing: 1px;
}

.team-overlay .btn-dark {
    border-width: 2px;
    color: var(--bs-dark);
    background: transparent;
}

.team-overlay .btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item {
    position: relative;
}

.testimonial-carousel .owl-item::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
}

.testimonial-carousel .owl-item img {
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 1;
}

.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item span {
    letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
    background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-item.center .bg-light * {
    color: var(--bs-dark) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Footer ***/
@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        /* background: var(--bs-secondary); */
    }
}

.webosoft-link{
    display: inline-block;
    white-space: nowrap;
}
.footer-icon-color
{
    color: #a77e43;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a77e43;
    margin-right: 10px;
}

/* project start======================================== */

/* header page */

.navbar-background
{
    background-color: #000000 !important;
}

.banner-head
{
    font-size: 66px;
    margin-top: -20px;
}
@media (max-width:768px)
{
   .banner-head
{
    font-size: 30px;
    margin-top: -20px;
}

}
/* banner section end */

/* welcome section start */

.sub-head
{
 font-size: 20px;
 font-weight: 700;
 margin-top: -30px;
}
.sub-para
{
    text-align: justify !important;
}

.tbc-working-hours {
    padding: 20px;
    border-radius: 12px;
}

.tbc-working-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.tbc-working-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.tbc-working-content h5 {
    font-weight: 600;
}

.tuesday-clo
{
    font-weight: 700;
}

.tbc-working-content p {
    font-size: 16px;
    color: #555;
}

@media (max-width:768px)
{
   .tbc-working-content p {
    font-size: 14px;
    color: #555;
} 
}

/* counter section start */


.tbc-counter-section {
    padding: 60px 20px;
    background: #0b0b0b;
}

.tbc-counter-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.tbc-counter-card {
    /* background: linear-gradient(90deg, #111, #1a1a1a); */

    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/brown-background.jpg) center center no-repeat !important;
    background-size: cover !important;
    border-radius: 18px;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.6); */
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tbc-counter-card:hover {
    transform: translateY(-8px);
}

.tbc-counter-icon {
    font-size: 32px;
    color: #ff4d6d;
    margin-bottom: 10px;
}

.tbc-counter-card h2 {
    font-size: 36px;
    margin: 10px 0;
    font-weight: 700;
    color: #ffffff !important;
}

.tbc-counter-card p {
    font-size: 15px;
    color: #d1d1d1;
}

.tbc-counter-icon-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* Glow effect */
/* .tbc-counter-card::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 178, 77, 0.233), transparent 70%);
    top: -50%;
    left: -50%;
} */

/* Responsive */
@media (max-width: 768px) {
    .tbc-counter-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .tbc-counter-container {
        grid-template-columns: 1fr;
    }

    .tbc-counter-card h2 {
        font-size: 28px;
    }
}
.tbc-counter-icon i {
    font-size: 34px;
    color: #ff4d6d;
}


/* service section start */

.service-head
{
    font-size: 20px;
}

.tmc-service-icon {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    margin-bottom: 15px;
}

.side-logo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* why choose section start */

.price-image-small{
    width: 100%;      /* image size control */
    height: auto;    /* aspect ratio maintain */
    max-width: 500px; /* optional limit */
    display: block;
    margin: auto;
}
.enjoy-head
{
    margin-top: 50px;
}
.why-choose-head
{
    font-size: 70px !important;
}

@media (max-width:768px)
{
    .why-choose-head
{
    font-size: 36px !important;
}
.enjoy-head
{
    margin-top: 0px;
}
}
.why-background
{
background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/why-choose-background.png) center center no-repeat !important;
background-size: cover !important;
}

/* gallery section start */

.tbc-gallery-section .tbc-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
}

.tbc-gallery-section img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
    
}

/* Overlay */
.tbc-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

/* Eye Icon */
.tbc-overlay i {
    color: #fff;
    font-size: 30px;
    transform: scale(0);
    transition: 0.3s ease;
}

/* Hover Effects */
.tbc-gallery-item:hover .tbc-overlay {
    top: 0;
}

.tbc-gallery-item:hover .tbc-overlay i {
    transform: scale(1);
}

.tbc-gallery-item:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .tbc-gallery-section img {
        height: 220px;
    }
}
/* gallery section end */


/* footer page start */

.tbc-footer-logo {
    height: 90px;   /* apne design ke hisaab se adjust karo */
    width: auto;
}
.footer-background
{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/black-background.jpg) center center no-repeat !important;
    background-size: cover !important;
}

/* about page start */

.about-company {
    max-width: 100%;   /* size chota */
    height: auto;
    /* margin-top: 0px; */
}

/* mission vision section start */

.tbc-mv-section {
    background: #f8f9fa;
}

/* Card */
.tbc-mv-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    transition: 0.4s ease;
    height: 100%;
    border-top: 3px solid #c29456;
}

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

/* Icon */
.tbc-mv-icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

/* Text */
.tbc-mv-card h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

.tbc-mv-card p {
    font-size: 15px;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .tbc-mv-card {
        padding: 30px 20px;
    }

    .tbc-mv-icon img {
        width: 60px;
        height: 60px;
    }
}

/* faq section start */

.tbc-faq-section {
    background: #ffffff;
}

/* Accordion Styling */
.tbc-faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.tbc-faq-accordion .accordion-button {
    font-weight: 600;
    background: linear-gradient(45deg, #c29456, #ffeacc);
    color: #000000;
    padding: 15px;
    box-shadow: none;
}

.tbc-faq-accordion .accordion-button:not(.collapsed) {
    background: #c29456;
    color: #fff;
    font-weight: 100;
}

.tbc-faq-accordion .accordion-body {
    font-size: 14px;
    color: #555;
    background: #fff;
}

/* Image */
.tbc-faq-img {
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
}

/* Mobile */
@media (max-width: 768px) {
    .tbc-faq-img {
        margin-top: 20px;
    }
}
.tbc-faq-img {
    width: 80%;   /* size chota */
    height: auto;
}

/* service page start */


.service-wrapper{
    display:flex;
    gap:30px;
    padding:40px 20px;
    box-sizing:border-box;
}

/* tabs */
.service-tabs{
    flex:0 0 30%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.service-tab{
    padding:15px;
    background:#f5f5f5;
    border:1px solid #ddd;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
}

.service-tab.active{
    background:#a77e43;
    color:#fff;
}

/* content */
.service-content{
    flex:1;
}

/* IMAGE + TEXT LAYOUT */
.service-inner{
    display:flex;
    gap:20px;
}

.service-img{
    flex:0 0 40%;
}

.service-img img{
    width:100%;
    border-radius:10px;
    /* padding: 2px; */
    /* border: 1px solid #818181; */
}

.service-text{
    flex:1;
}

.service-box{
    display:none;
    padding:20px;
    border:1px solid #a77e43;
    border-radius:10px;
}

.service-box.active{
    display:block;
}

/* MOBILE */
.service-accordion{
    display:none;
    padding:0 15px;
}

.acc-item{
    border:1px solid #ddd;
    margin-bottom:10px;
    border-radius:10px;
}

.acc-title{
    padding:15px;
    background:#f5f5f5;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
    font-weight:600;
}

.acc-content{
    display:none;
    padding:15px;
}

.acc-item.active .acc-content{
    display:block;
}

.acc-content img{
    width:100%;
    border-radius:10px;
    margin-bottom:10px;
}

/* responsive */
@media(max-width:768px){
    .service-wrapper{display:none;}
    .service-accordion{display:block; margin-bottom: 30px;}
}
.men-women
{
    font-size: 20px;
}

.men-women-2
{
    font-size: 14px !important;
}
.res-service-head
{
    font-size: 22px;
    margin-top: 10px;
}

.service-sub-head
{
    font-weight: 700;
    color: rgb(139, 67, 0);
    font-size: 18px;
}
@media(max-width:768px)
{
    .service-sub-head
{
    font-weight: 700;
    color: rgb(139, 67, 0);
    font-size: 16px;
}
}

.service-text ul,
.acc-content ul{
    padding-left:0;
    margin:0;
}

.service-text ul li,
.acc-content ul li{
    list-style:none;
    margin-bottom:12px;
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.service-text ul li i,
.acc-content ul li i{
    color:rgb(139, 67, 0);
    font-size:18px;
    margin-top:4px;
}


/* gallery page start */

.media-section {
  padding: 30px 20px;
  background: #ffffff;
  font-family: 'Arial', sans-serif;
}

.tabs {
  text-align: center;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 12px 30px;
  margin: 0 5px;
  border: none;
  cursor: pointer;
  background: #e0e0e0;
  color: #333;
  font-size: 16px;
  border-radius: 30px;
  transition: 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
  background: #a77e43;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Photo Grid */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.photo-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  height: 300px; /* fixed card height */
}

.photo-card img {
  width: 100%;
  height: 240px; /* fixed image height */
  object-fit: cover; /* ensures image fills without distortion */
  display: block;
}

.photo-card h4 {
  padding: 20px;
  font-size: 16px;
  color: #333;
  margin: 0;
}

@media(max-width:768px)
{
  .photo-card h4 {
  padding: 10px;
  font-size: 16px;
  color: #333;
  margin: 0;
}
}

.photo-card:hover {
  transform: scale(1.05);
}

/* Video Grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.video-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  text-align: center;
  height: 300px; /* same fixed height */
  display: flex;
  flex-direction: column;
}

.video-card iframe {
  flex: 1; /* iframe fills remaining space */
  width: 100%;
  object-fit: cover;
}

.video-card h4 {
  padding: 10px;
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Hover effect */
.photo-card:hover, .video-card:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .video-card iframe {
    height: 180px;
  }
  .photo-card {
    height: 280px;
  }
}

/* contact page start */


.tbc-contact-sec{
    display:flex;
    gap:30px;
    padding:50px 20px;
    background:#ffffff;
    font-family:Arial, sans-serif;
    margin-bottom: 30px;
}

/* LEFT SIDE */
.tbc-contact-info{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
}

.tbc-box{
    display:flex;
    gap:15px;
    background:rgb(238, 230, 222);
    padding:20px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    align-items:flex-start;
    transition:0.3s;
    border-left: 2px solid #a77e43;
}

.tbc-box:hover{
    transform:translateY(-3px);
}

.tbc-box i{
    font-size:28px;
    color:#a77e43;
    margin-top:3px;
}

.tbc-box h4{
    margin:0 0 5px 0;
    font-size:18px;
}

.tbc-box p{
    margin:0;
    color:#555;
    font-size:16px;
}

/* RIGHT MAP */
.tbc-contact-map{
    flex:1;
}

.tbc-contact-map iframe{
    width:100%;
    height:100%;
    min-height:350px;
    border:0;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

/* RESPONSIVE */
@media(max-width:768px){
    .tbc-contact-sec{
        flex-direction:column;
    }

    .tbc-contact-map iframe{
        min-height:300px;
    }
}

/* Enquiry page start */

.enquiry-heading
{
    font-size: 40px;
    margin-bottom: 20px !important;
}
@media(max-width:768px)
{
   .enquiry-heading
{
    font-size: 28px;
    margin-bottom: 20px !important;
}
}

.now
{
    color: #640202;
}

.enquiry-btn {
    background: #ffc107;
    color: #000;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .enquiry-btn{
   margin-right: 20px !important;
}
}
.enquiry-form-box
{
    background-color: rgb(238, 230, 222);
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 10px;
}
.enquiry-btn:hover {
    background: #e0a800;
    color: #ffffff;
}
.submit-button
{
    background-color: #a88043 !important;
}
.submit-button:hover
{
    background-color: #c47808 !important;
}
/* Enquiry page end */

.side-call
{
    width: 60% !important;
}
@media(max-width:768px)
{
    .side-call
{
    width: 100% !important;
}
}

.clock-background
{
    background-color: rgb(238, 230, 222) !important;
}




/* button with glow strip  */

.strip-button {
  position: relative;
  padding: 12px 28px;
  font-size: 16px;
  color: #fff;
  background: #111;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  z-index: 1;
}

/* Glow border effect */
.strip-button::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, #8d5500, #ffc670, #ffffff);
  background-size: 300%;
  z-index: -1;
  border-radius: 10px;
  animation: glowBorder 4s linear infinite;
  filter: blur(2px);
}

/* inner layer */
.strip-button::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #111;
  border-radius: 6px;
  z-index: -1;
}

@keyframes glowBorder {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

/* strip button end */

.strip-button-2 {
  position: relative;
  display: inline-block;
  padding: 10px 26px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #a77938, #693d00);
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 20px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 768px) {
.strip-button-2
{
  position: relative;
  padding: 8px 24px;
  font-size: 16px;
  color: #ffffff;
  background: #a77938;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 10px;
}
}

/* Infinite rotating border */
.strip-button-2::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    #ffffff 80deg,
    transparent 120deg,
    transparent 360deg
  );

  animation: rotateBorder 1.8s linear infinite;
  z-index: -1;
}

/* inner cut to keep border only */
.strip-button-2::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(135deg, #a77938, #8a5101);
  border-radius: 8px;
  z-index: -1;
}

/* smooth infinite rotation */
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* hover effect */
.strip-button-2:hover {
  transform: translateY(-3px) scale(1.04);
  transition: 0.3s ease;
  color: #ffffff;
}

.header-background
{
    background-color: #fefaf7 !important;
}
@media(max-width:768px)
{
    .brand-head
    {
       font-size: 46px !important;
    }
    .banner-head
    {
        font-size: 40px;
    }
}
