html,body{
    font-family: "Lora", serif;
}
:root{
    --color-white: #fff;
    --banner-h1: 70px;
    --section-padding: 80px 0px;
    --background-dark: #fff;
    --title-color: #9d0800;
    --section-text-color: #ffe5e4;
    --background-light: #f3f3f3;
    --btn-opacity: #9d08006e;
    --height : 400px;
    --black-color : #000;
    --soft-color : #ff857e;
}
p{
    font-size: 18px;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50px;
  background: #ccc; /* inactive color */
  transition: all 0.3s ease-in-out;
}
.slick-dots li button:before {
  font-size: 0;
  content: "";
}

.slick-dots li.slick-active button {
  width: 20px;
  border-radius: 20px;
  background: var(--title-color);
}


.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.height{
    height: var(--height);
    background-color: var(--color-white);
}
header .row{
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.logo{
    background-image: url(../img/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 50px;
}
.navbar_toggle{
    display: none;
}
.nav ul li{
    display: inline-block;
    margin: auto 20px;
}
.nav ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.nav a{
    position: relative;
    text-decoration: none;
    color: var(--black-color);
    transition: all 0.5s;
    padding-bottom: 5px; /* spacing for underline */
}
.nav a:hover{
    color: var(--title-color);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* underline thickness */
  background-color: var(--title-color); /* your underline color */
  transform: scaleX(0);
  transform-origin: left; /* makes it grow from left to right */
  transition: transform 0.3s ease-in-out;
}

.nav a:hover::after {
  transform: scaleX(1); /* expands the underline */
}
.banner{
    background-image: linear-gradient(to top, #000000b3, #00000000),  url(../img/taj-img.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
}
.banner_content h1{
    color: var(--color-white);
    font-size: var(--banner-h1);
}
.introduction,
.services_overview,
.advantage,
.about_into,
.services_page,
.testmonials_page,
.contact_page{
    padding: var(--section-padding);
    background-color: var(--background-dark);
}
.intro_content h5{
    color: var(--title-color);
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}
.intro_content h5::after,
.custom_services_card h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: var(--title-color);
    margin-top: 5px;
}
.intro_content h3{
    color: var(--black-color);
}
.intro_points li {
    list-style: none;
    color: var(--black-color);
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
}
.intro_points li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--title-color);
    position: absolute;
    left: 0;
    top: 0;
}
.intro_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 10px;
}
.advantage_title h1{
    color: var(--title-color);
}
.cards{
    transform: translateY(0);
    transition: all 0.5s;
    box-shadow: 0 0 6px 3px #e7e7e7fa;
}
.cards:hover{
    transform: translateY(-10px);
}
.card_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.card_body{
    background-color: var(--color-white);    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.card_body h5{
    color: var(--title-color);
}
.service, 
.clients, 
.teams, 
.call,
.our_team,
.transactions,
.corporate_adviso,
.service_overview,
.testmonials_clients,
.contact_form_section{
    padding: var(--section-padding);
    background-color: var(--background-light);
}
.service_title h1{
    color: var(--title-color);
}
.service_card {
  background: var(--section-text-color);
  padding: 40px;
  width: 90% !important;
  margin: 20px;
  text-align: center;
  border-radius: 10px;
}
.slick-prev:before {
    color: var(--background-dark);
    font-size: 25px;
}
.slick-next:before {
    color: var(--background-dark);
    font-size: 25px;
}
.service_btn a{
    text-decoration: none;
    background-color: var(--title-color);
    padding: 10px 20px;
    color: var(--color-white);
    border-radius: 5px;
    transition: all 0.5s;
}
.service_btn a:hover{
    background-color: var(--btn-opacity);
}
.slick-dotted.slick-slider{
    padding: 0;
}
.team_card{
    background-color: var(--section-text-color);
}
.team_card_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}
.map {
      width: 100%;
      max-width: 800px;
      height: 400px;
      margin: 0 auto;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.map iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
.call_content button{
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
    background-color: var(--title-color);
    border-radius: 5px;
    transition: all 0.5s;
}
.call_content a{
    text-decoration: none;
    color: var(--color-white);
}
.call_content button:hover{
    background-color: var(--btn-opacity);
}
footer{
    padding: 10px 0px;
    background-color: var(--background-dark);
    color: var(--title-color);
}
.footer_heading a{
    color: var(--black-color);
    text-decoration: none;
}

.about_banner,
.section_banner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    color: var(--color-white);
}
.about_banner_content h1,
.section_banner_content h1{
    font-size: 100px;
}
.about_banner_content h6
,.section_banner_content h6{
    text-transform: uppercase;
    background-color: var(--title-color);
    display: inline-block;
}
.about_intro_content{
    padding: 0 40px;
}
.about_intro_content p{
    color: var(--title-color);
    font-size: 17px;
    text-align: justify;
}
.team_per1{
    overflow: hidden;
    border-radius: 10px;
}
.member1 img{
    height: 350px;
    border-radius: 10px;
    transition: all 0.5s;
    transform: scale(1);
}
.member1 img:hover{
    transform: scale(1.2);
    opacity: 0.7;
}
.team_per_details h4{
    color: var(--title-color);
}
.team_per_details{
    text-align: justify;
}

.transaction_card {
    background-color: var(--color-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.transaction_card .card_img {
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.transaction_card h5 {
    color: var(--title-color);
    font-weight: bold;
    margin-bottom: 5px;
}

.transaction_card p {
    margin-bottom: 5px;
}

.corporate_finance{
    padding: 80px 0;
    background-color: var(--color-white);
}
.corporate_title h1{
    color: var(--title-color);
}
.courtyard_img{
    background-image: linear-gradient(to top, #00000000,#00000000), url(../img/coutyard-img.jpg);
}
.corporate_img{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
    border-radius: 5px;
    transition: all 0.5s;
    transform: scale(1);
}
.corporate_img:hover{
    transform: scale(1.1);
}
.corporate_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #9d0800ba, #9d0800ba);
    opacity: 0;
    border-radius: 5px;
    transition: opacity 0.5s ease;
}

.corporate_img:hover::before {
    opacity: 1;
}

.corporate_img_content{
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.corporate_img:hover .corporate_img_content{
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.corporate_adviso_logos{
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 20px;
}
.corporate_logo_card{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 200px;
    background-color: var(--color-white);
}
.logo_img{
    background-image: url(../img/goorej.jpg);
}
.logo_img2{
    background-image: url(../img/fern-logo.png);
}
.logo_img3{
    background-image: url(../img/the-park-hotel.jpg);
}
.logo_img4{
    background-image: url(../img/kamat-hotels.png);
}
.logo_img5{
    background-image: url(../img/Hiranandani-logo.png);
}
.logo_img6{
    background-image: url(../img/marudhar-logo.webp);
}
.logo_img7{
    background-image: url(../img/welcome-logo.png);
}
.logo_img8{
    background-image: url(../img/uppal-group-logo.png);
}
.logo_img9{
    background-image: url(../img/suncity-projects.png);
}
.logo_img10{
    background-image: url(../img/Sarovar-Hotels-Logo.png);
}
.logo_img11{
    background-image: url(../img/leisure.jpg);
}
.logo_img12{
    background-image: url(../img/claridges-logo.png);
}
.logo_img13{
    background-image: url(../img/royal-logo.jpeg);
}
.logo_img14{
    background-image: url(../img/sayaji.jpg);
}
.logo_img15{
    background-image: url(../img/Oxford_Properties_logo.png);
}
.logo_img16{
    background-image: url(../img/o-hotel-logo.jpeg);
}
.logo_img17{
    background-image: url(../img/plaza-logo.png);
}
.logo_img18{
    background-image: url(../img/Barbeque-Nation-Logo.png);
}
.logo_img19{
    background-image: url(../img/ekta-world-new-logo.webp);
}
.logo_img20{
    background-image: url(../img/tree-of-life.jpg);
}



.service_intro h1{
    color: var(--title-color);
}
.service_intro h4{
    color: var(--black-color);
}
.service1{
    padding: 20px 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
    transform: translateY(0px);
}
.service1 h3{
    text-align: center;
    color: var(--title-color);
}


.service_overview,
.contact_details_sec{
    padding: 80px 0;
    background-color: var(--light-background);
}
.service_overview_content h1,
.brand_logo h1{
    color: var(--bright-blue);
}
.service_overview_content p{
  margin-top: 30px;
    font-size: 18px;
}
.custom_services_card{
    background-color: var(--background-light);
    padding: 10px;
}
.custom_services_card ul{
  padding: 0;
}
.custom_services_card ul li{
  list-style: none;
  margin-bottom: 30px;
}
.custom_services_card ul li .active{
  background-color: var(--title-color);
  height: 100%;
}
.custom_services_card a{
  text-decoration: none;
  color: var(--title-color);
  background-color: var(--color-white);
  padding: 10px;
  font-size: 20px;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  width: 100%;
  display: grid;
  cursor: pointer;
}
.custom_services_card a.active{
  color: var(--color-white);
}
.custom_service_content{
  background-color: var(--title-color);
  color: var(--color-white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}
.cservice_tab_content{
  display: none;
  animation: fadeIn 0.5s ease;
}
.cservice_tab_content.active{
  display: block;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}



.client_logos{
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 25px;
}
.clients_card{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 200px;
    background-color: var(--color-white);
}



.testmonials_content h1{
    color: var(--title-color);
}
.test_client1{
    padding: 30px;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.test_client1 h6{
    color: var(--title-color);
}
.contact_page_content h6{
    color: var(--background-dark);
}
.contact_page_content h1{
    color: var(--title-color);
}
.contact_form_name input,
.contact_form_email input,
.contact_form_area textarea{
    margin: 10px auto;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--color-white);
    background-color: var(--color-white);
    color: var(--black-color);
    resize: none;
}
.contact_form_name ::placeholder,
.contact_form_email ::placeholder,
.contact_form_area ::placeholder{
    color: var(--title-color);
}
.form_btn button{
    padding: 10px 20px;
    border: none;
    background-color: var(--title-color);
    color: var(--color-white);
    border-radius: 5px;
}
.form_btn button:hover{
    background-color: var(--btn-opacity);
}


@media (min-width:320px) and (max-width:768px){
    header .row{
        grid-template-columns: repeat(1, auto);
        text-align: center;
    }
    .nav.active{
        display: block;
    }

    .nav{
        width: 100%;
        left: 0px;
        top: 90px;
        display: none;
        background-color: var(--title-color);
        position: absolute;
        text-align: left;
    }
    .nav ul{
        padding: 0;
        margin: 10px 0;
    }
    .nav ul li{
        display: block;
        margin: 10px 0;
    }
    .nav a{
        display: block;
        padding: 15px 30px;
        color: var(--color-white);
    }
    .nav a:hover{
        color: var(--color-white);
    }
    .navbar_toggle{
        display: block;
        background: transparent;
        border: 0;
        text-align: left;
    }
    .navbar_toggle i{
        font-size: 30px;
    }
    .banner_content h1{
        font-size: 50px;
    }
    .cards{
        margin: 10px 0;
    }
    .about_banner_content h1,
    .section_banner_content h1{
        font-size: 50px;
    }
    .intro_content,
    .about_intro_content{
        padding: 0 !important;
        margin-top: 20px;
    }
    .intro_img,
    .card_img,
    .team_card_img {
        min-height: 200px;
        margin-top: 30px;
    }
    .service_card{
        width: 100% !important;
        margin: 10px 0;
    }
    .map{
        height: 300px;
        margin-top: 30px;
    }
    .footer_heading,
    .footer_content{
        text-align: center;
        margin-bottom: 15px;
    }



    .corporate_adviso_logos{
        grid-template-columns: repeat(1, auto);
    }
}