* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
  font-family: "Inter", sans-serif;
	font-weight: normal;
    font-style: normal;
     font-optical-sizing: auto;
     padding: 80px 0px 0px 0px;
        color: #132139;
}
.interfont
{
 font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.playfairfont
{
     font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
 font-weight: normal;
  font-style: normal;
}
.post, .page {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p,li
{
	margin: 0;
	font-size: 14px;
	font-weight: 400;    color: #132139;
}
a:hover, a:focus, a:active,a:visited
{
	color: #000;
	text-decoration: none;
	outline: none;
  box-shadow: none;
}

.sitelogo
{
	width: 70px;
	height: auto;
}
.navbar-expand-md .navbar-nav .nav-item
{
	padding: 0px 25px;
}
.navbar-expand-md .navbar-nav .nav-link
{
	padding: 8px 0px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
    text-transform: uppercase;
}
.nav_bg
{
    background: #4C0E37;
    width: 100%;
    height: auto;
    padding: 0;
}

.enquire_btn
{
    background: #fff;
    border-radius: 20px;
}
.navbar-expand-md .enquire_btn.nav-link
{
    color:#4C0E37;
    padding: 8px 30px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}



.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-item
{
    padding: 0.7rem;
}
.dropdown-menu
{
    padding: 0;
}
.dropdown-item.active, .dropdown-item:active
{
    background: #e9ecef;
}
.footer_section
{
    background: #132139;
    width: 100%;
    padding: 50px 0px;
    height: auto;
    position: relative;
   color: rgba(255, 255, 255, 0.8);
}
.footer_section p
{
     color: rgba(255, 255, 255, 0.8);
}
.social-icons {
   display: flex;
    gap: 15px;
    margin: 20px 0px 0px 0px;
}

.social-icons a {
    width:30px;
    height:30px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 15px;
    border:1px solid #fff;
}

.social-icons a:hover {
    background: #fff;
    color: #132139;
}
.footer_logo img
{
    width: 100px;
    height: auto;
    margin: 0px 0px 20px 0px;
}
.contact-list{
  list-style: none;
    margin: 15px 0px 15px 0px;
    padding: 0;
}

.contact-list li{
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  column-gap: 10px;
  margin: 0px 0px 10px 0px;
}

.contact-ico{
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FAC547;         
  font-size: 18px;
  line-height: 1;
  margin-top: 2px;
}

.contact-txt,.contact-link{
  font-size: 14px;
   text-decoration: none;
  transition: 0.2s ease;
  color: rgba(255, 255, 255, 0.8);
}

.contact-link:hover{
  color: #ffffff;
}
.footer_links h3,.contact_address h3
{
  font-family: "Playfair Display", serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
background: linear-gradient(90deg, #BF953F 0%, #FFDB7E 25%, #BF953F 50%, #FFDB7E 75%, #BF953F 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin: 0px 0px 10px 0px;
}
.footer_links ul
{
    padding: 0;
    margin: 15px 0px 15px 0px;
    list-style: none;
}
.footer_links ul li a
{
    font-size: 14px;
     color: rgba(255, 255, 255, 0.8);
     text-decoration: none;
      transition: 0.3s ease;
}
.footer_links ul li a:hover
{
      color: #FAC547;
}
.footer_links ul li
{
     padding: 0px 0px 10px 0px;
}
.footer_logo {
    padding: 0px 10px 0px 0px;
}
.divider
{
    background:rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 1px;
    margin: 10px 0px;
    display: block;

}
.footer-bottom-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0px 0px 0px;
}

.copyright{
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.4px;
}

.footer-policies{
  display: flex;
  gap: 26px;
}

.footer-policies a{
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-policies a:hover{
  color: #FAC547;
}

.banner_image img
{
    width: 100%;
}
section.section_banner
{
    position: relative;
    overflow: hidden;
}
.banner_section_slider
{
    margin: 0px !important;
}
.slick-dots li {
    width: 12px;
    height: 12px;
}

.banner_section_slider .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;    
    opacity: 1;                
}

.banner_section_slider .slick-dots li.slick-active button:before {
    background: #fff;         
    border-color: #fff;
}
.whitedots .slick-dots li.slick-active button:before {
    background: #fff;         
    border-color: #fff;
}
.whitedots .slick-dots li button:before
{
 border: 2px solid #fff;
}
.slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    border-radius: 50%;
    background: transparent;    
    opacity: 1;                
}
.slick-dots li.slick-active button:before {
    background: #000;         
    border-color: #000;
}

.banner_section_slider .slick-dots {
    bottom: 10px;
}

.slick-dots li.slick-active button:before
{
    opacity: 1;
}
.section
{
    padding: 40px 0px;
}
.spr-feature-list{
  list-style: none;
  padding: 0;
  margin: 0px 0px 15px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px; 
}

.spr-feature-list li{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2b2b2b; 
}

.spr-feature-list li i{
  color: #0b1b35; 
  font-size: 16px;
  line-height: 1;
}
.content p
{
    padding: 0px 0px 15px 0px;
    text-align: justify;
}
.heading
{
    padding: 15px 0px;
}
.heading p
{
    text-transform: uppercase;
}
.heading h1 ,.heading h2
{
      font-family: "Playfair Display", serif;
font-style: normal;
font-weight: 400;
font-size: 50px;
color: #132139;
}
.heading h1 span ,.heading h2 span
{
  background: linear-gradient(90deg, #BF953F 0%, #FFDB7E 25%, #BF953F 50%, #FFDB7E 75%, #BF953F 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;  
font-style: italic;
}
.block
{
    display: block;
}
.box_button
{
    background: #fff;
    width: fit-content;
   margin: 20px 0px;
    text-align: center;
    border: 1px solid #132139;
    letter-spacing: 1.2px;
border-radius: 8px;
transition: all .5s ease-in-out;
}
.box_button:hover
{
background: #FAC547;
 border: 1px solid #FAC547;
 border-radius: 20px;
}
.box_button:hover a
{
    color: #fff;
    font-weight:400;
}
.box_button a
{ padding: 7px 20px;
    display: block;
    text-transform: uppercase;
    color: #132139;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;transition: all .5s ease-in-out;
}
.about_banner
{
    text-align: center;
    width: 95%;
    margin: auto;
}
.about_banner img
{
    width: 100%;

}
.yellow_bg 
{
    background: rgba(230, 220, 200, 0.3);
    width: 100%;
    height: auto;
    position: relative;
}
.project-card {
  background:#fff;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
  transition:all .5s ease-in-out;
  width: 96%;
  margin: 15px auto;
  display: block;
}
.project-body
{
    transition: all .5s ease-in-out;
}
.project-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(136.95deg, #BF953F 25.85%, #FFDB7E 55.91%, #BF953F 85.96%, #FFDB7E 116.02%, #BF953F 146.08%);
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.project-img {
  position: relative;
  height: auto;
  overflow: hidden;
}
.project-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s;
}

.project-card:hover img {
  transform: scale(1.01);
}


.project-badge {
  position:absolute;
  top:15px;
  padding:6px 14px;
  font-size:12px;
  font-weight:400;
  letter-spacing:.4px;
  border-radius:30px;
  text-transform:uppercase;
  z-index:2;
}

.status-badge {
  left:10px;
  background:#fff;
  color:#222;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.type-badge {
  right:10px;
  background:#132139;
  color:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.25);
}

.project-body {
  padding:15px;
    color: #132139;
}
.project-title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
  font-weight:400;
  margin-bottom:5px;
  letter-spacing: -0.6px;
}
.project-location {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding: 0px 0px 15px 0px;
}
.project-location:after
{
    content: '';
    position: absolute;
    background: #132139;
    width: 50px;
    height: 2px;
    bottom: 2px;
    left:0;
}
.project-desc {
  font-size:16px;
  color:#132139;
  padding:15px 0px 0px 0px;
}
.project-link {
  font-size:16px;
 text-transform: uppercase;
  text-decoration:none;
  padding: 20px 0px 10px 0px;
  display: block;
  letter-spacing: 1.2px;
}


.project-item {
  transition:.3s ease;
}
.project-item.hide {
  display:none;
}
.project-link i {
 transform: rotate(-45deg);
}
.project-card a
{
    text-decoration: none;
}
.projects_type {
  display: flex;
  justify-content: flex-end; 
}
.projects_type ul {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
 
}

.projects_type ul li {
  cursor: pointer;
  font-size: 14px;
  position: relative;
 padding: 8px 15px;
 text-transform: uppercase;
  transition: 0.3s ease;
}
.projects_type ul li.active
{
    background: #132139;
    color: #fff;
    border-radius: 5px;
}
.align-center
{
    align-items: center;
}
.all_product_btn
{
    margin: 20px auto;
}
.all_product_btn .box_button
{
    margin: auto;
    display: block;
}
.align-end {
    float: right;
}

    .media-card{
      border-radius:15px;
      overflow:hidden;
     
      padding: 15px;
    }
    .media-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
 .yt-slider { margin: 0 0px 30px 0px; }
  .yt-slide  { padding: 20px 15px; }


  .yt-box{
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.10);
    background: #000;
  }
  .yt-ratio{
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
  }
  .yt-ratio iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
.map_location iframe
{
    width: 100% !important;
    height: 400px;
    margin: 30px auto;
}
.map_location_image
{
    height: 400px;
}

.map_location_image img
{
width: 100%;
height: 100%;
object-fit: contain;
}
.projects-menu {
  min-width: 320px;
  border-radius: 14px;
  border: none;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.projects-menu h6 {
 
  color: #c9a45c;  
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: .5px;
}

.projects-menu .dropdown-item {
  padding: 4px 0;
  font-size: 14px;
  color: #222;
}

.projects-menu .dropdown-item:hover {
  background: none;
  color: #000;
  padding-left: 6px;
}

.projects-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
.navbar-toggler:hover span {
    background: #ffffff;
  }
 .navbar-toggler:focus {
    outline: none;
    border: 0;
    box-shadow: none;
  }

 .navbar-toggler:focus span {
    background: #000;
  }
 .navbar-toggler[aria-expanded=true] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
  }
 .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
    opacity: 0;
  }
 .navbar-toggler[aria-expanded=true] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .navbar-toggler[aria-expanded=false] span {
    transform: none;
    opacity: 1;
  }
.mobilebanner
{
    display: none;
}
.inner_page_banner, .inner_page_banner_section
{
    position: relative;
}
.inner_page_banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner_page_banner img.mobilebanner
{
display: none;
}
.inner_heading_section {
    position: absolute;
    top: 36%;
}
.inner_page_banner_section .container
{
    width: 100%;
    height: 100%;
}
.whiteclr
{
    color: #fff;
}
.founder_details
{
    background: #4C0E37;
    width: 82%;
    margin: 0px auto;
    display: block;
}
.founder_details .row
{
    align-items: center;
    justify-content: center;
}
.founder_details .content
{
    padding: 25px;
    color: #fff;
}
.founder_details .content p
{
    color: #fff;
}
.founder_image img
{
    width: 100%;
}
.inner-container
{
    width: 83%;margin: auto;
}
.our_mission_box
{
    width: 94%;
    margin: 10px auto;
    padding: 30px 30px;
    background: #F8F5EF;
    text-align: center;
    align-items: center;
}
.our_mission_box img
{
    width: 100px;
    margin: 0px auto 15px auto;
}
.our_mission_box h2
{
        font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    padding: 0px 0px 15px 0px;
}
.our_mission_box p
{
       
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding: 0px 0px 15px 0px;
}
.brown_bg
{
    background: #4C0E37;
    width: 100%;
    position: relative;
    color: #fff;
}
.white_clr h1,.white_clr h2
{
    color: #fff;
}
.leader_box {
    width: 90%;
    margin: auto;
    transition: all .5s ease-in-out;
    background: transparent;
}
.leader_box:hover
{
    background: #F8F5EF;
}
.leader_box:hover .leader_content h2,.leader_box:hover .leader_content h4, .leader_box:hover .leader_content p
{
color: #000;
}
.leader_content h2,.leader_content h4, .leader_content p
{
    transition: all .5s ease-in-out;
}

.leader_content h2,.leader_content h4, .leader_content p
{
    transition: all .5s ease-in-out;
}
.senior_leaders .leader_content h2,.senior_leaders .leader_content h4, .senior_leaders .leader_content p
{
    color: #000;
}
.senior_leaders .leader_box:hover .leader_content h2,.senior_leaders .leader_box:hover .leader_content h4, 
.senior_leaders .leader_box:hover .leader_content p
{
    color: #fff;
}
.senior_leaders .leader_box:hover
{
background: #4C0E37;
}


.leader_slider .slick-track, .our_mission_slider .slick-track{
  display: flex !important;
}

.leader_slider .slick-slide,.our_mission_slider .slick-slide  {
  height: auto;
  display: flex !important;
}


.leader_slider .leader_box,.our_mission_slider .our_mission_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.leader_content
{
    transition: all .5s ease-in-out;
    padding: 10px;
    color: #fff;


}
.leader_content h2
{
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
}
.leader_content h4
{
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 20px 0px;
}
.leader_content p
{
    color: #fff;text-align: justify;
    padding: 0px 0px 10px 0px;
}
.leaders_slider_section {
    padding: 25px 0px;
}
.about_details_section p
{
    font-weight: 300;
}
.about_details_section
{
    padding: 0px 0px 40px 0px;
}
.about_details_section:nth-child(even) .row
{
flex-direction: row-reverse;
}
.about_details_section:nth-child(even) .content-section
{
text-align: right;
}
.about_details_section .content-section
{
    padding: 0px 20px;
}
.policy_section
{
padding: 50px 0px;
position: relative;
width: 100%;
}
.policy_content h4
{
font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #000;
    padding: 15px 0px 15px 0px;
}
.policy_content ul,.policy_content ol
{
    padding: 5px 0px 5px 20px;
    margin: 0;
}
.policy_content p,.policy_content ul li,.policy_content ol li
{

    font-size: 14px;
    color: #000;
    padding: 0px 0px 10px 0px;
}
.enquiremodal .modal-content
{
background: #4C0E37;
color: #fff;
}
.btn-close:hover,.btn-close
{
    color: #fff;
    opacity: 1;
    top: 10px;
    right: 10px;
    position: absolute;
}
.modal-header
{
    border-bottom: 0px;
    text-align: center;
}
.modal-title
{
        background: linear-gradient(90deg, #BF953F 0%, #FFDB7E 25%, #BF953F 50%, #FFDB7E 75%, #BF953F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
      font-style: normal;
    font-size: 30px;
    text-align: center;
    margin: auto;
    font-family: "Playfair Display", serif;
}
.form-group
{
    margin: 0px 0px 20px 0px;
}
.form-control
{
    padding: 3px 10px !important;
    height: 45px;
}
.btn-submit
{
    background: linear-gradient(90deg, #BF953F 0%, #FFDB7E 25%, #BF953F 50%, #FFDB7E 75%, #BF953F 100%);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    border: 0;
}
.row.legacyrow
{
    height: 100%;
    width: 100%;
    margin: 20px auto;
    padding: 0;
}
.row.legacyrow .col-sm-6
{
    padding: 0;
}
.legacy_content
{
    width: 100%;
    height: 100%;
    background: #4C0E37;
    padding: 30px;
    color: #fff;
}
.legacy_content h4
{
    font-size: 20px;
    padding: 0px 0px 20px 0px;font-weight: 400;color: #fff;
}
.legacy_content p
{
    font-size: 14px;
    padding: 0px 0px 20px 0px;font-weight: 400;color: #fff;
}
.legacy_btn
{
    width: fit-content;
    background: transparent;
    border-radius: 20px;
    border:1px solid #fff;
    font-size: 16px;
}
.legacy_btn a
{
    padding:8px 30px;
display: block;
text-decoration: none;color: #fff;
}
.high_light_box
{
    background: transparent;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
        width: 90%;
    margin: 0px auto 20px auto; 
    height: 120px;
}
.high_light_box:hover
{
    background: #4C0E37;
}
.high_light_box:hover p
{
    color: #fff;
}
.high_light_box:hover .icon_on
{ display: block;

}

.high_light_box:hover .icon_off
{ display: none;
}
.high_light_box img
{
    width: 60px;
    margin: auto;
}
.high_light_box .icon_on
{
    display: none;
}
.high_light_box p
{
    padding: 10px 0px;
    font-size: 18px;

}
.high_light_slider_section {
    padding: 20px 0px 20px 0px;
}
.gallery_image img
{
    width: 100%;
}
.gallery_box_slider .row
{
    margin: 0;
}
.gallery_box_slider .col-sm-4.col-6
{
    padding: 10px;
    margin: 0;
}
.gallery_title
{
    text-align: center;
    font-size: 20px;
    padding: 10px 0px;
}

.contact_box h3
{
    font-size: 25px;color: #4C0E37;
}
.contact_box p
{
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.contact_box p a
{
    color: #000;text-decoration: none;
}
.contact_box p a:hover
{
    color: #4C0E37;
}
.contact_box p i
{
    display: flex;
}
.contact_box
{
    background: #fff;
    padding: 30px;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 20px;
    border:1px solid #ccc;
    margin: 0px 0px 25px 0px;
}
.map_box iframe
{
    width: 100% !important;
    height: 350px !important;
}
.contact_form_section
{
    background: rgba(230, 220, 200, 0.3);
    padding: 30px;
    border-radius: 10px;
}
.contact_form_section .btn-submit
{
    background: #4C0E37;
    padding: 8px 0px;
}
.contact_form_content h1,.contact_form_content h2
{
    font-size: 25px;
    margin: 0px 0px 15px 0px;
}
.project_popup_content p
{
padding: 10px 0px;
}
.feature-icon
{
        width: 60px;
    height: 60px;
    background: #4C0E37;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 10px;
    border-radius: 50%;
}
.partner_yellow_box
{
    background: rgba(230, 220, 200, 0.3);
    width: 90%;
    margin: auto;
    padding: 20px;
    text-align: center;
}
.founder_details.channel_bg {
    width: 90%;
}
.text-center .content p
{
    text-align: center;
}
.partner_form_section {
       padding: 25px;
    background: #fff;
    border-radius: 10px;
    border: 0px solid #ccc;
    width: 50%;
    margin: auto;
    text-align: center;
}
.partner_form_section h1
{
    color: #4C0E37;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
}
.partner_form_section p
{
    padding: 0px 0px 20px 0px;
}
.founder_details.channel_bg h1
{
    font-size: 43px;
}

 .faq-wrap .accordion-item {
      border: 1px solid #e9e9e9;
      margin-bottom: 16px;
      border-radius: 0 !important;
      overflow: hidden;
    }

    .faq-wrap .accordion-button {
      font-weight: 600;
      color: #111;
      background: #fff;
      box-shadow: none;
    }

    .faq-wrap .accordion-button:not(.collapsed) {
      background: #f7f7f7;
      color: #111;
    }
.btn_enquire
{
        background: #4C0E37;
    color: #fff;
    font-size: 18px;
    width: fit-content;
    text-align: center;
   
    border: 0;
    cursor: pointer;
    margin: auto;
    border-radius: 20px;

}
.btn_enquire a
{
    color: #fff;
    display: block; padding: 10px 35px;
    text-decoration: none;
}

.our_mission_section.nri_box img
{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.our_mission_section.nri_box h2
{
    font-size: 20px;
        font-family: "Inter", sans-serif;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.slick-dots
{
    bottom: -40px;
}
.founder_details.nri_content ul
{
    padding: 10px 0px 0px 20px;
    margin: 0;
}
.founder_details.nri_content ul li
{
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;

}
.banner_image .desktopbanner
{
    display: block !important;
}
.banner_image .mobilebanner
{
    display: none !important;
}


.gallery-tabs .nav-link {
  border-radius: 10px;
  padding: 12px 40px;
 margin: 0px 20px;
  color: #222;
  border: 2px solid #4C0E37;
  background: #fff;
  font-size: 18px;
}

.gallery-tabs .nav-link.active {
  background: #4C0E37;
  color: #fff;
  border-color: #4C0E37;
}

.gallery-card img {
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-title {
  font-size: 18px;
}
.gallery_inner_tab
{
    padding: 15px 0px;
}
.media-card
{
    width: 100%;
    height: 260px;
}
.media-card img
{
    border-radius: 20px;
}

.press-release-list {
  padding: 40px 0;
}

.press-item {
 padding: 16px 0px;
    border-bottom: 1px solid #ddd;
    width: 47%;
    display: inline-block;
    vertical-align: text-top;
    height: 150px;
    margin: 0px 10px;
}

.press-item h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.press-item h3 a{
  color: #000;
  text-decoration: none;
}

.press-item h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}
.press-item h4 a 
{
    color: #444;text-decoration: none;
}

.press-item p {
  margin: 0;
  font-size: 14px;
  color: #777;
}
.press-item img
{
    width: 100px;
    height: auto;margin: 0 0 6px;
}
.map_location_image {
    margin: 30px 0px 0px 0px;
}
#galleryTabContent .row
{
    align-items: center;
    justify-content: center;
}
.project_popup_content p a,.project_popup_content p a:hover
{
    color: #4C0E37;
    text-decoration: none;
}
hr.hrline
{
    background: #555;
}
.thanks .content p
{
    text-align: center;
}
.thanks
{
    padding: 80px 0px;
    position: relative;
}
.thanks .content h1
{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin: 15px 0px;
}
.project_banner_heading p
{
    text-transform: initial;
    padding: 10px 0px;
    font-size: 18px;
}
.project_about_section .about_banner img
{
    border-radius: 10px;
}
.content.icon_content p
{
    color: #4C0E37;
    font-size: 16px;
}
.content.icon_content p span
{
    padding-right: 10px;
}
.content.icon_content p span i
{
    padding-right: 5px;
}
.feature_box p
{
    font-size: 18px;
    color: #000;
    padding: 10px 0px;
}
.feature_box {
    width: 200px;
    text-align: center;
    padding: 10px 20px;
}
.features_box_slider_section
{
    padding:20px 0px 10px 0px;
}
.gallery_tab_section
{
    padding: 20px 0px;
}
.custom-tabs {
    flex-wrap: wrap;
    gap: 20px;
}

.custom-tabs .nav-link {
    background: #eee;
    border-radius: 10px;
    padding: 15px 25px;
    color: #555;
    font-weight: 400;
    border: none;
    transition: 0.3s;
    font-size: 18px;
}

.custom-tabs .nav-link.active {
    background: #4C0E37; 
    color: #fff;
}

.custom-tabs .nav-link:hover {
    background: #4C0E37;
    color: #fff;
}
.gallery_slider_box {
    width: 90%;
    margin: 20px auto;
    display: block;
}
.gallery_slider_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.gallery_slider_box p {
text-align: center;
  padding: 15px 0px;
    font-size: 18px;
    color: #4C0E37;
}

.customarrows {
    position: relative;
}

.customarrows .slick-prev:before,
.customarrows .slick-next:before {
    display: none;
}


.customarrows .slick-prev,
.customarrows .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}

.customarrows .slick-prev {
    left: -50px;
    background: url('../images/icon/arrow-left.png') no-repeat center;
    background-size: contain;
}


.customarrows .slick-next {
    right: -50px;
    background: url('../images/icon/arrow-right.png') no-repeat center;
    background-size: contain;
}
.custom_highlights_accordion .accordion-item {
    border: 1px solid #7a1f3d;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
}

.custom_highlights_accordion .accordion-button {
    background: #fff;
    font-size: 18px;
    box-shadow: none;
    padding: 18px 22px;
}

.custom_highlights_accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #7a1f3d;
    box-shadow: none;
}

.custom_highlights_accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.custom_highlights_accordion .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 25px;
    font-weight: 400;
    transform: none !important;
    width: auto;
    height: auto;
    margin-left: auto;
    color: #111;
}

.custom_highlights_accordion .accordion-button:not(.collapsed)::after {
    content: "−";
    color: #111;
}

.highlight_table {
    margin-bottom: 0;
}

.highlight_table tr td {
    padding: 10px 0;
    border: none;
    font-size: 14px;
    
}

.highlight_table tr td:last-child {
    text-align: right;
}
.location_highlights_section
{
    margin: 30px 0px;
}
.feature_box img
{
       width: 70px;
    height: auto;
    border-radius: 10px;
    margin: auto;
}
.counter_box_section
{
    padding: 20px 0px;
}

.counter_box {
    width: 98%;
    margin: 10px auto;
    display: block;
   height: 130px;
    padding: 12px;
    text-align: center;
    border-bottom: 2px solid #4C0E37;
    border-radius: 10px;
    cursor: pointer;
background: linear-gradient(
        135deg,
        rgba(230, 220, 200, 0.6) 0%,
        rgba(230, 220, 200, 0.3) 50%,
        rgba(76, 14, 55, 0.08) 100%
    );
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.counter_box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(76, 14, 55, 0.08), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.counter_box:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-bottom-color: #8b1e4f;
}

.counter_box:hover::before {
    opacity: 1;
}

.counter_box h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;

    transition: color 0.3s ease, transform 0.3s ease;
}

.counter_box p {
    font-size: 18px;
    transition: color 0.3s ease;
}

.counter_box:hover h3 {
    color: #8b1e4f;
    transform: scale(1.05);
}

.counter_box:hover p {
    color: #444;
}

.project_about_section .box_button
{
    background: #FAC547;
    border: 1px solid #FAC547;
    border-radius: 20px;
}
.text-center .box_button {
    margin: 25px auto;
}
.why_section_slider_section .our_mission_box
{
       background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 1px 1px 10px #ccc;
    cursor: pointer;
    transition: all .5s ease;
    width: 94%;
    height: 180px;
}
.why_section_slider_section .our_mission_box img
{
    width: 60px;
}
.why_section_slider_section .our_mission_box h2
{
    font-size:18px;
     transition: color 0.3s ease, transform 0.3s ease;
   font-family: "Inter", sans-serif;
}
.why_section_slider_section .our_mission_box:hover
{
      transform: translateY(-8px) scale(1.02);
}
.why_section_slider_section .our_mission_box:hover h2
{
    color: #4C0E37;
}
.why_section_slider_section
{
    padding: 10px 0px 0px 0px;
}
.invest_section .content p
{
    font-size: 20px;
}
.common_project_box
{
    background: #4C0E37;
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    margin: 25px auto;
    text-align: center;
}
.project_box_content h1
{font-family: "Playfair Display", serif;
    font-size: 30px;
    padding: 0px 0px 15px 0px;
}
.project_box_content p
{
    font-size: 16px;color: #fff;
    padding: 0px 0px 15px 0px;
}
.project_box_slider_section
{
    padding: 20px 0px;
}
.project_box_slider_section ul
{
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
}
.project_box_slider_section ul li
{
    width: 13%;
    padding: 10px;
    display: inline-block;
    vertical-align: text-top;
    list-style: none;
}
.project_box_slider_section ul li p
{
    padding: 10px 0px;
    font-size: 16px;color: #fff;
}
.project_pages_section_bg section:nth-child(even) {
    background: #fff !important;
}
.project_pages_section_bg section:nth-child(odd) {
    background: rgba(230, 220, 200, 0.3) !important;
}
.brands_logo {
    padding: 10px;
    width: 200px;
}
.brands_logo img
{
    width: 100%;
    object-fit: cover;
}
.project_box_slider_section ul li img
{
    width: 70px;
    border-radius: 50%;
}


.our_mission_accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0 !important;
    background: transparent;
}

.our_mission_accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 28px;
}

.our_mission_accordion .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

/* Icon */
.our_mission_accordion .mission_icon {
   position: relative;
    width: 60px;
    height: 60px;
}

.mission_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mission_icon .icon_on {
    opacity: 0;
}

.mission_icon .icon_off {
    opacity: 1;
}

.accordion-button:not(.collapsed) .mission_icon .icon_on {
    opacity: 1;
}

.accordion-button:not(.collapsed) .mission_icon .icon_off {
    opacity: 0;
}


/* Heading */
.our_mission_accordion .mission_heading {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
    color: #303030;
    font-family: "Playfair Display", serif;
}

.our_mission_accordion .accordion-button:not(.collapsed) .mission_heading {
    color: #5b0036;
}

/* PLUS / MINUS */
.our_mission_accordion .accordion-button::after {
    content: "+";
    font-size: 30px;
    color: #5b0036;
    margin-left: auto;
    background-image: none !important;
    transform: none !important;
    width: auto;
    height: auto;
}

.our_mission_accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

/* Content */
.our_mission_accordion .accordion-body {
    padding: 0 0 30px 98px;
}

.our_mission_accordion .mission_content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    color: #666;

}
.featurs_page_content .about_details_section
{
    padding: 25px;
    background: rgba(230, 220, 200, 0.3);
    margin: 0px 0px 30px 0px;
    border-radius: 10px;
}
.featurs_page_content .about_details_section .row
{
    align-items: center;
}
.featurs_page_content .about_details_section img
{
    margin: auto;
    display: block;
    width: 200px;
}
.about_details_section:nth-child(even) .content-section .content p
{
    text-align: left;
}
.featurs_page_content .about_details_section .heading h1
{
    font-size: 40px;
}
.content p a
{
    color: #000;
}


@media screen and (max-width: 768px) {
body
{
    padding: 70px 0px 0px 0px;
}
ul.navbar-nav
{
    padding: 10px 10px;
    margin: 0;
}
.navbar-expand-md .navbar-nav .nav-item {
    padding: 5px 10px;
    text-align: center;
}
ul.dropdown-menu.projects-menu.p-4
{
    padding: 10px;
    min-width: auto;
}
.sitelogo
{
    width: 60px;
}
.projects_type ul li
{
    padding: 8px 10px;
}
.projects_type ul
{
    gap: 5px;
    overflow: scroll;
}
.heading h1,.heading h2
{
    font-size: 33px;
}
.footer_section
{
    padding: 20px 0px;
}
.footer_logo {
    padding: 0px 10px 20px 0px;
}
.footer-bottom-wrap
{
    flex-direction: column-reverse;
}
.footer-policies
{
    gap: 10px;
}
.section
{
overflow: hidden;
}
.map_location iframe
{
    height: 350px;
}
.align-end
{
    float: none;
}
.desktopbanner
{
    display: none;
}
.mobilebanner
{
    display: block;
}
.about_details_section .content-section {
    padding: 0px 0px;
}
.about_details_section:nth-child(even) .content-section
{
    text-align: left;
}
.inner-container,.founder_details
{
    width: 96%;
}
.inner_page_banner img.mobilebanner
{
    display: block;
}
.inner_page_banner img.desktopbanner
{
    display: none;
}
.inner_heading_section {
    position: absolute;
    top: 5px;
}
.contact_form_section,.contact_box
{
    padding: 15px;
}
.banner_image .desktopbanner
{
    display: none !important;
}
.banner_image .mobilebanner
{
    display: block !important;
}
.press-item
{
    width: 100%;
    height: auto;
    margin: 0px;
}
.project_box_slider_section ul li
{
    width: 31%;
}
.our_mission_accordion .mission_icon
{
    width: 50px;
    height: 50px;
}
.our_mission_accordion .accordion-body {
    padding: 15px;
}
.our_mission_accordion .mission_heading
{
    font-size: 25px;
}
.about_details_section:nth-child(even) .content-section .content p
{
    text-align: justify;
}
.featurs_page_content .about_details_section .content-section
{
text-align: center;
}
.featurs_page_content .about_details_section .content-section .content p
{
text-align: center !important;
}
.featurs_page_content .about_details_section img
{
    width: 100px;
}
.featurs_page_content .about_details_section
{
    padding: 15px;
}
.map_location_image
{
    height: auto;
    margin: 0;
}
}