body {
  font-family: 'basic-sans', sans-serif !important;
}
html {
	height: auto!important;
}
.thegem-te-menu ul.nav-menu .megamenu-template  {
	background: transparent!important;
}


/* .transparentHeader .scroll-locked {
	 margin-top: 55px!important;
} */

/* .header-sticked .video-section_scroll  {
	margin-top: 60px!important;
} */

#search-toggle {
  pointer-events: auto;
}

#search-toggle {
  position: relative;
  z-index: 9999999; 
}

.headline span {
	color: #1D124C!important;
}

.trip-style-dropdown {
  position: relative;
  display: inline-block;
}

.trip-style-toggle {
  padding: 8px 12px;
  border: none;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;

}

.trip-style-list {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 100%;
  left: 0;
  border: 1px solid #ddd;
  background: #fff;
  width: 200px;
  z-index: 1000;
	border-radius: 25px;
}

.trip-style-list li a {
 display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease; /* Smooth effect */
  border-radius: 4px; /* optional: rounded edges */
	font-size: 14px;
}

.trip-style-list li a:hover {
 background: #5e72eb;
    color: #fff!important;
    border-radius: 25px;
}

.trip-style-dropdown.open .trip-style-list {
  display: block;
}

.curved-border-image img{
	border-radius: 50px;
	width: 800px;
}

.search-suggestions {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  display: none;
  z-index: 1000;
}

.search-suggestions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-suggestions li {
  padding: 8px 12px;
}


.close-search {
	background: none!important;
    border: none!important;
}

#search-toggle4 {
background: none!important;
 border: none!important;	
}
.search-suggestions li:hover {
  background: #5e72eb;
  color: #fff;
  cursor: pointer;
}
.school-cat-img img{
	border-radius: 30px;
}
.school-cat-button a {
	background: transparent!important;
    border: 1px solid #000!important;
    color: #000!important;
    border-radius: 30px!important;
}

/* Globe css */

 
.gtranslate_wrapper {
	position: relative;
	display: inline-block;
	z-index: 9999;
}


.gtranslate_wrapper .gt-current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.gtranslate_wrapper .gt-current-lang img {
  width: 24px;
  height: 24px;
}

 .gtranslate_wrapper .gsatelites {
  display: none;
  position: absolute;
  top: 50px; 
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 0;
  flex-direction: column;
  min-width: 45px;
} 
.gtranslate_wrapper .gsatelites a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
} 
.gtranslate_wrapper .gsatelites a:last-child {
  border-bottom: none;
}

.gtranslate_wrapper .gsatelites img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 3px;
} 


.gtranslate_wrapper .gsatelites a {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 15px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  
}


.gtranslate_wrapper .gsatelites {
  display: none; 
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  border-radius: 25px;
  padding: 6px 0;
  flex-direction: column;
  z-index: 9999;
}
.gglobe {
	background: url("https://tnexpat.com/wp-content/uploads/2025/11/English-flag.svg") no-repeat center center!important;
	opacity: 1!important;
	width: 30px !important;
}

.gtranslate_wrapper .gsatelites a img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px !important;
  border-radius: 25px !important;
  box-shadow: none!important;
} 
  
.custom-footer .menu-custom-header span {
	color: #fff!important;
}

.custom-footer .nav-menu-custom  a {
	color: #fff!important;
	font-size: 14px!important;
}


/* Subscribe form wrapper */
.subscribe-form {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap; /* allow wrapping on smaller screens */
  justify-content: center; /* center on smaller screens */
}

/* Email input */
.subscribe-form input[type="email"] {
  border: none;
  outline: none;
  background: #f2f7fa; /* light background */
  padding: 10px 18px;
  border-radius: 25px; /* rounded corners */
  font-size: 14px;
  color: #333;
  
  max-width: 100%; /* prevents overflow */
  box-sizing: border-box;
}

/* Placeholder color */
.subscribe-form input[type="email"]::placeholder {
  color: #555;
  opacity: 0.7;
}

/* Submit button */
.subscribe-form input[type="submit"] {
  background: #5e72eb!important;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s ease;
  height: 50px !important;
  line-height: 30px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  border: none;
  min-width: 100px;
}

/* Hover effect */
.subscribe-form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

/* TN page image Hover Effect */
.thegem-te-loop-featured-media .media-inner-wrap:before {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* ---------- RESPONSIVENESS ---------- */

@media screen and (max-width:767px) {
	.video-width div {
		width: 448px!important;
	}
}


/* Tablets (<= 768px) */
@media (max-width: 768px) {
  .subscribe-form {
    flex-direction: column;
    gap: 12px;
  }
	
	

  .subscribe-form input[type="email"],
  .subscribe-form input[type="submit"] {
    width: 100%; /* full width */
    max-width: 400px; /* optional limit */
  }
}

/* Small devices (<= 480px) */
@media (max-width: 480px) {
  .subscribe-form {
    padding: 0 10px;
  }

  .subscribe-form input[type="email"] {
    font-size: 13px;
    padding: 10px 15px;
  }

  .subscribe-form input[type="submit"] {
    font-size: 13px !important;
    padding: 10px 15px !important;
  }
}




h1, h2, h3, h4, h5, h6, p, span, a, div {
/* 	font-family: 'basic-sans', sans-serif !important; */
/* 	color: #130c33; */
}

    .event-details {
    
      margin: auto;
      font-size: 15px;
    }
    .event-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 0;
      border-bottom: 1px solid #eee;
    }
    .event-item:last-child {
      border-bottom: none;
    }
    .event-item svg {
      width: 30px;
      height: 30px;
      stroke: #444;
      flex-shrink: 0;
    }
    .event-text {
      flex: 1;
    }
    .location {
      color: #0078ff;
      font-weight: 600;
      cursor: pointer;
      transition: color 0.3s;
    }
    .location:hover {
      color: #005bb5;
    }

.custom-acc  .gem-tta-panel-heading  {
	border-radius: 25px!important;
    padding: 10px!important;
}

.gem-tta-tabs-container.gem-tta-tabs-icon-position-left {
	background-color:#5E72EB!important;
}
.gem-tta-general.gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-shape-rounded {
	background-color:#5E72EB!important;
}
/* .tamilnadu-page-image-hov img:hover {
	
} */

/* Custom Main Header Dropdown */
.custom_mainHeader .gtranslate_wrapper .gsatelites {
  display: none;
  flex-direction: column !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 6px 0;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9999;
}

.custom_mainHeader .gtranslate_wrapper .gsatelites a {
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}
.custom_mainHeader .gtranslate_wrapper .gsatelites a:hover {
/*   background: #f5f5f5; */
}

/* Sticky Header Dropdown */
.sticky-veera .gtranslate_wrapper .gsatelites {
  display: none ;
  flex-direction: column !important;
  background: #fff;
   border: 1px solid #ddd;
  border-radius: 25px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  padding: 8px 0;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 9999;
}

.sticky-veera .gtranslate_wrapper .gsatelites a {
  padding: 10px 14px;
  text-decoration: none;
  color: #fff !important;
}
.sticky-veera .gtranslate_wrapper .gsatelites a:hover {
/*   background: #333; */
}

.nav-menu li  a:before {
	border: none!important;
}
.portfolio-filters-more .portfolio-filters-more-button  {
	display: flex!important;
}


/* * * * * * * * preloader hide * * * * * */
#page-preloader {
	display: none!important;
} 

.gradient-color h1{
   background-image: linear-gradient(90deg, #1D124C  0%, #5E72EB 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
} 

.tamilnadu-testi .elementor-testimonial {
	text-align: center!important;
}
.sent .wpcf7-form-control {
	padding:0px 20px!important;
}
.wpcf7-form-control  {
	margin-top:-20px;
}

.live-in-cover .trip-style-residential-area a{
	background-size: cover!important;
}
.wpcf7-response-output {
	display: none!important;
}

.transparentstickyHeader .veera-header .elementor-widget-container{
	background-color: transparent!important;
	box-shadow: none!important;
}

.transparentstickyHeader .megamenu-transparent-color .elementor-icon-box-title a {
	color: #1D124C;
}
.transparentstickyHeader .menu-item  a {
	color: #fff!important;
}

/* .transparentstickyHeader .veera-header .menu-item  a {
	color: #fff!important;
} */
.megamenu-transparent-color  .veera-header .elementor-icon-box-title  a{
	color: #1D124C!important;
}
.transparentstickyHeader .megamenu-dark-menu-color .elementor-icon-box-title a {
	color: #1D124C!important;
}


.transparentstickyHeader .veera-header li a:hover {
	color: #1D124C!important;
}



.transparentstickyHeader .veera-header .menu-item-type-split-logo {
	background-color: transparent!important;
	box-shadow: none!important;
}

.transparentstickyHeader .veera-header .logo  .tgp-exclude{
visibility: hidden;
}

.transparentstickyHeader .veera-header .logo-fullwidth-block{
	background: url(https://tnexpat.com/wp-content/uploads/2025/09/logo-white.svg) no-repeat center center !important;
    opacity: 1 !important;
	width: 164px !important;
}

.transparentstickyHeader .sticky-veera .gglobe{
	background: url(https://tnexpat.com/wp-content/uploads/2025/09/white-globe.svg) no-repeat center center !important;
}

.contact-form-01  .form-line {
	margin-bottom:40px!important;
}

.gem-button  {
	border-radius: 25px!important;
}
.gem-button, input[type='submit'] {
	text-transform: capitalize;
}
.subscribe-form .wpcf7-submit{
	margin: 15px 0px!important;
}
::selection {
  background: #38CBC3; 
  color: #FDFBF7;          
}


::-moz-selection {
  background: #38CBC3;
  color: #FDFBF7;
}

.card-image .live-in-page{
	 width: 125px;
    border-radius: 100px;
	
}

.card-image {
	text-align: right;
}
.livein-card {
	background-color: #fff!important;
	flex: 0 0 calc((100% - 48px) / 4)!important;
}

.livein-card .card-image{
	text-align:center!important;
}
.megamenu-dark-menu-color .elementor-icon-box-title a{
	color: #1D124C!important;
}


/* .fullwidth-content.dimmed {
  opacity: 0.5;

}

.megamenu-template-container {
  opacity: 1 !important;
  position: relative;
  z-index: 1001;
  pointer-events: auto;
}
 */
.cls-1 {
	fill: url(#radial-gradient)!important;
}
.cls-2 {
	fill: url(#radial-gradient)!important;
}
.live-in-page-scroll-text {
	
}

.team-person .socials  {
	display: none!important;
}

.logo-login_image {
	text-align: center!important;
}
.dots {
	background-color:transparent!important;
}
#login {
	border-radius: 30px!important;
}

.subscribe-form input[type="email"] {
	height: 50px;
}

@media only screen and (max-width: 375px) { 
	.pages a {	
		width: 28px!important;
		height: 28px!important;
	}
   .page .next {
		width: 28px!important;
		height: 28px!important;
	}
}

.custom-icon-box  .elementor-icon-box-wrapper {
	display: flex;
    gap: 15px;
}
.custom-list-footer li:nth-child(4)  a span {
	color: #FF5593!important;
}
.custom-contact-form  .contact-form-button .gem-button  {
	padding: 0px !important;
	margin:0px!important;
}

.video-width div{
	width: auto;
}
.popup-form input, textarea {
	border-radius: 25px!important;
	width:50%;
}
.contact-form-button .button-submit {
	border-radius: 25px!important;
}

#gt_float_wrapper .gt_options {
    position: absolute !important;   
    top: 44px !important;
    right: -15px !important;
    width: 60px !important;
    background: transparent !important;
    border-radius: 12px !important;
    padding: 10px 5px !important;
    display: none !important;        
    opacity: 1 !important;
    transform: none !important;      
    z-index: 999999 !important;
}
	.gt_float_switcher {
		background: transparent!important;
	}

	.gt_float_switcher {
		box-shadow: none !important;
	}
#gt_float_wrapper .gt_options.gt-open {
    display: block !important;
	background: #fdfbf7 !important;
}

#gt_float_wrapper .gt_options a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 8px 12px !important;
    color: #222 !important;
    font-size: 0px !important;

}

#gt_float_wrapper .gt_options a:hover {
    background: #f7f7f7 !important;
}
.gt-lang-code {
	display: none!important;
}


#gt_float_wrapper .gt-selected,
#gt_float_wrapper .gt-current-lang {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px !important;
    padding: 0px 0px !important;
}
#gt_float_wrapper .gt_options.gt-open {
	background-color: #fdfbf7!important;
}
.gt_float_switcher-arrow {
	display: none!important;
}
	
.gt-current-lang img {
	display: none!important;
}


.sticky-veera #gt_float_wrapper .gt-selected,
.sticky-veera #gt_float_wrapper .gt-current-lang {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: 20px !important;
    padding: 0px 0px !important;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.sticky-veera #gt_float_wrapper .gt_options.gt-open {
	background-color: #fdfbf7!important;
}


#gt_float_wrapper .gt_options img,
.sticky-veera #gt_float_wrapper .gt_options img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: inline-block !important;
    margin-right: 6px !important;
}

/* Make selected/current flag circular */
#gt_float_wrapper .gt-current-lang img,
.sticky-veera #gt_float_wrapper .gt-current-lang img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
