
/* Custom Css */
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.main.main-page,.breadcrumbs{margin-top:104px;}
header.header-v3{background:#fff;margin-top:0px;background:#fff;}
header.header-v3 .header-main-inner{margin-top:0px;}
.main-menu .area-inner{display:flex;}
.tbm-link.level-1{padding:1rem 1rem;font-size:0.82em !important;}
.main-menu .area-inner .gva-offcanvas-mobile{margin:auto auto auto 10px;}
.main-menu .tbm-nav li:last-child.tbm-item.level-1{padding:0 20px;background:#fff;}
.main-menu .tbm-nav li:last-child.tbm-item.level-1 .tbm-link.level-1{background:#1b5b7a;border-radius:4px;width:150px;text-align:center;color:#fff !important;font-size:13px !important;}

header.header-v3 .main-menu-inner{margin-top:2.5%;}
/*Mega Menu*/
.tbm-item.level-1{border-width:0px;}
.tbm-link.level-1{font-size:12px;font-weight:700;text-transform:uppercase;color:#42424f !important;}
@media (min-width: 700px) {
.tbm-submenu{top:74px;min-height:300px;padding-left:8%;}
.tbm-link.level-1:hover, .tbm-link.level-1:focus{background-color:#5B92E5;color:#fff !important;}
}
.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link{padding:0 0;font-size:19px;letter-spacing:1px;text-transform:capitalize;}
.tbm-link.level-1 {
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

/* underline animation */
.tbm-link.level-1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease, left 0.3s ease;
}

/* hover effect */
.tbm-link.level-1:hover,
.tbm-link.level-1:focus,
.tbm-link.level-1.active-trail{
  background-color: #fff;
  color: #6c6e6f !important;
  transform: translateY(-2px);
  border-bottom:3px solid #5B92E5;
}

/* animate underline */
.tbm-link.level-1:hover::after,
.tbm-link.level-1:focus::after {
  width: 100%;
  left: 0;
}


.tbm-subnav.level-1 {
  position: relative;
  max-width: 325px;
}

/* vertical line */
.tbm-subnav.level-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #5ba1ac;
  transition: height 0.1s ease;
  min-height:250px;
}

/* animate when submenu appears */
.tbm-item:hover .tbm-subnav.level-1::after {
  height: 100%;
  min-height:250px;
}
ul.tbm-subnav.level-1::before {
    content: "Topics";
    text-transform: uppercase;
    border-bottom: 3px solid #5B92E5;
    padding-bottom: 3px;
    border-color: blue;
    font-size: 12px;
    letter-spacing: 2px;
}
.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link,.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link.no-link{color:#000 !important;}

.tbm-subnav li:first-child {
padding-top:15px;
}
.shadow_box{box-shadow:5px 7px 9px 3px rgba(0, 0, 0, 0.4);}

.parent_div {
  display: flex;
  align-items: center;
  gap: 15px; /* space between columns */
}

.firstone3 {
  flex: 0 0 30%;
}

.secondone7 {
  flex: 0 0 70%;
}

.firstone3 img {
  width: auto;
}
@media (max-width: 768px) {
  .parent-div {
    flex-direction: column;
  }

  .firstone3,
  .secondone7 {
    flex: 0 0 100%;
    width: 100%;
  }
    .parent-container{
    flex-direction:column;
  }

  .parent_div{
    flex:0 0 100%;
  }
  .footer-second{padding-left:9%;}
}
.tb-dropdown-inner .tbm-block{margin-top:10px;}
.tb-dropdown-inner .tbm-block .block-content p{font-size:15px;}
/* main container */
.parent-container{
  display:flex;
  gap:30px;
}


@media (min-width: 1200px) {
   .footer-center .container {
        max-width: 1200px;
    }
    .footer-center .footer-second{padding-left:8%;}
}

@media (min-width: 1200px) {
    .child_container {
        max-width: 1200px;
        margin:0 auto;
    }
}
/* Climate Section */
.climate-section {
  background: linear-gradient(135deg, #0a2540, #0f5c82, #1aa7c9);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Wave overlay effect */
.climate-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 120px;
  background: url("https://svgshare.com/i/13pT.svg") repeat-x;
  opacity: 0.25;
  animation: waveMove 12s linear infinite;
}

@keyframes waveMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.card-wrapper {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap; /* important for responsiveness */
}
.title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.subtitle {
  opacity: 0.85;
  margin-bottom: 50px;
}

/* Card Template */

/* Cards */
.climate-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  width: 260px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #e3eaf2;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* ✨ Hover effect (clean + professional) */
.climate-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(31, 78, 121, 0.18);
  border-color: #2b6ca3;
}

/* 🌊 Top border animation (coastal highlight) */
.climate-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #1f4e79, #2b6ca3);
  transition: width 0.4s ease;
}

.climate-card:hover::before {
  width: 100%;
}

/* ✨ Soft shimmer effect (less aggressive) */
.climate-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(43,108,163,0.12),
    transparent
  );
  transform: translateX(-100%);
  transition: 0.6s;
}

.climate-card:hover::after {
  transform: translateX(100%);
}

/* Icon bubble */
.icon-circle {
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 50%;
  background: #e6f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
  color: #2b6ca3;
  transition: all 0.3s ease;
}

/* Icon hover effect */
.climate-card:hover .icon-circle {
  background: #2b6ca3;
  color: #fff;
  transform: scale(1.1);
}

/* Text */
.climate-card h3 {
  margin-bottom: 10px;
  color: #1f2d3d;
}

.climate-card p {
  font-size: 14px;
  color: #6b7c93;
}

/* Button */
.climate-card a {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  border-radius: 4px;
  background: #2b6ca3;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Button hover */
.climate-card a:hover {
  background: #1f4e79;
}

.climate-card {
  opacity: 0;
  transform: translateY(20px);
}

.climate-card.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}
.remove_inner_padding .bb-inner{padding-top:2px;padding-bottom:0px;}
.padding-6-30{padding:6px 30px !important;}

/*box-shadow: 0 10px 25px rgba(0,0,0,0.1);
.tb-dropdown-inner {
	max-width: 1278px;
	margin: auto;
	padding: 0 45px 28px;
	min-height: 200px;
}
*/