/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(nice-select2.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
     font-family: 'Poppins', sans-serif;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}



:focus {
     outline: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #9067EE;
     line-height: 40px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
     text-transform: uppercase;
}

.blue_light {
     color: #43eee4;
}

.purple_light {
     color: #ED6BB6;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #9067EE;
     color: #fff;
     width: 100%;
     max-width: 164px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 50px;
     height: 50px;
     line-height: 50px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #ED6BB6;
     color: #fff;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

/* Custom Styles */
.navbar {
     padding: 1rem 2rem;
}

.navbar-brand {
     font-size: 1.5rem;
     font-weight: bold;
     color: #f8f9fa;
}

.nav-link {
     padding: 0.5rem 1rem;
     margin-top: 15px;
     margin-left: 15px;
     font-size: 1rem;
     font-weight: 500;
     color: #f8f9fa;
     transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.vertical-hr {
     border: 0;
     width: 1px;
     /* Change this to adjust the thickness */
     height: 50px;
     /* Adjust the height as needed */
     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
     margin: 0 15px;
     /* Adjust the horizontal spacing as needed */
}

/* Media query to hide the vertical hr on mobile devices */
@media (max-width: 768px) {
     .vertical-hr {
          display: none;
     }
}

.nav-link:hover {
     color: #212529;
     background-color: #f8f9fa;
     border-radius: 0.25rem;
}

.navbar-toggler {
     border: none;
     outline: none;
}

.navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28239, 239, 239, 0.6%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.header {
     background: transparent;
     width: 100%;
     z-index: 999;
     height: 102px;
     padding: 25px 0;
     position: absolute;
}

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 25px;
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #ED6BB6;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #ED6BB6;
}

.di_no {
     display: none;
}

ul.email li {
     display: inline-block;
     padding-right: 45px;
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
}

ul.email li i {
     color: #fff;
     font-size: 19px;
     position: relative;
}

ul.email li a i span {
     position: absolute;
     width: 18px;
     height: 18px;
     border-radius: 30px;
     background: #1ee1d6;
     font-size: 14px;
     color: #fff;
     text-align: center;
     line-height: 19px;
     left: -7px;
     top: 1px;
}


/** end header **/


/** banner section **/

.full_bg {
     background: url(../images/main.png);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100vh;
     margin-top: -10px;
     padding-bottom: 100px;
}

.slider_main {
     padding-top: 10%;
}

.relative {
     position: inherit;
     left: 0;
     right: 0;
     text-align: left;
     padding: 0;
     bottom: 0;
}

.carousel-item {
     height: 100%;
     width: 100%;
}

.dream .read_more {
     border: none;
     background: #d5d6fd;
     color: #fff;
}

.dream .read_more:hover {
     background: #43eee4;
     color: #fff;
}

.dream .read_more:focus {
     box-shadow: none;
}

.dream h1 {
     padding: 0;
     font-size: 55px;
     line-height: 60px;
     color: #fff;
     font-weight: bold;
     padding-bottom: 30px;
     text-transform: uppercase;
}

.dream_img figure {
     margin: 0;
}

#banner1 .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 70px;
     height: 70px;
     background-color: #2e428b;
     color: #fff;
     font-size: 15px;
     opacity: 1;
     border-radius: 50px;
     top: 100%;
}

#banner1 .carousel-control-next {
     right: inherit;
     left: 7%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
     background-color: #43eee4;
     color: #fff;
}


/** end banner section **/


/** domain **/

.domain {
     background: #fefefd;
     padding-top: 90px;
}

.searchbar {
     height: 70px;
     background-color: #fcfcfd;
     border-radius: 50px;
     padding: 10px 30px;
     display: flex;
     box-shadow: 0 0 59px rgba(30, 30, 29, 0.09);
}

.search_input {
     color: #afb4cc;
     border: 0;
     outline: 0;
     background: #fcfcfd;
     width: 100%;
     line-height: 40px;
     font-size: 17px;
}

.search_icon {
     display: flex;
     justify-content: center;
     align-items: center;
     color: #2e428b;
     font-size: 20px;
}

.search_icon:hover {
     color: #2e428b;
}

.domain_bg {
     background-color: #fcfcfd;
     border-radius: 5px;
     padding: 50px 30px;
     box-shadow: 0 0 59px rgba(30, 30, 29, 0.07);
     margin-top: 30px;
}

.domain-price_main {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
}

.domain-price span {
     font-size: 17px;
     color: #272727;
     line-height: 25px;
     text-transform: uppercase;
     display: block;
}

.domain-price strong {
     font-size: 17px;
     color: #2e428b;
     line-height: 22px;
     text-transform: uppercase;
}

.domain_bg .read_more {
     margin: 0 auto;
     display: block;
     margin-bottom: -70px;
     margin-top: 20px;
     ;
}


/** end domain **/


/** guarantee **/

.guarantee {
     background: #fefefd;
     padding-top: 90px;
}

.guarantee .titlepage p {
     color: #4c4b4b;
     padding-top: 10px;
}

.guarantee-box_main {
     margin: 0 120px;
     width: 300px;
     margin-bottom: 20px;
}

.guarantee-box {
     background: #fff;
     margin-bottom: 40px;
     cursor: pointer;
}

.guarantee-box i {
     border: #1ee1d6 solid 6px;
     width: 221px;
     height: 221px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 61%;
     margin: 0px auto;
     transition: ease-in all 0.5s;
     background: #fff;
}

.guarantee-box h3 {
     color: #1a1c1b;
     font-size: 17px;
     line-height: 19px;
     font-weight: bold;
     text-transform: uppercase;
     padding-top: 35px;
}

.guarantee-box p {
     padding-top: 15px;
     color: #4c4b4b;
     display: flex;
     align-items: center;
     justify-content: center;
}

.guarantee-box_main .read_more {
     margin: 0 auto;
     display: block;
}

#ho_co:hover .guarantee-box i {
     border: #43eee4 solid 6px;
     transition: ease-in all 0.5s;
     background: #2e428b;
}

.guarantee-box i svg {
     transition: ease-in all 0.5s;
     fill: #2e428b;
}

#ho_co:hover .guarantee-box i svg {
     fill: #fff;
     transition: ease-in all 0.5s;
}

/* Responsive Styles for Mobile Devices */
@media (max-width: 768px) {
     .guarantee {
          padding-top: 50px;
     }

     .guarantee-box_main {
          margin: 0 20px;
          width: auto;
     }

     .guarantee-box i {
          width: 150px;
          height: 150px;
     }

     .guarantee-box h3 {
          font-size: 15px;
          padding-top: 25px;
     }

     .guarantee-box p {
          font-size: 14px;
          padding-top: 10px;
     }
}

/** end guarantee **/


/** order **/

.order {
     background: #fefefd;
     padding-top: 60px;
}

.order .titlepage p {
     color: #4c4b4b;
     padding-top: 10px;
}

.order-box_main {
     margin-bottom: 30px;
}

.order-box {
     border: #9067EE solid 3px;
     background: #fff;
     margin-bottom: 40px;
     transition: ease-in all 0.5s;
     padding: 40px 10px;
     cursor: pointer;
}

.order-box h3 {
     color: #9067EE;
     font-size: 20px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     padding-bottom: 15px;
     transition: ease-in all 0.5s;
}

.order-box p {
     padding-top: 9px;
     color: #252626;
     display: flex;
     align-items: center;
     justify-content: center;
     padding-bottom: 15px;
}

.order-box p span {
     font-size: 44px;
     line-height: 44px;
     font-weight: bold;
     padding: 0 15px;
}

.order-box a {
     border: #7381b1 solid 1px;
     padding: 6px 20px;
     margin: 0 auto;
     border-radius: 30px;
     color: #464647;
     transition: ease-in all 0.5s;
}

.order-box a:hover {
     background-color: #ED6BB6;
     color: #fff;
     transition: ease-in all 0.5s;
}

ul.supp li {
     font-size: 17px;
     color: #464647;
     line-height: 23px;
     padding-top: 21px;
}

.order-box_main .read_more {
     margin: 0 auto;
     display: block;
}

#ho_co:hover .order-box h3 {
     color: #ED6BB6;
     transition: ease-in all 0.5s;
}

#ho_co:hover .order-box {
     border: #ED6BB6 solid 3px;
     transition: ease-in all 0.5s;
}

#ho_co:hover .read_more {
     background-color: #ED6BB6;
     transition: ease-in all 0.5s;
}


/** end order **/


/** about section **/
.cont {
     background: #fefefd;
     padding-top: 60px;
}

.about {
     background: #fefefd;
     padding-top: 60px;
}

.about_img figure {
     margin: 0;
}

.about_img p {
     color: #1a1c1b;
     padding-top: 60px;
     padding-bottom: 60px;
}

.about .read_more {
     display: block;
     margin: 0 auto;
}


/** end about section **/


/** contact **/

.contact {
     background: #fefefd;
     padding-top: 90px;
}

.main_form {
     width: 100%;
}

.main_form .contactus {
     padding: 0px 30px;
     margin-bottom: 35px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #9192be;
     font-size: 17px;
     font-weight: normal;
     border-radius: 50px;
     border: #7381b1 solid 1px;
     text-transform: uppercase;
}

.main_form .textarea {
     margin-bottom: 35px;
     width: 100%;
     background: #fff;
     color: #9192be;
     font-size: 17px;
     font-weight: normal;
     padding: 115px 30px 10px 30px;
     height: 270px;
     border-radius: 30px;
     border: #7381b1 solid 1px;
     text-transform: uppercase;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #43eee4;
     text-transform: uppercase;
     color: #fff;
     max-width: 363px;
     width: 100%;
     display: block;
     margin: 0 auto;
     margin-top: 20px;
     font-weight: 500;
     border-radius: 40px;
     line-height: 69px;
     height: 69px;
}

.main_form .send_btn:hover {
     background: #2e3192;
     color: #fff;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #9192be;
     opacity: 1;
}


/** end contact **/


/** footer **/

.footer {
     margin-top: 90px;
     padding-top: 90px;
     background: #7766FD;
     text-align: center;
}

.form_subscri {
     margin-right: 31px;
}

.infoma {
     display: block;
     padding-bottom: 20px;
}

ul.commodo li {
     color: #fff;
     font-size: 17px;
     text-align: left;
     line-height: 30px;
     display: block;
}

.infoma h3 {
     text-align: left;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     color: #fff;
     padding-bottom: 15px;
     text-transform: uppercase;
}

ul.menu_footer li a {
     color: #fff;
     font-size: 17px;
     text-align: left;
     line-height: 30px;
     display: block;
}

ul.menu_footer li a:hover {
     color: #43eee4;
}

ul.conta {
     padding-top: 12px;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 15px;
     font-size: 14px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 21px;
     color: #fff;
}

ul.conta li a {
     color: #fff;
}

.copyright {
     margin-top: 50px;
     padding-bottom: 20px;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #43eee4;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
     position: inherit;
     background: #7766FD;
     box-shadow: 0px 0px 9px 0px #ED6BB6;
     margin-bottom: 10px;
}

.hosting_page .footer {
     margin-top: 60px;
}

/** Select **/

.custom-select {
     position: relative;
     display: block;
     max-width: 400px;
     min-width: 180px;
     margin: 0 auto;
     border: 1px solid #3C1C78;
     background-color: #16013E;
     z-index: 10;
}

.custom-select select {
     border: none;
     outline: none;
     background: transparent;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 0;
     margin: 0;
     display: block;
     width: 100%;
     padding: 12px 55px 15px 15px;
     font-size: 14px;
     color: #714BB9;
}

.custom-select:after {
     position: absolute;
     right: 0;
     top: 0;
     width: 50px;
     height: 100%;
     line-height: 38px;
     content: "∨";
     text-align: center;
     color: #714BB9;
     font-size: 24px;
     border-left: 1px solid #3C1C78;
     z-index: -1;
}

#card-element {
     color: #16013E;
     width: 300px;
     height: 50px;
     padding: 5px;
     box-shadow: #4A00E0d0 0px 0px 5px;
}

/* ==========================================================================
   Rounder
   ========================================================================== */
.border-white {
     border-color: #fff !important
}

.rounded {
     border-radius: .25rem !important
}

.rounded-top {
     border-top-left-radius: .25rem !important;
     border-top-right-radius: .25rem !important
}

.rounded-right {
     border-top-right-radius: .25rem !important;
     border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
     border-bottom-right-radius: .25rem !important;
     border-bottom-left-radius: .25rem !important
}

.rounded-left {
     border-top-left-radius: .25rem !important;
     border-bottom-left-radius: .25rem !important
}

/* 8500B9 */
.rounded-circle {
     border-radius: 50% !important;
     border: 4px solid #3C1C78;
     border-radius: 225px;
     box-shadow: 0 0 10px #3C1C78;
}

.rounded-0 {
     border-radius: 0 !important
}

/* ==========================================================================
   thumbnails
   ========================================================================== */

.thumbnails {
     margin-left: -20px;
     list-style: none;
     *zoom: 1;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
}

.thumbnails:before,
.thumbnails:after {
     display: table;
     line-height: 0;
     content: "";
}

.thumbnails:after {
     clear: both;
}

.row-fluid .thumbnails {
     margin-left: 0;
}

.thumbnails>li {
     float: left;
     margin-bottom: 20px;
     margin-left: 20px;
}

.thumbnail {
     display: block;
     padding: 4px;
     line-height: 20px;
     border: 1px solid #ddd;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
     border-color: #0088cc;
     -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail>img {
     display: block;
     max-width: 100%;
     margin-right: auto;
     margin-left: auto;
}

.thumbnail .caption {
     padding: 9px;
     color: #555555;
}

/* ==========================================================================
   live badge
   ========================================================================== */

.client-link {
     position: relative;
     display: inline-block;
}

.live-badge {
     position: absolute;
     top: 10px;
     /* Adjust as needed */
     left: 10px;
     /* Adjust as needed */
     color: white;
     /* Adjust text color */
     padding: 5px;
     /* Adjust padding */
     font-size: 12px;
     /* Adjust font size */
     border-radius: 5px;
     /* Adjust border radius */
}

/* ==========================================================================
   client platforms
   ========================================================================== */

.social-links {
     text-align: center;
     margin: 40px 0;
}

.platforms {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 15px;
     /* space between icons */
}

.platform {
     display: flex;
     align-items: center;
     text-decoration: none;
     color: #000;
     /* default text color */
     transition: transform 0.2s;
     /* smooth hover effect */
}

.platform:hover {
     transform: scale(1.1);
     /* scale up on hover */
}

.platform-icon {
     width: 32px;
     /* icon size */
     height: 32px;
     /* icon size */
     margin-right: 5px;
     /* space between icon and text */
}




/* Basic Styling for the Select Container */
.select-container {
     position: relative;
     display: inline-block;
     width: 100%;
     max-width: 300px;
}

/* Remove default styling and make it look clean */
.platform-select {
     -webkit-appearance: none;
     /* Remove default styling in WebKit browsers (Safari, Chrome) */
     -moz-appearance: none;
     /* Remove default styling in Firefox */
     appearance: none;
     /* Remove default styling in all browsers */
     background-color: #fff;
     border: 2px solid #ddd;
     border-radius: 8px;
     padding: 12px 20px;
     font-size: 16px;
     font-family: 'Arial', sans-serif;
     color: #333;
     width: auto;
     outline: none;
     transition: all 0.3s ease-in-out;
}

/* Smooth transition for focus state */
.platform-select:focus {
     border-color: #714BB9;
     box-shadow: 0 0 5px rgba(76, 143, 245, 0.3);
}

/* Remove the default dropdown arrow */
.platform-select::-ms-expand {
     display: none;
}

/* Custom Dropdown Arrow */
.platform-select::after {
     content: '▼';
     font-size: 12px;
     color: #888;
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
     pointer-events: none;
}

/* Hover and Focus Effects */
.platform-select:hover,
.platform-select:focus {
     border-color: #714BB9;
     transition: border-color 0.3s ease;
}

/* Styling the options */
.platform-select option {
     padding: 10px;
     font-size: 16px;
     color: #333;
     background-color: #fff;
}

/* Hover effect on options */
.platform-select option:hover {
     background-color: #714BB9;
     color: #fff;
}

/* Optional: Slight animation for select option */
.platform-select option:nth-child(even) {
     background-color: #f9f9f9;
}

.platform-select option:nth-child(odd) {
     background-color: #fafafa;
}

/* Smooth transition for the option hover state */
.platform-select option:hover {
     background-color: #714BB9;
     color: white;
     transition: all 0.3s ease;
}