/* ===============================
   Responsive Typography Scale
================================ */

/* Base Heading Styles */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* Responsive Font Sizes using clamp(min, preferred, max) */

h1 {
  font-size: clamp(28px, 5vw, 56px);
}

h2 {
  font-size: clamp(24px, 4vw, 44px);
}

h3 {
  font-size: clamp(20px, 3.2vw, 36px);
}

h4 {
  font-size: clamp(18px, 2.5vw, 28px);
}

h5 {
  font-size: clamp(16px, 2vw, 22px);
}

h6 {
  font-size: clamp(14px, 1.5vw, 18px);
}


/* Responsive */

@media (max-width:992px){

  .hero{
    min-height: 50vh;
  }
   .hero h1 {
    font-size: 40px;
  }

.surveyTabs_grid{
flex-direction:column;
text-align:center;
}

.surveyTabs_gender_wrap{
gap:40px;
}

.tab-content{
  width: 100%;
}
.tab-content {
    background: #FEF9EC;
    padding: 40px;
    width: 100%;
    margin-top: -60px;
}

}

@media (max-width:600px){

.surveyTabs_btn{
font-size:16px;
padding:14px;
}

.surveyTabs_title{
font-size:22px;
}

.surveyTabs_box{
font-size:40px;
}
.tab-content{
  width: 100%;
}

}

@media (max-width: 1024px){
  .hero{
    min-height: 50vh;
  }
  .grid-4{
    grid-template-columns: repeat(2, 1fr);
  }
  
.description {
  width: 100%;
}

}

@media (max-width: 768px) {
  .container{
    width:100%;
    max-width: 100%;
    padding: 0 10px;
  }
    
.description {
  width: 100%;
}

  .header-flex {
    flex-direction: column;
    gap: 10px;
  }

  .hero {
    min-height: 75vh;
  }

  .hero h1 {
    font-size: 32px;
  }

  .description {
    font-size: 16px;
  }

  .small-text {
    font-size: 14px;
  }

  .tabs{
flex-direction:column;
}

.tab{
margin-bottom:8px;
border-right:none;
width: 100%;
}

.tab-content{
padding:20px;
width: 100%;
}

.desc{
font-size:16px;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.hero{
  min-height: 50vh;
}

.hero h1{
  width: 100%;
}
.studyfocussec{
  min-height: 100px;
}
.studyfocussec h2{
  width: 100%;
  text-align: center;
}
.bgbx3 {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    flex-direction: column;
}
.bx2, .bx3 {
    margin-top: 0px;
}
.studyfocusbxsec {
    padding-bottom: 50px;
    margin-top: 0px;
}
.flow-chart img{
  display: block;
}
.flow-chart svg{
 display: none;
}
.datacollectionsec .img1 {
    width: 100%;
    margin-left: -10px;
    margin-bottom: 30px;
}
.datacollectionsec .img2 {
    width: 70%;
}
.grid-4{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
.uv-bx{
  width: 100%;
  height: 330px;
}
.surveyTabs_gender_wrap img{
  width: 350px;
}
.migrationsec .container{
  padding: 20px;
}
.grid-2-1 {
    display: flex;
    gap: 80px;
    align-items: center;
    flex-direction: column;
}
.grid-35 {
    width: 100%;
}
.grid-65 {
    width: 100%;
}
.grid-2-2 {
    display: flex;
    gap: 80px;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 20px;
}
.qt-bx1 img {
    width: 40px;
    margin-left: -30px;
    margin-top: -40px;
    margin-bottom: 15px;
}
.weaher-event-gr .tabs{
  flex-direction: row;
}
.city-desk{
  display: none;
}
.city-mob{
  display: block;
}
@media (max-width: 768px) {
  .header-row {
    display: none; 
  }

  .data-row {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }

  .col-city {
    width: 100%;
    flex: none;
    padding-bottom: 5px;
  }

  .col-sectors {
    width: 100%;
    flex: none;
    padding: 10px 22px;
  }
  
.city-list{
  margin-bottom: 30px;
}

}

.recover-cont{
  padding: 0 50px;
}
.card-grid {
    display: flex;
    flex-direction: column;
}
.last1{
  padding: 0 20px;
}
.impact-house-gr .tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
    flex-direction: row;
    gap:0;
}
.impact-house-gr .tab{
  width: 50%;
}
.weaterexposec h2{
  width: 100%;
}
.map-report-mob{
  display: none;
}
.datacollectionsec .img1-mob{
  margin-left: 0;
 display: none;
}

.content1 {
    grid-template-rows: 1fr !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.card-btn1 li, .card-btn2 li, .card-btn3 li, .card-btn4 li, .card-btn5 li{
  opacity: 1 !important;
}




}

@media (max-width: 480px) {

  .btn-txt1{
    display: none;
  }
  .download-btn{
    padding: 5px;
    border-radius: 50px;
  }
  
  .hero h1 {
    font-size: 26px;
  }

  .tabs{
flex-direction:column;
}

.tab{
margin-bottom:8px;
border-right:none;
}

.tab-content{
padding:20px;
}

.desc{
font-size:16px;
}

.content img{
  width: 100%;
}
.coping-txt{
  width: 100%;
}
.map-report{
  display: none;
}
.map-report-mob{
  display: flex;
  background-color: #1b193f;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}
.studyfocussec {
  min-height: 95px;
  padding-top: 40px;
}
.bx1 p, .bx2 p, .bx3 p {
    background-color: #fff;
    padding: 40px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px dashed #000;
    border-right: 1px dashed #000;
    border-top: 1px dashed #000;
    border-left: 1px dashed #000;
}
.methodologysec img{
  width: 100%;
}
.datacollectionsec{
  overflow: hidden;
}
.datacollectionsec .img1{
  margin-left: 0;
 display: none;
}
.datacollectionsec .img1-mob{
  margin-left: 0;
 display: block;
}
.blackbxtxt{
  padding: 15px;
  font-size:15px;
}
.whitebxtxt1{
  width: 100%;
}
.datacollectionsec .img2{
  width:100%;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr;
}
.uv-bx{
  height: 250px;
}
.uv-bx .year-txt {
    font-size: 30px;
}
.grid-2 {
    display: flex;
    flex-direction: column;
}
.climate-section{
  padding: 20px;
}
.tabs{
  gap:0;
}
.survtabsec{
  padding: 20px  0;
}
.surveyTabs_content{
  padding: 20px;
}
.surveyTabs_grid{
  gap:10px;
}
.surveyTabs_gender_wrap img {
   width: 280px;
}
.chart{
  margin-top: 25px;
}
.value.highlight {
    font-size: 21px;
}
.bar {
    height: 25px;
}
.label{
  text-align: left;
  width:35%;
}
.chart::before {
  left:35%;
}
.chart::after {
  margin-left:35%;
}
.migrationsec{
  padding: 20px 0;
}
.grid-2-1{
  gap:20px;
}
.grid-2-2{
  gap: 20px;
}
.weaher-event-gr .tab-content{
  padding: 20px;
}
.weaterexposec{
  padding-top:25px;
  padding-bottom:25px;
}
.weaher-event-gr .tab{
  width:100%;
}
.recover-cont {
  padding: 0px 20px;
}
.impact-house-gr .tab {
   width: 100%;
}
.impact-house-gr .tab-content{
  padding: 20px;
}
.centered-content p{
  font-size: 13px;
}
.info-card{
  height: 510px;
}
.card-main{
  height:385px;
}
.short-term-bx1 {
  display: flex;
  flex-direction: column;
}
.tree-quotes {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tree-qtimg {
    width: 100%;
}
.tree-qttxt {
    width: 100%;
}
.tree-qttxt img {
    width: 40px;
    margin-top: 0;
    margin-left: -10px;
}
.impacthousesec, .recoverysec{
  padding-top: 20px;
  padding-bottom: 20px;
}
.extreme-weather{
  margin-top:20px;
}
.content1 {
    grid-template-rows: 1fr !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.card-btn1 li, .card-btn2 li, .card-btn3 li, .card-btn4 li, .card-btn5 li{
  opacity: 1 !important;
}
.footer-sec p{
  font-size: 12px;
}

}



