/* Reset css  */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}


/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

input:focus,
textarea:focus {
    outline: none;
}


/* Font css  */

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-Black.woff2') format('woff2'), url('../customerfont/Inter-Black.woff') format('woff'), url('../customerfont/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-ExtraLight.woff2') format('woff2'), url('../customerfont/Inter-ExtraLight.woff') format('woff'), url('../customerfont/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-ExtraBold.woff2') format('woff2'), url('../customerfont/Inter-ExtraBold.woff') format('woff'), url('../customerfont/Inter-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-Bold.woff2') format('woff2'), url('../customerfont/Inter-Bold.woff') format('woff'), url('../customerfont/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-Light.woff2') format('woff2'), url('../customerfont/Inter-Light.woff') format('woff'), url('../customerfont/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-Medium.woff2') format('woff2'), url('../customerfont/Inter-Medium.woff') format('woff'), url('../customerfont/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-Regular.woff2') format('woff2'), url('../customerfont/Inter-Regular.woff') format('woff'), url('../customerfont/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-SemiBold.woff2') format('woff2'), url('../customerfont/Inter-SemiBold.woff') format('woff'), url('../customerfont/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../customerfont/Inter-Thin.woff2') format('woff2'), url('../customerfont/Inter-Thin.woff') format('woff'), url('../customerfont/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* commen css  */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter';
    color: #747384;
    line-height: 1.4;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    color: #14131E;
    line-height: 1.3;
    margin-bottom: 16px;
}

h1 {
    font-size: 42px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

h4 {
    font-size: 30px;
}

p {
    font-size: 14px;
    font-weight: 400;
    color: #9F9FAB;
}

a {
    color: #9747FF;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    color: #2FDD92;
}

.gap-10{
    gap: 10px;
}

#Map label {
    display: flex;
}

#Map label span{
    padding: 11px 0;
    width: 16%!important;
}

#Map label input{
    padding: 11px 0;
    width: 16%!important;
}

label {
    color: #14131E;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400;
    display: block;
}

input {
    width: 100%;
    border: solid 1px #9F9FAB;
    border-radius: 8px;
    height: 43px;
    width: 100%;
    background-color: #fff;
    padding: 5px 15px;
}

input:focus {
    border: solid 1px #202020;
}

img {
    max-width: 100%;
    width: auto;
}

picture {
    display: block;
}

.button-green {
    padding: 15px 64px;
    justify-content: center;
    align-items: center;
    border: solid 2px #2FDD92;
    background-color: #2FDD92;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}

.button-green:hover {
    background-color: #fff;
    color: #2FDD92;
}


/* wrapper */

.wrapper {
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
}

.login-parent {
    display: flex;
    align-items: center;
}

.login {
    min-height: 850px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 60px;
    background-image: url(../images/customerPortalImg/bg.jpg);
}

.login-text {
    padding: 110px 50px 145px;
    background: rgb(255, 255, 255, 0.6);
    background-image: url(../images/customerPortalImg/bg2.jpg);
    background-blend-mode: lighten;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
}

.login-text-heading {
    margin-bottom: 24px;
}

.login-text-para {
    max-width: 95%;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.login-form {
    padding: 100px 135px;
}

.login-form p {
    margin-bottom: 40px;
}

.login-logo {
    margin-bottom: 40px;
}

.login-logo-text img {
    position: relative;
    top: 3px;
}

.login-logo-text.forget img {
    margin-left: 12px;
}

.login-form-feilds {
    margin-bottom: 50px;
}

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

.form-checkbox {
    position: relative;
}

.form-checkbox label {
    padding-left: 30px;
}

.form-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.form-checkbox span {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: solid 1px #747384;
    z-index: 1;
}

.form-checkbox span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
}

.form-checkbox span::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 12px;
    margin: 2px 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.form-checkbox input:checked+span::after {
    content: '';
}

.form-checkbox input:checked+span {
    border: solid 1px #287dfa;
}

.form-checkbox input:checked+span::before {
    background-color: #287dfa;
}

.button-group {
    margin: 50px 0;
}

.header-icons {
    display: flex;
    gap: 10px;
}

.header-icons a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
    text-decoration: none;
}

/* General hover effect */
.header-icons a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* Individual brand hover colors */
.header-icons a.phone:hover {
    background-color: #198754;
}

.header-icons a.whatsapp:hover {
    background-color: #25D366;
}

.header-icons a.email:hover {
    background-color: #ffcc00;
    color: #000;
}

.header-icons a.bell:hover {
    background-color: #5012e0;
}

.header-icons a.logout:hover {
    background-color: #eb0909;
}

/* Icon smoothness */
.header-icons a i {
    transition: transform 0.3s ease;
}

.header-icons a:hover i {
    transform: scale(1.1);
}

.change-password-form .card input{
    border: solid 1px #9747FF;
}

.change-password-form .shadow-sm{
    box-shadow: 0 .125rem 6.25rem rgba(0, 0, 0, .075) !important;
}

.change-password-form button{
    background: #9747FF;
    color: #fff;
}

.change-password-form button:hover{
    background: #fff;
    color: #9747FF;
    border: solid 1px #9747FF;
}

.change-password-form .fa-eye{
    color: #9747FF;
    transition: transform 0.3s ease;
}

.change-password-form .fa-eye:hover{
    transform: scale(1.3);
}

.passengers{
    margin: 20px 0;
}
.passengers span {
    padding: 8px 0;
}
.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.quantity span{
    font-size: 20px;
}
.quantity__minus,
.quantity__plus {
    display: block;
    width: 42px;
    height: 39px;
    margin: 0;
    background: #dee0ee;
    text-decoration: none;
    text-align: center;
}
.quantity__minus{
    line-height: 35px;
}
.quantity__plus {
    line-height: 40px;
}
.quantity__minus:hover,
.quantity__plus:hover {
  background: #575b71;
  color: #fff!important;
}
.quantity__minus {
  border-radius: 3px 0 0 3px;
}
.quantity__plus {
  border-radius: 0 3px 3px 0;
}
.quantity__input {
  width: 54px;
  height: 39px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid #dee0ee;
  border-bottom: 2px solid #dee0ee;
  border-left: 1px solid #dee0ee;
  border-right: 2px solid #dee0ee;
  background: #fff;
  color: #8184a1;
  border-radius: 0;
}
.quantity__minus:link,
.quantity__plus:link {
  color: #a18381;
}
.quantity__minus:visited,
.quantity__plus:visited {
  color: #fff;
}

#accomadation .heading{
display: flex;
align-items: center;
justify-content: space-between;
}

.help{
    margin: 15px;
}
.help .card{
    width: 15rem;
    margin-right: 15px;
    border-radius: 15px;
    border-top: 5px solid #9747FF;
}
.help .card button{
    width: 100%;
    margin: 5px 0;
    border: 1px solid #9747FF;
    background: transparent;
    border-radius: 15px;
}

.whyskanda h2{
    padding:1.5rem;
    font-size:2.5rem;
}
.whyskanda p{
    padding:0.5rem;
    text-align: justify;
}
.whyskanda span{
    font-weight: bold;
    font-size: 20px;
}

@media(min-width:768px) {
    .button-group--create {
        margin-top: 60px;
    }
}

@media(max-width:1366px) {
    .wrapper {
        padding: 0 15px;
    }
    .login-form {
        padding: 100px;
    }
    .login-text-heading {
        font-size: 52px;
    }
}

@media(max-width:1023px) {
    .login {
        padding: 100px 30px;
        min-height: initial;
    }
    .login-form {
        padding: 80px 50px;
    }
    .login-text-heading {
        font-size: 40px;
    }
    .login-text {
        padding: 100px 30px;
    }
    .login-text-para {
        max-width: initial;
    }
}

@media(max-width:991px) {
    .login-text {
        padding: 50px 30px;
    }
    .login-form {
        padding: 50px 30px;
    }
}

@media(max-width:767px) {
    .login-text-heading {
        font-size: 34px;
    }
    .login-logo {
        text-align: center;
    }
    .login-form p,
    .login-logo {
        margin-bottom: 30px;
    }
    .button-group {
        margin: 40px 0;
    }
    .login {
        padding: 50px 30px;
    }
    .login-text {
        padding: 30px;
    }
    h1 {
        font-size: 30px;
    }
}

@media(max-width:414px) {
    .login-parent>.row>.col-md-6 {
        padding: 0;
    }
    .login {
        padding: 50px 15px;
    }
    .header-icons {
        gap: 3px;
    }
    .header-icons a {
        width: 35px;
        height: 35px;
        font-size: 18px;
        border-radius: 50%;
    }
    #accomadation .heading{
        display: block;
    }
    .help .card{
        margin: 10px 41px;
    }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #9747ff !important;
    padding: 0.5rem !important;
}

.carousel-control-next, .carousel-control-prev {
    width: auto !important;
}

.card-img-carosuel {
    width: 100% !important;
    height: 200px !important; /* Set desired height */
    object-fit: cover !important; /* Crop to fill while maintaining aspect ratio */
}


.form-radio {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.form-radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
}

.form-radio span {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #747384;
    border-radius: 50%;
    z-index: 1;
    background-color: #fff;
}

.form-radio input[type="radio"]:checked + span::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    height: 8px;
    width: 8px;
    background-color: #287dfa;
    border-radius: 50%;
}

#travelInsurance .modal-body p {
    margin: 10px;
}
#travelInsurance .modal-body strong {
    color: #7045FF;
}
#passportVisa .modal-body p {
    margin: 10px;
}
#passportVisa .modal-body strong {
    color: #7045FF;
}
#genralInfo .modal-body p {
    margin: 10px;
}
#genralInfo .modal-body strong {
    color: #7045FF;
}
#flights .modal-body p {
    margin: 10px;
}
#flights .modal-body strong {
    color: #7045FF;
}
#health .modal-body p {
    margin: 10px;
}
#health .modal-body strong {
    color: #7045FF;
}