.footer-firt-sec .vc_column_container{
	    align-items: flex-end;
		margin-top: auto;
		margin-bottom:auto;
}
.social-icn .w-socials-item-link {
    border: 1px solid #F5F5F5 !important;
    border-radius: 30px !important;
}
.social-icn .fa-linkedin:before{
	content: "\f0e1";
    color: #000;
}

.social-icn .fa-facebook:before {
    content: "\f39e";
    color: #000;
}
.social-icn .fa-twitter:before{
	 content: "\f099";
    color: #000;
}

/* MAIN WRAPPER */
.footer-cotact-form .cf7-inline-form {
    display: flex;
    width: 100%;
}

/* EMAIL FIELD */
.footer-cotact-form .cf7-inline-form .cf7-input input {
    height: 53px;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 16px;
    border-radius: 6px;
    background: #FFFDF7;
    font-size: 14px;
	font-family: 'Poppins';
	border: 1px solid #0000001F;
}
.footer-cotact-form .cf7-inline-form .cf7-input input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #0000001F !important;
}

/* BUTTON WRAPPER */
.footer-cotact-form .cf7-inline-form .cf7-btn {
    width: 56px;
    height: 53px;
    background: #f5c518;
    border-radius: 0 12px 12px 0;
    position: relative;
    flex-shrink: 0;
	top: 7px;
	right: 6px;
}

/* HIDE DEFAULT SUBMIT TEXT */
.footer-cotact-form .cf7-inline-form .cf7-btn input {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
}

/* ARROW ICON */
.footer-cotact-form .cf7-inline-form .cf7-btn::after {
    content: "";   /* REQUIRED — remove nahi karvu */
    background-image: url("/wp-content/uploads/2026/02/arrow-right-solid.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;    
    height: 22px;     
    transform: translate(-50%, -50%) rotate(-45deg)
}

.ab-sec-title .w-iconbox-title{
	color:#000000;
	font-size:24px;
	font-weight:500;
	font-family:Poppins;
}
/* Default State */
.ab-sec-title.w-iconbox{
/*     transition: all 0.3s ease; */
}

/* Hover Full Box */
.ab-sec-title.w-iconbox:hover {
    border: 1px solid #FFC83D !important;
    background-color: rgba(255, 200, 61, 0.12) !important;
	transition: all 0.3s ease;
}
.ab-sec-title.w-iconbox .w-iconbox-icon img {
    transition: filter 0.3s ease 0.3s;
}

.bat-icn .w-iconbox-title{
	text-align: left;
    font-family: 'Montserrat';
    font-weight: 600;
}
.ab-second-sec .l-section-h,
.ab-second-sec .l-section-h .g-cols .wpb_column:nth-child(2) {
	position: static;
}

.abSecondImage .w-image-h img {
	object-fit: fill;
	width: 100% !important;
}
.ContactIcon .w-iconbox-icon{
	margin-right: 12px !important;
}
.ContactIcon .w-iconbox-title{
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}
@media screen and (max-width:767px) {
	.Equipe-boat .equipe-title{
		padding-right:80px;
	}
	.Equipe-boat .equipe-description{
		padding-right:100px;
	}
	.Equipe-boat .repeater{
	display: flex !important;
    flex-flow: wrap !important;
	}
	.boat-slider .repeater-row.swiper-slide .repeater-field.image{
		height:auto !important;
	}
	.custom-repeater-slider .swiper-pagination{
		display:none;
	}
 .footer-firt-sec .vc_column_container {
  align-items: first baseline;

}
	.footer-cotact-form .cf7-inline-form .cf7-btn{
		top: 6px;
    	/*height: 55px;*/
	}
	.contactUs-Form .form-row{
		flex-flow: wrap !important;
		gap:1px !important;
		
	}
	
}
@media screen and (min-width:768px) and (max-width: 992px) {
	
	.Equipe-boat .equipe-description{
		padding-right:20px;
	}
	.Equipe-boat .repeater{
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.ab-second-sec .l-section-h .g-cols{
		display:flex;
		flex-flow:wrap;
	}
	.footer-main-sec .ftr-sec{
		display:flex !important;
		justify-content: space-between;
	}
	.footer-main-sec .footer-firt-sec{
		display:flex;
		flex-flow:wrap;
	}
	.ab-liner .g-cols {
    display: flex !important;
    flex-wrap: wrap !important;
	gap:20px !important;	
}
.Our-Sec{
	     display: flex !important;
          flex-flow: column;
	}
.contactUs-Form .form-row {
    display: flex;
    gap: 0px;
    flex-flow: wrap;
}
	.ExparinceSecondSec .g-cols{
	 display: flex !important;
    flex-flow: wrap;
	}
	.footer-cotact-form .cf7-inline-form .cf7-btn{
		top: 6px;
		height: 54px;
	}
}
@media screen and (min-width:993px) and (max-width: 1199px) {
	.ExparinceSecondSec .g-cols{
	 	display: flex !important;
		flex-flow: wrap;
	}
	.experience-square-design .w-iconbox-title{
		font-size: 20px !important;
	}
		.footer-main-sec .ftr-sec{
		display:flex !important;
		justify-content: space-between;
	}
	.footer-main-sec .footer-firt-sec{
		display:flex;
		flex-flow:wrap;
	}
	.ab-liner .g-cols {
    display: flex !important;
    flex-wrap: wrap !important;
	gap:20px !important;	
}
}
@media (min-width: 1024px) and (max-width: 1728px){
.viosion-wrap.w-hwrapper{
    padding-top: 28px !important;
}
	.abSecondImage .w-image-h{
	height: 450px !important;
    max-width: 550px !important;
	right: 0;
    position: absolute;	
	}
	.footer-cotact-form .cf7-inline-form .cf7-btn{
		top: 6px;
	}
}
/* ===== INPUT HEIGHT FIX ===== */
.contactUs-Form input:not(.wpcf7-submit),
.contactUs-Form textarea {
    width: 100%;
    border-radius: 11px;
    border: 1px solid #FFFFFF4D;
    background: #0000004D;
    color: #FFFFFF80;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    transition: all 0.3s ease; 
}

/* Textarea height */
.contactUs-Form textarea {
    height: 120px;
    padding-top: 14px;
}

.contactUs-Form label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}

/* Placeholder */
.contactUs-Form ::placeholder {
    color: rgba(255,255,255,0.7);
}

/* ===== 2 COLUMN LAYOUT ===== */
.contactUs-Form .form-row {
    display: flex;
    gap: 20px;
}

.contactUs-Form p {
    margin: 0;
}

/* ===== BUTTON STYLE ===== */
.contactUs-Form .wpcf7-submit {
    background-color: #FFC83D !important;
    color: #000 !important;
    border: none;
    border-radius: 50px !important;
    position: relative;
    transition: all 0.3s ease;   /* Important */
}

/* Button Text */
.contactUs-Form button[type="submit"]:not(.w-btn),
.contactUs-Form input[type="submit"]:not(.w-btn) {
    color: #000000 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    transition: all 0.3s ease;   /* Important */
}

/* Arrow */
.contactUs-Form .wpcf7-submit::after {
    content: '\f178';
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    transform: rotate(-45deg);
    vertical-align: middle;
    background: none !important;
    transition: all 0.3s ease;   /* Important */
    color: #000;
}

/* Focus */
.contactUs-Form input:not([type=submit]):focus,
.contactUs-Form select:focus,
.contactUs-Form textarea:focus {
    background: transparent !important;
    border-color: currentColor !important;
    color: inherit !important;
    box-shadow: none !important;
}

.cnm {
    margin-top: 27px;
}

/* ===== HOVER EFFECT ===== */
.contactUs-Form .wpcf7-submit:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.contactUs-Form .wpcf7-submit:hover::after {
    color: #fff !important;
}

/* Pagination Wrapper */
.boat-slider .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    z-index: 99;
    text-align: center;
}

/* Pagination Bullets */
.boat-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #0000002B;
    opacity: 1;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
}

/* Active Bullet */
.boat-slider .swiper-pagination-bullet-active {
    background: #FFC83D;
    width: 63px;
    border-radius: 4px;
}
.boat-slider .repeater-row.swiper-slide .repeater-field.image {
    height: 677px;
	border-radius:10px;
}
.experience-square-design .w-iconbox-title{
	color:#000000;
	font-size:24px;
	font-weight:500;
	font-family:Poppins;
}
.experience-square-design:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background-color: #fff !important;
	   transition: all 0.3s ease;
}

.Equipe-boat .repeater{
	 display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.Equipe-boat .repeater .repeater-row{
	border: 1px solid #00000014;
    border-radius: 15px;
}
.Equipe-boat .equipe-title{
	color: #000000;
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
	padding-top: 20px;
    padding-left: 20px;
	padding-bottom: 10px;
}
.Equipe-boat .equipe-description{
	color: #00000080;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
	padding-left: 20px;
    padding-bottom: 20px;
}
.Equipe-boat .equipe-image img{
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}



.alternetGrid-h .w-grid-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 60px !important;
}

.alternetGrid-h .w-grid-item {
  width: 100% !important;
}

.alternetGrid-h .w-grid-item-h {
  width: 100% !important;
}

/* Main Row Wrapper - Image + Content side by side */
.alternetGrid-h .w-grid-item .w-hwrapper.usg_hwrapper_1.grid-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 60px !important;
  width: 100% !important;
}

/* Content Block */
.alternetGrid-h .w-grid-item .w-vwrapper.usg_vwrapper_1.ex-grid-cont-wrap {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 10px 0 !important;
}

/* Number + Line Row */
.alternetGrid-h .w-grid-item .w-hwrapper.usg_hwrapper_2 {
  display: flex !important;
  flex-direction: row !important;

}

.alternetGrid-h .w-grid-item:nth-child(even) .w-hwrapper.usg_hwrapper_1.grid-wrap {
  flex-direction: row-reverse !important;
}



