
.col-md-6 {
z-index: 88;
    float: left;
}
body .j2store-cart-button, body .btn-primary, body .j2store-product-back-btn, body .btn, body .btn-success, body .button {
    overflow: hidden;
    transition-delay: 0s,0s;
    transition-duration: .3s,.3s;
    transition-property: border-color,color;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    -webkit-transition-delay: 0s,0s;
    -webkit-transition-duration: .3s,.3s;
    -webkit-transition-property: border-color,color;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    -moz-transition-delay: 0s,0s;
    -moz-transition-duration: .3s,.3s;
    -moz-transition-property: border-color,color;
    -moz-transition-timing-function: cubic-bezier(.2,1,.3,1);
    -o-transition-delay: 0s,0s;
    -o-transition-duration: .3s,.3s;
    -o-transition-property: border-color,color;
    -o-transition-timing-function: cubic-bezier(.2,1,.3,1);
    padding: 10px 18px 8px;
    border: 2px solid #ff4c65;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    background: 0 0;
    color: #ff4c65;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    text-shadow: none!important;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
label.error {
    color: red;
}
nav svg {
    overflow: hidden;
    vertical-align: middle;
    width: 25px;
}
/*progressbar*/
ul#progressbar {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 40px 0;
}

#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #6d6d6d;
	text-transform: uppercase;
	font-size: 16px;
	width: 50%;
	float: left;
	position: relative;
}
#progressbar li::before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	line-height: 25px;
	display: block;
	font-size: 15px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0px 162px 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 95%;
height: 2px;
background: white;
position: absolute;
left: -47%;
top: 11px;
z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ffffff;
    color: #ff1b36;
}


#progressbar li.active {
    color: #fff;
    background-color: #ff1b36;
}
.regstbak{
	background: white;
	height: 1000px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}
.regstbak::after {
	content: '';
	position: absolute;
	top: 0px;
	border-top: 0px solid transparent;
	border-bottom: 71.9em solid white;
	border-left: 134px solid transparent;
	border-right: 0px solid transparent;
	left: -132px;
}
/* restaurant signup inline */

/*#msform fieldset{
		padding: 0px 30px!important; 
	}*/

	/*rohit 09 september, 2019*/
  .dropdown.mega.active em.caret{
    border-top-color: #ff1430;
    border-bottom-color: #ff1430;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  	border: unset;
  	color: unset;
  	background: unset;
  	text-align: center;
  }
  .nav-tabs > li > a:hover{
  	background: unset;
  	border: unset;
  }
  .nav-tabs{
  	border-bottom: unset;
  }
  .nav-tabs > li > a{
  	border: unset;
  	text-align: center;
  	color: #898989;
  }
  .newprogress{
  	margin: 30px;
  }
  .my_btn.text-center{
  	margin: 40px 0 0;
  }
  #progressbar {
	/*margin-bottom: 30px;*/
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
		list-style-type: none;
		color: #6d6d6d;
		text-transform: uppercase;
		font-size: 16px;
		width: 33%;
		float: left;
		position: relative;
		padding: 15px 5px;
		border-radius: 4px;
    	background-color: #f7f7f7;
		text-align:center;
}
#progressbar li::before {
		content: counter(step);
		counter-increment: step;
		width: 25px;
		line-height: 25px;
		display: block;
		font-size: 15px;
		color: #333;
		background: white;
		border-radius: 3px;
		margin: 0px 161px 5px auto;
		text-align: center;
		margin: 0 auto!important;
}
	/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 93%;
	height: 2px;
	background: white;
	position: absolute;
	left: -46%;
	top: 27%;
	z-index: 0; /*put it behind the numbers*/
}
.photo-container {
	border: 1px dashed #d9d9d9;
	border-radius: 5px;
	width: 100%;
	min-height: 70px;
	padding: 2px 0;
	display: inline-block;
}
.photos-sec, .photos-sec-2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-content: center;
}
.add-phots {
	position: relative;
	float: left;
	width: 100%;
}

.upload-img-inpt {
	position: absolute;
	width: 126px;
	height: 114px;
	opacity: 0;
	cursor: pointer;
}
.complete-profile-img {
	width: 100px;
	margin: 0 auto;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}

.btn.btn-remov:hover::before{
	background-color: transparent;
	color: black;
}
.btn.btn-remov .fa.fa-trash{
	color: black;
	font-size: 18px;
}

.btn.btn-remov,
.btn.btn-remov:hover,
.btn.btn-remov::before{
	background: transparent;
	border: none;	
}
#upld-gal2::before,
#upld-gal::before{
	background: transparent;
	border: none;
}
#upld-gal2,
#upld-gal{
	border: none;
}
.photos-sec, .photos-sec-2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-content: center;
}
.phot-upld, .phot-upld-2 {
	display: inline-block;
	width: 134px;
	padding: 5px;
	height: 95px;
	border-radius: 10px;
	border: 2px solid #3a83ff;
	margin: 5px;
}
.phot-upld img, .phot-upld-2 img {
	object-fit: cover;
	width: 100%;
	height: 56px;
	max-height: 56px;
}
.regstbak{
	height: 1150px;
}
.igfood{
	height:850px;
	margin-top: 80px;
	object-fit: cover;
	width: 100%;
}
.restfirst{
	margin-top:100px;
	padding-left: 0px;
}
.respptag{
	padding-right: 20px;
}
.nwpadingconiner{
	background:white;
	margin-bottom: 50px;
	margin-top: 10px;
}

#topsect{
	height: initial;
}
#topsect .ovrlaytxt{
	position: initial;
}
#msform input, #msform textarea {
    /*padding: 0px !important;*/
}

#msform input, #msform textarea{margin-bottom: 0;}

.dropdown.mega.active em.caret{
	/*color: #ff1430;*/
	border-top-color: #ff1430;
	border-bottom-color: #ff1430;
}

.indxdownlad{
	width: 110px!important;
	height: 40px!important;
}




#msform {
width: 100%;
margin: 50px auto;
/*text-align: center;*/
position: relative;
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 3px;
/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
padding: 20px 30px;
box-sizing: border-box;
/*width: 80%;*/
margin: 0 0;
/*stacking fieldsets above each other*/
position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	/*font-family: montserrat;*/
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.iti{width: 100%;}
.grecaptcha-badge { visibility: hidden; }

/*-----------why-sec--------*/
@font-face {
  font-family: AbyssinicaSILW;
  src: url(public/fonts/AbyssinicaSIL-Regular.woff);
}
.why-sec {
  width: 100%;
  float: left;
  padding: 0 0 70px;
}
.why-panel > .sec-heading {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.why-desc {
    font-weight: 500;
    color: #7e7f86;
}
.why-panel > .sec-heading + p {
    font-weight: 600;
    font-size: 18px;
    color: #b3b3b3;
    margin-bottom: 70px;
}
.why-panel {
    padding: 0 30px;
}
.why-head {
  width: 100%;
  color: #313131;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.why-no{
  font-size: 65px;
  line-height: 53px;
  position: relative;
  font-family: AbyssinicaSILW;
}
.why-no::before {
  position: absolute;
  content: "";
  top: -17px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #32afe3;
  z-index: -1;
}
.why-head.first .why-no::before{
  background-color: #32afe3;  
}
.why-head.second .why-no::before{
  background-color: #ff6364;  
}
.why-head.third .why-no::before{
  background-color: #ffbc64;  
}
.why-head.fourth .why-no::before{
    background-color: #a4ff9e;
}

.why-heading{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 10px;
}
#upld-gal2::before, #upld-gal::before {
    background: transparent;
    border: none;
}
.photo-container {

    border: 1px dashed #d9d9d9;
    border-radius: 5px;
    width: 100%;
    min-height: 70px;
    padding: 2px 0;
    display: inline-block;

}
.photo-container .error{
  display: block;
}

.photos-sec, .photos-sec-2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-content: center;
}
.add-phots {
    position: relative;
    float: left;
    width: 100%;
}
.text-center {
    text-align: center;
}
#upld-gal2, #upld-gal {
    border: none;
}
.complete-profile-img {
    width: 100px;
    margin: 0 auto;
}
.heding-span {
    color: #ff1b36;
}
  .proof-img {
    position: relative;
    width: 120px;
    margin: 0 auto;
  }
  .proof-img input {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
left:0;
}
#send-otp{
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  color: #c0062d !important;

}
.terms_conditions_err {
  display: block;
}
span.terms_conditions_err label, .manformcls .manformgrup label.error {
  position: absolute;
}
.skiptranslates {
    display: none !important;
}
.pac-container {
    margin-top: -80px;
}
td.day {
    padding: 5px;
    cursor: pointer;
}

:root {
    --primary-color: #ff1b36;
    --secondary-color: #ff7e5f;
    --text-dark: #000;
    /* Changed to black as requested */
    --text-muted: #555;
    --background-light: #f8f9fa;
    --background-white: #ffffff;
    --text-white: #ffffff;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Common Animation Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Sub Navbar */
.sub-navbar {
    background: #212529;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
    position: sticky;
    top: 70px;
    z-index: 998;
    display: block !important;
    visibility: visible !important;
    animation: fadeIn 1s ease-in;
    overflow-x: auto;
    /* Enable horizontal scroll */
    white-space: nowrap;
    /* Prevent wrapping */
}

.sub-navbar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

/* Force horizontal scroll on nav */
.sub-navbar {
    background: #212529;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
    position: sticky;
    top: 70px;
    z-index: 998;
}

.sub-navbar-scroll {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 15px;
    scroll-behavior: smooth;
}

.sub-navbar-scroll::-webkit-scrollbar {
    display: none;
}

.sub-navbar-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
}

.navbar-nav .nav-item {
    flex: 0 0 auto;
}

.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    transition: 0.3s ease;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
    transform: scale(1.05);
}


/* About Section */
.about-sec {
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.about-header {
    height: 100vh;
    min-height: 650px;
    background-image: url('https://idowazride.com/ride/images/ToyotaCamry.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    position: relative;
    margin-top: 0;
    overflow: hidden;
    /* Ensures shadow stays within */
}

.about-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    /* Top to transparent */
    z-index: 1;
    pointer-events: none;
}


.about-sec .about-heading {
    color: #fff;
}

.about-heading {
    font-size: 5rem;
    font-weight: 800;
    color: var(--text-dark);
    /* Black as requested */
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    animation: fadeInDown 1.2s ease-out;
}

.about-box2 {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.about-box2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: linear-gradient(to right, var(--background-light) 0%, var(--background-white) 50%, var(--background-light) 100%);
    z-index: -1;
}

.about-box2 h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-dark);
    /* Black as requested */
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.about-box2 h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.about-box2 p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.about-letter {
    background: linear-gradient(135deg, var(--background-white) 0%, var(--background-light) 100%);
    position: relative;
}

.about-letter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill-opacity="0.03" fill="%23ff1b36" x="0" y="0" width="100" height="100"/></svg>');
    z-index: 0;
}

.about-innerbox {
    position: relative;
    z-index: 1;
}

.about-innerbox h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    /* Black as requested */
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.about-innerbox h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.about-innerbox p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 25px;
}

.about-innerbox h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-dark);
    /* Black as requested */
    padding: 15px 20px;
    background: linear-gradient(90deg, rgba(255, 27, 54, 0.1) 0%, rgba(255, 126, 95, 0.1) 100%);
    border-left: 4px solid var(--primary-color);
    border-radius: 0 8px 8px 0;
}

.ceo-img {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.ceo-img::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), #feb47b);
    border-radius: 25px;
    z-index: -1;
    opacity: 0.7;
    filter: blur(15px);
    animation: gradientShift 3s ease infinite;
    content: none;
}

.ceo-img img {
    max-width: 100%;
    border-radius: 20px;
    padding: 6px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), #feb47b);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-in-out;
    transition: var(--transition);
    transform: translateZ(20px);
}

/* .ceo-img img:hover {
    transform: scale(1.03) translateZ(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
} */
/* .ceo-img:hover::before {
    opacity: 1;
    filter: blur(20px);
    transform: scale(1.05);
} */
.about-panel {
    margin-bottom: 100px;
    position: relative;
}

.about-panel:nth-child(even) {
    background: linear-gradient(to right, var(--background-white) 0%, var(--background-light) 50%, var(--background-white) 100%);
    padding: 40px 0;
    border-radius: 15px;
}

.about-desc h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark);
    /* Black as requested */
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.about-desc h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.about-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--text-muted);
}

.about-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: var(--transition);
    transform: translateZ(0);
}

.about-wrap:hover {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

.about-wrap img {
    width: 100%;
    border-radius: 15px;
    transition: var(--transition);
    transform: scale(1);
}

.about-wrap:hover img {
    transform: scale(1.05);
}

.about-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 27, 54, 0.1) 0%, rgba(255, 126, 95, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 15px;
}

.about-wrap:hover::after {
    opacity: 1;
}

.about-box2,
.about-panel {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Get More Section */
.getmore-sec {
    padding: 100px 0;
    margin-top: -180px;
    background: linear-gradient(135deg, var(--background-light) 0%, var(--background-white) 50%, var(--background-light) 100%);
    position: relative;
    overflow: hidden;
}

.getmore-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill-opacity="0.03" fill="%23ff1b36" x="0" y="0" width="100" height="100"/></svg>');
    z-index: 0;
}

.offices-sec .sec-heading {
    color: #fff !important;
}

.sec-heading {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-dark);
    /* Black as requested */
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.sec-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 3px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.getmore-box {
    display: block;
    height: 100%;
    background: var(--background-white);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    text-decoration: none;
    color: inherit;
}

.getmore-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 27, 54, 0.05) 0%, rgba(255, 126, 95, 0.05) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.getmore-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.4s ease;
}

.getmore-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    color: inherit;
    text-decoration: none;
}

.getmore-box:hover::before {
    opacity: 1;
}

.getmore-box:hover::after {
    transform: scaleX(1);
}

.getmore-box h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    /* Black as requested */
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.getmore-box:hover h3 {
    color: var(--primary-color);
}

.getmore-box p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 0;
}

.getmore-box h3 i {
    margin-right: 10px;
    font-size: 2rem;
    vertical-align: middle;
}

.getmore-box {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.getmore-box:nth-child(1) {
    animation-delay: 0.1s;
}

.getmore-box:nth-child(2) {
    animation-delay: 0.2s;
}

.getmore-box:nth-child(3) {
    animation-delay: 0.3s;
}

.getmore-box:nth-child(4) {
    animation-delay: 0.4s;
}

.getmore-box:nth-child(5) {
    animation-delay: 0.5s;
}

.getmore-box:nth-child(6) {
    animation-delay: 0.6s;
}

.getmore-box:nth-child(7) {
    animation-delay: 0.7s;
}

/* Team Section */

.team-slider {
    padding: 20px 0;
}

.team-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
    color: #007bff;
}

.swiper-pagination-bullet-active {
    background: #007bff;
}

@media (max-width: 767px) {
    .team-card {
        margin: 0 10px;
    }
}

.teams {
    padding: 5rem 0;
    margin-top: -58px;
    background: var(--background-light);
    position: relative;
    overflow: hidden;
}

.teams::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 27, 54, 0.05), rgba(255, 126, 95, 0.05));
    z-index: 0;
}

.team-card {
    background: var(--background-white);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: perspective(1000px) rotateY(0deg);
}

.team-card:hover {
    transform: perspective(1000px) translateY(-0.5rem) rotateY(2deg);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.team-img {
    position: relative;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.team-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid transparent;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) padding-box,
        linear-gradient(135deg, var(--background-white), var(--background-light)) border-box;
    transition: var(--transition);
}

.team-card:hover .team-img img {
    transform: scale(1.05);
    border-color: var(--primary-color);
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
    /* Black as requested */
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.team-card:hover .card-title {
    color: var(--primary-color);
}

.card-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.teams .team-links a {
    border-color: #ff1b36 !important;
    color: #ff1b36 !important;
}

.teams .team-links a:hover {
    background-color: #ff1b36 !important;
    color: #fff !important;
}


.team-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.team-links .btn {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: var(--transition);
}

.team-links .btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--background-white);
}

.team-links .btn i {
    font-size: 1rem;
}

.team-card {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.team-card:nth-child(1) {
    animation-delay: 0.1s;
}

.team-card:nth-child(2) {
    animation-delay: 0.2s;
}

.team-card:nth-child(3) {
    animation-delay: 0.3s;
}

.team-card:nth-child(4) {
    animation-delay: 0.4s;
}

/* Offices Section */
.offices-sec {
    margin-top: -60px;
    margin-bottom: -1px;
    background: linear-gradient(to bottom, #111111, #222222);
    /* sirf dark background */
    color: var(--text-white);
    position: relative;
    overflow: hidden;
}

.offices-sec::before {
    content: none;
    /* no extra red overlay */
}


.offices-sec .container {
    padding: 0 !important;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.country-card-item {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0.3rem;
    min-height: 60px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.country-card-item:hover {
    border: 2px solid #ff1b36;
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
}

.country-card-item a {
    color: var(--text-white);
    text-decoration: none;
}

.country-card-item:hover a {
    color: var(--primary-color);
}

.flag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    /* Reduced from 40px */
    width: 40px;
    /* Reduced from 50px */
    margin: 0 auto;
}

.flag img {
    max-height: 20px;
    /* Reduced from 25px */
    max-width: 100%;
    object-fit: contain;
    transition: var(--transition);
}

.country-card-item:hover .flag img {
    transform: scale(1.1);
}

.country-card-item h5 {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    /* Reduced from 1rem */
    font-weight: 600;
    color: #fff;
    margin-top: 0.2rem;
    /* Reduced from 0.3rem */
    margin-bottom: 0;
}

.office-tooltip {
    position: absolute;
    top: -2rem;
    /* Adjusted from -2.5rem */
    left: 50%;
    transform: translateX(-50%) scale(0);
    background: rgba(255, 255, 255, 0.9);
    padding: 0.3rem 0.6rem;
    /* Reduced from 0.4rem 0.8rem */
    border-radius: 0.3rem;
    /* Reduced from 0.4rem */
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3);
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
}

.country-card-item:hover .office-tooltip {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    top: -2.5rem;
    /* Adjusted from -3rem */
}

.office-tooltip p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
    /* Reduced from 0.8rem */
    color: var(--text-dark);
    margin: 0;
}

.map-container {
    position: relative;
    padding: 1.5rem;
}

.map-image svg {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.map-image:hover svg {
    transform: scale(1.02);
}

.map-pin {
    fill: #ff0000;
    cursor: pointer;
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.country-card-item:nth-child(1) {
    animation-delay: 0.1s;
}

.country-card-item:nth-child(2) {
    animation-delay: 0.2s;
}

.country-card-item:nth-child(3) {
    animation-delay: 0.3s;
}

.country-card-item:nth-child(4) {
    animation-delay: 0.4s;
}

.country-card-item:nth-child(5) {
    animation-delay: 0.5s;
}

.country-card-item:nth-child(6) {
    animation-delay: 0.6s;
}

.country-card-item:nth-child(7) {
    animation-delay: 0.7s;
}

.country-card-item:nth-child(8) {
    animation-delay: 0.8s;
}

/* Responsive Design */
@media (max-width: 767px) {
    .offices-sec {
        padding: 3rem 0;
    }

    .map-container {
        padding: 1rem;
    }

    .map-image svg {
        max-height: 250px;
    }

    .country-card-item {
        padding: 0.2rem;
        /* Further reduced */
        min-height: 50px;
        /* Reduced from 70px */
    }

    .flag {
        height: 25px;
        /* Reduced from 35px */
        width: 35px;
        /* Reduced from 45px */
    }

    .flag img {
        max-height: 15px;
        /* Reduced from 20px */
    }

    .country-card-item h5 {
        font-size: 0.8rem;
        /* Reduced from 0.9rem */
    }

    .office-tooltip {
        top: -1.8rem;
        /* Adjusted from -2.2rem */
    }

    .country-card-item:hover .office-tooltip {
        top: -2.2rem;
        /* Adjusted from -2.8rem */
    }

    .office-tooltip p {
        font-size: 0.65rem;
        /* Reduced from 0.75rem */
    }
}

@media (max-width: 575px) {
    .offices-sec {
        padding: 2.5rem 0;
    }

    .map-container {
        padding: 0.75rem;
    }

    .map-image svg {
        max-height: 200px;
    }

    .country-card-item {
        padding: 0.2rem;
        min-height: 45px;
        /* Reduced from 60px */
    }

    .flag {
        height: 20px;
        /* Reduced from 30px */
        width: 30px;
        /* Reduced from 40px */
    }

    .flag img {
        max-height: 12px;
        /* Reduced from 18px */
    }

    .country-card-item h5 {
        font-size: 0.75rem;
        /* Reduced from 0.85rem */
    }

    .office-tooltip {
        top: -1.5rem;
        /* Adjusted from -2rem */
    }

    .country-card-item:hover .office-tooltip {
        top: -2rem;
        /* Adjusted from -2.5rem */
    }

    .office-tooltip p {
        font-size: 0.6rem;
        /* Reduced from 0.7rem */
    }
}

/* Footer Strap */
.footer-strap {
    background: #222222;
    color: #fff;
    font-size: 0.9rem;
}

.footer-strap .text-primary {
    color: var(--primary-color);
}

.country-card .card {
    border: 1px solid transparent;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.country-card .card:hover {
    border-color: #ff0000;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}