

body {
    width: 97%;
       margin: 0 auto;
            font-family: 'Poppins', sans-serif;
        }
/*
   .section-title.service-title h3 {
      width: 80%; 
      position: relative;  
      text-align: left; 
      margin: 20px auto;
      font-size: 1.4em;
      font-weight: 400;
     color: red;
      color: rgba(33, 47, 61, 0.9);
      padding: 10px
 }
*/
/*
    .section-title h3::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 110px;
    height: 2px;
    background: #ff5e14;
    bottom: -15px;
    margin-left: -50px;
  margin-right: -50px;
}
*/
  
  .container {
  width:50%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 820px) {
    flex-direction: column;
  }
}

.center {
  text-align: center;
}

h1 {
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  line-height: 1.3;
  padding: 40px 20px 0 20px;
}

h3 {
  margin-bottom: 20px;
}

p {
  a {
/*    color:red;*/
    text-decoration: none;
/*    border-bottom: 1px solid white;*/
    transition: border 0.3s;
  }
  a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}

.content {
  padding: 30px 0;
}

.container-button {
  padding-top: 0px;
}

.button {

 color: #363636;
/*  background: #363636;*/
  padding: 30px 0px;
  margin-top: 20px;
  border-radius:0px;
  transition: 0.3s all ease-in-out;
/* text-decoration: underline;*/

  &:hover {
    transform: scale(1.05);
/*    background: white;*/
    color: #B18989;
  }
}

.blur {
  filter: blur(5px);
}

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  &:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .modal-content {
    max-height: 95%;
    padding: 40px;
    background: white;
    border-radius: 5px;
    overflow: auto;
    position: relative;
  }
  h3,
  p {
    color: #363636;
  }
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  &:hover {
    color: #363636;
  }
}

  
        h3 {
            margin-top: 20px;
            font-size: 1.0em;
          font-weight: 500;
/*          font-family: "Raleway", sans-serif; */
          font-style: normal;line-height: 1.9; 
          
        }
      
    h5 { font-family: "Raleway", sans-serif; font-style: normal;line-height: 1.5; 
            margin-top: 10px;
            font-size: 1.1em; font-weight: 500;color: dimgrey
        }     
nav {
    height: auto;
/*    background-size: cover;*/
     z-index: 9999;
/*
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0) ),  
      url("//www.igc.int/en/dons-test-folder/igc_new-pages/images/img-3.jpg") ;
*/
     position: absolute;
     width: 98%;
/*    min-height: 270px;*/
     margin-top: -20px;  
/*     border-radius: 10px;*/
}
    video {
      object-fit: cover;
/*  width: 97vw;*/
     width: 100%;
    height: 35vh;
/*   position: absolute;*/
    min-height: 270px;
    margin-top: -114px;  border-radius: 10px;
    color: black;
}


 @media (max-width:1190px){ 
      
    .press h2 { top: 10;margin-top: -60px; margin-bottom: -10px;
      font-size: 1.4em;
      line-height: 1.1;
      color:black;}
    }
 

 .section-title.service-title h2 {
        text-align: right; 
        color: #180964; 
        font-size: 1.9em; line-height: 1.5;
        font-weight: 600;
        position: relative;
     margin-top: 20px;
        margin-bottom: 0px;
          padding:90px 75px 0px 0px;
     text-transform: uppercase;
/*   font-style: italic;*/
      }
   
.section-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 110px;
    height: 2px;
    background: #ff5e14;
    bottom: -25px;
    margin-left: -25px;
  margin-right: -25px;
}
    .section-title.service-title h3 {
      width: 99%;   
/*      position: relative;  */
      text-align: left; 
/*
      margin-top: 20px;
       margin-bottom: 20px;
*/
      font-size: 1.45em;line-height: 1.4;
      font-weight: 400;
      color: rgba(33, 47, 61, 0.9);
      padding: 0px 0px 0px 20px;
 }
 .col-4 h3 {  
     margin-top: 10px;
     border-left: 3px solid rgba(33, 47, 61, 0.2);
/*     font-size: 1.45em;*/
   font-weight: 600;
   padding: 0px 20px 0px 20px;
}  

.pressx {
  align-self: auto;
  justify-self: auto;
  grid-column: span 1;
  grid-row: span 1;
  width: 36%;
  min-height: 400px;
  margin-top: 60px;/*  font-weight: 400;*/
}
.press-p {
  width: 66%;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: grid;
  grid-column: span 1;
  grid-row: span 1;
  /*    gap: 40px;*/
  justify-self: center;
  /*       background: #807C03;*/
 
  padding: 30px;
  margin: 0px auto;/*    text-align: left;*/
}
/*-----main-container---------*/
    
.main-container {
  /*  width: 100%; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 4rem;
  background: #89DFF9;
}



.item {
  grid-column: span 3;
  grid-row: span 2;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  /*  background-color: #e0f7fa;*/
  background: yellow;
  text-align: center;
  display: none;
}
.item p {
  font-size: .91em;
  text-align: left;
  line-height: 1.4
}

/*-----main-container---- ENDS -----*/
.item1 {
  grid-column: span 2;
  grid-row: span 2;
}
.item2 {
  grid-column: span 1;
  grid-row: span 2;
}
.item3 {
  grid-column: span 1;
  grid-row: span 2;
  background: #A3996D;
}
.item4 {
  grid-column: span 1;
  grid-row: span 2;
  background: #F5EEAA;/*
  gap: 0rem;
padding: 1.3rem;
*/
}
.item5 {
  grid-column: span 1;
  grid-row: span 2;
  background: #60BAFB;
}
.item6 {
  grid-column: span 1;
  grid-row: span 2;
  gap: 0rem;
  padding: 1.3rem;
  background: #003C62;
}
  /*-----grid-container -----*/
 .grid-container {
  display: grid; 
  grid-template-columns: repeat(12, 1fr); 
  gap: 1rem;
   min-height: 400px;
}

/* Optional styling for visibility */
.grid-item {
/*  background-color: lightblue;*/
  padding: 0.5rem;
/*  border: 1px solid #333;*/
  text-align: left; 
}
   .col-2 {
  grid-column: span 2;
     
/*   text-align: right; font-size: 1.4em; font-weight: 600; rgba(0,0,0,0.1);*/
  }
   .col-4 { 
  grid-column: span 4;
     margin-top: 4rem;
/*
      grid-column-gap: .5rem;
  grid-row-gap: .5rem;
*/
 
/*
     background: 
  rgba(0,0,0,0.1);
*/
  }
    .col-6 {
  grid-column: span 6;

  
}
    
    .col-8 {
  grid-column: span 8;
      
}

    .col-12 {
  grid-column: span 12;
}
 /* styles */
.text1 {font-size: 1.17em; font-family: "Raleway", sans-serif; font-weight: 500;padding: 5px 10px;text-align: left;}

 /* For large screens (desktops) */
/* For medium screens (tablets and small desktops) */

@media (max-width: 820px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* Switch to an 8-column layout */
}

   .col-6 {
    grid-column: span 8; /* Now spans 4 of the 8 columns */
    
  }
 

}
@media (max-width: 620px) {
  .col-4 {
    grid-column: span 4; /* Now spans 4 of the 8 columns */
   }
 .column {margin: 10px 5px;padding: 3px;}
 
}

/* For large screens (desktops) */
@media (min-width: 920px) {
  .grid-container {
    grid-template-columns: repeat(12, 1fr); /* Switch to the 12-column layout */
  }
  .col-4 {
    grid-column: span 4; /* Now spans 4 of the 12 columns */
   }
  .col-6 {
    grid-column: span 6;
  }

}    
 /*-----grid-container ENDS-----*/  



   /*xxxxxxxxxxxx  CARDS TEXT   xxxxxxxxxxxxxxxxxxxx*/
  
.blog-title {
  display: inline-block;
  /*  font-size: 190px;*/
  
  line-height: 1.4;
  margin: 10px 0 15px;
  padding: 0;
  text-align: left;
}
.blog-content.home-blog h2 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-content.home-blog p {
  font-size: .81em;
  margin-bottom: 10px;
}

.meta-info ul li {
  color: #9e9e9e;
  display: inline-block;
  font-size: 0.6265em;
  padding: 10px 12px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

.meta-info ul li:first-child {
  padding-left: 0
}
.meta-info ul li a {
  color: #ff5e14
}
.meta-info ul li a:hover {
  color: #444
}
.meta-info ul li::before {
  border: 1px solid #999;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 5px;
}
.meta-info ul li:first-child:before {
  display: none
}

 
/* xxxxxxxxxxx  section class="tabs-section-1" Market at a glance xxxxxxxxxxx */

.tabs-container-h3 h3 {
  background:  #337582; 
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  text-transform:uppercase;
  font-size: .87em;
    letter-spacing: 0.0625em;
}
    


/*
.tabs-section {
  padding: 4rem 1rem;
  background: linear-gradient(to right, #f6f9fc, #eef2f5);
  font-family: 'Segoe UI', sans-serif;
}
*/
/*

.tabs-containerx {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
*/

  
  /* xTabs nav Market at a Glance */
  .xtabs-section {
  padding: .5rem;
/*  background: linear-gradient(to right, #f6f9fc, #eef2f5);*/
  font-family: 'Segoe UI', sans-serif;
}
.xtabs-xnav {
  display: flex;
  background: #00a5a7;
/*  background: linear-gradient(90deg, #00b4db, #0083b0);*/
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.xtab {
  flex: 1;
  text-align: center;
  padding: .75rem;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.xtab:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.xtab.active {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Content panes */
.xtab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.xtab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.xtab-pane{
transition: background 0.3s;
}

/*  xxxxxxxxxxx section class="tabs-section"  ENDS ENDS xxxxxxxxxxx  */

/* xxxxxxxxxxx  section class="tabs-section" xxxxxxxxxxx */
sup {line-height: 0;vertical-align:baseline;}
span.smalltext{font-size: .81em;}

span.smalltext-gmr{font-size:.87em;font-weight: 600;text-align: center;display: flex;justify-content: center; margin: 0 auto;padding-top: 10px;  }

span.smalltext-gmr a{color: #3f48cc; text-decoration: none  }
span.smalltext-gmr a:hover {color: #7092be; }
.small {margin-top: 5px;padding: 10px;color: dimgrey}
  
p.small{font-size: .79em; padding: 2px;color: dimgrey } 
  
p >.span{font-weight: 600;color: rgba(0, 0, 3, 1.0);display: block;}

.tabs-section {
  padding: .5rem;
/*  background: linear-gradient(to right, #f6f9fc, #eef2f5);*/
  font-family: 'Segoe UI', sans-serif;
}

.tabs-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Tab nav */
.tabs-nav {
  display: flex;
  background: #00b4db;
  background: linear-gradient(90deg, #00b4db, #0083b0);
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab {
  flex: 1;
  text-align: center;
  padding: .75rem;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
}




/*
.tab svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
*/

.tab.active {
  background-color: rgba(255, 255, 255, 0.2);
/*  font-weight: 600;*/
}

/* Content panes */
.tabs-content {
  padding: 1.2rem;
  background-color: #fff; margin: 0 auto;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


.flex-c {
  display: flex;
/*  flex-direction: row;*/
   justify-content: space-between;  
/*  align-items: center;*/
   flex-wrap: wrap;
/*   background-color: chocolate;*/
}

 .column {  
   font-size: 1.01rem;
   font-family: 'Segoe UI', sans-serif;
    }

.child{
/*
  border-color: greenyellow;
  border-style: solid;
*/
  margin: auto;

}
/* Typography */
.column h4 {line-height: .7; font-weight: 500;text-align: center;padding-top: 5px}

.tab-pane h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}
.tab-pane, .column h4{
 
  font-size: .97rem;
  margin-bottom: 1rem;

  transition: background 0.3s;
}
 .column-graph {text-align: center; padding: 0rem ; margin-bottom: 1.2rem;width: 100%;
}

#tab1 .column {
  color: #00b4db;}
#tab2 .column {
  color: #00576B}
#tab3 .column  {
  color: #5A8894}


.tab-pane p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/*  xxxxxxxxxxx section class="tabs-section"  ENDS ENDS xxxxxxxxxxx  */

/*  xxxxxxxxxxx section class="tabs-section"  ENDS ENDS xxxxxxxxxxx  */




/*	xxxxxxxxxxx  MEMBERS FLAGS  xxxxxxxxxxxxx*/

.scroll-container {
  height: 15vh; width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDEDED;
  /*	background: #121212;*/
  margin-bottom: -60px;
}
.scroll-container .infinite-scroll-wrapper {
  overflow: hidden;
  width: 140%;
  position: relative;
}
.infinite-scroll-wrapper .infinite-scroll-content {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  animation: scroll 100s linear infinite;
  width: 100%;
  gap: 0px;
}
.infinite-scroll-wrapper .infinite-scroll-items {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 0px;
}
.infinite-scroll-items .item-wrap {
  position: relative;
  min-width: 120px;
  height: 75px;
  flex-shrink: 0;
  overflow: hidden;
}
.item-wrap img {
  width: 50%;
  height: 50%;
  margin: 0px;
/*  object-fit: cover;*/
  transition: transform 0.5s ease;
}
.item-wrap .text {
  position: absolute;
  top: 53px;
  left: 0px;
  z-index: 10;
  color: black;
  font-size: .61em;
  font-weight: 500;
  text-align:center;
  text-transform: uppercase;
}
.item-wrap:hover img {
  transform: scale(1.05);
}

@media (min-width: 1024px) {
.infinite-scroll-wrapper:hover .infinite-scroll-content {
  animation-play-state: paused;
}
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
  /*	xxxxxxxxxxx  MEMBERS FLAGS  ENDS xxxxxxxxxxxxx*/


 