@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

.swiper{
  height: fit-content !important;
}

.swiper-wrapper{
  height: fit-content !important;
}

.swiper.mySwiper_gallery {
  position: relative;
}

.mySwiper_gallery .swiper-slide{
  display: flex;
  justify-content: center;
}

.gallery-btn-prev,
.gallery-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px; 
  height: 50px;
  color: #203557;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.gallery-btn-prev:hover,
.gallery-btn-next:hover {
  background-color: #203557;
  color: #FFF;
}

.gallery-btn-prev {
  left: 10px;
}

.gallery-btn-next {
  right: 10px;
}

/* REMOVE this */
.gallery-btn-container {
  position: static; 
  z-index: auto;    
}



*{
  box-sizing: border-box;
  padding: 0px ;
  margin: 0px;
  font-family: 'Poppins';
}

body, section{
  background-color: #F9FAFF;

}


.head-img{
  /* position: relative; */
  background-image: url('../images/section-1\ background.svg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 612px;  
}

p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.fixed-header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  box-shadow: 0px 0px 32px 0px #00000012;
}

.header-above-nav{
  border-bottom: 0.8px solid #6D6E7329;
  padding: 10px 6px;
}

.mail-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px ;
}

.mail-txt{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: #727777;
  margin-bottom: 0px;
}

.pad-top{
  padding-top: 30px;
}

.quotes-back-img{
    background-image: url('../images/Quotes-background.webp');
    /* height: 675px; */
}


.center-this{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}




.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 75px;
	z-index: 9;
	background-color: #203557;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
	text-align: center;
	border: 1px solid #203557;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  
  
  .back-to-top.active{
    visibility: visible;
    opacity: 1;
  }










.presscov-btn-container{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px;
  padding-bottom: 0px;
}

/* General Styles for Navigation Buttons */
.presscov-btn-prev,
.presscov-btn-next {
  position: static;
  width: 46px;
  height: 46px;
  background: #203557;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none; /* Removes focus outline */
}

.presscov-btn-prev:hover,
.presscov-btn-next:hover {
  background-color: #203557; /* Darker background on hover */
  color: #FFF;
  /* transform: translateY(-50%) scale(1.1); Slight zoom effect */
}

/* BLOGS BUTTONS */
.blog-swiperbtn-container{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.blog-btn-prev, .blog-btn-next{
  position: static;
  width: 46px;
  height: 46px;
  background: #203557;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none; /* Removes focus outline */
}

.blog-btn-prev:hover, .blog-btn-next:hover{
  background-color: #203557; /* Darker background on hover */
  color: #FFF;
}

.pagination-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  padding-bottom: 0px;
}


.swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #203557 !important; 
  height: 4px !important;
  border-radius: 15px !important;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal,

.mySwiper2 .swiper-pagination {
  position: static !important;
  text-align: center !important;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 3px !important;
  width: 50% !important;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 50%;
  height: 4px;
  left: auto;
  top: auto;
}















.section-title-container{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.bio-title-container{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

  .sec-header{
    color: #25282B;
    font-family: 'Poppins';
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 14px;
  }

/* @include media-breakpoint-only(xs) { 
    .bottom-line{
        border: 
    }
 } */


 .no-link-style {
    color: inherit;
    text-decoration: none;
}

.two-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    max-height: 3.2em; /* Optional: control the height */
}

.three-line-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* Limits to 3 lines */
  max-height: 4.5em; /* Adjust height to fit 3 lines (line-height * 3) */
}


.one-line-text{
    display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1; /* Limits to 1 line */
max-height: 1.5em; /* Adjust height based on font size */
}

.date-badge-container{
  margin: 6px 0px;
  line-height: 0px;
}

.date-text{
  color: #979797;
  font-size: 16px;
}

.read-badge{
  background:#EBEEF2 !important;
  font-weight: 400 !important; 
  font-family: 'Source Code Pro'; 
  color: #495367 !important; 
  font-size: 12px !important;
  border-radius: 6px !important;
}

.blog-title-header{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px !important;
    letter-spacing: 0.36px;
    color: #1A202E !important;
}

.blog-disc{
  font-size: 16px;
  font-weight: 400; 
  font-family: 'Roboto';
  margin-bottom: 10px !important;
  line-height: 26px;
  color: #1A202E !important;
}

.blog-btn{
  color: #FFFFFF;
  background-color: #203557;
  border: 1px solid #203557;
  font-size: 17px;
  padding: 7px 12px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: -0.68px;
  transition: all 0.3s ease-in-out;
}

.articles-cards .card{
  border: 0.7px solid #DEE3EB !important;
  border-radius: 10px !important;
}









.press-cov-each{
  box-shadow: 0px 0px 32px 0px #00000012;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
}



.ceo-img-container{
  position: absolute;
  top: 86px; 
  right:0;
}

 .ceo-img{
  height: 520px;
 }

 .navbar-link{
  color: #000000;
 }
 .navbar-link:hover{
  color: #203557;
 }

/*  */
.custom-nav-link {
  color: #000000; /* Black text */
  font-weight: 500;
  font-family: 'Poppins';
  font-size: 14px;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  display: block;
  text-decoration: none;
  margin-left: 17px;
}

.custom-nav-link:hover {
  color: #203557; /* Blue on hover */
  text-decoration: none; /* Remove underline */
}



/* NAVBAR CSSS */
  .navbar-items {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  justify-content: end;
  gap: 10px;
  }
  
  .navbar-items li {
  text-align: center;
  width: 140px;
  }
  
  .nav-item-link {
  color: #000;
  text-decoration: none;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.24px;
  transition: color 0.3s ease-in-out;

  }
  
  .nav-item-link:hover {
  color: #203557 !important;
  font-weight: 600 !important; 
  }

  /* Active state styling */
  .nav-item-link.active {
  color: #203557 !important;
  font-weight: 600 !important; 
  }


  .quotes-card .card{
  border-radius: 7px;
  border: none;
  }

  .quotes-card .card-img{
  border-radius: 7px;
  }
























.main-title-container-dk{
  position: relative;
  top: 190px;
  /* bottom: 50%; */
}
.main-header{
  color: #203557;
  font-size: 95px;
  font-weight: 700;
  line-height: 87px;
  margin-bottom: 0px;
  width: 100%;
}

.main-disc{
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  color: #484848;
  width: 92%;
}

 
 .bio-hr, .articles-hr, .brands-hr, .gallery-hr , .press-hr, .what-they-say-hr , .quotes-hr,  .awards-hr{
  height: 4px;    
  border-radius: 2px;
  background-color: #203557;
  border: none;
  opacity: 1;
  margin: 1px;
 }

.bio-hr{
  width: 176px;
}

.awards-hr{
width: 105px;
}

.brands-hr{ 
  width: 105px;
}

.what-they-say-hr{
  width: 707px;
}

.gallery-hr{
width: 105px;
}

.quotes-hr{
  width: 380px;
}

.gradient{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}   

.articles-hr{
  width: 105px;
}

.press-hr{
  width: 202px;
}

.zee-img{
  width: 41px;
  height: 14px;
  border: 1px solid black;
  border-radius: 50%;
  /* padding: 0.2rem; */
}

.zee-header{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #3E3232;
}

.press-credits-container{
  display: flex;
  justify-content: start;
  align-items: center;
}
.press-credits{
  padding-left: 10px;
}


.press-img{
  width: 40px;
  height: 40px;
}

.zee-date{
  font-size: 12px;
  color: #3E3232BF;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 0.25px;
}

.what-they-say {
  position: relative;
  height: 100%;
  }


.brands-each{
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #0000000D;
  background-color: #FFF;
  width: 100%;
}

.brands-container{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px;
}

.brands-disc{
  font-family: 'Poppins';
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  margin: 10px 0px;
  color: #000000;
}

.brands-img{
    height: 100%;
    width: 100%;
    border-radius: 0px 6px 6px 0px;
}


.press-disc{
  font-size: 14px;
  font-weight: 400;
  color: #3E3232BF;
  letter-spacing: 0.25px;
  margin-bottom: 0px;
}

.carousel-item{
    width: 100%;
    height: 645px;
}

.carousel-quotes-item{
    width: 100%;
    height: 180px;
}

















.press-header{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #3E3232;
  font-family: 'Poppins';
}

.bio-disc{
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.quote-buttons{
  position: absolute;
  top: 120px;
  bottom: 0px;
  width: 83%;
}

.bio-img{
  height: 100% !important; 
  object-fit: cover;
  width: 100%;
}






.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.marquee__group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  min-width: 100%;
  animation: scroll 20s linear infinite;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-100% - 40px)); /* Gap adjustment to match the scrolling */
  }
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: 2vw;
  padding: 12vh 0;
  will-change: transform;
}

.marquee-inner img {
  height: 100%;
  transition: transform 0.5s;
  flex-shrink: 0;
  width: 20vw;
  border-radius: 2rem;
}

.marquee-inner img:hover {
  transform: scale(1.03);
}

.App {
  text-align: center;
  padding: 1rem;
}

.MarqueeContainer {
  min-height: 100%;
  padding: 40px;
}

.MarqueeContainer {
  --space: 10px;
  display: grid;
  align-content: center;
  gap: var(--space);
  width: 100%;
  font-family: "Corben", system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.marquee {
  --duration: 60s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee--borders {
  padding-block: 20px;
}




















.card-body{
  padding: 8px !important;
  text-align: start;
}

.blog-swiper .card-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.show-all-btn{
  background-color: #F5F5F5;
  color: #203557;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.show-all-arrow{
  padding-left: 9px;
}





/* LinkedIn cards CSS */
.linkedin-card{
  width: fit-content;
  height: fit-content;
  background-color: #DEE3EB;
}

.profile-img{
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.card-details{
  width: 100%;
  display: flex;
  font-size: 12px;
  justify-content: start;
  align-items: start;
  padding: 10px;
}

.pad-this{
  padding: 0px;
  margin-bottom: 0px;
}

.title-name{
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
}

.title-disc{
  /* width: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  margin-bottom: 0px;
  color: #979797;
  font-size: 12px;        
  
}

.linkedin-disc{
  font-size: 14px;
  /* padding-bottom: 5px; */
  margin-bottom: 7px;
}

.card-container .card{
  /* padding: 20px; */
}

/* this is the linkedin responsive  */

.main-card-img{
  border-radius: 0px 0px 2px 2px;
  height: 90%;
  width: 100%;
  /* margin-bottom: 20px; */
}

.content-box{
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 2px 8px 0px #63636333;
  border-radius: 2px;
}
  



.main-headers{
  /* border: 1px solid black; */
  /* padding-top: 5rem; */
}

.quote-buttons{
  /* margin-top: 12rem; */
  /* background: black; */
  /* margin-left: 5rem;
  margin-right: 5rem;
  padding-right: 10rem;
  height: auto;
  width: auto; */
  /* color: black; */
    
}

.gallery-carousel, .gallery-img{
  /* max-height: 645px;
  max-width: 1246px; */
  width: 100%;
  height: 80%;
  object-fit: contain;
}

.carousel-control-prev {
  background-image: url('../images/logo/previous-arror.svg');
}

.carousel-control-next {
  background-image: url('../images/logo/next-arrow.svg');
}


/* chat quotes */
/* Styling for the carousel quote container */
.quote-symbol {
  width: 28px;
  height: 34px;
  margin-bottom: 10px;
}

/* Styling for the text inside the carousel */
.quote-text {
  font-size: 22px;
  font-style: italic;
  font-weight: 400  ;
  text-align: start;
}

/* Left navigation arrow */
.quote-arrow-left {
  position: absolute;
  top: 90%;
  left: 250px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

/* Right navigation arrow */
.quote-arrow-right {
  position: absolute;
  top: 90%;
  right: 250px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

/* Styling for navigation icons */
.quote-navigation-icon {
  width: 30px;
  height: 30px;
}


.quote-arrow-left .bi-chevron-left, .quote-arrow-right .bi-chevron-right{
  color: #FFF;
  text-shadow: 1px 0 currentColor, -1px 0 currentColor, 0 1px currentColor, 0 -1px currentColor;
  font-size: 28px;
}


/* Pagination button styling */
.quote-pagination button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #203557;
  margin: 5px;
  opacity: 0.6;
}

.quote-pagination .active {
  opacity: 1;
}

/*  */


.text-justify {
  text-align: justify;
}

.zee-img{
  /* border: 1.5px solid black; */
  border-radius: 50%;
  height: 50px;
  width: 50px;
}






.footer-section{
  background-color: #203557;
  box-shadow: 0px 7px 10px 0px #0000000D;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container-whole{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.navbar-items-footer{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.nav-item-link-footer{
  text-decoration: none;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}


.footer-copy-rights{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 0px;
}


.footer-copy-rights a{
  color: inherit;
}

.footer-dk-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}







/* BLOGS HOMES PAGE DISIGN */
.first-section-blogs{
  margin-top: 90px;
}


.hot-topics-bgimg{
  background-image: url('../images/hot-topics-bgimg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  height: 426px;
}

.blogs-section-title{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 16px;
  color: #121221;
}

.hot-topics-title{
  font-family: 'Poppins';
  font-size: 32px;
  line-height: 48px;
  color: #F8F8F8;
  font-weight: 600;
}

.hot-topics-disc-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}

.hot-topics-disc{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  color: #F8F8F8;
}

.add-linear-gradiant{
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.25%, rgba(0, 0, 0, 0.65) 100%);
  border-radius: 8px;
}

.hot-topics-contents-container{
  position: absolute;
  bottom: 0;
  padding: 0px 0px 30px 30px;
  width: 100%;
}

.hot-topics-txt{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 32.4px;
  color: #444444;
}

.big-hot-topics-txt{
  font-size: 32px;
  font-weight: 600;
}

.read-more-link{
  color: #203557;
}


.blog-each-header{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 48px;
  line-height: 75px;
  text-align: center;
  color: #000000; 
  margin-bottom: 0px;
}

.blog-each-hr{
  width: 420px;
  height: 1px;
  background-color: #DDDDDD;
  border: none;
  opacity: 1;
  border-radius: 2px;
  text-align: center;
  margin: auto;
}

.blog-each-pubdate{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #646464;
  margin: 12px 0px;
}

.blog-each-title-img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.blog-each-first-section p, .blog-each-second-section p{
  margin-bottom: 10px;
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.6px;
}

.blog-each-first-section h2, .blog-each-second-section h2{
  margin-top: 14px;
}

.blog-each-first-section , .blog-each-second-section {
  font-family: 'Poppins' !important;
}

.blog-each-first-section h3, .blog-each-second-section h3{
  margin-top: 14px;
}

.blog-each-first-section img, .blog-each-second-section img{
  max-width: 100% !important;
  height: auto !important;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;

  box-shadow: 0px 2px 8px 0px #63636333;

}


.blog-each-first-section a, .blog-each-second-section a{
  color: #203557 !important;
  font-weight: 700;
}





.related-blogs-txt{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 25px;
  color: #000000;
}




/* MARQUEE SWIPER CSS */
/* Marquee Container */
.marquee-section{
  padding: 60px 0px;
  padding-top: 0px;
}
.marquee-container {
  width: 100%;               /* Full width of the container */
  overflow: hidden;          /* Hide overflowing content */
  position: relative;        /* For the scrolling effect */
  background-color: #f9f9f9; /* Optional background color */
}

.marquee {
  display: flex;             /* Horizontal alignment */
  gap: 75px;                    /* Remove any gaps */
  width: max-content;        /* Dynamic width for smooth flow */
  animation: marquee 160s linear infinite; /* Smooth, infinite scrolling */
}

.readytogo {
  white-space: nowrap;       /* Prevent line breaks */
  padding-right: 20px;       /* Space between items */
  font-size: 1.2em;          /* Adjust size */
}

@keyframes marquee {
  from {
    transform: translateX(0);       /* Start at the leftmost position */
  }
  to {
    transform: translateX(-100%);    /* Move left by half of the total content width */
  }
}

.scrolling-item{
  text-transform: uppercase;
  font-family: 'Cormorant Garamond';
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.blog-details .swiper-slide {
  display: flex;
  align-items: stretch;
}

/* Make sure .blog-card fills the swiper-slide height */
.blog-details .blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog-details .swiper-wrapper {
  display: flex;
}