.trainer-gallery {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
}

.gallery-item {
  text-align: center;
  width: 180px;
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.gallery-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.review-videos {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.video-card {
  display: flex;
  align-items: center; /* vertically center video & text */
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 900px;
  width: 100%;
  gap: 20px;
}

.video-card video {
  width: 400px;       /* fixed width */
  height: 190px;      /* fixed height */
  object-fit: cover;  /* crop if needed */
  border-radius: 10px;
  flex-shrink: 0;     /* prevents shrinking */
}

.video-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.student-photo-box,
.testimonial-box {
  flex: 1; /* Equal space */
}

.student-photo {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.testimonial-text {
  font-style: italic;
  font-size: 16px;
  color: #555;
  margin: 0 0 8px;
}

.student-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.testimonial-box video {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #eee;
}
.highlight a{
	color: #2d4373;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	}
.bio-media{
	padding-top: 30px;
}
.singlpagePadding.tranerpage{
	padding-top: 210px !important;
}
.trainer-profile-wrapper {
  padding: 40px;
  border-radius: 16px;
  max-width: 1200px;
  margin: auto;
}

.trainer-header .small-header {
  text-align: center;
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
}

.trainer-profile-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}

.profile-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.profile-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.trainer-name {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}

.trainer-title {
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}

.rating-stars {
  color: #ff9800;
  font-size: 16px;
  margin-bottom: 10px;
}

.trainer-bio {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

.specializations span {
  display: inline-block;
  background: #ff4081;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin: 3px;
}

.contact-links a {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #ff4081;
  text-decoration: none;
  font-weight: bold;
}

.mini-cta {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  margin-top: 15px;
}
.mini-cta p a{
	color: #000;
    text-decoration: none;
}
.cta-button {
  display: inline-block;
  margin-top: 8px;
  background: #ff4081;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

.bio-media h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  text-align:center;
      font-weight: bold;
}

.trainer-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 15px 0;
}

.trainer-gallery img {
  width: 160px;
  height: 160px;
  border-radius: 10px;
  object-fit: cover;
}

.review-title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #ff4081;
}

.review-videos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.video-card {
  flex: 1;
  min-width: 280px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.video-card video {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.video-card p {
  font-size: 14px;
  font-style: italic;
  color: #555;
}

.enquiry-section {
  margin-top: 40px;
  text-align: center;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  margin: 20px auto;
}

.enquiry-form input,
.enquiry-form textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.submit-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}


	.btn-more-info {
	  display: inline-block;
	  padding: 10px 20px;
	  background: #ff4081;   /* pinkish theme color */
	  color: #fff;
	  text-decoration: none;
	  border-radius: 6px;
	  font-weight: bold;
	  transition: background 0.3s ease;
	}

	.btn-more-info:hover {
	  background: #e73370;   /* darker shade on hover */
	  color: #fff;
	}
	.certification-details p{
		text-align: justify;
	}
	.course-table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 2rem;
		font-size: 14px;
	}
	.tab-content .tab-pane .course-curriculum.cnetercls{
	  margin:0px !important;
	}
	.tab-pane .curriculum-content h2{
		font-size: 20px !important;
	}
	.course-table th, .course-table td {
		border: 1px solid #4CAF50;
		padding: 8px;
		text-align: left;
	}
	.course-table th {
		background-color: #d6f5d6;
		color: black;
		font-weight: bold;
	}
	.course-table td {
		background-color: #f6fff6;
	}
	.promo-text.Headingbaneer{
		color: #333;
	}
	.Headingbaneer .highlight{
		font-size: 19px;
		font-weight: bold;
		color: #2d4373;
		margin-top: 30px;
		margin-bottom: 0.5rem;
	}
	.HeadinBannerwit{
		font-size: 22px;
		font-weight: bold;
		color: #2d4373;
	}
	.Includebonus li{
		font-size: 18px;
		color:#222;
		font-weight: 600;
	}
	.Includebonus li:nth-child(1){
		font-size:22px;
		color:red;
		font-weight:normal;
		margin-bottom: .5rem !important;
		
	}
	.standout-list{
		font-weight: 600;
		text-transform: unset;
	}
.lefttextof5weekcourse p{
    font-size: 18px;
    line-height: 1.6;
	color:#222;
	margin-bottom:0px;
}
.singlpagePadding{
	padding-top:300px !important;
}
#courseTabs{
	padding:0px !important;
	border: none !important;
}
#courseTabs .nav-link.active{
	color: #C00;
    font-size: 18px;
    font-weight: 600;
}
#courseTabs .nav-link{
	color: #353434;
    font-size: 18px;
    font-weight: 600;
}
.standout-list li{
	font-size: 1.2rem;
    line-height: 1.6;
}
.weekhighlight{
	font-size: 20px !important;
    color: red !important;
}
.why-standout-section.py-5{
	padding-bottom:5px !important;
	padding-top:5px !important;
}
.lefttextof5weekcourse{
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.LocationInquiry .btn{
	background-color: #fff !important;
    border-color: #ee4695 !important;
    color: #ee4695 !important;
    border: 1px solid #ee4695 !important;
}
/* Style dropdown menu */
.dropdown-menu {
  margin-top: 0;
  background: #fff;
  border-top: 3px solid #007bff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 400px;
  width:150px;
  padding: 0;
}
#nailcontact .mathcaptcha_errorss,#nailcontact .mobile_number_errorss{
	color:red; 
	font-weight: normal !important;
}
#nailcontact #mathgroup{
	margin-bottom:0px !important;
}
/* Style dropdown items */
.dropdown-menu li a {
  font-weight: 500; 
  font-size: 14px;
  color: #000;
  padding: 10px 18px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  white-space: normal; 
  line-height: 1.4;
}

/* Hover effect */
.dropdown-menu li a:hover {
  background-color: #f1f1f1;
  color: #000;
}


/*  .banner-wrapper {
  position: relative;
  background: url('/image/bannerimage/bannerimg2.png') center center/cover no-repeat;
} */
.banner-wrapper {
  width: 100%;
  height:550px;
  position: relative;
  overflow: hidden;
}



.banner-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background:linear-gradient(135deg, #d6c1d8, #e2b7d6, #f0d5e5);
 /*  background: url('/image/bannerimage/bannerimg2.png') center/cover no-repeat; */
  z-index: 1;
}
.desktopbannerheading{
	line-height: 30px;
	font-size:32px;
	color: #fff;
	font-weight: bold;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* Optional dark overlay */
  z-index: 1;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.nail-highlight-section {
  background: #fff0f6;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

.highlight-heading {
  font-size: 1.8rem;
  color: #d90454;
  font-weight: 600;
}

.highlight-heading .subheading {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
}
.itlaticcourseheading{
	font-style: italic;
}
.course-title {
  color: #2d4373;
  font-size:22px;
  font-weight: bold;
  text-transform: uppercase;
}
.bonus-list li {
  font-size: 1.2rem;
  color: #c10000;
  font-style: italic;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  text-align: left;
    padding-left: 50px;
}
.bonus-list li:first-child {
  font-size: 30px !important;
}

.banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}

.promo-text {
  flex: 1;
  color: white;
  margin-top: 20px;
}

.promo-text h2 {
  font-size: 32px;
  font-weight: 700;
}
.Headingbaneer h2{
	text-transform: uppercase;
	font-size: 22px;
}
.promo-text ul {
  padding-left: 20px;
}

.promo-text li {
  margin-bottom: 8px;
  list-style-type: none;
}
.promo-text li::marker {
  content: "★ "; /* star symbol */
  color: #222;   /* star color */
  font-size: 18px;
}
.form-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  max-width: 360px;
  width: 100%;
  color: #000;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.form-card h4 {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.form-card label {
  font-weight: 500;
  margin-top: 10px;
}

.form-control {
  margin-bottom: 10px;
}
.aboutsus3sectio{
		padding-top: 20px !important;
	}
.wigocolor{
	color: #ee4695;
}
.closePop img {
    width: 20px;
	filter: invert(1);
}
.swiper-container {
  padding: 10px;
}
/* Ensure relative positioning */
.swiper-container {
  position: relative;
}

/* Style and position arrows vertically centered */
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important; /* or any color you want */
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

/* Optional: make them look nicer */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-slide {
  width: 100%;
  height: 280px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.nail-highlight-sectioncustom{
	padding-bottom: 0px !important;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* this ensures center cropping */
  display: block;
}
.margin-bottom0{
	margin-bottom:0 !important;
}
.SendInquiry .btn:first-child:active{
	background-color: #ee4695;
    border-color: #ee4695;
}
.paddingzero{
	padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.nav-item .nav-link.goto-review,.nav-item .nav-link.goto-review:hover{
	color:#000;
}
.custom-menu .nav-link:hover,.custom-menu .nav-link{
	color:#000 !important;
}
.course-list-nav {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  display:none;
}
.MARGING-TOP{
	padding: 50px 20px; color: #fff; text-align: center;margin-top:120px;
}
.attendfree{
	font-size: 18px;
}
.nav-link:focus{
	color:#D9D2D2;
}
#Abouts2 .nail-art-image img{
	height: 350px;
}
.onedaysectionmaindiv{
	background: linear-gradient(to right, #fff7f0, #ffe9e0);
	padding: 60px 20px;
}
.sinlepageheading{
	text-align: center;
    font-size: 22px;
    color: #2d4373;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}
.course-grid.onedayallcourses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; /* smaller gaps between boxes */
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

.onedayallcourses .course-box {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.onedayallcourses .course-box:hover {
  transform: translateY(-5px);
}

.onedayallcourses .course-box img {
  width: 100%;
  max-height: 250px;
  height: 250px;
  object-fit: contain;
  border-radius: 8px;
}
.onedayallcourses .price-button-wrap {
  display: flex;
  justify-content: center;  /* centers horizontally */
  align-items: center;      /* aligns items vertically */
  gap: 10px;                /* space between price and button */
  margin-top:20px;
}

.onedayallcourses .price-box {
  font-size: 12px;
  color: #fff;
  padding: 8px 16px;
}

.onedayallcourses .course-title {
  font-size: 16px;
  color: #000;
  margin: 15px 0;
}
.onedayallcourses .course-description{
  font-size: 12px;
  color: #000;
  margin: 0px 0;
  min-height:50px;
  font-weight:normal;
}

.onedayallcourses .knowmore {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ee4695;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.onedayallcourses .knowmore:hover {
  background-color: #ee4695;
}
.rightcontent{
	flex: 1; 
	color: #2e2e2e;
}
/* .rightcontent h2{
	text-align: center;
    font-size: 20px;
    color: #345d88;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
} */
.leftimagehome{
	/* flex: 1;  */
	text-align: center;
}
.onedaysectioncontainer{
	max-width: 1100px;
	margin: auto; 
	display: flex; 
	flex-wrap: wrap; 
	align-items: center; 
	justify-content: space-between; 
	gap: 40px;
}
.leftimagehome img{
	max-width: 50%;
	width: 350px;
	border-radius: 20px; 
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.viewallcourse{
	display: inline-block; 
	padding: 12px 30px; 
	background: #ee4695;
	color: white; 
	text-decoration: none; 
	font-size: 1rem; 
	border-radius: 30px; 
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	transition: background 0.3s;
}
.cousretexthome{
	text-align: justify;
	font-size: 1.1rem; 
	line-height: 1.7;
	margin-bottom: 30px;
}
.viewallcourse:hover{
	color:#fff;
}

.margin-topimage{
	/* margin-top:160px; */
}
.course-details ul.additionalinfo li::before{
	display:none;
}
.imagecenter{
	display: flex;
    justify-content: center;
    align-items: center;
}
.course-box {
  margin: 30px 0px;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
}
.course-box p,.course-box ul{
	font-size:12px;
	line-height:1.6;
}
.popupscreen{
	background: #fff !important;
}
#mathgroup{
	width:100px;
}
.course-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.course-image {
  flex: 1 1 35%;
  
}

.course-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.course-note {
  font-size: 14px;
  color: #b31b1b;
  font-style: italic;
  margin-top: 10px;
  line-height: 1.4;
}

.course-details {
  flex: 1 1 60%;
}
.course-box .course-details h2{
	color: #2d4373;
    font-weight: bold;
    text-transform: uppercase;
}
.course-box .course-details h3 .highlight-title{
	text-decoration: underline;
	font-size:16px;
	color: #b31b1b;
}
.course-box .course-details h3 .price-box{
	color: #b31b1b;
	font-size:20px;
}
.course-box .course-details h3{
	margin-top: 0px;
    margin-bottom:5px;
}
.course-box .course-details p{
    margin-bottom:5px !important;
}
.course-details h2 {
  color: #2c3e50;
  font-size: 22px;
  margin-bottom: 10px;
}

.highlight-title {
  color: #b31b1b;
  font-style: italic;
  font-weight: bold;
}
.textinblue .highlight-title {
  color: #002366 !important;
  font-style: normal;
  font-weight: bold;
  text-decoration: none !important;
}
.twodya .additionalinfo li{
	padding-left:0px !important;
}
.twodya .imagecenter{
	    align-items: self-start;
}
.price-box {
  background-color:#2d4373;
  color: #b31b1b;
  padding: 5px 12px;
  font-weight: bold;
  margin-left: 10px;
  border-radius: 4px;
}

.course-details ul {
  padding-left: 20px;
  color: #002366;
  font-weight: normal;
}

.course-details ul li {
  margin-bottom: 5px;
}

.colorred{
	color:red;
}
.margin-bottom30{
	margin-bottom:30px !important;
}
.margin-bottom0{
	margin-bottom: 0px !important;
}
.font18{
	font-size:18px;
	line-height:1.6;
}
.swiperBoxinner a:hover{
	color:#fff;
}
.course-description{
	font-weight: bold;
}
.intro-text p.textcolorhight{
	color:#2d4373;
	margin-bottom:0px !important; 
}
.onedaysingle ul{
	padding-left:15px !important;
}
.ondedaypage .intro-images img{
	    width: 35%;
}
.contactformBluesky {
  background: #2B2637;
  width: 100%;
  padding: 40px 20px;
}

.form-map-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.form-side {
  flex: 0 0 60%;
  max-width: 60%;
}

.map-side {
  flex: 0 0 38%;
  max-width: 38%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #000;
}

.map-side iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 6px;
}

.map-side h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.map-side p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.contactformBluesky .e-con-inner{
	display: flex;
    max-width: 1140px;
    width: 100%;
    align-items: center;
    margin-top: 40px;
    text-align: justify;
}
.contactformBluesky input{
	width: 100%;
    border: 1px solid #000 !important;
    padding: .5rem 1rem;
    border-radius: 3px;
}
.contactformBluesky .elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-inline-start: .2em;
}
.contactformBluesky .e-con-full{
    width: 100%;
}
#Gallery{
    position: relative;
}
.main-container {
    width: 100%; /* Full width of the viewport */
    background-color: #2B2637; /* Black background */
    display: flex; /* Use flexbox for the main container */
    justify-content: center; /* Center child elements horizontally */
	padding-top: 200px;
}
.elementor-column{
	width: 100%;
}
.elementor-column label{
	width: 100%;
}

.flex-image {
    max-width: 50%; /* Image occupies 40% of the container width */
    height: auto; /* Maintain aspect ratio */
    margin-right: 20px; /* Space between image and form */
}

.flex-form {
	width:100%;
    max-width: 50%; /* Form occupies 60% of the container width */
    display: flex; /* Flexbox for form layout */
    flex-direction: column; /* Stack form elements vertically */
}
.elementor-field-group {
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 20px;
	flex-wrap: wrap;
    align-items: center;
}
#form-field-message{
	width:100%;
}
#form-field-field_6ad0b1e{
	background-color: #fff;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-inline-end: 20px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    /* background-color: transparent; */
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
}
.select-caret-down-wrapper{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 10px;
    pointer-events: none;
    font-size: 11px;
}
.select-caret-down-wrapper svg{
	display: unset;
    width: 1em;
    aspect-ratio: unset;
    fill: #000;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}
.flex-form input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
.elementor-select-wrapper{
	display: flex;
    position: relative;
    width: 100%;
}

.flex-form button{
    padding: 10px;
    background-color: #ee4695;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-height: 40px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    padding: 10px 40px 10px 40px;
}
.e-form__buttons button{
    padding: 10px;
    background-color: #fff;
    color:  #fff !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-height: 40px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #ee4695;
    fill: #ee4695;
    text-align: center;
    transition: all .3s;
    padding: 10px 40px 10px 40px;
	text-transform:uppercase;
}
.flex-form button:hover{
    padding: 10px;
    background-color: #ee4695;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-height: 40px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    padding: 10px 40px 10px 40px;
}
.elementor-field-type-submit .elementor-button-content-wrapper{
	gap: 10px;
	flex-direction: row;
	align-items: center;
	display: flex;
    justify-content: center;
	text-decoration: inherit;
}
.elementor-field-type-submit .elementor-button-icon{
	flex-grow: unset;
    order: unset;
	text-decoration: inherit;
	font-weight: 500;
    text-transform: uppercase;
}
.elementor-field-type-submit .elementor-button-icon .e-font-icon-svg{
	height: 1em;
	width: 1em;
}

.elementor-field-type-submit{
	justify-content: center;
}
.abouts-usmain{
	display:none !important;
}
.abouts-usmain,.allinfoimage{
	width: 100%;
    display: flex;
    justify-content: center;
}
.innerabouts-usmain,.allinfoimageusmain{
	display: flex;
    max-width: 1140px;
    width: 100%;
    align-items: center;
	margin-top: 40px;
	text-align: justify;
	
}
.allinfoimageusmain .flex-image{
	max-width: 100%;
}
.innerabouts-usmain p{
	text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 400
}
.innerabouts-usmain p{
	margin-bottom:0.9rem;
}
.NailArtistProfessional{
	display:none !important;
	display: flex;
    max-width: min(100%, 100%);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    --flex-grow: 0;
    --flex-shrink: 1;
	background: #ee4695;
}
.NailArtistProfessional.sectionwhite .pinkcolor{
	color: #ee4695;
}
.NailArtistProfessional.sectionwhite{
	background:#fff;
}
.NailArtistProfessional.sectionwhite .elementor-element-329199b .ekit-double-btn.ekit-double-btn-one{
	background:#ee4695;
	color:#fff;
}
.NailArtistProfessional.sectionwhite .elementor-element-329199b .ekit-double-btn.ekit-double-btn-one svg path{
	stroke:#fff;
	fill:#fff;
}
.NailArtistProfessionalinner{
	display: flex;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
	padding-top: 20px;
    padding-bottom: 20px;
}
.NailArtistProfessional .flex-image{
	max-width: 100%;
	width:100%;
}
.NailArtistProfessional .elementskit-section-title{
	font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}
.NailArtistProfessional .elementor-widget-container{
	width:50%;
}
.NailArtistProfessional .elementor-element-703e631{
	width:50%;
	padding-left:40px;
	padding-right:10px;
}
.NailArtistProfessional .elementor-element-703e631 .elementor-widget-container{
	font-size: 18px;
    font-weight: 600;
}
.elementor-element-b568c37 .elementor-toggle-title{
	color: #000;
	font-size: 17px;
    font-weight: 500;
}
 .elementor-element.elementor-element-b568c37 > .elementor-widget-container{
	margin: 20px 0px 50px 20px;
    padding: 0px 0px 0px 0px;
	width: 100%;
 }
 .elementor-toggle {
    text-align: start;
}
.elementor-element-b568c37 .elementor-tab-title{
    padding: 0px 0px 0px 0px;
}
.elementor-toggle .elementor-tab-title{
	font-weight: 700;
    line-height: 1;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.elementor-element-b568c37 .elementor-toggle-icon{
	color: #000;
	display: inline-block;
    width: 1em;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{
	display: block;
}
.elementor-element-b568c37 .elementor-tab-title .elementor-toggle-icon svg{
	fill: #000;
	margin-inline-start: -5px;
    width: 1em;
    height: 1em;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{
	 display: none;
}
.elementor-element-329199b .ekit-double-btn.ekit-double-btn-one{
	color: #ee4695;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    background-color:#fff;
    padding: 12px 30px 12px 30px;
}
.elementor-element-329199b .ekit-double-btn:not(:last-child){
	margin-right: 15px;
}
.elementor-widget-container .ekit-wid-con a {
    text-decoration: none;
}
 .ekit-wid-con a:visited{
	 outline: 0;
 }
 .elementor-element-329199b .elementor-widget-container{
	 width:100%;
 }
 .ekit-wid-con .ekit-double-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    overflow: hidden;
    color: #fff;
    width:36%;
    background-color: #3b3b3b;
    padding: 20px;
    z-index: 1;
}
.ekit-double-btn.ekit-double-btn-two {
   font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    background-color: #000;
    padding: 12px 30px 12px 30px;
}
.elementor-element-329199b .ekit-double-btn.ekit-double-btn-one > svg{
	margin-right: 8px;
}
.elementor-element-329199b .ekit-double-btn.ekit-double-btn-two > i{
	    padding-right: 8px;
}
.ekit-wid-con .icon{
	font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}
.ekit-wid-con .ekit-double-btn svg {
    max-width: 14px;
    height: auto;
    vertical-align: middle;
	    margin-top: -4px;
}
.elementor-element-329199b .ekit-double-btn.ekit-double-btn-one svg path{
	stroke:#ee4695;
    fill: #ee4695;
}

.elementor-element-b568c37 .elementor-tab-content{
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px 0px 0px;
}
.NailArtistProfessionalinner .elementor-element-703e631{
	display: flex;
    justify-content: center;
    gap: 0px 0px;
    flex-direction: column;
}
.NailArtistProfessionalinner .elementor-element-703e631 img{
	width: 48px;
    height: 48px;
    vertical-align: middle;
    filter: grayscale(100%) brightness(0%);
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{
    display: block;
}
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none;
}
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block;
}
/* Outer container styles */
.outer-container {
	width: 80%;
	margin: auto;
	overflow: hidden; /* Ensure the Swiper doesn't overflow */
	border: 2px solid #ccc; /* Optional border */
	padding: 10px; /* Optional padding */
}

/* Swiper styles */
.swiper {
	width: 100%;
	height: 300px;
}
#Gallery .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: white;
}
#Gallery{
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	
}
.swiper-button-next, .swiper-button-prev{
	color:#ee4695;
}
.elementskit-testimonial-slider {
	padding: 20px;
}

.elementskit-commentor-content {
	text-align: center;
}

.elementskit-author-name {
	font-weight: bold;
	margin-top: 10px;
}

.elementskit-border-hr {
	display: block;
	height: 1px;
	background: #ccc;
	margin: 10px 0;
}

#formSubmitsnail .formfield input{
	border-radius: 0px !important;
}
.testimonial .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background:#ee4695;
	border-radius: 10px;
	margin: 0 15px; /* Adjust for spacing */
}
.testimonial{
	background: #ee4695;
}
#testimonial{
	padding-top: 20px;
}
.testimonialh2 h2{
	font-size: 14px;
	text-align:center;
    font-weight: 600;
}
.testimonialh21 h2{
	font-size: 25px;
	text-align:center;
    font-weight: 700;
}
.testimonial .swiper {
	height:auto;
}
.testimonialinner{
	width: 1140px;
    margin: 0 auto;
}
.testimonial .elementskit-commentor-content p{
	margin-bottom: 35px;
    font-size: 18px;
    line-height: 25px;
}
.testimonial .elementskit-border-hr{
	width: 40px;
    text-align: center;
    background: #000;
    margin: 0 auto;
    display: flex;
    margin-bottom: 25px;
    height: 2px;
}
.sectionwhite .elementor-element-703e631{
	padding-right:40px;
	padding-left:10px;
}

#form-field-message{
	border: 1px solid #000 !important;
}
#phonenailcontact{
	width: 70% !important;
}
#dial_codenailcontact{
	width: 30%;
    height: 42px;
    border: 1px solid #000 !important;
    border-radius: 3px;
}
input {
	border: none; /* Remove the default border */
	outline: none; /* Remove the outline when focused */
	padding: 10px; /* Add some padding */
	border-radius: 5px; /* Optional: rounded corners */
	transition: border-color 0.3s; /* Smooth transition */
}
#nailcourse input{
	width:100%;
	border: 1px solid #000;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#nailcourse button.btn.btn-dark.home_form{
	width:100% !important;
}
.swiper-container{
	width:100%;
}
.elementor-toggle .elementor-tab-content .elementor-active{
	    display: block !important;
}


@media screen and (max-width: 568px) {
	.main-container{
		padding-top: 20px;
	}
	.main-container .flex-container{
	  display: block;
	}
	.main-container .flex-container img{
	  max-width: 100%;
	}
	.annonecemrbnt.MOBILEANNOUNCEMNETBAR{
	  display:none !important;
	}
	.abouts-usmain{
	  width: 90%;
		margin: 0 auto;
	}
	.allinfoimageusmain{
		padding-bottom: 20px;
		margin-top: 0px;
	}
	.NailArtistProfessionalinner{
		display:block;
	}
	.NailArtistProfessional .elementor-widget-container{
		width:100%;
	}
	.NailArtistProfessional .flex-image{
		max-width: 100% !important;
		width: 95% !important;
		margin-right: 0px !important;
		margin-left: 2.5% !important;
	}
	.NailArtistProfessionalinner .elementor-element-703e631{
		width: 100%;
		padding: 25px 25px !important;
		display: inline-block;
	}
	.NailArtistProfessional .elementor-element-703e631 .elementor-widget-container{
		width: 100%;
	}
	.elementor-widget-container .ekit-wid-con a{
		width:100%;
	}
	.sectionwhite .NailArtistProfessionalinner{
		display:flex;
	}
	.sectionwhite .NailArtistProfessionalinner{
		width: 100%;
        flex-direction: column;
	}
	.sectionwhite .NailArtistProfessionalinner .elementor-element-703e631{
		flex: 1;
		order: 2;
	}
	.sectionwhite .NailArtistProfessional .elementor-widget-container{
		    flex: 1;
	}
	.testimonialinner{
		width:100%;
	}
	.testimonial .swiper-slide{
		argin-right: 0px !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
	}
	#nailcontact{
		width:100%;
	}
	.contactForm .elementor-field {
        padding: .5rem 1rem !important;
    }
	#dial_codenailcontact{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	button.btn.btn-dark.home_form{
		width:100% !important;
	}
}
.toogleitem1{
	margin-bottom:25px;
}
.elementor-toggle .elementor-tab-content{
	display:none;
}
.error_class.new_span_error{
	margin-top: 0px !important;
	color:red !important;
	font-weight:normal !important;
}
.whitecolorText{
	color:#fff;
}
#COurseselected{
	width:100% !important;
	border: 1px solid #000;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    transition: border-color 0.3s
}

.flex-container .form-label_h{
	color:#000;
}
.popup {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.center_popup {
  display: flex;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.popupscreen {
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.closePop img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
}

.popup-logo {
  display: block;
  margin: 0 auto 10px;
  height:150px;
}

.popup-subtitle {
  text-align: center;
  color: #b8900c;
  font-weight: 600;
  margin-bottom: 10px;
}

.popup-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
      color: #000;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.form-input {
  padding: 10px 15px;
  font-size: 16px;
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.full-width {
  width: 100%;
}

textarea.form-input {
  resize: none;
}

.form-submit-btn {
  background-color: #b8900c;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.form-submit-btn:hover {
  background-color: #a57906;
}

#formSubmitsnail .formfield textarea{
	height: 25px;
}
#formSubmitsnail label.form-label_h{
	margin-top: 0px;
}
#formSubmitsnail .formfield input{
	margin-bottom:3px;
}
.announcement-bar__message {
   text-align: center;
    padding: 1rem 2rem;
    margin: 0;
    letter-spacing: .1rem;
    font-size: 1rem;
}

#shopify-section-announcement-bar {
    z-index: 4;
}
.announcement-bar {
    border-bottom: .1rem solid #FDFBF7;
    color: #fff;
	background:#2e2a39;
}
.navbar .container-fluid {
    padding: 12px 70px !important;
}
.sendinquiry{
	font-weight: normal !important;
    font-size: 18px !important;
}
.enquiry-section {
  background-color: #ee4695;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.enquiry-section::before,
.enquiry-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.enquiry-section::before {
  width: 400px;
  height: 400px;
  top: -150px;
  left: -100px;
}

.enquiry-section::after {
  width: 500px;
  height: 500px;
  bottom: -200px;
  right: -150px;
}

.enquiry-content {
  position: relative;
  z-index: 1;
}

.enquiry-content h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.enquiry-btn {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.enquiry-btn:hover {
  background-color: #fff;
  color:#000;
}
.btn.btn-light.nav-link{
	color: #fff !important;
}
.taglime{
	color:#C00;
	margin-bottom: 10px;
	font-weight: 700;
}
.error_class{
	color:red;
}
#home label.form-label_h{
	margin-top: 0px;
}
.margintop{
	margin-top:20px !important;
}
.course-curriculum {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}
.curriculum-content {
  flex: 0 0 70%;
}
.curriculum-image {
  flex: 0 0 30%;
}
.curriculum-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.curriculum-content h2 {
  color: #193d66;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.curriculum-content h3 {
  color: #193d66;
  font-size: 18px;
  margin-bottom: 10px;
}

.curriculum-content h3 span {
  font-weight: 600;
}

.curriculum-content ul {
  padding-left: 20px;
  color: #333;
}

.curriculum-content ul li {
  margin-bottom: 0px;
  line-height: 1.5;
  list-style: circle;
}

.view-more-wrap {
  margin-top: 25px;
  text-align: left;
}

.view-more-btn {
  background-color: #ee4695;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration:none;
}

.view-more-btn:hover {
  background-color: #ee4695;
  color:#fff;
}
.popupscreen{
	background: #000;
	height: auto !important;
	margin-top: 10px !important;
}
.academy-section {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.top-logo-section {
  text-align: center;
}

.main-logo-img {
  width: 230px;
  margin-bottom: 20px;
}

.tagline {
  text-align: center;
  color: #c00;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  margin: 10px 0;
}

.heading {
  text-align: center;
  font-size: 22px;
  color: #2d4373;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0;
}
.nail-highlight-sectioncustom .course-title.innerH{
	text-transform: unset;
}
.course-description {
  font-size: 18px;
  color: #2d4373;
  line-height: 1.6;
  margin-bottom:20px;
  text-align: justify;
}

.course-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.course-image img {
  max-width: 100%;
  width: 300px;
  border-radius: 6px;
}
.section-divider {
  border: none;
  border-top: 2px solid #ddd; /* Customize the color */
  margin: 40px 0;             /* Add vertical space */
  width: 90%;
  margin:0 auto;
}
.course-details h3 {
  font-size: 18px;
  color: #004080;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.day-label {
  white-space: nowrap;
  font-weight: bold !important;
  font-size: 18px;
color: #004080;
}
.course-text {
  flex: 1;
  margin-left: 10px;

}
.course-details h3 span {
  color: #004080;
  font-weight: normal;
}

.course-details ul {
  list-style: none;
  padding-left: 0;
}
.course-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 40px;
  flex-wrap: wrap; /* ensures responsive behavior */
}

.course-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 350px;
}

.course-left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.course-right {
  flex: 1;
  max-width: 700px;
}

.course-right h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0056cc;
}

.course-right h3 span {
  font-weight: normal;
}
.course-details ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.course-details ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #004080;
  font-size: 14px;
}
.form-label_h{
	color:#fff;
}
button.btn.btn-dark.home_form{
	background: #ee4695;
    border: 1px solid #ee4695;
}
button.btn.btn-dark.home_form#nailsendOtpButton1{
	border: 1px solid #ee4695;
}

.intro-nails-section {
  padding: 40px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.intro-header {
  text-align: center;
  margin-bottom: 30px;
}

.intro-header h2 {
	font-style: italic;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 22px;
}
.subfooter{
	    padding: 10px 0px 10px 0px;
}
.academy-section{
	    padding-top: 0px !important;
}
section.thankyou-section {
  /* Take full height minus header */
  min-height: calc(100vh - 75px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px; /* small side padding for mobile */
  box-sizing: border-box;
}

.thankyou-h2 {
  font-size: 48px;
  font-weight: 800;
  color: #2B2B2B;
  margin-bottom: 20px;
}

.thankyou-h3 {
  font-size: 24px;
  color: #444;
}
.intro-header h2 .highlight {
  color:#2d4373;
  font-weight: bold;
  text-transform: uppercase;
}

.intro-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.intro-text {
  flex: 1 1 55%;
  max-width: 600px;
}

.intro-text p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #222;
}

.intro-images {
  flex: 1 1 40%;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: nowrap;
}

.intro-images img {
  width: 48%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.cnetercls{
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
}
.nail-art-section {
	
  padding: 40px;
  background: #fff;
  font-family: Arial, sans-serif;
}
.nail-art-section p,.intro-nails-section p,.certification-section p{
	font-size: 18px;
	line-height: 1.6;
}

.nail-art-container {
	flex-wrap: wrap;
    justify-content: space-between;
	display: flex;
    align-items: stretch;
    gap: 2.5%;
}
.nail-art-image img {
  width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}
.nail-art-text {
      flex: 0 0 65%;
    text-align: justify;
}

.nail-art-text h2,.certification-section h2 {
    font-style: italic;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 22px;
}
.nail-art-text h2 .highlight{
      color: #2d4373;
    font-weight: bold;
    text-transform: uppercase;
}
.certification-section h2 .highlight{
      color: #2d4373;
    font-weight: bold;
    text-transform: uppercase;
}

.certification-section {
  padding: 200px 20px 20px 20px;
  max-width: 1200px;
}

.section-title {
  color: #ee4695;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.certification-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}

.certification-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 250px;
  align-items: center;
}

.cert-image {
  width: 200px;
  object-fit: cover;
}

.cert-image.circle {
  border-radius: 50%;
}

.certification-details {
  flex: 2 1 500px;
  font-size: 16px;
  color: #1a1a1a;
}

.certification-details p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.certification-details strong {
  color: #0a0a57;
}


.nail-art-text h3 {
  font-size: 22px;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 10px;
}

.nail-art-text p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #222;
}

.nail-art-text strong {
  color: #000;
}

.nail-art-image {
    max-width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav-title{
	margin: 0;
	font-size: 28px;
	font-weight: bold;
 }
#popup button.btn.btn-dark.home_form#sendOtpButton1{
	 border: 1px solid #ee4695;
 }
.formfield label{
	color:#fff;
}
.hamburger-menu{
	display:none;
}
.annonecemrbnt.MOBILEANNOUNCEMNETBAR{
		display:none;
	}
.mobile-menu{
	display:none;
}
html{scroll-behavior: smooth;}
.coupontxt p{
	color:#fff;
}
.coupontxt{
	padding: 10px 0px;
}
#popup .formfield label{
	font-size: 14px;
}
.navmenus{
	padding: 0px !important;
}
.regular-header .btn-light{
	background: #c00;
	color:#fff;
}
.annonecemrbnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background: #000;
    color: #fff;
    flex-wrap: wrap;
    gap: 20px;
}

.center-block,
.logo-block,
.right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.logo-block {
    flex-shrink: 0;
}
.collab-text {
    font-size: 14px;
    color: #fff;
}

.right-block {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #fff;
}

.text1, .text2 {
    font-weight: bold;
    color: #fff;
}
.collab-text {
    display: block;
    color: white;
    font-size: 16px; /* Adjust as needed */
}
.annonecemrbnt .text1{
	padding: 0 20px;
}
.header-phone {
  position: absolute;
  top: 1px;
  right: 5px;
}

#navbarCollapse{
	width: 60%;
    margin: 0 auto;
}
#navbarCollapse ul{
	display:flex;
	padding-left:0px;
	justify-content: center;
}
.navbar-toggler{
	display:none;
}
#navbarCollapse ul li{
	list-style-type: none;
    margin: auto;
}
#navbarCollapse ul li a{
	color: rgba(0, 0, 0, .9);
    font-size: 20px;
    font-weight: 600;
}
.annonecemrbntinner{
	font-size: 20px;
	color:#000;
    font-weight: 700;
}
.flex-container {
    display: flex;
    justify-content: space-between;  /* ensures space between items */
    align-items: center;
    max-width: 1140px;
    width: 100%;
    padding: 20px;
    color: white;
    box-sizing: border-box;
}
#nailcourse .elementor-field-group{
	margin-bottom:10px;
}
.formheading h3{
	font-weight: 700;
    line-height: 40px;
    color: #2d4373;
	font-size: 22px;
    text-align: center;
}
.nail-art-course-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#home button.btn.btn-dark.home_form{
	margin-top:0px;
}
.flex-image{
	max-width: 100% !important;
	margin-right: 0px !important;
	width:70%;
}
.maincourseslider1.sliderboxescmmon1 {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 0;
    padding: 0;
    width: 65%;
    box-sizing: border-box;
}
#phonecourse{
	padding: 9.3px;
}
#dial_code{
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	border:1px solid #000;
}
.maincourseslider2.sliderboxescmmon {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 15px;
    padding: 20px 0; /* vertical padding only */
    margin-left: 15px;
    width: 35%;
    background: #fff;
    box-sizing: border-box;
	padding-left: 30px;
    padding-right: 30px;
}
@media screen and (max-width: 1360px){
	.regular-header .main-nav {
		padding: 17px 0 0;
	}
}

.form-map-wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    padding: 20px;
    color: white;
    box-sizing: border-box;
}
.contactformBluesky .form-side{
	flex: 0 0 40%;
    max-width: 35%;
	background: #fff;
    padding: 20px;
	border-radius: 5px;
}

.contactformBluesky .form-label_h{
	color: #000;
}
#form-field-message{
	border: 1px solid #000 !important;
}
.contactformBluesky .map-side{
	flex: 0 0 60%;
    max-width: 55%;
}
.contactformBluesky .map-side p a{
	text-decoration:none;
}
.contactformBluesky button.btn.btn-dark.home_form{
	width: 100% !important;
}
.course-curriculum{
	margin-bottom:30px;
}
.nail-highlight-sectioncustom{
	padding-bottom: 0px !important;
	padding-top: 10px !important;
}
.blink {
  animation: fadeBlink 1.5s infinite;
  color:#ffc107;
}

.Mobiletagline{
	display:none;
}
@keyframes fadeBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
@media (min-width: 768px) {
    .course-box.threeto7days.flex-md-row {
        flex-direction: column!important;
    }
}
@media (max-width: 768px) {
	.video-card{
		display: inline-block;
	}
	.student-photo{
		max-width: none;
	}
	.video-card video{
		height: 235px;
		margin-top:10px;
	}
	.singlpagePadding.tranerpage{
		padding-top: 0px !important;
	}
	.gallery-item{
		width:100%;
	}
	.trainer-profile-grid{
		display: inline-block;
	}
	.trainer-profile-wrapper{
		padding: 0px;
	}
	.trainer-gallery {
		grid-template-columns: 1fr; /* only 1 image per row */
	  }

	  .gallery-item img {
		height: auto;   /* auto height to keep proportions */
		max-height: 400px; /* optional: prevent oversized images */
		width:100%;
	  }
	.morediv{
		text-align:center;
	}
	#courseTabs .nav-link{
		padding-left: 5px;
	}
	.modal-body{
		max-width: 100%;
		max-height: 100%;
	}
	.course-grid.onedayallcourses{
		display: inline-block;
	}
	.modal{
		padding: 0px !important; 
	}
	.certification-section .nav-item button{
		border: none !important;
	}
	.mobile-group-heading {
      font-weight: bold;
      font-size: 16px;
      padding: 8px 12px;
      background: #f1f1f1;
      border-radius: 4px;
      margin-bottom: 5px;
    }
    .nav-tabs.flex-column .nav-link {
      border-radius: 0;
      margin-left: 10px;
      padding-left: 20px;
    }
	.singlpagePadding{
		padding-top: 20px !important;
	}
	.course-table{
		font-size: 12px;
	}
	.nail-highlight-sectioncustom .container,.why-standout-section .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.curriculum-content{
		width:100%;
	}
	.desktoptagline{
		display:none;
	}
	.curriculum-content h3{
		font-size: 16px;
	}
	
	 .Mobiletagline {
		display: block;
		text-align: center;
	}
	.curriculum-content h2{
		font-size: 18px;
	}
	.bonus-list li{
		padding-left: 0px !important; 
	}
	.bonus-list li:first-child {
		font-size: 21px !important;
	}
	.onedaysectionmaindiv .rightcontent .course-title{
        margin-top: 20px;
    }
	.day-column-wrapper {
		display: flex;
		gap: 20px;
	  }
	#mobileNavMenu li.SendInquiry.LocationInquiry a {
        background-color: #fff !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
	#mobileNavMenu li.SendInquiry.LocationInquiry{
		padding-bottom:0px !important;
	}
  .day-column-wrapper > div {
    flex: 1;
  }
	.nail-highlight-sectioncustom.text-center{
		padding-bottom: 0px !important;
	}
	#mobileNavMenu .nav-link {
	  font-size: 15px;
	  padding: 8px 0;
	  color:#000; 
	}

	#mobileNavMenu .collapse .nav-link {
	  padding-left: 20px;
	  font-size: 14px;
	  font-weight: 500;
	}

	.dropdown-arrow {
	  font-size: 12px;
	  transition: transform 0.2s ease;
	}

	a[aria-expanded="true"] .dropdown-arrow {
	  transform: rotate(180deg);
	}
	.swiper-slide {
	  width: 100%;
	  height: 200px !important;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  overflow: hidden;
	  border-radius: 8px;
	  background-color: #fff;
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	.highlight-heading {
		font-size: 1.4rem;
	}
	.highlight-heading .subheading {
		font-size: 1.1rem;
	}
	.course-title {
		font-size: 1.3rem;
	}
	.bonus-list li {
		font-size: 1rem;
	}
	.mobile-heroul{
		padding-left:15px; 
		font-size: 14px; 
		line-height: 1.6;
	}
	.course-curriculum {
		display: block;
	}
	.certification-section.singlepageforcourses{
		padding-top:30px;
	}
	.course-list-nav {
		display: block;
	}
	.course-list-nav ul{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.course-list-nav li::before {
		content: '★ '; /* Unicode star character */
		color: #2d4373; /* Golden yellow */
		font-size: 14px;
		margin-right: 4px;
	}
	.course-list-nav li a {
		color: #2d4373; /* Dark blue for visibility */
		font-weight: 600;
		text-decoration: underline;
		padding: 6px 0;
		background: transparent;
		border-radius: 0;
		display: inline-block;
		transition: color 0.2s ease;
	}
	.course-list-nav li a:hover {
		color: #2d4373; /* Highlight color on hover */
		text-decoration: none; /* Optional: remove underline on hover */
		cursor: pointer;
	}
	.MARGING-TOP{
		margin-top: 0px;
		padding-top: 0px;
	}
	.nail-art-container{
		display: block;
	}
	#Abouts2 .nail-art-image img{
		margin-bottom: 20px;
	}
	.center_popup .popupscreen {
        height: 615px !important;
    }
	#popup #formSubmitsnail .row-2col,#popup #formSubmitsnail .input-group{
		    display: block;
	}
	#popup #formSubmitsnail .input-group{
		    margin-bottom: 10px;
	}
	.sticky-icons{
		top: 360px;
	}
	#mobileNavMenu li.SendInquiry a{
		background-color: #ee4695 !important;
        padding: 15px !important;
	}
	.maincourseslider2.sliderboxescmmon{
		width:100%;
		margin-left:0px;
		padding-left: 10px;
        padding-right: 10px;
	}
	.nail-art-section{
		padding: 20px !important;
	}
	.view-more-wrap{
		margin-bottom: 40px !important;
		    text-decoration: none !important;
	}
	.form-map-wrapper{
		padding:0px;
	}
	.contactformBluesky{
		padding: 40px 10px;
	}
	
	.contactformBluesky .form-side{
		flex: auto;
		max-width: 100%;
	}
	.onedaysectioncontainer{
		    display: inline-block !important;
	}
	.nail-art-text{
		display: inline-block;
		flex: auto;
	}
	.nail-art-image{
		max-width: 100%;
	}
	.course-wrapper{
		padding: 0px;
	}
	.humbergBtn{
		border: 1px solid #000 !important;
	}
	.onedaysectionmaindiv{
		padding: 20px 20px;
	}
	#mobileNavMenu li a{
		color: #000;
	}
	.form-label_h{
		color:#000;
	}
	.nav-item.SendInquiry {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.humbergBtn i{
		color: #000 !important;
	}
	.mobile-call-bar{
		background-color: #fcb900;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}
	#feedback{
		margin-top:0px;
		margin-bottom:100px;
	}
	.QueLeft,.QueRight{
		width: 100% !important;
	}
	.formFields label,.formFields input, .formFields select,#submit{
		margin-left:0px !important;
	}
	#popup .coupontxt p{
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 0px;
		padding: 0px 10px;
	}
	#popup .formfield input{
		margin-bottom: 0px;
		height: 30px;
	}
	#popup .formfield textarea{
		margin-bottom: 0px;
		height: 30px;
	}
	.contactformBluesky .map-side{
		flex: auto;
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.map-side p a{
		text-decoration: none;
	}
	.contactForm .headingmaisub{
		margin-top: 20px;
	}
	.twocolumnsaboutinnder.aboutsusbox2 .imageaboutsus video{
		height: 670px;
	}
	.contactForm .headingtwo{
		font-weight: normal !important;
		line-height: normal !important;
	}
	#Courses .MarbleArt,#Courses .FrenchGelPolish{
		margin-top: 0px;
	}
	.NailCoursesinner, .NailAboutusinner{
		padding-top: 20px !important;
	}
	.ArtistryDestinationbox3 .elementor-icon-box-description{
		    margin-bottom: 0px !important;
	}
	.whyusmain .whyusmaininner{
		padding-bottom:10px !important;
	}
	.ArtistryDestination .whyusmaininner{
		padding-bottom:20px;
	}
	.twocolumnsaboutinnder.aboutsusbox2 .imageaboutsus{
		margin-top:0px !important;
		padding-bottom:0px !important;
		margin-left: 0px !important;
		
	}
	.NailAboutusinner .aboutsusbox2 .youtubehomepage{
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	#image-gallery img{
		width:100% !important;
	}
	.studiovideoinner img{
		width:100% !important;
	}
	.bannerimages{
		margin-top: 5px;
		
	}
	.bannerimages img{
		padding-bottom: 5px !important;
	}
	.aboutsusbox1 .headingmain{
		text-align: center;
	}
	.annonecemrbnt{
		margin-top: 76px;
	}
	.Aboutuscontainer .elementor-icon-box-icon{
		display:none !important;
	}
	.Aboutuscontainer .elementor-icon-box-content{
		text-align: center;
	}
	.imglogo{
		position: relative;
		float: right;
		width: 70px;
		left: -10px;
	}
	.imglogo img{
		position: relative;
		float: right;
		width: 70px;
		left: -10px;
		top: 10px;
	}
	.annonecemrbnt{
		display:none !important;
	}
	.annonecemrbnt.MOBILEANNOUNCEMNETBAR{
		display:block !important;
	}
	.imageaboutsus{
		margin: 0 auto;
		width: 90%;
		margin-top: 20px;
	}
	.NailCoursesinner{
		padding-bottom: 0px !important;
	}
	.NailAboutusinner{
		padding-bottom: 20px;
	}
	.youtubehomepage{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.aboutscontent{
		    text-align: justify;
	}
	.aboutsusbox2 img{
		left: 0px !important;
		object-fit: unset !important;
		width:100%;
	}
	.aboutsusVideoCls{
		width:100% !important;
	}
	.annonecemrbnt .text1, .annonecemrbnt .text2{
		font-size: 18px;
		margin-top: 10px;
	}
	div#navbarCollapse{
		background:transparent;
	}
	.mobile-line{
		display:none !important;
	}
	.whatsapp-chat {
	  top: auto;left: 0;
	  right: 0;
	  bottom:90px;
	}
	.whatsapp-chat img {
	  width: auto;
	}
	.navmenus{
		display: none;
	}
	.nav-link:focus, .nav-link:hover{
		color: #000;
	}
	.imagemobilemenu{
		width: 100%;
		padding-left: 30px !important;
	}
	.imagemobilemenu img{
		width: 50% !important;
	}
	.mobile-menu {
		display: block;
	}
	.whatsapp-chat1{
		left: 0;
		width:10%;
	}
	section.thankyou-section{
		margin-top: 250px;
		padding-bottom: 50px;
		padding-top: 0px;
	}
	.center_popup .popupscreen{
		height: 660px !important;
		margin-top: 10px !important;
	}
	
	.DiscountCoupon .imageDiv img{
		display:none;
	}
	.annonecemrbnt{
		display: inline-block;
		padding: 20px 0px;
		padding-bottom: 20px;
		width:100%;
		border-bottom: 5px solid #fff;
	}
	 
	 .annonecemrbntinner{
		font-size: 20px;
		color: #000;
		font-weight: 700;
		width: 100%;
		justify-content: center;
		align-items: center;
		display:inline-block;
	 }
	.annonecemrbntinner .text1 i,.annonecemrbntinner .text2 i{
		 margin-right: 10px
	 }
	 
	 .annonecemrbnt .text1,.annonecemrbnt .text2{
		width: 100%;
		float: left;
		text-align: center;
		padding: 0 20px;
		font-size: 16px;
		margin-top: 5px;
		width: 100%;
		color:#000;
	}
	.maincontainercourses{
		margin-top: 0px !important;
	}
	.sticky_gallery{
		position: relative !important;
	}
	.hamburger-menu {
		position: fixed;
		top: -4px;
		left: 0;
		padding-top: 0px;
		padding-left: 15px;
		width: 100%;
		height: 80px;
		cursor: pointer;
		z-index: 9998;
		background: #EBEBEB;
		display: block;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.bar,
	.bar:after,
	.bar:before {
	  width: 30px;
	  height: 3px;
	}

	.bar {
		top: 28px;
	  position: relative;
	  transform: translateY(10px);
	  background: black;
	  transition: all 0ms 300ms;
	}

	.bar.animate {
	  background: rgba(255, 255, 255, 0);
	}

	.bar:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: 10px;
	  background: black;
	  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.bar:after {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 10px;
	  background: black;
	  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.bar.animate:after {
	  top: 0;
	  transform: rotate(45deg);
	  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.bar.animate:before {
	  bottom: 0;
	  transform: rotate(-45deg);
	  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	/*---------------------
	Mobiles Menu 
	----------------------*/
		/*---------------------
		Mobiles Menu - Design 
		----------------------*/

	.mobile-menu ul {
	  margin: 0;
	  padding: 0;
	}

	.mobile-menu li {
	  font-size: 20px;
	  line-height: 30px;
	  margin: 0;
	  overflow: hidden;
	  padding: 5px;
	  position: relative;
	  text-align: left;
	  text-transform: uppercase;
	  padding-left:15px;
	}

	.mobile-menu li:first-child {
	  margin-top: 70px;
	}

	.mobile-menu li:hover {
	  background: #CCCCCC;
	}

	.mobile-menu li a {
	  text-decoration: none;
	  color: black;
	}

		/*---------------------
		Mobiles Menu - Slide IN 
		----------------------*/

	.mobile-menu {
	  top: 0;
	  max-width: 250px;
	  left: -100%;
	  width: 100%;
	  background: #EBEBEB;
	  color: black;
	  height: 430px;
	  position: fixed;
	  z-index: 9997;
	  overflow-y: auto;
	  -webkit-transform: translate3d(0, 0, 205px);
	  -moz-transform: translate3d(0, 0, 205px);
	  transform: translate3d(0, 0, 205px);
	  -webkit-transition: all 500ms ease-in-out;
	  -moz-transition: all 500ms ease-in-out;
	  transition: all 500ms ease-in-out;
	}

	.mobile-menu.active {
	  left: 0;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: all 500ms ease-in-out;
	  -moz-transition: all 500ms ease-in-out;
	  transition: all 500ms ease-in-out;
	}

		/*---------------------
		Mobiles Menu - Dropdown Submenu
		----------------------*/

	.has-children:hover{
		cursor:hand;
	}

	.children {
		display:none;	
	}

	.mobile-menu .children li:first-child {
	  margin-top: 0px;
	}

	.icon-arrow {
		position: absolute;
		display: block;
		font-size: 0.7em;
		color: black;
		top: 5px;
		right: 10px;
	  transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg); 
		transition: .6s;
	  -webkit-transition: .6s;
	  -moz-transition: .6s;	 
	}
	  
	.icon-arrow:after {
		content: "\25BC";
	}

	.icon-arrow.open {
	  transform: rotate(-180deg);
	  -webkit-transform: rotate(-180deg);
	  -moz-transform: rotate(-180deg); 
	  transition: .6s;
	  -webkit-transition: .6s;
	  -moz-transition: .6s; 		
	}
	.NailAboutusinner{
		padding-bottom: 0px !important;
		    padding-top: 20px !important;
	}
}
@media screen and (max-width: 568px) {
	.chat-section.socialICONS{
		display: none !important;
	}
	.whyusmain{
		padding-top: 30px;
	}
	.center_popup .popupscreen.heightofpopup{
		height: 500px !important;
	}
}
@media screen and (max-width: 375px) {
	#nav-title{
		font-size: 14px;
	}
	.aboutsusbox2 img{
		left: -35px;
	}
	.center_popup .popupscreen{
		height: 560px !important;
	}
	.center_popup .popupscreen.heightofpopup{
		height: 680px !important;
	}
}
@media screen and (max-width: 480px){
	.header-phone{
		top:2px !important;  
		right: 0 ; 
		text-align: center ;
	}
	.regular-header .main-nav{
		margin-top: 0px;
	}
	.whatsapp-chat{
		width:10%;
	}
	
}
.header-bg {
  background-color: #2B2637;
  color: #fff;
  width: 100%;
}

/* Centered content max width */
.header-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header title and subtitle */
.brand-title {
  font-size: 2rem;
  font-weight: 600;
  color: #D9D2D2;
}

.brand-subtitle {
  font-size: 0.9rem;
  color: #B9B2B2;
}

/* Navigation links */
.custom-menu .nav-link {
  color: #D9D2D2;
  font-size:20px !important;
  font-weight: 500;
}

.custom-menu .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Inquiry button */
.custom-menu .btn-danger {
  background-color: #ee4695;
  border: none;
}

.custom-menu .btn-danger:hover {
  background-color:#ee4695;
}

/* Top contact strip */
.header-strip {
  background-color: #2B2637;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
      border-bottom: .1rem solid rgba(53, 251, 247, .08);
}
.header-strip .fa.fa-phone{
	font-size: 12px;
    padding-left: 5px;
}
.nav-item.SendInquiry{
	padding-top: 8px !important;
}
.navbar-brand img{
	margin-top:10px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.custom-menu .py-2{
	/* padding-top: 0px !important; */
}

.form-row {
  margin-bottom: 15px;
}

.row-2col {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.phone-container {
  display: flex;
  gap: 10px;
}

.dial-code {
  width: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.form-input,
textarea.form-input {
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

textarea.form-input {
  resize: vertical;
}

.error_class {
  color: red;
  font-size: 13px;
  margin-top: 4px;
}
.math-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.math-label {
  white-space: nowrap;
  color: #000;
  font-size: 15px;
  min-width: fit-content;
}

.mathcaptchas {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.submit-btn-wrapper {
  display: flex;
  justify-content: center;
}

.home_form {
  background-color: #ff4d94;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.home_form:hover {
  background-color: #e63984;
}
#dial_codeFormsubmit{
	font-size: 12px;
}
.submit-btn-wrapper button.send-button {
  display: block;           /* Makes the button take only the width it needs */
  margin: 0 auto;           /* Centers the button horizontally */
  padding: 6px 12px;        /* Smaller padding to reduce size */
  font-size: 14px;          /* Smaller font size */
  width: auto;              /* Don't make it full width */
  min-width: 150px;          /* Optional: a minimum width so it’s not too tiny */
  border-radius: 4px;       /* Optional: slightly rounded corners */
  width:auto !important;
  margin-top: 0px !important;
}
.math-captcha-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.math-left-group {
  display: flex;
  flex-direction: column;
  min-width: 250px;
}

.form-control.mathcaptchas {
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.mathcaptcha_error {
  color: #d93025;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

.submit-btn-wrapper {
  flex-shrink: 0;
  padding-left: 65px;
}

.send-button {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  margin-top: 1.8rem; /* Align with captcha input */
}
.math-captcha-row {
  display: flex;
  align-items: center; /* Center everything vertically */
  gap: 1rem;
  flex-wrap: wrap;
}

.math-left-group {
  display: flex;
  flex-direction: column;
}

.label-input-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.math-label {
  white-space: nowrap;
  font-weight: 500;
}

.mathcaptchas {
  width: 100px;
  padding: 4px 6px;
  font-size: 14px;
}

.mathcaptcha_error {
  color: red;
  font-size: 0.85rem;
  margin-top: 4px;
}

.send-button {
  padding: 0.5rem 1.2rem;
  white-space: nowrap;
}
.course-slider-section {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 50px 20px;
}

.subtitle {
  color: #d4af37;
  font-size: 18px;
  margin-bottom: 10px;
}

.title {
  font-size: 32px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
}

.swiper {
  padding: 20px;
}

.course-card {
  background: #111;
  padding: 20px;
  border: 1px solid #222;
  border-radius: 10px;
  text-align: center;
}

.course-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.course-card h4 {
  margin: 15px 0 10px;
  font-size: 20px;
  color: #fff;
}

.btn-know-more {
  display: inline-block;
  background: #d4af37;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 10px;
}
.swiperBoxinner{
	background-color: #111; 
	padding: 20px; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-between; 
	align-items: center;
	border: 1px solid #FFFFFF29;
}
.swipperTittle{
	margin-top: 20px;
	color: white;
	text-align: center;
	text-transform:uppercase;
	font-size: 14px;
}
.knowmore{
	background-color: #ee4695; 
	border: none; 
	padding: 10px 20px; 
	color: white; 
	cursor: pointer;
	font-size: 12px;
	border-radius: 5px;
}
.ImageWrapperswiperCls{
	height: 200px; 
	width: 100%; 
	overflow: hidden;
	display: flex;
	justify-content: center;
}