p {
  text-justify: inter-word;
  letter-spacing: 0.5px; 
  hyphens: auto;
}
#site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  width: 80%;
  left: 10%;
  border-radius: 50px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(18px) saturate(1.5);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  border: 1.5px solid rgba(255,255,255,0.25);
  transition: border-radius 0.3s, box-shadow 0.3s, background 0.3s, top 0.3s;
}

#site-header.sticky {
  top: 20px; /* Add spacing from top when sticky */
  box-shadow: 0 4px 20px 0 rgba(31,38,135,0.19);
  border-radius:50px;
  margin-top: 0; /* Remove margin-top when sticky to prevent double spacing */
}

#site-header.sticky .dropdown-menu>li>a.menu-link>span{
    color:#000;
}

#site-header.sticky .icon-magnifier{
	color:#000;
}

@media (max-width: 768px) {
  #site-header {
    width: 100%;
    left: 0;
    border-radius: 0 0 20px 20px;
    margin-top: 0;
  }
  
  #site-header.sticky {
    top: 10px; /* Smaller spacing on mobile */
  }
}
@media (min-width: 769px) {
  
  /* Only target nested sub-menus (sub-menu inside sub-menu) */
  .sub-menu .sub-menu {
    right: 100% !important;
    left: auto !important;
    top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* When hovering over menu items with nested children (like Employee Login) */
  .sub-menu .menu-item-has-children:hover > .sub-menu {
    right: 100% !important;
    left: auto !important;
  }

  /* Additional targeting for nested dropdowns */
  .sub-menu .dropdown .sub-menu,
  .sub-menu .menu-item-has-children .sub-menu {
    right: 100% !important;
    left: auto !important;
    top: 0 !important;
  }
}

.wpsm_number{
	font-size:26px !important;
	font-weight:600 !important;
	font-family:Montserrat !important;
}
@media(max-width:600px){
	.wpsm_number{
	font-size:18px !important;
	font-weight:600 !important;
}
}
#wpsm_counter_b_row_52 .wpsm_counterbox .wpsm_count-title{
		margin-top: 0 !important;
		font-family:Montserrat !important;
}
#wpsm_counter_b_row_52 .wpsm_counterbox{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.hero-two-layout{
	display:flex !important;
	justify-content:space-between !important; 
	align-items:center !important;
}
#wpsm_counter_b_row_97 .wpsm_counterbox{
	margin: 0 !important;
}
#wpsm_counter_b_row_97 .wpsm_counterbox .wpsm_count-title{
	margin-top:0 !important;
	font-family:Montserrat !important;
}
.home-hero h1{
	color:white;
}
.flexed-about{
	display:flex;
	justify-content:center;
	gap:10px;
}
.flexed-about h3{
		position:relative;
		top:-2px;
}

.flexed-reviews{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	margin-bottom:30px;
}
.flexed-connect{
	display:flex;
	gap:10px;
}
.flexed-connect h3{
		margin-bottom:0;

}
.flexed-connect h1{
	position: relative;
    top: -2px; 
    line-height: 1;
}

.dot-circle{
		display:block !important;
		width:20px;
		height:20px;
		border-radius:50%;
		background-color:#d19d61;
}
.about-us p {
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.01em;
    text-align: center;

}
@media(max-width:600px){
		.about-us p{
			font-size:1.5rem;
		}
}
.home-section .wp-image-417{
		border-radius:25px;
}
.mission-vision-cont{
	border-radius:25px !important;;
}
.so-widget-sow-tabs-default-e1b1e1ebf88a .sow-tabs .sow-tabs-tab-container {
    background-color: #d19d61;
    display: flex;
    padding: 12px 10px 0px 10px;
		border-radius: 25px 25px 0px 0px;
    justify-content: space-around;
		flex-wrap:nowrap !important;
}
.so-widget-sow-tabs-default-e1b1e1ebf88a .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
		color:#966433 !important;
		font-weight:600 !important;
}
.so-widget-sow-tabs-default-e1b1e1ebf88a .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected{
		color:#fff !important;
		font-weight:600 !important;
}
.so-widget-sow-tabs-default-e1b1e1ebf88a
.sow-tabs .sow-tabs-tab-container 
.sow-tabs-tab .sow-tabs-title::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f111"; 
    margin-right: 6px; 
}
.so-widget-sow-tabs-default-e1b1e1ebf88a .sow-tabs .sow-tabs-panel-container{
		min-height:529px;
		border-radius: 0px 0px 25px 25px;
}
.so-widget-sow-tabs-default-e1b1e1ebf88a .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
    font-size: 24px !important;
}
@media(max-width:600px){
.so-widget-sow-tabs-default-e1b1e1ebf88a .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
    font-size: 18px !important;
}
}
/*services*/
.services-containers {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.services-containers .panel-grid-cell {
  background: #ddd;
	color:#111;
  border-radius: 16px;
	font-size:16px;
	font-style:italic;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}

.services-containers .panel-grid-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.services-containers .panel-grid-cell:hover::before {
  left: 100%;
}

.services-containers .panel-grid-cell:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%);
}

.services-containers .so-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-containers .so-widget-sow-editor {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-containers .siteorigin-widget-tinymce {
  height: 100%;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
}

.services-containers .panel-grid-cell img {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #d4a574 0%, #c19660 100%);
  border-radius: 50%;
  transition: all 0.3s ease;
  filter: brightness(1.1);
  flex-shrink: 0; /* Prevent image from shrinking */
}

.services-containers .panel-grid-cell:hover img {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #e6b685 0%, #d4a574 100%);
  box-shadow: 0 8px 25px rgba(212, 165, 116, 0.4);
}

.services-containers .panel-grid-cell p:first-of-type {
  margin-bottom: 0;
		padding-top:30px;
}

.services-containers .panel-grid-cell p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 500;
	font-style:normal;
  color: #000;
  line-height: 1.4;
	margin:0;
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
	text-align:center;
}

.services-containers .panel-grid-cell:hover p:nth-of-type(2) {
  color: #1a252f;
}

.services-containers .panel-grid-cell p:nth-of-type(2)::first-line {
  font-weight: 700;
  font-size: 20px;
}

.services-containers .panel-grid-cell p:last-of-type {
  margin-top: auto;
  padding-top: 20px;
  color: #d4a574;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0; /* Prevent button from shrinking */
  align-self: center; /* Center the button */
}

.services-containers .panel-grid-cell p:last-of-type::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4a574, #c19660);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.services-containers .panel-grid-cell:hover p:last-of-type {
  color: #c19660;
  transform: translateY(-2px);
}

.services-containers .panel-grid-cell:hover p:last-of-type::after {
  width: 60%;
}

.services-containers .panel-grid-cell a {
  color: #d4a574;
  text-decoration: none !important;
	font-style:normal;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .services-containers {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }
  
  .services-containers .panel-grid-cell {
    min-height: 320px; /* Adjusted for tablet */
  }
}

@media (max-width: 768px) {
  .services-containers {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px;
  }
  
  .services-containers .panel-grid-cell {
    min-height: 300px;
  }
  
  .services-containers .siteorigin-widget-tinymce {
    padding: 15px 8px;
    min-height: 280px;
  }
  
  .services-containers .panel-grid-cell img {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }
  
  .services-containers .panel-grid-cell p:nth-of-type(2) {
    font-size: 15px;
    margin: 12px 0;
  }
  
  .services-containers .panel-grid-cell p:nth-of-type(2)::first-line {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .services-containers {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 10px;
  }
  
  .services-containers .panel-grid-cell {
    min-height: 280px;
  }
  
  .services-containers .siteorigin-widget-tinymce {
    padding: 20px 15px;
    min-height: 260px;
  }
  
  .services-containers .panel-grid-cell img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  
  .services-containers .panel-grid-cell p:nth-of-type(2) {
    font-size: 16px;
  }
  
  .services-containers .panel-grid-cell p:nth-of-type(2)::first-line {
    font-size: 18px;
  }
}

/* Additional smooth animations */
.services-containers .panel-grid-cell * {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Staggered hover animation for grid items */
.services-containers:hover .panel-grid-cell:not(:hover) {
  opacity: 0.8;
  transform: scale(0.98);
}

/* Ensure equal height cards in all scenarios */
.services-containers .panel-grid-cell {
  display: flex;
  flex-direction: column;
}

.services-containers .panel-grid-cell .so-panel {
  flex: 1;
}

.services-containers .panel-grid-cell .so-widget-sow-editor {
  flex: 1;
}

.services-containers .panel-grid-cell .siteorigin-widget-tinymce {
  flex: 1;
}

/*Review Container*/
.review-container{
		background-color:#ddd;
		padding:40px 20px;
		border-radius:25px;

}
.gstm-has-carousel-swiper .swiper-button-prev,
.gstm-has-carousel-swiper .swiper-button-next{
	background-color:#d09d61 !important;
}
.gstm-has-carousel-swiper .swiper-button-next:hover,
.gstm-has-carousel-swiper .swiper-button-prev:hover{
	background-color:#00244c !important;
}
.gstm-has-carousel-swiper .swiper-button-prev svg path,
.gstm-has-carousel-swiper .swiper-button-next svg path{
	fill:#fff;
}
.grid_style1 .gs_testimonial_single .testimonial-author-info{
		justify-content:center;
		text-align:center;
}

.testimonial-box {
	justify-items:center;
}
form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style){
	 background-color:#d09d61 !important;
}
form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style){
	 background-color:#d09d61 !important;
}
.ff-default .ff-el-form-control{
  background-color:#fff;
		border:2px solid #fff !important;
}
.Connect-us-cont br{
	display:none;
}
.Connect-us-cont {
  display: grid;
  grid-template-columns: auto 1fr; 
  row-gap: 20px;
  column-gap: 0; 
  align-items: center;
	font-style:italic;
}
.Contact-us-cont {
  display: grid;
  grid-template-columns: auto 1fr; 
  row-gap: 20px;
  column-gap: 0; 
  align-items: center;
	font-style:italic;
}
.Contact-us-cont br:not(:last-of-type) {
  display: none;
}
.connect-para{
	font-style:italic;
	font-size:20px;
}
.footer-images{
	display:flex;
	align-items:center;
	margin:60px 0px;
	gap:10px;
}
.footer-bigtext {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #ffffff, #c0c0c0, #ffffff);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 6s linear infinite; /* slow classy shine */
  transition: transform 0.8s ease, letter-spacing 0.8s ease;
  text-align: center;
}
@media(max-width:600px){
		.footer-bigtext {
			font-size:30px;
		}	

}
/* Hover effect (subtle zoom + spacing) */
.footer-bigtext:hover {
  transform: scale(1.05);
  letter-spacing: 4px;
}

/* Shine animation */
@keyframes shine {
  from { background-position: 200% center; }
  to { background-position: -200% center; }
}

/*About us Page*/
/*about*/
.about-containers {
  max-width: 1200px;
  margin: 0 auto;
}

.about-containers .panel-grid-cell {
  background: #fff;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}

.about-containers .panel-grid-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.about-containers .panel-grid-cell:hover::before {
  left: 100%;
}

.about-containers .panel-grid-cell:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%);
}

.about-containers .so-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-containers .so-widget-sow-editor {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-containers .siteorigin-widget-tinymce {
  height: 100%;
  padding: 0px 20px;
	border:1px solid #d19d61;
	border-radius:25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 345px;
}
.about-containers .panel-grid-cell img {
  margin: 0 auto 20px;
  transition: all 0.3s ease;
  filter: brightness(1.1);
  flex-shrink: 0; 
}


.about-containers .panel-grid-cell p:first-of-type {
  margin-bottom: 0;
  padding-top:30px;
}

.about-containers .panel-grid-cell p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
  margin:0;
  transition: color 0.3s ease;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
	text-align:center;
	text-transform: uppercase;
}

.about-containers .panel-grid-cell:hover p:nth-of-type(2) {
  color: #1a252f;
}

.about-containers .panel-grid-cell p:nth-of-type(2)::first-line {
  font-weight: 700;
  font-size: 20px;
}

.about-containers .panel-grid-cell p:last-of-type {
  margin-top: auto;
  padding-top: 20px;
  color: #d4a574;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0; /* Prevent button from shrinking */
  align-self: center; /* Center the button */
}


.about-containers .panel-grid-cell:hover p:last-of-type::after {
  width: 60%;
}

.about-containers .panel-grid-cell a {
  color: #d4a574;
  text-decoration: none !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-containers {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }
  
  .about-containers .panel-grid-cell {
    min-height: 320px; /* Adjusted for tablet */
  }
}

@media (max-width: 768px) {
  .about-containers {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px;
  }
  
  .about-containers .panel-grid-cell {
    min-height: 300px;
  }
  
  .about-containers .siteorigin-widget-tinymce {
    padding: 15px 8px;
    min-height: 280px;
  }
  
  .about-containers .panel-grid-cell p:nth-of-type(2) {
    font-size: 15px;
    margin: 12px 0;
  }
  
  .about-containers .panel-grid-cell p:nth-of-type(2)::first-line {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .about-containers {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 10px;
  }
  
  .about-containers .panel-grid-cell {
    min-height: 280px;
  }
  
  .about-containers .siteorigin-widget-tinymce {
    padding: 20px 15px;
    min-height: 260px;
  }
  
  .about-containers .panel-grid-cell p:nth-of-type(2) {
    font-size: 16px;
  }
  
  .about-containers .panel-grid-cell p:nth-of-type(2)::first-line {
    font-size: 18px;
  }
}

/* Additional smooth animations */
.about-containers .panel-grid-cell * {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Staggered hover animation for grid items */
.about-containers:hover .panel-grid-cell:not(:hover) {
  opacity: 0.8;
  transform: scale(0.98);
}

/* Ensure equal height cards in all scenarios */
.about-containers .panel-grid-cell {
  display: flex;
  flex-direction: column;
}

.about-containers .panel-grid-cell .so-panel {
  flex: 1;
}

.about-containers .panel-grid-cell .so-widget-sow-editor {
  flex: 1;
}

.about-containers .panel-grid-cell .siteorigin-widget-tinymce {
  flex: 1;
}

/*core*/
.core-containers {
  max-width: 1200px;
  margin: 0 auto;
}

.core-containers .panel-grid-cell {
  background: #fff;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}

.core-containers .panel-grid-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.core-containers .panel-grid-cell:hover::before {
  left: 100%;
}

.core-containers .panel-grid-cell:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%);
}

.core-containers .so-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.core-containers .so-widget-sow-editor {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.core-containers .siteorigin-widget-tinymce {
  height: 100%;
  padding: 0px 20px;
	border:1px solid #d19d61;
	border-radius:25px;
	min-height:360px;
}
@media(width:820px){
.core-containers .siteorigin-widget-tinymce {
	min-height:500px;
}
}

.core-containers .panel-grid-cell img {
  margin: 0 auto 20px;
	border: 1px solid #d19d61;
  border-radius: 50%;
  transition: all 0.3s ease;
  filter: brightness(1.1);
  flex-shrink: 0; 
}

.core-containers .panel-grid-cell p:first-of-type {
  margin-bottom: 0;
  padding-top:30px;
}

.core-containers .panel-grid-cell p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
  margin:0;
  transition: color 0.3s ease;
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
  justify-content: center;
	text-align:center;
	text-transform:uppercase;
}

.core-containers .panel-grid-cell:hover p:nth-of-type(2) {
  color: #1a252f;
}

.core-containers .panel-grid-cell p:nth-of-type(2)::first-line {
  font-weight: 700;
  font-size: 20px;
}

.core-containers .panel-grid-cell p:last-of-type {
  margin-top: auto;
  padding-top: 20px;
  color: #00244a;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0; 
  align-self: center; 
}

.core-containers .panel-grid-cell:hover p:last-of-type::after {
  width: 60%;
}

.core-containers .panel-grid-cell a {
  color: #d4a574;
  text-decoration: none !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .core-containers {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }
  
  .core-containers .panel-grid-cell {
    min-height: 320px; /* Adjusted for tablet */
  }
}

@media (max-width: 768px) {
  .core-containers {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px;
  }
  
  .core-containers .panel-grid-cell {
    min-height: 300px;
  }
  
  .core-containers .siteorigin-widget-tinymce {
    padding: 15px 8px;
    min-height: 280px;
  }
  
  .core-containers .panel-grid-cell p:nth-of-type(2) {
    font-size: 15px;
    margin: 12px 0;
  }
  
  .core-containers .panel-grid-cell p:nth-of-type(2)::first-line {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .core-containers {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 10px;
  }
  
  .core-containers .panel-grid-cell {
    min-height: 280px;
  }
  
  .core-containers .siteorigin-widget-tinymce {
    padding: 20px 15px;
    min-height: 260px;
  }
  
  .core-containers .panel-grid-cell p:nth-of-type(2) {
    font-size: 16px;
  }
  
  .core-containers .panel-grid-cell p:nth-of-type(2)::first-line {
    font-size: 18px;
  }
}

/* Additional smooth animations */
.core-containers .panel-grid-cell * {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Staggered hover animation for grid items */
.core-containers:hover .panel-grid-cell:not(:hover) {
  opacity: 0.8;
  transform: scale(0.98);
}

/* Ensure equal height cards in all scenarios */
.core-containers .panel-grid-cell {
  display: flex;
  flex-direction: column;
}

.core-containers .panel-grid-cell .so-panel {
  flex: 1;
}

.core-containers .panel-grid-cell .so-widget-sow-editor {
  flex: 1;
}

.core-containers .panel-grid-cell .siteorigin-widget-tinymce {
  flex: 1;
}

/*team*/
.team-containers {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* Unique geometric pattern background */
.team-containers::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/* Animated floating shapes */
.team-containers::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, rgba(212, 165, 116, 0.1), rgba(212, 165, 116, 0.05));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 10%;
  right: -5%;
  animation: float 8s ease-in-out infinite;
  z-index: 0;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

.team-containers .panel-grid-cell {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  text-align: center;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(212, 165, 116, 0.2);
  height: 100%;
  z-index: 1;
  margin-bottom: 30px;
}

/* Animated border gradient */
.team-containers .panel-grid-cell::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, 
    #d4a574, 
    rgba(212, 165, 116, 0.5), 
    #d4a574, 
    rgba(212, 165, 116, 0.3)
  );
  background-size: 300% 300%;
  border-radius: 32px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Shine effect */
.team-containers .panel-grid-cell::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.6), 
    transparent
  );
  transition: left 0.6s ease;
  z-index: 2;
}

.team-containers .panel-grid-cell:hover::before {
  opacity: 1;
}

.team-containers .panel-grid-cell:hover::after {
  left: 100%;
}

.team-containers .panel-grid-cell:hover {
  transform: translateY(-1px) scale(1);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(212, 165, 116, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.team-containers .so-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.team-containers .so-widget-sow-editor {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-containers .siteorigin-widget-tinymce {
  height: 100%;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  min-height: 580px;
  position: relative;
}

/* Profile image styling */
.team-containers .panel-grid-cell img {
  width: 80px !important;
  height: 80px !important;
  margin: 0 auto 25px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1.1) contrast(1.1);
  flex-shrink: 0;
  position: relative;
  z-index: 4;
}


/* Name styling */
.team-containers .panel-grid-cell p:nth-of-type(2) {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px 0;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}

.team-containers .panel-grid-cell:hover p:nth-of-type(2) {
  color: #1a252f;
  transform: translateY(-2px);
}

/* Position/Role styling */
.team-containers .panel-grid-cell p:nth-of-type(3) {
  font-size: 16px;
  font-weight: 600;
  color: #d4a574;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

.team-containers .panel-grid-cell p:nth-of-type(3)::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4a574, transparent);
  transition: width 0.3s ease;
}

.team-containers .panel-grid-cell:hover p:nth-of-type(3)::after {
  width: 60px;
}

/* Description paragraphs */
.team-containers .panel-grid-cell p:nth-of-type(4),
.team-containers .panel-grid-cell p:nth-of-type(5),
.team-containers .panel-grid-cell p:nth-of-type(6) {
  font-size: 14px;
  font-weight: 400;
  color: #5a6c7d;
  line-height: 1.6;
  margin: 10px 0;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.team-containers .panel-grid-cell:hover p:nth-of-type(4),
.team-containers .panel-grid-cell:hover p:nth-of-type(5),
.team-containers .panel-grid-cell:hover p:nth-of-type(6) {
  color: #4a5568;
  opacity: 1;
}

/* First paragraph styling */
.team-containers .panel-grid-cell p:first-of-type {
  margin-bottom: 0;
  padding-top: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .team-containers {
    padding: 30px 15px;
  }
  
  .team-containers .panel-grid-cell {
    margin-bottom: 25px;
    min-height: 380px;
  }
  
  .team-containers .siteorigin-widget-tinymce {
    padding: 35px 25px 25px;
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .team-containers {
    padding: 20px 12px;
  }
  
  .team-containers .panel-grid-cell {
    margin-bottom: 20px;
    min-height: 360px;
  }
  
  .team-containers .siteorigin-widget-tinymce {
    padding: 30px 20px 20px;
    min-height: 340px;
  }
  
  .team-containers .panel-grid-cell img {
    width: 70px !important;
    height: 70px !important;
  }
  
  .team-containers .panel-grid-cell p:nth-of-type(2) {
    font-size: 20px;
  }
  
  .team-containers .panel-grid-cell p:nth-of-type(3) {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .team-containers {
    padding: 20px 10px;
  }
  
  .team-containers .panel-grid-cell {
    margin-bottom: 20px;
    min-height: 450px;
  }
  
  .team-containers .siteorigin-widget-tinymce {
    padding: 25px 15px 15px;
    min-height: 430px;
  }
  
  .team-containers .panel-grid-cell img {
    width: 65px !important;
    height: 65px !important;
  }
  
  .team-containers .panel-grid-cell p:nth-of-type(2) {
    font-size: 18px;
  }
  
  .team-containers .panel-grid-cell p:nth-of-type(4),
  .team-containers .panel-grid-cell p:nth-of-type(5),
  .team-containers .panel-grid-cell p:nth-of-type(6) {
    font-size: 13px;
  }
}

/* Additional smooth animations */
.team-containers .panel-grid-cell * {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Staggered hover animation for grid items */
.team-containers:hover .panel-grid-cell:not(:hover) {
  opacity: 0.7;
  transform: scale(0.98);
}

/* Pulse animation for images */
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212, 165, 116, 0.4); }
  50% { box-shadow: 0 0 0 10px rgba(212, 165, 116, 0); }
}

.team-containers .panel-grid-cell img:hover {
  animation: pulse 2s infinite;
}

/* Ensure equal height cards */
.team-containers .panel-grid-cell {
  display: flex;
  flex-direction: column;
}

.team-containers .panel-grid-cell .so-panel {
  flex: 1;
}

.team-containers .panel-grid-cell .so-widget-sow-editor {
  flex: 1;
}

.team-containers .panel-grid-cell .siteorigin-widget-tinymce {
  flex: 1;
}

/*button*/
.get-btn button{
  color: #d19d61 !important;
  border: 2px solid #d19d61;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none; /* in case it's an  */
}

.get-btn button:hover {
  background-color: #d19d61;
  color: white !important;
  box-shadow: 0 6px 15px rgba(209, 157, 97, 0.4);
  transform: translateY(-2px);
}
.investment{
	display:flex;
	gap:30px;
}
@media(max-width:600px){
		.investment{
			display:block;
		}
	
}
#panel-w68c55c20d8f61-0-1-0.so-panel{
	display:flex;
	justify-content:center;
	align-items:center;
}
#panel-w68c55c20d9a49-0-0-0.so-panel{
	display:flex;
	justify-content:center;
	align-items:center;
}
.sidr-class-toggle-sidr-close{
	display:flex !important;
	align-items:center !important;
}
.grid_style2 .gs_testimonial_single .testimonial-box{
	background:transparent !important;
	
}
.grid_style2 .gs_testimonial_single .testimonial-box .box-content {
    font-family: 'Montserrat' !important;
    font-size: 22px !important;
}
@media(max-width:600px){
.grid_style2 .gs_testimonial_single .testimonial-box .box-content {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
}
}
/*Mission and Vision*/
.miss-visi-cont h2:nth-of-type(1)::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f111"; 
    margin-right: 6px;
    color: #fff;
}

.miss-visi-cont h2:nth-of-type(1) {
    color: white;
}

.miss-visi-cont h2:nth-of-type(2)::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    color: #966433 ;
}

.miss-visi-cont h2:nth-of-type(2) {
    color: #966433 ; 
}
.miss-visi-cont h3{
	color:white;
}
/*Tables*/
.wpdtSimpleTable.wpDataTable th{
		background-color:#d19d61 !important;
		color: #fff;
}

.apv-btn-cont{
	display:flex;
	justify-content:center;
	align-items:center;
}
.apv-btn{
	padding:15px !important;
	background-color:#d19d61 !important;
	color:white !important;
	text-decoration:none !important;
	border-radius:25px !important;
}
.pt-cv-ifield{
	  display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 959px) {
    #footer-widgets .col {
        margin-bottom: 0px !important;
    }
}
 .social-icons {
            display: flex;
            gap: 10px;
            align-items: center;
		        justify-content:center;
        }

        .social-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #333333;
            color: white;
            text-decoration: none !important;
						border-radius:10px;
            font-size: 24px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .social-icon:hover {
            background-color: #555555;
            transform: translateY(-2px);
        }

        .social-icon:active {
            transform: translateY(0);
        }

        /* Individual icon colors on hover */
        .instagram:hover {
            background-color: #E4405F;
						text-decoration:none !important;
        }

        .youtube:hover {
            background-color: #FF0000;
						text-decoration:none !important;
        }

        .facebook:hover {
            background-color: #1877F2;
						text-decoration:none !important;
        }

        .linkedin:hover {
            background-color: #0A66C2;
						text-decoration:none !important;
        }

        .twitter:hover {
            background-color: #000000;
						text-decoration:none !important;
        }
.grid_style1 .gs_testimonial_single .testimonial-box .box-content{
	font-size:20px;
	text-align:center;
}