@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    font-family: "Poppins", sans-serif;
}


body p{
    font-family: "Poppins", sans-serif;
}


body a{
    font-family: "Poppins", sans-serif;
}


body h1{
    font-family: "Poppins", sans-serif;
}


h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
}

/* header */


.Otaley-header a{
    font-style: normal;
    font-weight: 400 !important;
    font-size: 17.881px;
    line-height: 21px !important;
    color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
}



.Otaley-header  button.btn.btn-primary {
    font-style: normal;
    font-weight: 600;
    font-size: 14.901px;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    color: #FFFFFF;
    width: 100%;
    padding: 3px 21px;
    max-width: 100%;
    border-radius: 50px;
}


/* banner */

.otaley-banner{
    background-color: #9f66ee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 940px;
    margin-bottom: 15rem;
}



header.Otaley-header {
    position: absolute;
    z-index: 999999;
    width: 100%;
    top: 0px;
}




.otaley-banner h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 72px;
    color: #ffffff;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 18px;
}



div#otaley-banner-content {
    padding-top: 10rem;
}


div#otaley-banner-content P {
    font-style: normal;
    font-weight: 400;
    font-size: 16.578px;
    line-height: 32px;
    color: #313646;
    width: 100%;
    max-width: 59%;
    margin: 0 auto;
}

div#otaley-inner {
    /*filter: drop-shadow(-13.435px -13.435px 57px rgba(157, 157, 157, 0.22));*/
    border-radius: 30px;
    padding: 10px 2px;
    position: relative;
    top: 60px;
}



#otalely-inner-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 49.993px;
    line-height: 75px;
    color: #313646;
}



#otalely-inner-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 14.578px;
    line-height: 25px;
    color: #313646;
    width: 100%;
    max-width: 82%;
    margin: 0px auto;
}



.otaley-inner-img {
    width: 100%;
    max-width: 80%;
    float: right;
}



.txt-group h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 19.997px;
    line-height: 30px;
    color: #313646;
}



.txt-group p{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #313646;
}

.txt-group span{
    color: #086AF0;
}





.core-resources {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 100px;
    border-radius: 48px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 54px 0px rgba(105, 95, 151, 0.08);
    max-width: 1320px;
    margin: 0 auto;
    padding: 53px;
}



div#resource-grid {
    border-radius: 30px;
    padding: 30px;
    background: #F6F1FC;
    width: 100%;
    margin: 0 auto;
}




.resource-bx h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20.001px;
    line-height: 26px;
    color: #000000;
    margin-top: 20px;
}



.resource-bx p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}



div#core-resource-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 49.993px;
    line-height: 64px;
    color: #FFFFFF;
}




div#core-resource-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 16.578px;
    line-height: 31px;
    color: #FFFFFF;
    width: 100%;
    max-width: 72%;
    margin: 0 auto;
}


div#core-resource-content {
    padding-bottom: 50px;
    padding-top: 40px;
}



.deal-section {background: #ebf2f9;padding-top: 5rem;padding-bottom: 5rem;}



.deal-section h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 49.993px;
    line-height: 75px;
    color: #313646;
}



div#deal-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 16.578px;
    line-height: 25px;
    color: #313646;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}


.timeline {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #9b69ea;
    transition: background-color 0.3s;
}
.timeline-step {
    position: relative;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-width: 1px;
    border-color: rgb(234, 234, 234);
    border-style: solid;
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 59px 0px rgba(57, 67, 74, 0.13);
}
.timeline-step.active {
    background-color: rgb(255, 255, 255);
}
.timeline-icon {
    position: absolute;
    left: -41px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: #000000;
    color: white;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-weight: bold;
    transition: background-color 0.3s;
}
.timeline-icon.active {
    background-color: #9b6aea;
}
.nested-list {
    list-style: none;
    padding-left: 0;
    display: none;
    background-color: #ffffff;
    padding: 19px 7px 50px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 10px;
    position: relative;
    left: -12px;
    /* top: 0px; */
    border-top-right-radius: 10px;
}
.nested-list li {
    display: flex;
    align-items: center;
    /* margin-top: -23px; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
/* identical to box height */
    color: #121A27;
    width: 100%;
}
.nested-list li::before {
    content: '';
    color: #0d6efd;
    margin-right: 6px;
    background-image: url("../img/checks.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 19px;
    width: 20px;
    top: 0px;
    position: relative;
}



div#timeline-container {
    padding: 40px 61px;
    filter: drop-shadow(12.5px 21.651px 73px rgba(185, 185, 185, 0.18));
    background: #FFFFFF;
    border-radius: 30px;
}




.Conclusion {
    margin-bottom: 20rem;
    height: 500px;
    background: rgb(117, 59, 198);
    margin-top: 0px;
    width: 100%;
    max-width: 1320px !important;
    margin: 0 auto 15rem;
    padding: 49px 40px;
    border-radius: 48px;
}


.Conclusion-txt h5{
  
    font-style: normal;
    font-weight: 700;
    font-size: 49.993px;
    line-height: 75px;
    color: #ffffff;

}


.Conclusion-txt p{
    font-style: normal;
    font-weight: 400;
    font-size: 16.578px;
    line-height: 25px;
    /* identical to box height */
    color: #FFFFFF;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}


.view-more a {
    font-style: normal;
    font-weight: 500;
    font-size: 16.199px;
    line-height: 22px;
/* identical to box height */
    color: #086AF0;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}


.txt-group p {
    margin-bottom: 0px;
}

.txt-group h5 {
    margin-top: 10px;
}


.view-more {
    margin-top: 1rem;
}

#group-content,#group-content1,#group-content2,#group-content3 {
    display: none; /* Hidden by default */
    margin-top: 10px;
}


div#toggle-content {
    font-style: normal;
    font-weight: 700;
    font-size: 18.199px;
    line-height: 22px;
/* identical to box height */
    color: #086AF0;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}


.strategic .container{
    padding: 50px;
    border-radius: 30px;
    filter: drop-shadow(12.5px 21.651px 73px rgba(185, 185, 185, 0.18));
    background: #FFFFFF;
}



.strategic-txt {
    margin-top: 14px;
}


.strategic .row {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}



.strategic-txt h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 24.001px;
    line-height: 36px;
/* identical to box height */
    color: #10151D;
}



.strategic-txt p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #10151D;
}



.resource-img img{
    width: 50px;
    height: 50px;
}



.get-in-touch .container {
    filter: drop-shadow(12.5px 21.651px 73px rgba(185, 185, 185, 0.18));
    background: #966be7;
    padding: 70px;
    border-radius: 30px;
}

.get-in-touch {
    margin-bottom: 3rem;
}



.get-in-touch h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 49.993px;
    line-height: 88px;
/* identical to box height */
    color: #FFFFFF;
    margin-bottom: 0px;
}


.get-in-touch P{
    font-style: normal;
    font-weight: 400;
    font-size: 16.578px;
    line-height: 25px;
    /* identical to box height */
    color: #FFFFFF;
    margin-bottom: 30px;
}



.get-in-touch-btn a {
    text-decoration: none;
    /* background: #FFF603; */
    width: 100%;
    max-width: 100%;
    padding: 20px 48px;
    font-style: normal;
    font-weight: 700;
    font-size: 17.595px;
    line-height: 26px;
    color: #192D43;
    border-radius: 11px;
    background-color: rgb(240, 216, 16);
}




/* footer */


footer.footer {
    /* background: #2b2a34; */
    padding: 50px 30px 45px;
    background-color: rgb(240, 240, 240);
}

.footer-widgets{
    width: auto;
    margin-right: 0px;
    justify-content: end;
    align-items: end;
    display: flex;
}

.footer-widgets ul li {
    display: inline-block;
}

.copyright-widegtes ul li {
    display: inline-block;
}

.footer-widgets ul li a{
    text-decoration: none;
    /* color: #fff !important; */
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: rgb(92, 92, 106);
}



.copyright-widegtes ul li a {
    color: #fff;
    text-decoration: none;
}


footer.footer ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 15.881px;
    line-height: 18px;
    color: #FFFFFF;
    color: rgb(92, 92, 106);
}


.footer-logo a {
    text-decoration: none;
    color: #FFFFFF !important;
}


.footer-logo h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32.742px;
    line-height: 40px;
    color: #FFFFFF !important;
    font-family: "Inter", sans-serif;
}


div#services-area {
    display: flex;
}

div#services-area .col-md-3{
    width:100%;
    max-width:20%;
    margin:0 auto;
    padding: 6px;
}



.service-bx h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
/* identical to box height */
    color: #313646;
}


.timeline-step h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 19.997px;
    line-height: 47px;
/* identical to box height */
    color: #313646;
    padding-left: 23px;
    cursor: pointer;
    margin-bottom: 0px;
}


div#timeline-container h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32.519px;
    line-height: 49px;
    color: #313646;
    text-align: start !important;
    padding-left: 50px;
}



div#specialisation .container {
    max-width: 1420px;
}



.client-logo img {
    width: 100%;
    max-width: 58%;
}

span.bg-colors{
   position: relative;
   z-index: 2;
   font-size: 65px;
   padding: 12px;
   color: #9b69ea;
}


span.bg-colors::before{
    content: "";
    position: absolute;
    top: 22px;
    right: 0px;
    background: #f0d810;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    width: 100%;
    height: 70px;
    z-index: -1;
}

.financial-header.active {
    background-color: #086AF0; /* Change to desired color */
    color: #fff !important; /* Change text color */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


.financial-header.active h5{
    color: #fff;
}



section#job-post h4 a {
    font-size: 18px !important;
    font-family: Quicksand;
    color: #1a3a6f;
    font-weight: 400;
    font-style: normal;
}








/* Section Wrapper */
  
  .tab-container {
    display: flex;
  }
  
  div#first-tabs .tab__list {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
    z-index: 999999;
    text-align: initial;
    width: 100%;
    padding: 10px;
    margin-left: 12px;
  }
  
  .tab__item {
    cursor: pointer;
    padding: 12px 0px;
    margin-bottom: 2px;
    font-size: 17px;
    color: #777;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .tab__item:hover{
    background: #EBEBEB;
  }
  
  
  /* Tab Content */
  .tab-content-wrapper {
    flex-grow: 1;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .tab__content {
    display: none;
  }
  
  .tab__content.is--active {
    display: block;
  }
  
  .tab__content-title {
    padding-bottom: 16px;
    font-weight: bold;
  }
  



#social-media-follower .tab {
    border-radius: 48px;
    background-color: rgb(255, 255, 255);
    position: relative;
    /* height: 100vh; */
}


div#wrapper {
    border-radius: 48px;
    background-color: rgb(255, 255, 255);
    padding-top: 25px;
    padding-bottom: 0px;
    margin-left: 18px;
}



.tab__list svg {
    width: 47px;
    height: 60px;
}


div#Permotion {
    width: 100%;
    max-width: 460px;
    text-align: center;
    display: flex;
    justify-content: center;
}

div#Permotion .tab__list {
    width: 350px;
}


div#Permotion img {
    width: 30px;
    height: 30px;
}


div#Permotion .tab__item {
    display: flex;
    align-items: center;  /* Aligns icon and text vertically */
    justify-content: flex-start; /* Aligns content to the left */
    gap: 8px; /* Adds space between the icon and text */
    padding: 15px 30px; /* Adds padding for better spacing */
}

div#Permotion .tab__item svg {
    width: 24px; /* Ensures all icons have the same width */
    height: 24px; /* Ensures all icons have the same height */
    flex-shrink: 0; /* Prevents icons from shrinking */
}

div#Permotion .tab__list {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adds space between each tab */
}



div#Permotion .tab__item {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 16px;
    background-color:rgb(245 240 251);
    color: #000;
    /* color: rgb(255, 255, 255); */
    font-weight: bold;
    line-height: 38px;
    text-align: left;
    text-decoration: none;
}


div#first-tabs {
    width: 120px;
    /* display: flex; */
    justify-content: center;
}


/*
div#first-tabs .tab__item::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #f5f0fb;
    width: 100%;
    max-width: 100%;
}*/

div#first-tabs .tab__item{
    position:relative;
    border: 1px solid transparent;
}

.testing {
    position: absolute;
    z-index: 98;
    height: 100%;
    left: 4px;
    padding: 32px 0px;
    display: flex;
    gap: 0px;
    width: 100px; /* Collapsed width */
    white-space: nowrap;
    cursor: pointer;
    transition: width 0.4s ease-in-out;
    background: #fff;
    border-radius: 48px;
    overflow: hidden; /* Prevent visual glitches */
}
  
  .testing:hover {
    width: 359px; /* Expanded width */
    background: #ffffff;
    /* border: 1px solid #f3f3f3; */
  }
#backdrop::before {
  content: '';
  position: absolute;
  width: 96.7%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border-radius: 45px;
}

/* When active class is added */
#backdrop.active::before {
  background: rgba(0, 0, 0, 0.3);
  z-index: 97;
}

  
  .testing .tab__item svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  
  .testing .tab__item span {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    font-family: "Poppins", sans-serif;
    top: 50%;
    transform: translate(10px, -13px);
    color: rgb(255, 255, 255);
    font-weight: bold;
    /* line-height: 3.68; */
    text-align: left;
  }
  
  .testing .tab__item:hover span {
    display: inline-block;
    color: #000;
  }
  
  .testing:hover .tab__item span {
    color: #000 !important;
    opacity: 1;
}


.testing .tab__item.is--active{
    position:relative;
    border-color: #653FE0 !important;
}

/*.testing .tab__item.is--active::before{
    content:"";
    position:absolute;
    top:0px;
    left: -22px;
    border-left:3px solid red;
    height:100%
}*/



div#Permotion .tab__list h2,div#wrapper h3 {
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 57px;
    text-align: center;
    font-size: 34px;
    margin-bottom: 12px;
}


div#Permotion .tab__item.is--active {
    background: #884cd7 !important;
    color: #ffff !important;
}


div#product-forms form {
    padding: 0px 15px;
}

div#product-forms label, .tab__dropdown label {
    display: block;
    font-weight: 600;
    margin: 10px 0 5px;
    font-size: 14px;
    line-height: 30px;
    /* font-weight: 400; */
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

div#product-forms select, textarea, input {
    width: 100%;
    padding: 20px 10px 20px 12px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-width: 1px;
    border-color: rgb(204 204 204 / 19%);
    border-style: solid;
    border-radius: 16px;
    background-color: rgb(245 240 251);
    outline: none;
}


ul#pricing-plan {
    margin: 0;
    padding: 0px 30px;
    display:flex;
    justify-content:space-between;
    align-items: center;
}

ul#pricing-plan li{
    display:inline-block;
}


div#first-tabs img{
    width: 100%;
    max-width: 40px;
    margin-left: 13px;
}





/* form */



.quantity-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    /* max-width: 250px; */
    position: relative;
}

.quantity-container button {
    border-radius: 50% !important;
    background-color: rgb(255, 255, 255);
    color: white;
    border: none;
    padding: 2px 9px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    /* position: absolute; */
}

.quantity-container button:hover {
    background-color: #0056b3;
}

#quantity {
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 61px !important;
    background: #844fd3;
    outline: none;
    border-radius: 5px;
    transition: background 0.3s;
    width: 100%;
    max-width: 100%;
    border-radius: 17px;
}

#quantity::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}

#quantity::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}

#quantity-value {
    font-size: 19px;
    font-weight: 600;
    min-width: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-10px, 0px);
    color: #fff;
    font-family: 'Poppins', sans-serif;
}


button#increase-qty {
    position: absolute;
    right: 10px;
    color: #000;
}

button#decrease-qty {
    position: absolute;
    left: 10px;
    color: #000;
}


ul.pricing-plan p {
    margin-bottom: 0px;
}


#quantity::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
}

#quantity::-moz-range-thumb {
    width: 0;
    height: 0;
}


div#product-forms {
    text-align: start;
}


body {
    background: #F3F3F3 !important;
}




/* language */


.language-selector {
    /* display: flex; */
    /* align-items: center; */
    /* background: transparent; */
    border: 2px solid transparent;
    padding: 10px 14px;
    border-radius: 16px;
    cursor: pointer;
    transition: border 0.2s ease-in-out;
    color: white;
    position: relative;
  }
  
  .lang-button {
    /* display: flex; */
    align-items: center;
    background: transparent;
    border: 2px solid transparent;
    padding: 10px 14px;
    border-radius: 16px;
    cursor: pointer;
    transition: border 0.2s ease-in-out;
    color: white;
  }
  
  .lang-button:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }
  
  .lang-button img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  
  .lang-button span {
    margin-right: 8px;
    opacity: 0.8;
  }
  
  .lang-button .arrow {
    transition: transform 0.2s ease-in-out;
  }
  
  .lang-button.open .arrow {
    transform: rotate(180deg);
  }
  
  .lang-menu {
    position: absolute;
    left: 0;
    background: rgba(0,0,0,0.6);
    border-radius: 16px;
    padding: 10px 0;
    list-style: none;
    margin: 5px 13px 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    z-index: 100;
    min-width: 120px;
    z-index: 99999999999;
  }
  
  .lang-menu li {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    cursor: pointer;
    transition: background 0.2s;
    color: white;
  }
  
  .lang-menu li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  
  .lang-menu li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  
  .hidden {
   display: none; 
  }
  


  .cart-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 11px;
}


.resource-bx {
    padding: 16px;
}


div#Permotion .tab__item img {
    background: #fff;
    padding: 6px;
    border-radius:30px;
}



/* faq */



.faq-section {
    padding: 60px 20px;
    text-align: center;
  }
  
  .faq-container {
    max-width: 1320px;
    margin: 0 auto;
  }
  
  .faq-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  
  .faq-subtitle {
    font-size: 19px;
    color: #2e384e;
    width: 100%;
    max-width: 70%;
    margin: 20px auto;
    line-height: 32px;
    font-family: "Lato" , sans-serif;
    font-weight: 400;
    padding-bottom: 30px;
  }
  
  .faq-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0 0 20px rgba(0,0,0,0.03);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    width: 100%;
    max-width: 90%;
    margin: 13px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .faq-item:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
  }
  
  .faq-question {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-weight: 600;
    font-size: 19px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
  }
  
  .faq-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
  }
  
  .faq-answer {
    display: none;
    padding: 0 20px 20px 20px;
    text-align: left;
    font-size: 15px;
    color: #444;
  }
  
  .faq-item.open .faq-answer {
    display: block;
  }
  
  .faq-item.open .faq-icon {
    transform: rotate(45deg);
  }
  



  /* get-started */


  div#contact p {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-top:10px;
}

  .get-started-section {
    padding: 28px 10px;
    /* background-color: #f7f7f7; */
  }
  
  .get-started-container {
    max-width: 1320px;
    background-image: url("../img/rocket-banner.png");
    color: white;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px;
    flex-wrap: wrap;
    /* gap: 24px; */
    background-size: cover;
    background-position: center;
  }
  
  .get-started-content {
    flex: 1;
    min-width: 280px;
  }
  
  .get-started-content h2 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 56px;
  }
  
  .get-started-content .highlight {
    color: rgb(240, 216, 16);
  }
  
  .get-started-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 24px;
    /* max-width: 500px; */
    font-family: "Lato", sans-serif;
    padding-bottom: 30px;
  }
  
  .cta-button {
    text-decoration: none;
    padding: 20px 48px;
    font-style: normal;
    font-weight: 700;
    font-size: 17.595px;
    line-height: 26px;
    color: #192D43;
    border-radius: 11px;
    background-color: rgb(240, 216, 16);
  }
  
  .cta-button:hover {
    background-color: #f7dc41;
  }
  
  .get-started-image {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: center;
  }
  
  .get-started-image img {
    max-width: 100%;
    border-radius: 16px;
  }
  


  /* copyright */

  .copyright-wegits ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding:0px;
}

.copyright-wegits ul li{
    list-style:none;
    /* width:33%; */
}

.copyright-wegits ul li a{
    text-decoration:none;
}

.copyright-wegits img{
    max-width: 290px;
}



div#buy-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #554c6324;
}

.footer-widgets ul {
    margin: 0px;
    padding: 0px;
}



span.timeline-icon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 25px;
    border: 1px solid #9b69ea;
    width: 100%;
    height: 2px;
    top: 50%;
    max-width: 50%;
}


.timeline-step.active h5 {
    color: #9b6aea;
}


ul.navbar-nav.ms-auto {
    margin-right: 80px;
}

ul#pricing-plan p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0px;
}


ul#pricing-plan a {
    font-size: 17px;
    color: #7d42cd;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
}


form#product-form p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #626262;
    margin-bottom: 0px;
}


.cart-price button {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 16px;
    background-color: rgb(135, 77, 215);
    padding: 17px 40px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  }
  

  .resource-img svg {
    width: 50px;
    height: 50px;
    color: #9b6aea;
    fill: #9b6ae8;
}


button#langToggle {
    border: 2px solid #ffffff4a;
}


.quantity-container button:hover {
    background: #000;
    color: #fff !important;
}

 /* Hide tab list on mobile */
 @media (max-width: 1200px) {
    .tab__list {
      display: none !important;
    }
    .tab__dropdown {
      display: block !important;
      margin-bottom: 13px;
      padding: 0px 15px;
      text-align: left;
    }
    .tab__dropdown h2{
        padding: 0px;
        margin: 0px;
    }
    div#Conclusion\ product-page{
        margin-bottom: 11rem !important;
    }

    div#about-us-page {
        margin-bottom: 17rem !important;
    }

    div#product-banner {
        margin-bottom: 25rem !important;
    }


  }

  /* Hide dropdown on larger screens */
  @media (min-width: 1200px) {
    .tab__dropdown {
      display: none !important;
    }

    div#Conclusion\ product-page{
        margin-bottom: 11rem !important;
    }

    div#about-us-page {
        margin-bottom: 16rem !important;
    }

    div#product-banner {
        margin-bottom: 11rem !important;
    }


  }

  .tab__dropdown select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }




@media (max-width:1400px){
    .otaley-banner h1{
        max-width: 100%;
        font-size: 60px;
    }

    div#about-us-page {
        margin-bottom: 17rem;
    }

    div#Conclusion\ product-page{
        margin-bottom: 11rem !important;
    }

    div#first-tabs {
        width: 205px;
    }

    .core-resources,.get-started-container,.Conclusion{
        max-width:1115px;
    }

    div#about-us-page {
        margin-bottom: 17rem !important;
    }

    .otaley-banner{
        /* margin-bottom: 35rem; */
    }
    
}


@media (min-width: 991px) and (max-width: 1200px){
    div#first-tabs {
        width: 100%;
        margin-bottom:10px;
    }

    .otaley-banner h1{
        max-width: 100%;
        font-size: 40px;
    }


    div#Conclusion\ product-page{
        margin-bottom: 11rem !important;
    }


    div#Permotion{
        width:100%;
        margin-bottom:10px;
    }

    .tab-container{
        display:block;
    }

    .otaley-banner {
        margin-bottom: 29rem;
    }

    .core-resources, .get-started-container, .Conclusion {
        max-width: 921px;
    }

    div#otaley-banner-content P{
        max-width: 90%;
        
    }

    .testing{
        width: 100% !important;
        background-color: transparent !important;
        border: none !important;
        top: 25px;
        left: 0px;
    }

    .testing:hover{
        width:100%;
        background-color:transparent !important;
        border:none;
        top: 25px;
        left: 0px;
    }

    .tab__dropdown select{
        padding: 20px 10px 20px 12px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        border-width: 1px;
        border-color: rgb(204, 204, 204);
        border-style: solid;
        border-radius: 16px;
        background-color: rgb(245 240 251);
        outline: none;
        width: 100%;
        max-width: 94%;
    }

    div#first-tabs{
        display: none;
    }

    div#Permotion{
        display:none;
    }

    div#main-tabs {
    border-radius: 48px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 54px 0px rgba(105, 95, 151, 0.08);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
   }

    div#wrapper{
        box-shadow:none;
        padding-top: 0px;
        margin: 0;
        padding: 0px;
    }

    .tab__dropdown h2 {
       color: rgb(0, 0, 0);
        font-weight: bold;
        line-height: 57px;
        text-align: center;
        font-size: 30px;
        margin-bottom: 12px;
    }

    div#Permotion .tab__list h2, div#wrapper h3{
        font-size: 30px;
    }
    
 }




 @media (min-width: 800px) and (max-width: 990px){
    div#first-tabs {
        width: 100%;
        margin-bottom:10px;
    }

    .otaley-banner h1{
        max-width: 100%;
        font-size: 30px;
    }

    div#otaley-banner-content {
        padding-top: 13rem;
    }

        .container, .container-md, .container-sm {
        max-width: 900px !important;
    }

    div#Permotion{
        width:100%;
        margin-bottom:10px;
    }

    .tab-container{
        display:block;
    }

    .otaley-banner {
        margin-bottom: 41rem;
    }

    .core-resources, .get-started-container, .Conclusion {
        max-width: 900px;
        padding: 36px 38px;
    }

    div#otaley-banner-content P{
        max-width: 90%;
        
    }

    .testing{
        width: 100% !important;
        background-color: transparent !important;
        border: none !important;
        top: 25px;
        left: 0px;
    }

    .testing:hover{
        width:100%;
        background-color:transparent !important;
        border:none;
        top: 25px;
        left: 0px;
    }

    .tab__dropdown select{
        padding: 20px 10px 20px 12px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        border-width: 1px;
        border-color: rgb(204, 204, 204);
        border-style: solid;
        border-radius: 16px;
        background-color: rgb(245 240 251);
        outline: none;
        width: 100%;
        max-width: 94%;
    }

    div#first-tabs{
        display: none;
    }

    div#Permotion{
        display:none;
    }

    div#main-tabs {
    border-radius: 48px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 54px 0px rgba(105, 95, 151, 0.08);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
   }

    div#wrapper{
        box-shadow:none;
        padding-top: 0px;
    }

    .tab__dropdown h2 {
       color: rgb(0, 0, 0);
        font-weight: bold;
        line-height: 57px;
        text-align: center;
        font-size: 30px;
        margin-bottom: 12px;
    }

    div#Permotion .tab__list h2, div#wrapper h3{
        font-size: 30px;
    }

    .get-started-content h2{
        font-size: 34px;
        line-height: 31px;
    }
    
 }




 @media (min-width: 768px) and (max-width: 991px){
    div#first-tabs {
        width: 100%;
        margin-bottom:10px;
    }

    div#navbarNav {
        background: #ffff;
        padding: 10px;
        border-radius: 11px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        scroll-behavior: smooth;
    }

    .otaley-banner h1{
        max-width: 100%;
        font-size: 30px;
    }

    div#otaley-banner-content {
        padding-top: 13rem;
    }

        .container, .container-md, .container-sm {
        max-width: 900px !important;
    }

    div#Permotion{
        width:100%;
        margin-bottom:10px;
    }

    .tab-container{
        display:block;
    }

    .otaley-banner {
        margin-bottom: 32rem;
    }

    .core-resources, .get-started-container, .Conclusion {
        max-width: 900px;
        padding: 36px 38px;
    }

    div#otaley-banner-content P{
        max-width: 90%;
        
    }

    .testing{
        width: 100% !important;
        background-color: transparent !important;
        border: none !important;
        top: 25px;
        left: 0px;
    }

    .testing:hover{
        width:100%;
        background-color:transparent !important;
        border:none;
        top: 25px;
        left: 0px;
    }

    .tab__dropdown select{
        padding: 20px 10px 20px 12px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        border-width: 1px;
        border-color: rgb(204, 204, 204);
        border-style: solid;
        border-radius: 16px;
        background-color: rgb(245 240 251);
        outline: none;
        width: 100%;
        max-width: 94%;
    }

    div#first-tabs{
        display: none;
    }

    div#Permotion{
        display:none;
    }

    div#main-tabs {
    border-radius: 48px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 54px 0px rgba(105, 95, 151, 0.08);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
   }

    div#wrapper{
        box-shadow:none;
        padding-top: 0px;
    }

    .tab__dropdown h2 {
       color: rgb(0, 0, 0);
        font-weight: bold;
        line-height: 57px;
        text-align: center;
        font-size: 30px;
        margin-bottom: 12px;
    }

    div#Permotion .tab__list h2, div#wrapper h3{
        font-size: 30px;
    }

    .get-started-content h2{
        font-size: 34px;
        line-height: 31px;
    }
    
 }


 @media(max-width:767px){

    div#first-tabs {
        width: 100%;
        margin-bottom:10px;
    }


    a.navbar-brand {
        width: 100%;
        max-width: 40% !important;
        padding: 0px !important;
    }


    a.navbar-brand img {
        max-width: 100% !important;
    }

    .Success-content p{
        max-width: 100% !important;
    }

    .Success-page {
        margin-bottom: 35px;
    }

    .Success-page input{
        text-align: start !important;
    }

    .Success-content h2{
        font-size: 35px !important;
        line-height: 50px !important;
    }

    /* success-page */

    div#success-order-page {
        margin-bottom: 42rem !important;
        height: 701px !important;
    }

    div#success-area select, textarea, input {
        max-width: 100% !important;
        margin: 0 auto !important;
        text-align: start;
        line-height: 26px !important;
        border-radius: 58px !important;
    }


    div#success-area {
        padding: 43px 10px !important;
        max-width: 94% !important;
    }

    .get-in-touch .container{
        padding: 31px;
        width: 100%;
        max-width: 95%;
    }

    .order-amount {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .cart-price button{
        width:100%;
        max-width:100%;
    }


    .cart-price{
        display: block;
    }

    div#product-forms select, textarea, input, .dropdown button{
        padding: 15px 10px 15px 12px !important;
       border-radius: 8px !important;
        background-color: #fff;
        border-color: rgb(204 204 204 / 19%);
    }

    .tab__dropdown .dropdown button::after {
        content: none;
    }

    ul#pricing-plan {
        margin: 0;
        padding: 0px 14px !important;
        align-items: center;
    }

    h3#order {
        display: none;
    }

    .tab-down-angle{
        transform: translateY(-36px) !important;
    }

    .selected-option{
        padding: 15px 10px 15px 12px !important;
        background-color: #fff !important;
        border-radius: 5px !important;
    }


    div#social-profile {
        width: 100%;
        max-width: 100% !important;
        margin: 0 auto;
    }

    section#about-us\ social-media-follower{
        padding: 40px 11px 40px !important;
        width: 100%;
        max-width: 95%;
    }

    div#product-banner span.bg-colors::before {
        right: 0px !important;
        top: 0px;
        min-width: 243px;
    }


    div#product-banner {
        margin-bottom: 20rem !important;
    }

    div#core-resource-content p span.bg-colors:before {
        right: 0% !important;
    }


    div#resources\ product-resources h3{
        font-size: 28px !important;
        line-height: 56px;
    }

    div#about-us-page {
        height: 610px;
        margin-bottom: 31rem !important;
    }



    div#about-us-page span.bg-colors::before{
        right: -5% !important;
        min-width: 178px !important;
        top: 0px;
    }

    div#contact\ prodcut-contact p {
        width: 100%;
        max-width: 100% !important;
        margin: 0px auto 40px;
    }

    div#Conclusion\ product-page{
        margin-bottom: 3rem !important;
    }

    .review-card{
        margin-bottom: 10px;
    }

    div#Conclusion\ product-page .Conclusion-txt p {
        max-width: 100% !important;
    }

    div#Conclusion\ product-page{
        height: 638px !important;
        margin-bottom: 28rem !important;
    }

    div#info-details-content p {
        width: 100%;
        max-width: 100% !important;
        width: 100% !important;
        padding-bottom: 10px !important;
        font-size: 14px !important;
    }

    section#about-us\ social-media-follower h2{
        font-size: 35.993px !important;
        line-height: 46px !important;
    }

    .core-resources{
        max-width: 93% !important;
    }

    .contact-us-form{
        max-width: 95% !important;
    }

    div#contact-us {
        margin-bottom: 34rem !important;
    }

    span.bg-colors{
        font-size: 51px;
        padding: 0px;
    }

    span#touch::before {
        top: 7%;
        right: -8% !important;
        width: 100%;
        height: 62px;
        z-index: -1;
        min-width: 182px !important;
    }

    form#contactUsForm label{
        padding-left: 28px;
        
    }

    .queries-content.text-center{
        max-width: 100% !important;
    }

    .lang-button{
        padding: 6px 14px;
    }

    div#navbarNav {
        background: #ffff;
        padding: 10px;
        border-radius: 11px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        scroll-behavior: smooth;
        z-index: 99999999999999999999999999999999999999999999999;
        position: relative;
    }

    .Otaley-header a{
        color: #000000 !important;
        padding-left: 10px;
        padding-right: 10px;
    }


    div#for-desktop{
        display: none;
    }

    div#for-mobile{
        display: block !important;
        position: relative;
        left: 10px;
    }

    .copyright-wegits {
        text-align: center;
    }

    .get-started-content p{
        font-size: 13px;
        padding-bottom: 7px;
    }

    div#resource-grid{
        padding: 7px;
    }

    .copyright-wegits ul li{
        width: 100%;
    }

    .otaley-banner h1{
        max-width: 100%;
        font-size: 51px;
        line-height: 63px;
    }

    ul#methods li{
        padding-left: 0px !important;
        margin-top: 13px;
    }

    div#otaley-banner-content {
        padding-top: 7rem;
        height: 100;
    }

        .container, .container-md, .container-sm {
        white-space: normal;
          max-width: 100%;
    }

    div#Permotion{
        width:100%;
        margin-bottom:10px;
    }

    .tab-container{
        display:block;
    }

    .otaley-banner {
        margin-bottom: 24rem;
    }

    .core-resources, .get-started-container, .Conclusion {
        max-width: 532px;
        padding: 36px 17px;
        background-position: 84%;
    }

    div#otaley-banner-content P{
        max-width: 90%;
        
    }

    .testing{
        width: 100% !important;
        background-color: transparent !important;
        border: none !important;
        top: 25px;
        left: 0px;
    }

    .testing:hover{
        width:100%;
        background-color:transparent !important;
        border:none;
        top: 25px;
        left: 0px;
    }

    ul#methods {
        width: 100% !important;
        max-width: 100% !important;
    }

    .tab__dropdown select{
        padding: 15px 10px 15px 12px;
        margin-bottom: 10px;
        border: 1px solid #dddddd00;
        border-radius: 5px !important;
        border-width: 1px;
        border-color: rgb(204 204 204 / 21%);
        border-style: solid;
        border-radius: 16px;
        background-color: rgb(255, 255, 255);
        /* outline: none; */
        width: 100%;
        margin: 0 auto;
    }

    div#first-tabs{
        display: none;
    }

    div#Permotion{
        display:none;
    }

    div#main-tabs {
    border-radius: 21px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 54px 0px rgba(105, 95, 151, 0.08);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
   }

    div#wrapper{
        box-shadow:none;
        padding-top: 0px;
        margin-left: 0px;
        padding: 0px;
    }

    .tab__dropdown h2,ul#pricing-plan p {
       color: rgb(0, 0, 0);
       font-weight: bold;
       line-height: 54px;
       text-align: start;
       font-size: 13px;
       margin-bottom: -11px;
       padding-left: 12px;
    }

    div#Permotion .tab__list h2, div#wrapper h3{
        font-size: 25px;
    }

    .get-started-content h2{
        font-size: 27px;
        line-height: 31px;
    }

    div#core-resource-content h2{
        font-size: 25.993px;
        line-height: 58px;
    }

    div#core-resource-content p{
        font-size: 14.578px;
        line-height: 31px;
        width: 100%;
        max-width: 100%;
    }

    .cta-button{
        padding: 17px 39px;
        font-style: normal;
        font-weight: 700;
        font-size: 15.595px;
        line-height: 26px;
    }

    .Conclusion-txt h5{
        font-style: normal;
        font-weight: 700;
        font-size: 30.993px;
        line-height: 46px;
        color: #ffffff;
    }

    .Conclusion-txt p{
        font-size: 12.578px;
        line-height: 25px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    div#timeline-container{
        padding: 26px 28px;
    }

    .faq-subtitle{
        font-size: 14px;
        color: #2e384e;
        width: 100%;
        max-width: 100%;
    }

    .faq-item{
        max-width: 100%;
        margin: 10px auto;
        padding-left: 7px;
        padding-right: 7px;
    }

    .faq-question{
        padding: 15px;
        font-size: 15px;
    }

    
        div#contact .container {
            width: 100%;
            max-width: 95% !important;
            padding: 44px;
        }

    .get-in-touch h3{
        font-size: 24.993px;
        line-height: 50px;
    }

    div#contact p{
        font-size: 10.578px;
        max-width: 100%;
    }
    .footer-widgets {
        text-align: center;
    }

    
        .footer-logo {
            text-align: center;
        }

    .get-in-touch-btn a{
        font-size: 14.595px;
        max-width: 100%;
        padding: 16px 45px;
    }

    div#otaley-inner{
        padding: 2px;
        overflow-x: hidden;
    }

    .tab-content-wrapper{
        padding: 0px;
    }

    div#otaley-banner-content span.bg-colors::before{
        min-width: 100%;
        top: 0;
    }

    .nested-list{
        padding: 30px 0px 81px;
        width: 100%;
        max-width: 100%;
        left: 0px;
        top: 0px;
    }

 }

 @media (max-width:500px){

    div#Conclusion\ product-page {
        height: 638px !important;
        margin-bottom: 34rem !important;
    }

    div#resources\ product-resources h3 {
        font-size: 26px !important;
        line-height: 56px;
    }

    div#product-banner {
        margin-bottom: 22rem !important;
    }

    div#contact-us {
        margin-bottom: 40rem !important;
    }

    .Conclusion{
        margin: 0 auto 9rem;
    }
    .bg-colors{
        background: #F0D63A !important;
        border-radius: 12px !important;
        padding: 0px 12px !important;
    }

    .bg-colors::before{
        display: none;
    }

    .otaley-banner {
        margin-bottom: 30rem;
    }

 }
 



 div#grid-one {
    margin-bottom: 8px !important;
}



.nested-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}




/* mobile humbrages */

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1051; /* Ensure it's above the collapse content */
    padding-top: 1px;
  }
  
  .hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    /* background-color: #333; */
    border-radius: 2px;
    transition: all 0.3s ease;
    border: 2px solid #3a3a3a;
    max-width: 18px !important;
    margin: 0 auto;
    font-weight: 900;
  }
  
  /* Transform to X on Open */
  .hamburger.open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
  }
  
  .hamburger.open span:nth-child(2) {
    opacity: 0 !important;
  }
  
  .hamburger.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }
  
  /* Hide the menu toggle button visually, but keep it functional */
  .navbar-toggler {
    border: none;
    padding: 0;
  }
  
  .navbar-toggler {
    padding: 7px 5px !important;
    background: #f1f1f1 !important;
    border-radius: 7px !important;
  }
  
  /* Close Button Styling (Optional) */
  .navbar-collapse {
    transition: all 0.3s ease;
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none; /* Ensures outline is not visible */
    box-shadow: none; /* Prevents focus ring or shadow */
  }
  


  div#for-mobile {
    display: none;
}


.custom-dropdown {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
}

.selected-option {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 5px;
    padding: 20px 10px 20px 12px;
    margin-bottom: 10px;
    border: 1px solid #dddddd00;
    border-radius: 5px;
    border-width: 1px;
    border-color: rgb(204 204 204 / 21%);
    border-style: solid;
    border-radius: 16px;
    background-color: rgb(245 240 251);
    outline: none;
    width: 100%;

}

.selected-option img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

.dropdown-list.show {
    display: block;
}

.dropdown-list li {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

.dropdown-list li:hover {
    background: #f1f1f1;
}

.dropdown-list li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


/* contact-us page */

form#contactUsForm {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}

.contact-us-form {
    border-radius: 48px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 54px 0px rgba(105, 95, 151, 0.08);
    padding-top: 42px;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


form#contactUsForm input,textarea#message,select#reason {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 34px;
    background-color: rgb(245 240 251 / 29%);
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    color: rgb(155, 159, 163) !important;
    font-family: "Poppins", sans-serif;
    border: 1px solid #80808012;
}


button#send-message {
    background-color: rgb(136, 79, 217);
    box-shadow: 0px 18px 27px 0px rgba(133, 76, 214, 0.19);
    padding: 12px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16.87px;
    line-height: 38px;
    border-color: rgb(136, 79, 217);
}


.queries-content.text-center {
    background-color: #e6f7ed;
    width: 100%;
    max-width: 70%;
    margin: 0px auto;
    padding: 14px;
    border-radius: 36px;
    margin-bottom: 17px;
}

.queries-content.text-center h5{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 17px;
    font-style: normal;
    color: #4e7c67;
    margin: 0px;
}


form#contactUsForm label {
    font-family: "Lato", sans-serif;
    color: rgb(10, 30, 45);
    line-height: 2.178;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}


div#first-tabs .tab__item:hover{
    color: #000;
}


select option {
    background-color: white; /* Makes option background white */
    color: black; /* Ensures text is visible */
  }
  


  div#contact-us {
    margin-bottom: 24rem;
}


.tab-dropdown-with-arrow {
    position: relative;
}

.tab-down-angle {
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 9999999;
    transform: translateY(-30px);
}



/* about-us */

section#about-us\ social-media-follower {
    border-radius: 48px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 54px 0px rgba(105, 95, 151, 0.08);
    padding-top: 25px;
    padding-bottom: 0px;
    margin-left: 18px;
    width: 100%;
    /* max-width: 100%; */
    margin: 0 auto;
    padding: 40px 20px 40px;
}


div#about-us-page {
    height: 610px;
    margin-bottom: 16rem;
}

div#timeline-container\ about-timeline-container {
    padding: 62px 2px 14px;
    background: transparent;
}


div#timeline-row {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}


div#Conclusion\ product-page {
    margin-bottom: 10rem;
    height: 360px;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0px;
}


.review-card {
    border-radius: 32px !important;
    background-color: rgb(255, 255, 255);
    padding: 36px !important;
}


div#Conclusion\ product-page .Conclusion-txt p {
    max-width: 70%;
} 


div#resources\ product-resources h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 62px;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
}

.review-card p {
    font-family: 'Lato' , sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    font-style: normal;
}


.review-card h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500 !important;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #753bc6;
}



div#contact\ prodcut-contact .container {
    background: #ffff;
}


div#contact\ prodcut-contact p {
    width: 100%;
    max-width: 70%;
    margin: 0px auto 40px;
}


div#contact\ prodcut-contact a {
    background: #9e66ed;
    color: #fff;
}



div#product-banner {
    margin-bottom: 17rem;
}


div#profile-card {
    margin-bottom: 10px;
    border-radius: 24px;
    background-color: rgb(242, 246, 248);
    padding: 26px 50px 51px;
}


div#profile-card div {
    text-align: start;
}


section#about-us\ social-media-follower h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 25.993px !important;
    line-height: 64px;
    color: #000000;
}


div#info-details-content p {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16.578px;
    line-height: 31px;
    color: #000000;
    width: 100%;
    padding-bottom: 28px;
}


div#info-details\ pt-3 {
    position: relative;
    top: 17px;
}

ul.social-media li a {
    background: #ffffff;
    padding-bottom: 3px;
    border-radius: 100%;
}

ul.social-media li a i{
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    color: #9f68ec;
    line-height: 29px;
}


div#social-profile {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}


ul#methods {
    width: 100%;
    max-width: 71%;
}

div#cs-youtube, div#cs-instagram, 
div#cs-tiktok, div#cs-facebook, 
div#cs-twitch, div#cs-thread, div#cs-spotify,
div#cs-linkedin {
    background: white;
    border-radius: 45px;
}

@media (max-width: 450px) {
    .lang-button img{
        width: 20px;
        height: 20px;
        margin: 0px;
    }
    .modal-content ul.nav.nav-tabs li{
        width: auto !important;
    }
}
ul.payment-list li{
    background: white;
    margin: 3px;
    width: 100px;
    text-align: center;
    padding: 22px 5px;
    border-radius: 12px;
}
.modal-content {
    border-radius: 25px !important;
    border: none !important;
    overflow: hidden;
}
.modal-content ul.nav.nav-tabs{
    padding: 8px;
    background: #EBEBEB;
    border-radius: 12px;
    border: none;
    color: #72777E;
    font-weight: 600;
}
.modal-content ul.nav.nav-tabs li{
    width: 33.3%;
}
.modal-content ul.nav.nav-tabs li button{
    width: 100%;
    border: none;
    border-radius: 12px;
    color: #72777E;
}
.modal-content ul.nav.nav-tabs li button.active{
    color: black;
}

.modal#paymentModal ul.platform{
    padding: 0px 8px;
    margin: 0;
}
.modal#paymentModal ul.platform li{
    padding: 20px 0px;
    border-bottom: 1px solid #EBEBEB;
}
.modal#paymentModal ul.platform li p.text-label{
    color: #72777E;
}

.modal#paymentModal .form-group label{
    font-weight: 700;
}
.modal#paymentModal .form-group input{
    padding: 13px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    background: white
}

.modal#paymentModal ul.payment-list{
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.modal#paymentModal ul.payment-list li{
    display: inline-block;
}

@media (max-width: 600px) {
    .modal#paymentModal ul.payment-list{
        padding-bottom: 8px !important;
    }
    .modal#paymentModal ul.platform li{
        padding: 10px 0px !important;
    }
    .modal#paymentModal ul.platform li div p{
        font-size: 13px;
    }
    .modal#paymentModal ul.platform li div h5{
        font-size: 16px;
    }
}


#social-media-follower .container{
    overflow-x: hidden;
}


div#navbarNav {
    justify-content: center;
}




/* success */


div#success-area {
    border-radius: 48px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 54px 0px rgba(105, 95, 151, 0.08);
    padding: 19px 30px;
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}


div#success-area form#contactUsForm {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
div#success-area input[type=number] {
  -moz-appearance: textfield;
}


div#success-area select, textarea, input{
  max-width: 100%;
  margin: 0 auto !important;
  text-align: center;
}

div#success-area  button#send-message{
    width: 100%;
    max-width: 81%;
    /* margin: 0 auto !important; */
}


div#field-area {
    position: relative;
    padding: 5px 20px;
    /* margin-bottom: 0px; */
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 34px;
    background-color: rgb(255 255 255);
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    color: rgb(155, 159, 163) !important;
    font-family: "Poppins", sans-serif;
    border: 1px solid #80808012;
}


div#success-order-details {
    border-radius: 22px;
    background-color: rgb(234 237 248 / 48%);
    padding: 18px;
}


div#success-order-page {
    margin-bottom: 24rem;
    height: 701px;
}


.Success-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 41px;
    line-height: 90px;
    color: #141420;
    font-weight: 700;
}


.Success-content p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    color: #737c88;
    font-style: normal;
    width: 100%;
    max-width: 79%;
    margin: 0 auto;
}

.Success-page label {
    font-size: 14px !important;
    line-height: 45px !important;
    font-family: 'Poppins' ,sans-serif;
    font-weight: 600 !important;
}


div#success-order-details span {
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    color: #0a1e2d;
}


.Success-page input {
    width: 100%;
    max-width: 85%;
}


.Success-content {
    text-align: center;
}


a.dropdown-item {
    color: #000000 !important;
    padding: 4px 10px;
     font-style: normal;
    font-weight: 400 !important;
    font-size: 16.881px;
    line-height: 21px !important;
}

ul.dropdown-menu {
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 6px 0 hsla(195, 3%, 55%, 0.31);
    width: 230px;
    border-radius: 11px;
    padding: 0.5rem 0;
    margin-top: 0rem;
}


.dropdown-item.active, .dropdown-item:active{
    background-color: #ffffff !important;
}


ul#langMenu img {
    border-radius: 100%;
}


.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent !important;
}



a.navbar-brand {
    width: 100%;
    max-width: 16%;
    padding: 0px;
    margin: 0px;
}

a.navbar-brand img{
    max-width: 85%;
}