
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


:root {
  --default-font: "Poppins", "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --heading-font: "Poppins", "Ubuntu", sans-serif;
  --nav-font: "Poppins", "Lato", sans-serif;
}


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #f9fafb; /* Background color for the entire website, including individual sections */
  --default-color: #333333; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #102a49; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #611556; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #333333;  /* The default color of the main navmenu links */
  --nav-hover-color: #14529d; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #333333; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #14529d; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}
.header .topbar {
    /* background: linear-gradient(90deg, #96205E 0%, #6A1B48 100%); */
    height: 40px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
    border-bottom: 2px solid #ffffff21;
    background: linear-gradient(94.74deg, #026F8F 0.32%, #8A0074 87.74%) !important;
}
.header {
    /* background: linear-gradient(90deg, #96205E 0%, #6A1B48 100%); */
    color: white;
    background: linear-gradient(94.74deg, #026F8F 0.32%, #8A0074 87.74%);
    transition: all 0.5s;
}
.mitra-glimpse .image-card img {
        height: 220px;
   }
.invest-cta{
    padding: 10px 22px;
    color: #fff;
    background: #96205E;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
}
.invest_banner .invest_bg {
background-image: 
linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.053)),
url(/frontend/assets/img/investor/invest_banner.png);
background-repeat: no-repeat;
background-size: cover;
background-position: right;
height: 750px;
position: relative;
padding-top: 88px;
}


.new-textile-wrapper .stat-card { 
  /* background: #fff; * */
    border-radius: 0px;
    padding: 6px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
    /* border-right: 1px solid #ccc; */
     /* box-shadow: 0px 4px 5.7px 0px #00000017; */
 }
.new-textile-wrapper .stat-icon { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.new-textile-wrapper .stat-val { font-size: 24px; color: #851e56; font-weight: 700; line-height: 1.1; }

.new-textile-wrapper .stat-label { font-size: 14px; color: #404040; font-weight: 600; margin-top: 3px; line-height: 1.3; }

.new-textile-wrapper .section-title { font-size:2.5rem; font-weight: 700; color: #1a1a1a; line-height: 1.25; }
.new-textile-wrapper .section-desc  {
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
    line-height: 35px;
    color: #232323;
}

.new-textile-wrapper .metric-card {
    background: linear-gradient(180deg, #ffffff4f 0%, #ffffff94 100%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    border-radius: 8px;
    padding: 15px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.new-textile-wrapper .metric-val  { 
    font-family: Poppins;
    font-weight: 700;
    font-size: 26px;
    color: #98255F;
 }
 .invest_banner .content-center {
    width: 100%;
    padding-top: 15px;
}
.invest_banner .invest_bg .content-center{text-align: left !important;}
.invest_banner .invest_bg h1{font-size: 64px; font-family: Poppins;
    font-weight: 700;}
  .invest_banner .page-title p {
    font-size: 20px;
    text-shadow: 1px 7px 6px rgb(0 0 0 / 71%);
}
   .new-textile-wrapper .metric-icon-bx{
        width: 82px;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        height: 100%;
    }
.new-textile-wrapper .metric-desc { 
    margin-top: 1px;
    line-height: 1.4;
    /* opacity: .85; */
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #686868;
}

.investor-needs-wrapper {
  position: relative;
  overflow: hidden;
}

/* texture overlay */
.investor-needs-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/frontend/assets/img/bg-texture.png');
  opacity: 0.15;
  pointer-events: none;
}

/* center content above overlay */
.investor-needs-wrapper .container {
  position: relative;
  z-index: 1;
}

/* heading */
 .investor-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 10px;
}

/* subtitle */
.investor-subtitle {
  max-width: 720px;
  margin: 0 auto;
    font-family: Poppins;
font-weight: 400;
font-size: 16px !important;
line-height: normal;
color: #4B4B4B;
text-align: center;
margin: auto;
}

/* card */
.investor-needs-wrapper .investor-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
  height: 100%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}

/* bottom purple border */
.investor-needs-wrapper .investor-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #7a1e5c;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* hover */
.investor-needs-wrapper .investor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* icon circle */
.investor-needs-wrapper .icon-circle {
  width: 50px;
  height: 50px;
  background: #7a1e5c;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
}

/* title */
.investor-needs-wrapper .investor-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2b2b2b;
}

/* description */
.investor-needs-wrapper .investor-card p {
      font-size: 16px;
    color: #272b2f;
  line-height: 1.6;
  margin: 0;
}
.textile-parks-new-wrapper{
    padding:45px 0;
}

.textile-parks-new-wrapper .container{
    max-width:1320px;
}

.textile-parks-new-wrapper .textile-parks-new-heading{
    margin-bottom:50px;
}

.textile-parks-new-wrapper .textile-parks-new-heading h2{
   font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    color: black;
    text-align: center;
    margin-bottom:10px;
}

.textile-parks-new-wrapper .textile-parks-new-heading p{
    max-width:760px;
    margin:0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
}

.textile-parks-new-wrapper .textile-parks-new-card{
    position:relative;
    background: #F8D0D670;
    border-radius:8px;
    padding:18px 18px 16px 22px;
    min-height:115px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.textile-parks-new-wrapper .textile-parks-new-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:4px;
    height:100%;
    background:#7f1d52;
    border-radius:8px 0 0 8px;
}

.textile-parks-new-wrapper .park-state{
    display: block;
    font-size: 15px;
    color: #2d2c2c;
    margin-bottom: 4px;
}

.textile-parks-new-wrapper .park-city{
   font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.textile-parks-new-wrapper .park-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:14px;
}

.textile-parks-new-wrapper .park-badge{
    background: #AFBF61;
    border: 1px solid #AFBF61;
    border-radius: 30px;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.textile-parks-new-wrapper .park-badge.brown{
    border-color:#D74B1F;
    background:#D74B1F;
}

.textile-parks-new-wrapper .park-acre{
    font-size: 16px;
    font-weight: 600;
    color: #272727;
}

/*** ========================================================================= 
    ZOOMFEATURE: CSS CHANGES START (Copy this entire style block)            
    ========================================================================= ****/

    /* zoomfeature: css changes - Map container */
    #map1 {
        width: 100%;
        min-height: 520px;
        position: relative;
    }

    /* zoomfeature: css changes - Ensure tooltip stays visible above other layers */
    #map1 .tt_sm, div[id^="tt_sm"], .tt_name_sm, .tt_custom_sm {
        z-index: 999999 !important;
        pointer-events: none !important;
    }

    /* zoomfeature: css changes - Active State Geographic Pin Badge */
    #map1 .active-state-badge {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        white-space: nowrap;
        transform-origin: center center;
        background: linear-gradient(135deg, #98255F 0%, #761846 100%);
        color: #FFFFFF;
        letter-spacing: .5px;
        font-size: 15px;
        font-weight: 700;
        padding: 7px 18px;
        border-radius: 25px;
        border: 1px solid rgba(255, 255, 255, 0.95);
        /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35); */
        display: flex;
        align-items: center;
        gap: 6px;
        transition: left 0.05s linear, top 0.05s linear, transform 0.15s ease-out;
        will-change: left, top, transform;
    }

/**** ========================================================================= 
    ZOOMFEATURE: CSS CHANGES END                                             
    ========================================================================= ****/

.stats-section .maprightsidedata .cards {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 17px;
}
.stats-section .maprightsidedata .card .col-3{
  justify-content: center;
  display: flex;
  align-items: center;
}

@media (max-width:991px){

    .textile-parks-new-wrapper{
        padding:70px 0;
    }

    .textile-parks-new-wrapper .textile-parks-new-heading h2{
        font-size:35px;
    }

    .textile-parks-new-wrapper .park-city{
        font-size:24px;
    }
    .margin_mob{margin-top: 200px !important;}
    .netzero-section .feature-card {
        height: auto;
    }
    .momentum-section {
        padding: 75px 15px 75px 15px;
    }
    .new-textile-wrapper .section-title {
        font-size: 35px;text-align: center;
    }
    .new-textile-wrapper .section-desc{text-align: center;}
    .investor-needs-wrapper .investor-title{font-size: 35px;}
    .financial-section .card-header-custom {
        clip-path: polygon(0 0, 88% 0, 97% 100%, 0 100%) !important;
    }
    .new-textile-wrapper .stat-val{font-size: 18px;}

}

@media (max-width:767px){


    .textile-parks-new-wrapper .textile-parks-new-card{
        min-height:105px;
    }
}
.investment-sectors-wrapper{
    padding:60px 0;
    position:relative;
}

.investment-sectors-wrapper .container{
    max-width:1320px;
}

/* Heading */

.investment-sectors-wrapper .investment-sectors-heading{
    margin-bottom:50px;
}

.investment-sectors-wrapper .investment-sectors-heading h2{
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    color: black;
    text-align: center;
    margin-bottom:10px;
}

.investment-sectors-wrapper .investment-sectors-heading p{
    max-width:700px;
    margin:0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
}

/* Card */

.investment-sectors-wrapper .investment-sector-card{
    height:100%;
    /* background:#ffffff; */
    border:1px solid #ece7e2;
    border-radius:8px;
    padding:0;
    display:flex;
    align-items:stretch;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,0.04);
}

/* Left Icon Box */

.investment-sectors-wrapper .investment-sector-icon{
    width:82px;
    min-width:82px;
    /* background:#f8dfe3; */
        background: #F8D0D670;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.investment-sectors-wrapper .investment-sector-icon img{
    width:60px;
    height:60px;
    object-fit:contain;
}

/* Content */

.investment-sectors-wrapper .investment-sector-content{
    padding:18px 20px;
    flex:1;
    background: #ffffff;
}

.investment-sectors-wrapper .investment-sector-content h4{
    font-size:20px;
    line-height:1.3;
    font-weight:700;
    color:#2a2a2a;
    margin-bottom:10px;
}

.investment-sectors-wrapper .investment-sector-content p{
    margin:0;
    font-size:16px;
    color:#403d3d;
}

/* Equal Height */

.investment-sectors-wrapper .row > div{
    display:flex;
}

/* Tablet */

@media(max-width:991px){
    
    .investment-sectors-wrapper{
        padding:70px 0;
    }

    .investment-sectors-wrapper .investment-sectors-heading h2{
        font-size:35px;
    }
    .netzero-section .netzero-title{
        font-size: 35px;
    }
    .netzero-section .feature-card {
        height: 200px;
    }
    .momentum-section .momentum-title{font-size: 35px;}
    .momentum-section {
        padding: 75px 15px 75px 15px !important;
    }
    .compare-section .compare-title{font-size: 35px;}
    .faq-section .section-title{font-size: 35px !important;}
    .queries{padding: 0px;}
    .new-textile-wrapper .metric-val{font-size: 35px;}
    .queries.section h2{font-size: 35px !important;}
}

/* Mobile */

@media(max-width:767px){

    .investment-sectors-wrapper{
        padding:60px 0;
    }

    .investment-sectors-wrapper .investment-sector-card{
        flex-direction:column;
    }

    .investment-sectors-wrapper .investment-sector-icon{
        width:100%;
        min-width:100%;
        height:90px;
    }
}

.barrier-removal-wrapper{
    padding:50px 0;
    position:relative;
}

.barrier-removal-wrapper .container{
    max-width:1320px;
}

/* Heading */

.barrier-removal-wrapper .barrier-removal-heading{
    margin-bottom:55px;
}

.barrier-removal-wrapper .barrier-removal-heading h2{
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}

.barrier-removal-wrapper .barrier-removal-heading p{
    max-width:720px;
    margin: 0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
}

/* Image Grid */

.barrier-removal-wrapper .barrier-image-box{
    overflow:hidden;
}

.barrier-removal-wrapper .barrier-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Scroll Area */

.barrier-removal-wrapper .barrier-scroll-area{
    height:400px;
    overflow-y:auto;
    padding-right:12px;
}

/* Scrollbar */

.barrier-removal-wrapper .barrier-scroll-area::-webkit-scrollbar{
    width:6px;
}

.barrier-removal-wrapper .barrier-scroll-area::-webkit-scrollbar-track{
    background:#f0dfe4;
    border-radius:30px;
}

.barrier-removal-wrapper .barrier-scroll-area::-webkit-scrollbar-thumb{
    background:#b51d63;
    border-radius:30px;
}

/* Firefox */

.barrier-removal-wrapper .barrier-scroll-area{
    scrollbar-width:thin;
    scrollbar-color:#b51d63 #f0dfe4;
}

/* Content Box */

.barrier-removal-wrapper .barrier-item{
    background: #F8D0D670;
    padding:22px 26px;
    margin-bottom:12px;
    border-radius:3px;
}

.barrier-removal-wrapper .barrier-item h4{
    font-size:22px;
    font-weight:700;
    color:#2b2b2b;
    margin-bottom:10px;
}

.barrier-removal-wrapper .barrier-item p{
    margin:0;
    color:#666;
    /* line-height:1.7; */
    font-size:18px;
}

/* Tablet */

@media(max-width:991px){

    .barrier-removal-wrapper{
        padding:70px 0;
    }

    .barrier-removal-wrapper .barrier-removal-heading h2{
        font-size:35px;
    }

    .barrier-removal-wrapper .barrier-scroll-area{
        height:350px;
        margin-top:20px;
    }
}

/* Mobile */

@media(max-width:767px){

    .barrier-removal-wrapper{
        padding:60px 0;
    }
    .barrier-removal-wrapper .barrier-item{
        padding:18px;
    }

    .barrier-removal-wrapper .barrier-item h4{
        font-size:18px;
    }
}



.netzero-section .netzero-title{
font-family: "poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.netzero-section .netzero-sub{
    
    max-width: 720px;
    margin: 0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
}

.netzero-section .stat-card{
background: rgba(255,255,255,0.95);
border-radius: 8px;
padding: 0;
position: relative;
}
.netzero-section .stat-card .card-body{
padding-top: 1.6rem;
padding-bottom: 1.6rem;
}
.netzero-section .stat-value{
    display: inline-block;
    background: #f7dbe0;
    padding: 22px 22px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    color: #8b1e58;
}
.netzero-section .stat-note{
    margin: 0 auto;
    opacity: .85;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    color: #242424de;
}

.netzero-section .feature-card{
border-radius: 8px;
align-items: flex-start;
height: 140px;
}
.netzero-section .feature-icon .icon-circle{
width:46px;
height:46px;
background: #8b2150;
color: #fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:18px;
box-shadow: inset 0 -3px rgba(0,0,0,0.05);
}
.netzero-section .feature-card h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2b2b2b;
}
.netzero-section .feature-card p{
    font-size: 16px;
    color: #272b2f;
    line-height: 1.6;
    margin: 0;
}

.netzero-section .shadow-sm{
box-shadow: 0 6px 0 rgba(0,0,0,0.03);
}
.brd_r{border-right: 1px solid #ccc;}

/******finacial case***** */


.financial-section .section-title{
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    color: black;
    text-align:center;
    margin-bottom:5px;
    padding-bottom: 10px;
}

.financial-section .section-subtitle{
    max-width:850px;
    margin-bottom: 0px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
    line-height: 35px;
    color: #232323;
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
}

.financial-section .info-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;
    height:275px;
    box-shadow:0 3px 12px rgba(0,0,0,.05);
    border-top-left-radius: 0px;
}

.financial-section .card-header-custom{
    position:relative;
    background:#7b1d50;
    color:#fff;
    padding: 10px 12px 10px 55px;
    font-size:18px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:12px;
    clip-path: polygon(0 0, 84% 0, 90% 100%, 0 100%);
}


.financial-section .gov-tag{
    background: rgba(255, 255, 255, .2);
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 14px;
    margin-left: 6px;
    font-weight: 600;
}
.financial-section .cardboxcstm{position: relative;}
.financial-section .icon-box{
   width: 56px;
    height: 56px;
    padding: 20px 10px 10px 10px;
    /* border-radius: 8px; */
    background: #7b1d50;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    top: -10px;
    z-index: 99;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.financial-section .card-body-custom{
    padding:28px;
}

.financial-section .benefit-list{
    list-style:none;
    padding:0;
    margin:0;
}

.financial-section .benefit-list li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    color: #403d3d;
    font-size: 16px;
    font-weight: 500;
}

.financial-section .benefit-list li::before{
    content:"▶";
    position:absolute;
    left:0;
    top:2px;
    color:#a52372;
    font-size:14px;
}

@media(max-width:991px){
    .financial-section .section-title{
        font-size:35px;
    }

    .financial-section .section-subtitle{
        font-size:18px;
    }

    .financial-section .card-header-custom{
        font-size:18px;
        flex-wrap:wrap;
    }
}

/*********momentum section******** */

.momentum-section {
    background: linear-gradient(135deg, #96205E, #b52d79);
    position: relative;
    overflow: hidden;
    padding: 75px 50px 75px 50px;
}

/* Pattern Overlay */
.momentum-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            45deg,
            rgba(255,255,255,0.03) 0px,
            rgba(255,255,255,0.03) 2px,
            transparent 2px,
            transparent 8px
        );
    pointer-events: none;
}

.momentum-section .momentum-title {
    color: #fff;
    font-family: "poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.momentum-section .momentum-desc {
    line-height: 1.7;
    opacity: 0.95;
    max-width: 720px;
    margin: 0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
}

.momentum-section .stat-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.momentum-section .stat-value {
    background: #f7dbe0;
    border-radius: 8px;
    padding: 28px 15px;
    margin-bottom: 20px;
    line-height: 1;
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    color: #8b1e58;
}

.stat-text {
    line-height: 1.3;
    padding-bottom: 10px;
    opacity: .85;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    color: #242424de;
}

@media (max-width: 991px) {
    .momentum-title {
        font-size: 2.3rem;
    }

    .stat-value {
        font-size: 2.2rem;
    }

    .stat-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .momentum-title {
        font-size: 1.8rem;
    }

    .momentum-desc {
        font-size: 0.95rem;
    }
}
/*********compare section*************/

.compare-section {
   
    padding: 80px 0;
    position: relative;
}

/* Texture Background */
.compare-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            45deg,
            rgba(130, 110, 80, 0.03) 0px,
            rgba(130, 110, 80, 0.03) 2px,
            transparent 2px,
            transparent 10px
        );
    pointer-events: none;
}

.compare-section .compare-title {
    font-family: "poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}

.compare-section .compare-subtitle {
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
}

/* Table */
.compare-section .table-wrapper {
    position: relative;
    z-index: 2;
}

/* Header */
.compare-section .compare-header {
    display: grid;
    /* grid-template-columns: 1.4fr 1.2fr 1.5fr 1.2fr; */
    grid-template-columns: 1.4fr 1.2fr 1.2fr 1.4fr;
    background: #96205E;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    align-items: center;
}

.compare-section .compare-header div {
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 18px 10px;
    border-right: 1px solid rgb(206 201 201);
    font-size: 18px;
}

.compare-section.compare-header div:last-child {
    border-right: none;
}

/* Rows */
.compare-section .compare-row {
    display: grid;
    /* grid-template-columns: 1.1fr 1fr 1.2fr 0.9fr; */
        grid-template-columns: 1.3fr 1.2fr 1.1fr 1.3fr;
    gap: 14px;
    margin-bottom: 12px;
}

/* Left Arrow Box */
.compare-section .parameter-box {
    background: #96205E;
    color: #fff;
    font-weight: 600;
    padding: 20px 28px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 74px;
    border-radius: 8px 0 0 8px;
    font-size: 18px;
}

.compare-section .parameter-box::after {
    content: "";
    position: absolute;
    top: 18px;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 30px solid #96205E;
    z-index: 2;
}

.compares-scroll-area {
    scrollbar-width: thin;
    scrollbar-color: #b51d63 #f0dfe4;
}

.compares-scroll-area {
    height: 425px;
    overflow-y: auto;
    padding-right: 12px;
}
.query-card {
        background: linear-gradient(to bottom, rgb(248 220 230 / 24%) 0%, #f3cbd866 100%);
    padding: 28px 15px;
    border-radius: 6px;
    text-align: center;
}
.query-card h3{
        font-size: 24px;
    font-weight: 700;
    color:#000;
}
.query-card p{
        font-size: 18px;
    font-weight: 500;
}
.textareaquiry{
    height: 100px !important;
}
.queries label {
    color: #611556;
    font-size: 18px;
}
.gtdratrw{margin-top: 4px;}

.hertw{
    font-family: "poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    color: black;
    text-align: center;
    margin-bottom: 10px !important;
}
.bolor_red{
    color: #96205e;
}
.fsize{
    font-size: 14px;
    line-height: 23px;
    display: block;
}
/* Value Cells */
.compare-section .value-box {
    /* background: rgba(255, 235, 235, 0.65); */
        background: #F8D0D670;
    border-left: 1px solid rgba(0,0,0,.08);
    min-height: 74px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    color: #2e2c2c;
    font-size: 18px;
    font-weight: 600;
}
.queries.section p{
    max-width: 720px;
    margin: 0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
    margin-bottom: 50px;
}


@media(max-width:991px){

    .compare-header,
    .compare-row{
        grid-template-columns:1fr;
    }

    .parameter-box::after{
        display:none;
    }

    .compare-title{
        font-size:2.3rem;
    }
}
.submit-btn{
        padding: 10px 30px;
    color: #fff;
    background: #96205E;
    border-radius: 8px;
    border:1px solid #96205E;
}
/* SECTION CARD */
.faq-section .custom-card{
    background:#fff;
    border:1px solid #cfdceb;
    border-radius:10px;
    padding:25px;
    margin-bottom:25px;
    position:relative;
}

.faq-section .section-subtitle{
    
    margin: auto;
    text-align: center;
       max-width: 720px;
    margin: 0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
    margin-bottom: 50px;
}
/* SECTION TITLE */
.faq-section .section-title{
    padding-bottom: 0px;
    font-family: "poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}

/* INPUT */
.faq-section .form-control,
.faq-section .form-select{
    height:44px;
    border-radius:8px;
    border:1px solid #cfdceb;
    box-shadow:none;
    margin-bottom: 15px;
}

.faq-section .form-control:focus,
.faq-section .form-select:focus{
    border-color:#005a9c;
    box-shadow:none;
}

/* LABEL */
.faq-section .form-label{
    font-size:14px;
    font-weight:500;
}

/* eDCR BOX */
.faq-section .edcr-box{
    border:1px solid #d4dbe4;
    border-radius:5px;
    padding:10px 15px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
}

.faq-section .file-link{
    color:#2b69d8;
    text-decoration:none;
    font-weight:500;
}

.faq-section .file-link:hover{
    text-decoration:underline;
}

/* TABLE */
.faq-section .table-custom{
    border-radius:10px;
    overflow:hidden;
}

.faq-section .table-custom thead{
    background:#dbe5f1;
}

.faq-section .table-custom th{
    font-weight:600;
    font-size:14px;
    padding:14px;
}

.faq-section .table-custom td{
    padding:14px;
    vertical-align:middle;
}

/* ADD BLOCK BUTTON */
.faq-section .btn-add-block{
    border:1px solid #8fb0d6;
    background:#f7fbff;
    color:#0a56c5;
    font-weight:600;
    border-radius:10px;
    padding:8px 20px;
}

.faq-section .btn-add-block:hover{
    background:#eaf4ff;
}

/* INFO BOX */
.faq-section .info-box{
    background:#edf8ef;
    border:1px solid #d8eadc;
    padding:15px;
    border-radius:8px;
    color:#6b6b6b;
}

.faq-section .info-icon{
    width:32px;
    height:32px;
    border-radius:50%;
    background:#e3f5e5;
    color:#2c8f3d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}
.accordion.custom-accordion .accordion-item{
    margin-bottom: 10px;
    border-left: 8px solid #801d53;
    border-radius: 7px;
}
 .accordion-button {
    color: #252525;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #7f1d52;
    border-top-left-radius: 0px !important;
}
.accordion-button:after {
    background-image: url(../public/frontend/assets/img/darkarrow.png);
    margin-top: 10px;
}

.accordion-button::after {
    filter: invert(20%);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../public/frontend/assets/img/lightarrow.png);
    margin-top: -5px;
}
.accordion-body{
    font-size: 16px !important;
    color: #171717;
}
.allsepratebg{position: relative;}
.investment_box{
  position: absolute;
    top: -38px;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px;
    /* display: flex; */
    align-items: center;
    gap: 12px;
    height: 110px;
    box-shadow: 0px 4px 5.7px 0px #00000017;
}


.benefitSwiper{
    padding-bottom:55px;
}

.benefit-card{
    background:#fff;
    border:1px solid #efe6de;
    border-radius:12px;
    padding:28px;
    min-height:290px;
    transition:.35s;
}

.benefit-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.benefit-left{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-right: 20px;
}

.number{
    font-size:32px;
    font-weight:600;
    color:#98255F;
    line-height:1;
}

.benefit-left h4{
    font-size:20px;
    font-weight:600;
    color:#151515;
    margin:0;
    line-height:1.3;
}

.benefit-card p{
    margin-top:15px;
    color:#606060;
    font-size:16px;
    line-height:1.8;
}

.icon-box img{
    width:65px;
}

/* Pagination */

.swiper-pagination{
    position:relative;
    margin-top:35px;
}

.swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#f7c5d5;
    opacity:1;
}

.swiper-pagination-bullet-active{
    width:34px;
    border-radius:20px;
    background:#b1457d;
}

.parks-section{
    padding:0px 0;
}

.parks-section .park-card{
    background: #fff;
    border: 1px solid #98255f14;
    border-radius: 12px;
    padding: 25px 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    transition: .3s;
    cursor: pointer;
}

.parks-section .park-card:hover{
   background-color: #FFF1F3;
    border: 1px solid #98255F;
}

.parks-section .park-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:#f4c8d8;
}
.parks-section .park-card:hover:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:#f4c8d800;
}

.parks-section .park-title{
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 22px;
}

.parks-section .park-title span{
    font-weight:400;
    color:#555;
}
.clr_red{color:#f60404;}
.parks-section .stats{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

/* .parks-section .stat{
    flex:1;
} */

.parks-section .divider{
    width:1px;
    background:#ddd;
    margin:0 15px;
}

.parks-section .label{
        font-size: 12px;
    color: #1F1F1F;
    margin-bottom: 8px;
}

.parks-section .value{
    color: #98255F;
    font-size: 20px;
    font-weight:700;
    line-height:1.2;
}

 .resetmap {
    background: #f9f8f7;
    border-radius: 60px;
    font-size: 22px;
    border: 1px solid #ccc;
    position: relative;
    top: 40px;
    z-index: 9;
}
 .resetmap:hover {
    position: relative;
    top: 40px;
}
.treebtn{
    background: #98255F;
    color: #fff;
    padding: 8px 20px;
    border: 0px;
    border-radius: 8px;
    height: 45px;
    font-size: 18px;
}
.bottom_btn {
  justify-content: center;
  display: flex;
  gap: 15px;
  margin-top: 54px;
}
@media(max-width:992px){

    .park-title{
        font-size:24px;
    }

    .value{
        font-size:28px;
    }
}

@media(max-width:576px){

    .stats{
        flex-direction:column;
    }

    .divider{
        width:100%;
        height:1px;
        margin:20px 0;
    }

    .value{
        font-size:26px;
    }
}

.tabssection .nav-pills{background:#fff;border-radius:8px;padding:2px;display:inline-flex;box-shadow:0 5px 20px rgba(0,0,0,.08)}
.tabssection .nav-pills .nav-link{border-radius:8px;padding:12px 28px;color:#6b6b6b;font-weight:600}
.tabssection .nav-pills .nav-link.active{background:#98255F; color:#fff;}
.tabssection .panel{background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 25px rgba(0,0,0,.08);margin-top:25px}
.tabssection .info{border:1px solid #eee;border-radius:16px;padding:20px;height:100%}
.tabssection .icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;}
.tabssection .cost{background:#fdeaf2;border-radius:16px;padding:20px;text-align:center}
.tabssection .cost h3{color:#98255F}
.tabssection .btn-custom{border-radius:30px;padding:12px 24px}

/* .stats-section{
    background:#f8f3ee;
    position:relative;
    overflow:hidden;
} */

.maprightsidedata .heading{
    text-align: center;
    font-size: 24px;
    color: #98255F;
    font-weight: 600;
    width: fit-content;
    padding: 5px 20px;
    margin: 0 auto;
    margin-bottom: 20px;
        background: #ffffff00;
    box-shadow: 1px 1px #cccccc00;
 }

 .connectivity-section .heading{
    text-align: center;
    font-size: 24px;
    color: #98255F;
    font-weight: 600;
    width: fit-content;
    padding: 5px 20px;
    margin: 0 auto;
    margin-bottom: 20px;
        background: #ffffff00;
    box-shadow: 1px 1px #cccccc00;
 }


.tab-section-title{
    color: #98255F;
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 0px !important;
}
.tabs_both_btn{
  text-align: center;
}

/* Top Cards */

.info-card{

    background:#FFFFFF61;
    border-radius:8px;
    padding:15px;

    display:flex;
    align-items:center;
    gap:15px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;
}

.info-card:hover{
    transform:translateY(-5px);
}

.icon-box{
    width:58px;
    height:58px;
    border-radius:50%;
    /* background:#fff2e6; */
    display:flex;
    justify-content:center;
    align-items:center;
    color:#f49b22;
    font-size:36px;
    flex-shrink:0;
}

.info-card h6{
    color: #686868;
    font-size: 14px;
    margin-bottom: 5px;
}

.info-card h3{
    color: #98255F;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-card p{
    color: #686868;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

/* Bottom Cost Cards */

.price-card{
background: #F8D0D670;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: .3s;
}

.price-card:hover{

    transform:translateY(-5px);
}

.price-card h5{
    font-size: 18px;
    color: #1F1F1F;
    font-weight:600;
}

.price-card h2{
    color: #98255F;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}

/* Buttons */

.custom-btn{
    background: #98255F;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.custom-btn:hover{

    background:#7d2158;
    color:#fff;
}

@media(max-width:991px){

    .tab-section-title{
        font-size:34px;
    }

    .info-card h3{
        font-size:32px;
    }

    .price-card h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .info-card{
        flex-direction:column;
        text-align:center;
    }

    .tab-section-title{
        font-size:28px;
    }

    .info-card h3{
        font-size:28px;
    }

    .info-card h6{
        font-size:18px;
    }

    .info-card p{
        font-size:18px;
    }

    .price-card h2{
        font-size:34px;
    }

    .custom-btn{
        font-size:18px;
    }

}




/* Main Box */

.connectivity-section .connectivity-box{
    background: #FFFFFF6B;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ece3dc;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
    padding:35px 1px;
        width: 75%;
    margin: auto;
}

.connectivity-section .item{
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    border-color:#e6d8d8!important;
}

.connectivity-section .connect-card{
    text-align:center;
    padding:25px;
}

/* Icon Circle */

.connectivity-section .icon-circle{
    width: 135px;
    height: 90px;
    margin: auto;
    background: #F8D0D670;
    border-radius: 90% 90% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9b2568;
    font-size: 54px;
}

.connectivity-section .connect-card h2{
    color: #98255F;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.connectivity-section .connect-card p{
    margin-top: 0px;
    color: #404040;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}
.border_sec {
    position: relative;
}

.border_sec::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 125px;
    background: #9f9d9d;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Button */

.connectivity-section .explore-btn{
    background: #96205E;
    color: #fff;
    padding: 10px 55px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}

.connectivity-section .explore-btn:hover{
    background:#7e1f56;
    color:#fff;
}
.highwayboard{
  padding-top: 8px;
   background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);

}


.contact_Modal .modal-content{
    border-radius:0;
}

.contact_Modal .contact-box{
    background:linear-gradient(90deg,#fdf5f7,#fdf0f4);
    padding:35px;
    height: 310px;
}

.contact_Modal .state-title{
    background: linear-gradient(90deg, #056b8f, #94007f);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center; 
    padding: 8px;
    text-transform: uppercase;
}

.contact_Modal .contact-name{
        font-size: 18px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 20px;
}
.contact-box .contact-item span{
      font-size: 16px;
    color: #5A5A5A;
}

.contact_Modal .contact-item{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:18px;
    font-size:18px;
    color:#555;
}

.contact_Modal .icon-circle{
    width:40px;
    height:40px;
    background:#9d1c63;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:14px;
    flex-shrink:0;
}

.contact_Modal .btn-close{
       font-size: 14px;
    padding: 8px;
    z-index: 9;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.Visit-site-Modal .modal-content{
    border-radius:0;
}

.Visit-site-Modal .modal-header h2{
    font-size: 32px;
    font-weight: 500 !important;
    color: #232323;
}

.Visit-site-Modal .form-label{
    font-size: 14px;
    font-weight: 600;
    color: #4B4B4B;
    margin-bottom: 2px;
}

.Visit-site-Modal .form-label span{
    color:#de061b;
}

.Visit-site-Modal .form-control,
.Visit-site-Modal .form-select{
    height: 45px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: none;
    color: var(--default-color);
}

.Visit-site-Modal textarea.form-control{
    height: 42px;
    resize: none;
    padding-top: 10px;
}

.Visit-site-Modal .form-control:focus,
.Visit-site-Modal .form-select:focus{
    box-shadow:none;
    border-color:#b01767;
}
.Visit-site-Modal .form-check .form-check-label {
  font-size: 14px;
  color: #535353;
}

.Visit-site-Modal .mobile-group .input-group-text{
    background:#f8f8f8;
    border:1px solid #d8d8d8;
    border-right:0;
    font-size:18px;
}

.Visit-site-Modal .mobile-group .form-control{
    border-left:0;
}

.Visit-site-Modal .form-check-input{
    width:18px;
    height:18px;
    margin-top:3px;
    border: 1px solid #b01767;
}

.Visit-site-Modal .form-check-input:checked{
    background:#b01767;
    border-color:#b01767;
}

.Visit-site-Modal .submit-btn{
    background: #9d1d66;
    color: #fff;
    width: fit-content;
    height: 45px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
}

.Visit-site-Modal .submit-btn:hover{
    background:#841755;
    color:#fff;
}

.Visit-site-Modal .btn-close{
   font-size: 12px;
    border: 1px solid #626060;
    border-radius: 50px;
    padding: 8px;
}

.chartsec_heading{
  font-size: 2.5rem;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 10px;
}
.chartsubheading{
      max-width: 720px;
    margin: 0 auto;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px !important;
    line-height: 35px;
    color: #232323;
    text-align: center;
    margin: auto;
}

@media(max-width:768px){

.modal-header h2{
    font-size:34px;
}

.submit-btn{
    width:100%;
    font-size:24px;
}

}


@media(max-width:991px){

.contact_Modal .state-title{
    font-size:26px;
}

.contact_Modal .contact-name{
    font-size:22px;
}

.contact_Modal .contact-item{
    font-size:18px;
}

}

/* Responsive */

@media(max-width:991px){
.contact_Modal .connectivity-section .connect-card h2{

    font-size:22px;
}

.contact_Modal .connectivity-section .connect-card p{

    font-size:22px;
}

.contact_Modal .connectivity-section .icon-circle{

    width:110px;
    height:110px;
    font-size:45px;
}



}

@media(max-width:767px){

.contact_Modal .connectivity-section .item{

    border-right:none!important;
}

.contact_Modal .connectivity-section .connect-card h2{

    font-size:20px;
}

.contact_Modal .connectivity-section .connect-card p{

    font-size:20px;
}

.contact_Modal .connectivity-section .icon-circle{

    width:95px;
    height:95px;
    font-size:38px;
}

.contact_Modal .connectivity-section .explore-btn{

    width:100%;
    font-size:20px;
}

}



/****chart sec***********/
.parameter-list{
  height: 350px;
  overflow: auto;
  margin-top: 10px;
  padding-right: 8px;
}

.parameter-list::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
.parameter-list::-webkit-scrollbar-track {
  background: #EFE9D0; 
  border-radius: 5px;
}
 
/* Handle */
.parameter-list::-webkit-scrollbar-thumb {
  background: #8D1F59; 
  border-radius: 5px;
}

/* Handle on hover */
.parameter-list::-webkit-scrollbar-thumb:hover {
  background: #8D1F59; 
}
.parameter-title{
  font-size: 16px;
    color: #353535;
    font-weight: 500;
}
.form-select.parameter-select{
  font-size: 16px;
    font-weight: 500;
    color: #4B4B4B;
}
.chartsection .cardx{background:#fff;border-radius:8px;padding:24px;box-shadow:0 8px 24px rgba(0,0,0,.08);height:100%;}
.chartsection .parameter-item{ 
   padding: 0px 14px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #faf7f8;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
.chartsection .parameter-item.active{background: #98255F;color:#fff}
.chartsection .parameter-item i{margin-right:10px;color:#ff9b45}.parameter-item.active i{color:#fff}
.chartsection .chart-title{
  font-weight: 700;
    color: #111211;
    font-size: 18px;
  }
  .chartsection .chart-title-sub{
    font-size: 14px;
    color: #414141;
    font-weight: 500;
  }
.chartsection .chart-icon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #98255F;
    color: #fff;
    font-size: 28px;
  }
.chartsection .rank_info{background:#fff4ea;border-left:4px solid #ff9b45;padding:12px;border-radius:10px;margin-top:20px}
.chartsection #rankingChart{height:520px}

.pm-footer {
    background: linear-gradient(94.74deg, #026F8F 0.32%, #8A0074 87.74%), url(../img/teamtre.svg);
    /* background: linear-gradient(94.74deg, #026F8F 0.32%, #8A0074 87.74%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 12px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px !important;
}

.info-card-box{
    position: relative;
    /* background: radial-gradient(circle at bottom right, rgba(255, 170, 190, .18), rgba(255, 255, 255, .95) 65%); */
    background: linear-gradient(360deg, rgba(248, 208, 214, 0.51) 0%, rgba(248, 208, 214, 0.2601) 100%);
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
    border: 1px solid #f2e3e5;
    box-shadow: 0px 4px 4px 0px #0000000A;
    margin-top: 20px;
}

/* Top */

.info-card-box .info-top{

    display:flex;

    align-items:flex-start;

    gap:12px;

}

.info-card-box .info-icon{

    width:35px;

    height:35px;

    border-radius:50%;

    background:#8f1f63;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    flex-shrink:0;

}

.info-card-box .info-text{
    color: #686868;
    font-size: 14px;
    font-weight: 500;

}

/* Divider */

.info-card-box .info-divider{

    margin:15px 0;

    border-top:1px solid #eab8c8;

}

/* Bottom */

.info-card-box .update-row{

    display:flex;

    align-items:center;

    gap:18px;

}

.info-card-box .calendar{

    font-size:20px;

    color:#96235e;

}

.info-card-box .update-title{
    font-size: 14px;
    font-weight: 600;
    color: #4B4B4B;

}

.info-card-box .update-date{

    color:#96235e;

    font-weight:700;

}

.popuphead h2{
      font-size: 32px;
    font-weight: 600 !important;
    color:#232323;
        margin-bottom: 10px;
}
.popuphead p{
      font-size: 16px !important;
    color: #4B4B4B !important
}

 .hero-section{
    /* background:
        linear-gradient( 94.74deg,
            rgba(2,111,143,0.90) 0.32%,
            rgba(138,0,116,0.90) 87.74%
        ),
        url("/frontend/assets/img/investor/industry_leadersbg.png"); */
 background-image: url("/frontend/assets/img/investor/industry_leadersbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* opacity: 0.8; */
    padding: 60px 0;
}

   .industry-leaders .section-title{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 28px;
    padding-bottom: 0px;
  }

  /* ---------- Left panel (logos) ---------- */
   .industry-leaders .logo-panel{
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    padding: 85px 30px 55px;
    height: auto;
  }

   .industry-leaders .logo-swiper{
    padding: 6px 4px 10px;
  }

   .industry-leaders .logo-swiper .swiper-slide{
    height: auto;
  }

   .industry-leaders .logo-card{
    /* background:#fff;
    border-radius: var(--card-radius); */
    height: 75px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    transition: transform .25s ease, box-shadow .25s ease;
  }

   .industry-leaders .logo-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 22px rgba(0,0,0,0.18);
  }

   .industry-leaders .logo-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* margin-bottom: 12px; */
    border-radius: 8px;
  }

   .industry-leaders .logo-card .brand-name{
    font-weight: 600;
    font-size:12px;
    color:#151515;
  }

   .industry-leaders .swiper-pagination-bullet{
    background:#fff;
    opacity:0.55;
  }
   .industry-leaders .swiper-pagination-bullet-active{
    opacity:1;
    background:#fff;
    width: 22px;
    border-radius: 5px;
  }

   .industry-leaders .cta-wrap{
    text-align:center;
    margin-top: 15px;
  }

   .industry-leaders .btn-register{
      color: #fff;
      font-weight: 600;
      padding: 8px 34px;
      height: 48px;
      line-height: 32px;
      border-radius: 8px;
      border: none;
      background: #98255F;
      font-size: 18px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
      transition: all .2s ease;
  }
   .industry-leaders .btn-register:hover{
     background: #98255F;
    color:#fff;
    transform: translateY(-2px);
  }

  /* ---------- Right panel (testimonials) ---------- */
   .industry-leaders .testimonial-swiper{
    padding-bottom: 40px;
  }

   .industry-leaders .testimonial-card{
    background:#fff;
    border-radius: var(--card-radius);
    overflow:hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    border-radius: 8px;
  }

   .industry-leaders .video-thumb{
    position:relative;
    height: 234px;
    background-size: cover;
    background-position: center;
  }

   .industry-leaders .badge-sustain{
    position:absolute;
    top: 20px;
    left: 20px;
    background:#0f8a3c;
    color:#fff;
    font-weight:700;
    font-size: 0.8rem;
    padding: 8px 14px;
    border-radius: 6px;
    letter-spacing: 0.3px;
  }

   .industry-leaders .play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 56px;
    height:56px;
    background: rgba(255,255,255,0.35) !important;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    backdrop-filter: blur(2px);
  }
   .industry-leaders .play-btn svg{ margin-left:3px; }
  .play-btn img{
        width: 15px;
    position: relative;
    left: 2px;
  }

   .industry-leaders .name-plate{
    position:absolute;
    bottom: 16px;
    left: 20px;
  }
   .industry-leaders .name-plate .full-name{
    background:#fff;
    color:#111;
    font-weight:700;
    font-size:0.8rem;
    padding:3px 10px;
    border-radius:4px;
    display:inline-block;
    margin-bottom:4px;
  }
   .industry-leaders .name-plate .role{
    background:#111;
    color:#fff;
    font-size:0.68rem;
    padding:3px 10px;
    border-radius:4px;
    display:inline-block;
  }

   .industry-leaders .testimonial-body{
    padding: 15px 20px 15px;
    /* border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; */
  }
   .industry-leaders .testimonial-body h5{
    font-weight:600;
    margin-bottom: 2px;
    color:#151515;
    font-size: 16px;
  }
   .industry-leaders .testimonial-body .position{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    color: #98255F;
  }
   .industry-leaders .testimonial-body p{
    color: #606060;
    font-size: 10px;
    margin-bottom:0;
  }

.videoModal .modal-content{
  background: radial-gradient(black, transparent);
    border: 0px;
}


/* Tabs */

.latest-investment .news-tabs{
    position:relative;
    justify-content: center;
}

.latest-investment .news-tabs .nav{
    display:inline-flex;
    background:#fff;
    border-radius:8px;
    padding:8px 35px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

.latest-investment .news-tabs .nav-link{
    color:#555;
    border-radius:5px;
    min-width:180px;
    font-size:18px;
    font-weight:500;
    padding:11px 20px;
    cursor: pointer;
}

.latest-investment .news-tabs .nav-link.active{
    background:#98255F;
    color:#fff;
}
.latest-investment .news-tabs .nav-link {
    position: relative;
}

.latest-investment .news-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #98255F;
}

/* Card */

.latest-investment .news-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    border:1px solid #ececec;
    transition:.35s;
    height:100%;
    display: block;
    padding: 0px;
}

.latest-investment .news-card .news-image:hover{
    /* transform:translateY(-8px); */
    box-shadow:0 15px 15px rgba(0,0,0,.12);
    transition:.35s;
}

.latest-investment .news-image{
    height:230px;
    overflow:hidden;
    transition:.35s;
}

.latest-investment .news-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.latest-investment .news-card:hover img{
    transform:scale(1.08);
}

.news-content{
    padding:18px;
}

.latest-investment .news-meta{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:15px;
    font-size:12px;
    color:#98255F;
}

.latest-investment .news-meta i{
    margin-right:5px;
}

.latest-investment .news-content h5{
    font-size:18px;
    line-height:1.6;
    font-weight:600;
    color:#3A3A3A;
    min-height:85px;
}

.latest-investment .news-content a{
    color:#98255F;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.latest-investment .news-content a i{
    transition:.3s;
}

.latest-investment .news-content a:hover i{
    margin-left:5px;
}

/* Slider Dots */

.latest-investment .slider-dots{
    display:flex;
    justify-content:center;
    gap:8px;
}

.latest-investment .slider-dots span{

    width:10px;
    height:10px;
    border-radius:50%;
    background:#d3c7cf;
}

.latest-investment .slider-dots span.active{

    width:24px;
    border-radius:30px;
    background:#b01865;
}


.investment-meet{
  background-image: url("/frontend/assets/img/investor/Investment-jourr.png");
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 665px;
    position: relative;
    top: 12px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
/* 
.investment-meet .investment-card{
    position:relative;
    border-radius:30px;
    overflow:hidden;
} */

.investment-meet .investment-img{
    height:620px;
    object-fit:cover;
    border-radius:30px;
}

.investment-meet .location-wrapper{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
    background: #fff;
    border-radius: 4px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
}

.investment-meet .location-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9edf3;
    border: 1px solid #efc9dc;
    border-radius: 2px;
    padding: 6px 6px;
    text-decoration: none;
    transition: .35s;
    height: 100%;
    border-left: 2px solid #8b1c4a;
}

.investment-meet .location-card:hover{
    /* background:#98255F; */
    transform:translateY(-4px);
    background: #fadfec;
}

.investment-meet .location-left{
    display:flex;
    align-items:center;
    gap:2px;
}

.investment-meet .location-left img{
    width:40px;
    height:40px;
    object-fit:cover;
}

.investment-meet .location-left h5{
    margin:0;
    font-size:12px;
    color:#232323;
    font-weight:500;
}

.investment-meet .location-left p{
    margin:0;
    font-size: 12px !important;
    color: #666666 !important;
}

.investment-meet .location-card i{
   font-size: 25px;
    color: #98255F;
    transition: .3s;
    transform: rotate(40deg);
}
/* 
.investment-meet .location-card:hover h5,
.investment-meet .location-card:hover p,
.investment-meet .location-card:hover i{
    color:#fff;
} */


.registration-form{
    padding:0px 0;
        height: 638px;
}

.registration-form .form-wrapper{
    background:#fff;
    border-radius:8px;
    padding:35px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height: 643px;
}

/*====================
Progress
=====================*/

.registration-form .step-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
    margin-bottom:0px;
}

.registration-form .progress-line{
    position:absolute;
    top:22px;
    left:15%;
    width:70%;
    height:1px;
    /* background:#ddd; */
    border: 1px dashed #B2B2B2;
    z-index:1;
}

.registration-form .progress-fill{
    width:0%;
    height:100%;
    background:#99245e;
    transition:.4s;
}

.registration-form .step{
    position:relative;
    z-index:2;
    text-align:center;
    width:33.333%;
}

.registration-form .circle{
    width:46px;
    height:46px;
    margin:auto;
    border-radius:50%;
    background:#fff;
    border:2px solid #B2B2B2;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:600;
    color:#999;
    transition:.4s;
}

.registration-form .step.active .circle{
    background:#99245e;
    color:#fff;
    border-color:#99245e;
    box-shadow: 0 0 0 2px rgb(153 36 94);
    border: 2px solid #fff;
}

.registration-form .step.completed .circle{
    background:#99245e;
    color:#fff;
    border-color:#99245e;
}

.registration-form .step p{
    margin-top: 14px;
    font-weight: 500;
    color: #3A3A3A;
    font-size: 12px !important;
}

.registration-form .step.active p{
      color: #98255F;
    font-weight: 500;
    font-size: 12px !important;
}

/*====================
Form
=====================*/

.registration-form .form-step{
    display:none;
}

.registration-form .form-step.active{
    display:block;
    animation:fade .35s;
}

@keyframes fade{

from{
opacity:0;
transform:translateY(15px);
}

to{
opacity:1;
transform:translateY(0);
}

}

.registration-form .form-label{
    font-weight: 600;
    color: #4B4B4B;
    margin-bottom: 8px;
    font-size: 14px;
}

.registration-form .form-control,
.registration-form .form-select{
    height: 43px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    font-size: 13px;
}

.registration-form .form-control:focus,
.registration-form .form-select:focus{
    border-color:#99245e;
    box-shadow:none;
}

.registration-form textarea.form-control{
    height:43px;
}

.registration-form .input-group-text{
    background:#fff;
    border-right:none;
}

/* .registration-form .input-group .form-control{
    border-left:none;
} */
.iti.iti--allow-dropdown{width:100%;}
/*====================
Buttons
=====================*/

.registration-form .btn-save{
    background: #96205E;
    color: #fff;
    border-radius: 8px;
    min-width: 240px;
    height: 44px;
    font-size: 18px;
    font-weight: 600;
}

.registration-form .btn-save:hover{
    background:#7d1849;
    color:#fff;
}

.registration-form #prevBtn{
    min-width: 170px;
    height: 44px;
    font-size: 18px;
    color: #000;
    border: 1px solid #96205E;
}
.registration-form #prevBtn:hover{
    min-width: 170px;
    height: 44px;
    font-size: 18px;
    color: #fff;
    background: #96205E;
    border: 1px solid #96205E;
}

.third-step-sec .upload-title{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4B4B4B;
    margin-bottom: 8px;
}

.third-step-sec .upload-title span{

    color:#c6285d;
}

/* Dropify */

.third-step-sec .custom-dropify+.dropify-wrapper{

    border:2px dashed #d8dee8;
    border-radius:12px;
    background:#fff;
    box-shadow:none;
}

.third-step-sec .custom-dropify+.dropify-wrapper:hover{

    border-color:#98255f;
}

.third-step-sec .dropify-wrapper .dropify-message p{

    font-size:16px;
    color:#666;
}

.third-step-sec .dropify-wrapper .dropify-message span.file-icon{
    font-size: 0px;
    color: #8b95a300;
}

.third-step-sec .dropify-wrapper{
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 55px !important;
    padding: 5px 10px;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial";
    font-size: 8px;
    line-height: 17px;
    color: #777;
    border: 2px dashed #aba8a8cc !important;
    border-radius: 8px;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 2px solid #E5E5E5;
    -webkit-transition: border-color 0.15s linear;
    transition: border-color 0.15s linear;
}
.third-step-sec .dropify-wrapper .dropify-message {
    position: relative;
    top: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.third-step-sec .dropify-message .file-icon .text-secondary {
    --bs-text-opacity: 1;
    color: rgb(70 77 84 / 37%) !important;
    font-size: 30px !important;
    margin-right: 8px;
}
.third-step-sec .dropify-wrapper .dropify-message p:first-child{

    font-size:22px;
    font-weight:600;
    margin-top:10px;
}

.third-step-sec .dropify-wrapper .dropify-message p:last-child{
    font-size:12px !important;
    color:#999;
}

.third-step-sec .dropify-wrapper .dropify-message p strong{
      position: relative;
    top: -7px;
}

/* Declaration */

.third-step-sec .declaration-box{

    background:#fbefef;
    border-radius:4px;
    padding:4px 10px;
}

.third-step-sec .form-check-input{

    width:20px;
    height:20px;
    border:2px solid #98255f;
    margin-top:3px;
}

/* .third-step-sec .form-check-input:checked{

    background:#98255f;
    border-color:#98255f;
} */

.third-step-sec .form-check-label{
    margin-left:12px;
    font-size:12px;
    color:#555;
}
 .sepratedboth{
    justify-content: space-around;
    display: flex;
    margin-top: 40px;
}
@media(max-width:768px){
.investment-meet {
        height: 485px;
        position: relative;
        top: 6px;
        margin-bottom: 400px;
    }

    .investment-meet .location-wrapper {
        position: relative;
        border-radius: 8px;
        top: 380px;
        margin-bottom: 100px;
    }
    

.third-step-sec .form-check-label{

font-size:12px;
}
.third-step-sec .dropify-wrapper {
    height: 77px !important;
}
.third-step-sec .dropify-wrapper .dropify-message {
    top: -40%;
}
.third-step-sec .dropify-wrapper.touch-fallback .dropify-message {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0px 0;
}
.third-step-sec .dropify-wrapper.touch-fallback {
    height: 70px !important;
}

}
@media(max-width:375px){
.latest-investment .news-tabs .nav-link {
        min-width: 105px !important;
        font-size: 12px !important;
        padding: 10px 5px !important;
    }
}





@media(max-width:768px){

.registration-form .form-wrapper{
padding:25px;
}

.registration-form .step p{
font-size:12px;
}

.registration-form .circle{
width:40px;
height:40px;
}

.registration-form .progress-line{
left:12%;
width:76%;
}

.registration-form .btn-save{
width:100%;
    min-width: fit-content;
}

.registration-form #prevBtn{
width:100%;
min-width: fit-content;
margin-bottom:15px;
}

}






@media(max-width:991px){

    .investment-meet .investment-img{
        height:auto;
    }

    .investment-meet .location-wrapper{
        position:relative;
        left:0;
        right:0;
        bottom:0;
        margin-top:-20px;
        border-radius:8px;
    }

}

/* Responsive */

@media(max-width:768px){

.latest-investment .news-tabs .nav-link{

    min-width:120px;
    font-size:13px;
    padding:10px;
}

.latest-investment .news-image{

    height:200px;
}

.latest-investment .news-content h5{

    font-size:16px;
}
}









@media (min-width: 1270px) and (max-width: 1281px) {
    .investment_box {
        position: absolute;
        top: -38px;
        background: #fff;
        border-radius: 8px;
        padding: 15px 25px;
        display: flex;
        align-items: center;
        gap: 12px;
        height: 145px;
        box-shadow: 0 4px 5.7px rgba(0, 0, 0, 0.09);
    }
    .new-textile-wrapper .stat-card {
        margin-top: 25px;
    }
    .registration-form .form-label {
      font-weight: 600;
      color: #4B4B4B;
      margin-bottom: 8px;
      font-size: 13px;
  }


}




  @media (max-width: 991px){
    .industry-leaders .section-title{ font-size:1.5rem; text-align:center; }
     .industry-leaders .logo-panel{ margin-bottom: 40px; }
  .invest_banner .invest_bg h1 {
      font-size: 32px;
      font-family: Poppins;
      font-weight: 600;
  }
.invest_banner .page-title p {
    font-size: 14px;
    text-shadow: 1px 7px 6px rgb(0 0 0 / 71%);
}
.investment_box {
    position: absolute;
    top: 2px;
    background: #ffffff00;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 12px;
    box-shadow: 0px 4px 5.7px 0px #00000017;
}
.new-textile-wrapper .stat-icon {
    width: 20px;
    height: 20px;
}
.new-textile-wrapper .stat-icon img{
    width:40px;
}
.investment_box .row.g-5.mb-5{
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
}
.investor-title {
    font-size: 35px;
}
.investment-meet {
    background-image: url(/frontend/assets/img/investor/Investment-jourr.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.registration-form {
    padding: 0px 0;
    height: 100%;
    margin-bottom: 35px;
    margin-top: 35px;
}
.new-textile-wrapper .stat-card {
    border-radius: 0px;
    padding: 6px 25px;
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%;
    border-right: 1px solid #ccc;
    box-shadow: 0px 4px 5.7px 0px #00000017;
    background: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    justify-content: end;
}
.chartsection .chart-icon {
    width: 60px;
    height: 44px;
}
.chartsection .chart-icon img{
  width: 22px;
}
.new-textile-wrapper .stat-label {
    font-size: 12px;
}
.industry-leaders .logo-card {
    height: 142px !important;
}
.brd_r {
    border-right: 1px solid #cccccc00;
}

.latest-investment .news-tabs .nav {
    display: inline-flex;
    background: #fff;
    border-radius: 8px;
    padding: 8px 8px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
}
  .registration-form .form-wrapper {
      height: 100%;
  }
.investor-needs-wrapper .container-fluid.px-5{
      padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.parks-section .park-title {
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 12px;
}
.parks-section .stats {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
}
.info-card-box .info-icon {
    width: 26px;
    height: 26px;
    font-size: 15px;
    flex-shrink: 0;
}
.chartsection .cardx {
    border-radius: 8px;
    padding: 15px 10px;
}


  }


/* Responsive */

@media(max-width:768px){

.info-card-box{

padding:20px;

}

.info-card-box .info-top{

align-items:flex-start;

}

.info-card-box .info-text{

font-size:15px;

}

.info-card-box .update-title{

font-size:16px;

}

.info-card-box .calendar{

font-size:20px;

}

}


@media(max-width:375px){
  .new-textile-wrapper .stat-val {
        font-size: 16px;
    }
  .new-textile-wrapper .stat-card {
    border-radius: 0px;
    padding: 6px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .new-textile-wrapper .stat-icon img {
        width: 35px;
    }
    .chartsection .chart-icon {
        width: 60px;
        height: 40px;
    }
    .chartsection .chart-icon img {
        width: 20px;
    }
    .industry-leaders .logo-card {
        height: 100px !important;
    }
    .investor-needs-wrapper .investor-title {
        font-size: 28px;
    }
    .investor-title {
        font-size: 26px;
    }


}