body {
    margin: 0;
    padding: 0;
    font-family: "PlusJakartaSans-Regular";
}

p {
    margin-bottom: 0 !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

button {
    cursor: pointer;
}
.grey{
    color: #5D6180;
}
.medium{
    font-family: "PlusJakartaSans-Medium";
}
/* header */
.headerOne {
    background: #F1F1F1;
}
.bold{
    font-family: "PlusJakartaSans-ExtraBold";  
}

.headerOne p {
    font-size: 14px;
    color: #554880;
    /* line-height: 28px; */
}

.req {
   
    padding: 8px 20px;
    font-size: 14px;
}
.msg_btn,.req{
    background-color: #554880;
    color: white;
    border: none;
}
.nav_bar ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

.nav_bar ul li a {
    text-decoration: none;
    color: black;
}
.nav_bar ul li a.active{
    color:  #473976;
    font-family:"PlusJakartaSans-Bold";
   
}
.header {
    border-bottom: 1px solid #D4D4D4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sign {
    background-color: transparent;
    font-family: "PlusJakartaSans-Bold";
}

.in {
    border: none;
}

.up {
    border-radius: 12px;
    border: 2.16px solid #473976;
    padding: 7px 15px;
    color: #554880;
}
/* header-end */
/* banner-start */
.banner {
    position: relative;
    height: 650px;
    background-image: url(../images/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:white;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 89, 89, 0.5); /* Light overlay with 50% opacity */
    z-index: 0;
}

.banner * {
    position: relative;
    z-index: 1;
}


.banner h1 {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 58px;
    letter-spacing: 3px;
    line-height: 76px;

}

.content {
    width: 70%;
}

.cutting {
    padding: 2px 5px 5px 5px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.22);
}

.content h6 {

    font-size: 18px;
    line-height: 30px;
    font-family: "PlusJakartaSans-Light";

}

.req_btn {
    padding: 10px 20px;
    border: none;
    background: linear-gradient(180deg, #54477F 0%, #574982 100%);
    margin-right: 20px;
}

.req_btn,
.view_btn {
    border-radius: 10px;
    color: white;

}

.para {
    margin-left: 12.5%;
}

.view_btn {
    background: transparent;
    padding: 8px 10px;
    border: 2.16px solid #FFF;
}

.plan {
    font-size: 15px !important;
}

.contentBar img {
    width: 45px;
    margin-right: 10px;
}

.contentBar {
    padding-top: 20px;
    font-size: 23px;
    font-family: "PlusJakartaSans-ExtraBold";

}
/* who we are */
.tab_bar {
    padding: 8px;
    width: 33%;
    border-radius: 10.667px;
    border: 2px solid #DEDEF7;
    background: rgba(239, 239, 251, 0.30);
}

.tab_bar ul {
    border-bottom: none !important;
   
}

.tab_bar ul li button.active {

    color: #473976 !important;
    font-family: "PlusJakartaSans-ExtraBold";
    border-radius: 8px;
    border: 2.667px solid rgba(14, 8, 84, 0.04) !important;
    background: #FFF !important;
    box-shadow: 0px 4px 53.333px 0px rgba(14, 8, 84, 0.05);
}
.tab_bar ul li{
width: 50%;
}
.tab_bar ul li button {
    color: black !important;
 
  /* width: 200px; */
}

.head {
    color: #0C0047;
    font-size: 48px;
    font-family: "PlusJakartaSans-ExtraBold";

}
#who h6{
    color: #6C727F;
font-size: 18px;
line-height: 34px
}
#rating h6{
    color: #6C727F;
}
#rating span{
    color: black;
}
.see_btn{
    font-family: "PlusJakartaSans-ExtraBold";
    border-radius: 10px;
background: #473976;
display: flex;
padding: 13px 32px;
justify-content: center;
align-items: center;
gap: 10px;
color: white;
margin-top: 20px;
}
/* solutions */
.solutions h6,.viewAll,#rating h6{
font-size: 17px;

}
.viewAll{
    margin-top: 20px;
color: white;
border: none;
padding: 8px 20px;
border-radius: 8px;
background: linear-gradient(180deg, #54477F 0%, #715DE3 100%);
}
.phoneSign{

 padding: 10px 55px;
}
.solCard img{
    height: 50px;
}
.solCard h6{
    font-size: 16px;
}
.solCard{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 14px;
    flex-direction: column;
    box-shadow: 0px 11.809px 94.471px 0px rgba(153, 153, 153, 0.25);
}
/* questions */
.ques{
    border-radius: 12px;
    border: 1.232px solid #CFCFCF;
    padding: 10px 30px;
    margin-bottom: 20px;
}
.question{
    display: flex;
    justify-content: space-between;
 align-items: center;
 
}

.answer {
    display: none; /* Hide by default */
    margin-top: 10px;
    font-size: 14px;
    color: #555;
  }
  .questions h5{
    font-family: "PlusJakartaSans-Bold";
    margin-bottom: 0 !important;
  font-size: 17px;
  }
  .answer{
    font-size: 16px;
  }
  .ques i{
    cursor: pointer;
  }
  .phn p{
    font-size:24px ;
    color: #554880;
    font-family: "PlusJakartaSans-Bold";
  
  }
  .email_btn{
    padding: 10px 50px;
    color: white;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #54477F 0%, #715DE3 100%);
  }
  /* customer say */
  .customerSay{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  .custContent{
    font-size: 18px;
    width: 70%;
    line-height: 28px;
    color: #6C727F;
    font-family: "PlusJakartaSans-Medium";
  }
  .customCard{
    border-radius: 15.97px;
background: #F5F6F8;
padding: 10px 20px;
text-align: start;
/* height: 100% !important; */
  }
  .owl-carousel .owl-stage-outer {
    display: flex;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
}

.customCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

  .customCard h5{
    font-size: 16px;
    line-height: 28px;
    font-family: 'PlusJakartaSans-MediumItalic';
  }
   .customCard img{
  width: 50px !important;
  height: 50px;
  }
  .customCard h4{
    font-size: 16px;
    font-family: "PlusJakartaSans-Bold";
  }
  .customCard h6{
    color: #97989F;
    font-size: 14px;
  }
  /* footer */
  .footer{
   
    box-shadow: 10px 0px 100px rgba(215, 204, 204, 0.25); ;
    background: #FFF;
   
  }
.footContainer{
    display: flex;
    flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom:1px solid #DFDFDF ;
}
.footContainer input{
    padding:7px  10px ;
    border: 1.332px solid #DFDFDF
}
.footContainer input::placeholder{
    font-size: 14px;
}
.footContainer button{
    font-size: 14px;
    background: #473976;
    color: white;
    border: none;
    padding: 9px 10px;
}
.footContainer input:focus{
    outline: none;
}
.footerBottom{
   
    display: flex;
    justify-content: space-between;
}
.footNav ul li a,.footerBottom h6{
    color: #535353
}
.copy{
    font-size: 14px;
}

/* ====ABOUT===== */
.globe{
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20px;
}
.bolds{
    font-family: "PlusJakartaSans-Bold";
}
.one_step h6{
    color: #7D7D7D;
    font-size: 15px;
    line-height: 24px;
}
.demo_btn{
    border-radius: 43.798px;
    background: #574982;
    color: white;
    border: none;
    padding: 10px 25px 10px 20px;
}
.upArr{
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Online booking */
.logCard{
    text-align: center;
    padding: 50px;
}
.booking h4{
    font-size: 25px;
}
.booking h6{
   font-size: 16px;
    line-height: 28px;
}
.line{
   
    left: 31%;
}
.line,.line2{
    position: absolute;
    top: 40%;
}
.line2{
right: 31%;
}
.terms{
    width: 50%;
    text-align: center;
  
}
.subContent{
    font-size: 16px;
    line-height: 26px;
    font-family: "PlusJakartaSans-Medium";
}
.choose{
    margin-left: 25%;
    margin-top: 30px;
}
/* ===DEMO=== */
.stars i{
    color: #473976;
}
.product{
    color: #473976;
    background-color: lavender;
    padding: 5px 20px;
    border-radius: 15px;
}
.demoBanner h2{
    line-height: 80px;
}
.demoBanner h6,.contactBanner h4{
    font-size: 23px;
    line-height: 33px;
}
.try_btn{
    border-radius: 12px;
    padding: 8px 25px;
    font-size: 15px;
border:none;
background: #473976;
color: white;
box-shadow: 0px 26.667px 46.667px 0px rgba(51, 132, 255, 0.20);
}
.credit{
    font-size: 14px !important;
}
.rating{
    margin-bottom: 0;
    font-size: 16px !important;
}
.access h6{
    font-size: 20px;
    line-height: 30px;
}
.demoInp{
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #F6F7F9;;
margin-bottom: 30px;
}
.demoInp input,.demoInp select{
    padding-left: 30px;
    color: #454C52;
    width: 70%;
    background-color: transparent;
    border: none;
    font-family: "PlusJakartaSans-Bold";


}
.demoInp select,.demoInp input:focus{
    outline: none;
}

#country,.demoInp input::placeholder {
    color: #454C52 !important;
}
/* ====CONTACT==== */
/* .contactBanner {
    color: #645E80;
}
.contactBanner h5{
    font-size: 20px;

} */
 .contact_one{
    /* background-color: rgba(31, 31, 31, 0.85); */
    background-image: url(../images/d4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   padding-left: 150px;
   color: white !important;
 }
 .contact_two{
    background-color: #473976;
    padding: 50px;
    color: white;
 }
 .contact_two h5{
    font-size: 16px; 
    line-height: 24px;
}
.contact_two h4{
    font-size: 18px;
}
.msg_btn{
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 1px;
}
.inputBox{
    border-radius: 41.147px;
border: 1.286px solid #EFF0F6;
background: #FFF;


}
.inputs{
    display: flex;
    flex-direction: column;
    gap: 30px !important;
}
.nameInp{
    color: #9EA5AD;
    padding: 8px 20px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid lightgray;
box-shadow: 0px 2.572px 6.429px 0px rgba(103, 110, 118, 0.08), 0px 0px 0px 1.286px rgba(103, 110, 118, 0.16), 0px 1.286px 1.286px 0px rgba(0, 0, 0, 0.12);
}
.inputBox h6{
    color: #454C52;
    font-size: 16px;
    font-family: "PlusJakartaSans-SemiBold";

}
.nameInp:focus{
    outline: none;
}
#countryName,#country{
        appearance: none; /* Hides default arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../images/weui_back-filled.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 18px;
        cursor: pointer;
}
/* checkbox color setting */
.custom-checkbox {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    
}

.custom-checkbox input {
    display: none; /* Hides only the default checkbox, not the label */
}

/* Custom checkbox */
.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 3px solid #473976;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

/* Checkbox tick mark (when checked) */
.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid rgb(194, 59, 59); /* Red tick mark */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkBoxes{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tickBox{
    border-radius: 5px;
background: #F6F7F9;
padding: 2px 10px;
}
.tickBox label{
    font-size: 15px;
    font-family: "PlusJakartaSans-SemiBold";

}
textarea {
    resize: none; /* Prevents manual resizing */
    overflow: hidden; /* Hides scrollbars */
}
 /* Hide default checkbox */
.condn input {
    display: none;
}

/* Custom checkbox */
.condn .checkmark {
    width: 17px; /* Bigger size */
    height: 17px; /* Bigger size */
    background-color: white; /* Default background */
    border: 2px solid black; /* Blue border */
    display: inline-block;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* Change background to black when checked */
.condn input:checked + .checkmark {
    background-color: black;
}

/* White tick mark when checked */
.condn input:checked + .checkmark::after {
   
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid white; /* White tick mark */
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.condn {
    font-size: 15px;
}
.sub_btn{
    border-radius: 25px;
background: #473976;
color: white;
font-size: 15px;
padding: 8px 25px;
border: none;
}
.plus_btn{
    border: none;
    background-color: transparent;
}
/* ===FEATURES==== */
.subtitle{
    font-size: 18px;
    line-height: 32px;
   
}
.conBtn{
    border-radius: 12.8px;
background: #9374FF;
border: none;
color: white;
font-size: 15px;
padding: 10px 30px;
}
.data{
    font-family: "PlusJakartaSans-Medium";
    color: #424242;
    font-size: 16px;
    line-height: 30px;
}
.read-more-btn,.read-less-btn{
    background-color: transparent;
    border: none;
    color: #473976;;
     font-family: 'PlusJakartaSans-SemiBoldItalic';
}
/* =====PRICING==== */
.priceBanner h6{
    font-size: 20px;
}
.bilTab{
    background-color: #FFF !important;
    border-radius: 10.667px;
    border: 2px solid #DEDEF7;
    background: rgba(239, 239, 251, 0.30);
    padding: 8px 8px;
}
.bilTab ul li button.active{
    /* border: 4px solid grey; */
    background-color: #473976 !important;
    border-radius: 5px !important;
    color: white !important;
}
.bilTab ul{
  border: none !important; 
}
.bilTab ul li button {
    color:  #473976 !important;
    font-family: "PlusJakartaSans-Medium";

    font-size: 17px;
}
.tickIcon{
    background: #F2F2F2;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.both{
    font-size: 15px !important;
}
/* ===scrolling==== */
.scrolling_wrapper{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    display: inline-flex;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 0px 150px;
}
.scrolling_wrapper::-webkit-scrollbar {
    display: none;
  }
.scrolling_wrapper .scrollcard{
    width:35% ;
}
.planBox{

    border-radius: 10.667px;
border: 1.333px solid #E4E4E4;
background: #FFF;
color: #473976 !important;
}
.proBox{
background-color: #473976 !important;
color: white !important;
}
.proBox h6{
    color: white !important;
}
.proBox .percent,.proBox .tickIcon{
    background-color: #4B4B4B;
}
.proBox button{
    background-color: white;
}
.planBox h6{
    color: #473976;
}
.planBox p{
    font-size: 14px;
    margin-bottom: 10px !important;
}
.planBox h6{
    font-size: 15px;
    font-family: "PlusJakartaSans-Medium";
}
.month,.basicSubhead{
    font-size: 15px;
}

.percent{
    border-radius: 4.267px;
background: #F2F2F2;
display: flex;
align-items: center;
padding:5px 15px !important;
font-size: 20px;
/* height: 25px; */
font-family: "PlusJakartaSans-Bold";

}
.planBox h4,.planBox h5,.start_btn{
    font-family: "PlusJakartaSans-SemiBold" ;

}
.start_btn{
    background-color: transparent;
    border-radius: 5.2px;
border: 1.333px solid #473976;
 color:  #473976;
 padding: 5px;
 margin-top: 20px;
}
.bottomContent{
    color: #473976!important;
    font-size: 20px;
    margin-top: 50px;
}
.planBox:hover .start_btn{

    background-color: #473976;
    color: white;
}
.proBox:hover .start_btn{
    background-color: #4B4B4B;
    color: white;
}
.planTab{
    width: 90%;
    
}
table {
  
    table-layout: fixed; 
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border-collapse: separate; /* Allows spacing */
    border-spacing: 10px 10px; /* Adds gap between columns and rows */
}

th, td {
    font-family: "PlusJakartaSans-SemiBold" !important;
    padding: 12px;
    border-bottom: 1.333px solid var(--Color-Tokens-Border-Primary, #E4E4E4);
}
.more{
    border-radius: 12.319px;
border: 1.232px solid #CFCFCF;
background: #FFF;

}

.more h6{
    font-size: 14px;
    width: 60%;
    font-family: "PlusJakartaSans-SemiBold" ;

}
.direct{
    color: #FFF;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 14.4px;
background: linear-gradient(180deg, #9888F4 0%, #715DE3 100%);
}
.basicSubhead{
    
    font-family: "PlusJakartaSans-ExtraBold"!important;
}

a{
    text-decoration: none;
    color: inherit;
}


.menuSec {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.menuNavBar li {
    padding: 21px 15px;
    padding-bottom: 0px;
    cursor: pointer;
    transition: all .8s ease;
}


.menuNavBar li.active a {
    color:#473976;
    font-weight: bold;
    border-radius: 5px;
}

.menuNavBar {
    list-style: none;
    margin: 0px;
    text-align: left;
}


.menusec .nav-icon1 span {
    background: black;
}


.navbarIcon {
    display: none;
}

.nav-icon1 {

    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;

}

.nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(1, 1, 1);
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.menusec .nav-icon1 span {
    background: black;
}

.nav-icon1 span:nth-child(1) {
    top: 0px;
}

.nav-icon1 span:nth-child(2) {
    top: 12px;
}

.nav-icon1 span:nth-child(3) {
    top: 24px;
}

.nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.profilefrt {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 14px; /* Adjust as needed */
}

