

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@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');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/




* {
     box-sizing: border-box !important;
     
}

html {
     scroll-behavior: smooth;
       margin: 0px !important;
       padding: 0px  !important;
       width: 100%;
       height: 100%;       
       overflow-x: hidden;
}

body {
     color: #666666;
     font-size: 12px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
  margin: 0px !important;
  padding: 0px  !important;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

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 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

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-size: 18px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;

     
}

.header__menu .btn1 {
     font-size: 16px;
     font-weight: bold;
     background-color: #5243c2;
     color: #FEFEFE;
     padding: 6px 16px; 
     width: 100%; 
     text-align: center;
     display: inline-block;
     border-radius: 5px;
     }

 img {
     width: 300px;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 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;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #5243c2;
     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: 60px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fdd430;
}

.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: #fdd430;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     background: #10103a;
     width: 100%;
     padding: 40px 40px 40px 40px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}

.banner_main {
     background: #10103a;
     background-size: 100% 100%;
     background-repeat: no-repeat;
}

.text-bg h1 {
     color: #fff;
     font-size: 40px;
     line-height: 50px;
     padding-bottom: 25px;
     font-weight: bold;
}

.text-bg span {
     color: #fdd430;
     font-size: 25px;
     line-height: 15px;
     font-weight: bold;
}

.text-bg p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding: 16px 0;
}

.text-bg a {
     font-size: 16px;
     font-weight: bold;
     background-color: #D31E94;
     color: #FEFEFE;
     padding: 8px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: block;
     border-radius: 20px;
     
}




.text-img figure {
     margin: 0px;
}

.text-img figure img {
     width: 80%;
}

.titlepage {
     text-align: center;
     margin: 50px 0 40px;
}

.titlepage h2 {
     font-family: 'Roboto', sans-serif;
     font-size: 30px;
     color: #0c0f38;
     line-height: 40px;
     font-weight: bold;
     
}

.titlepage p {
	font-size: 18px
}

.work_completed h2 {
     font-family: 'Roboto', sans-serif;
     font-size: 45px;
     color: #0c0f38;
     line-height: 40px;
     font-weight: bold;
     

}




/** Hosting section **/

.hosting {
     background-color: white;
}

.web_hosting {
     text-align: center;
}

.web_hosting figure {
     margin: 0;
}

.web_hosting p {
     color: #0c0f38;
     font-size: 18px;
     line-height: 28px;
     padding: 40px 0px 70px;
     text-align: center;
}


.web_hosting a:hover {
     background-color: #0c0f38;
     color: #fff;
}

.web_hosting img {
     width: 150px;
}

.faq-p {
     color: #0c0f38;
     font-size: 16px;
     padding-bottom: 30px;
}

.faq-a {
     font-size: 16px;
     background-color: #D31E94;
     color: #FEFEFE;
     padding: 10px 8px;
     text-align: center;
     width: 200px;
     border-radius: 20px;
     text-decoration: none;     
       
}

 a:hover {
     text-decoration: none;
     color: white;

}

/** end Hosting section **/


/** Services section **/

.Services-box img{
     width: 55px;

}

.Services {
     
     background: #0c0f38;
     font-family: Poppins;
     padding-bottom: 60px;
}

.Services .titlepage {
     text-align: center;
}

.Services .titlepage h2 {
     color: #fff;
     padding-bottom: 20px;
}

.Services .titlepage p {
     color: #fff;
}

.Services .Services-box i {
     background: #fff;
     width: 90px;
     height: 90px;
     border-radius: 50px;
     display: inline-block;
     padding-top: 19px;
}

.Services .Services-box i:hover {
     background: #ddd;
}

.Services .Services-box h3 {
     padding: 20px 0px 20px 0px;
     font-size: 20px;
     line-height: 25px;
     color: #fff;
     display: block;
     font-weight: 500;
}

.Services-box p{
	font-size: 18px;
}
.Services .Services-box {
     text-align: center;
     background-color: transparent;
     border-radius: 20px;
     border: #cecfd7 solid 2px;
     margin: 16px 16px;
     padding: 40px 20px;
     transition: ease-in all 0.5s;

     

}

@media screen and (max-width: 1150px) {

     .mobile-column {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          
     }
     
}

.Services .Services-box:hover {
     background: #8308eb;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

.Services .Services-box p {
     font-size: 16px;
     line-height: 24px;
     color: #fff;
}

.titlepage-services {
     background-color: white;
}

.read_more {
     font-size: 16px;
     background-color: #fff;
     color: #000;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     display: flex;
     justify-content: center;
     text-align: center;
     margin: 0 auto;
     margin-top: 20px;
}

.read_more:hover {
     background: #8308eb;
     color: #fff;
}


/** end Services section **/


/** why section **/



.why .titlepage {
     text-align: center;
}

.why .titlepage h2 {
     padding-bottom: 20px;
}

.why .titlepage p {
     color: #090808;
}


.why-box img {
     width: 100px;
}

.why .why-box h3 {
     padding: 20px 0px 20px 0px;
     font-size: 20px;
     line-height: 25px;
     color: #090808;
     display: block;
     font-weight: 500;
}

.why .why-box {
     text-align: center;
     background-color: transparent;
     border-radius: 20px;
     padding: 40px 20px 20px 20px;
     transition: ease-in all 0.5s;
     margin-bottom: 30px;
     box-shadow: #ddd 0px 0px 10px
}

.why .why-box p {
     font-size: 16px;
     line-height: 24px;
     color: #090808;
}



.bg {
     font-size: 16px;
     background-color: #090808;
     color: #fff;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     display: flex;
     justify-content: center;
     text-align: center;
     margin: 0 auto;
     margin-top: 20px;
}

.bg:hover {
     background: #8308eb;
     color: #fff;
}


/** end why section **/


/** contact section **/

.contact {
     padding-top: 90px;
     font-family: Poppins;
}

.main_form {
     background: #0c0f38;
     padding: 55px 55px;
     border-radius: 30px;
     margin-bottom: -58%;
}

.contact .main_form .contactus {
     border: #fff solid 1px;
     padding: 0px 19px;
     margin-bottom: 20px;
     border-radius: 15px;
     width: 100%;
     height: 52px;
     background: #fff;
     color: #999999;
     font-size: 16px;
}

.contact .main_form .textarea {
     margin-bottom: 25px;
     padding: 0px 19px;
     color: #999999 !important;
     width: 100%;
     border: #fff solid 1px;
     border-radius: 15px;
     padding-top: 38px;
     background: #fff;
}

.contact .main_form .send {
     font-size: 16px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #ef4259;
     padding: 12px 70px;
     margin: 0 auto;
     display: block;
     border-radius: 30px;
}

.contact .main_form .send:hover {
     background-color: #8308eb;
     transition: ease-in all 0.5s;
     color: #fff;
}

#contact *::placeholder {
     color: #999999;
     opacity: 1;
}

.current {
     color: #fff;
     margin-top: -4px;
     position: absolute;
}


/** end contact section **/


/** footer **/

.footer {
     font-family: Poppins;
     background: #0c0f38;
     
}

.cont {
     text-align: center;
     margin-top: 31%;
}

.cont h3 {
     color: #fff;
     font-size: 45px;
     line-height: 30px;
     font-weight: bold;
     padding: 30px 0px 0px 0px;
}

.cont span {
     color: #fff;
     font-size: 30px;
     line-height: 30px;
     padding: 30px 0px 30px 0px;
     display: inline-block;
     font-weight: bold;
}

.cont p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     padding: 0 130px;
     padding-bottom: 60px;
}

.copyright {
     
     background: #fff;
     
}

.copyright p {
     color: #1e1e1e;
     font-size: 14px;
     line-height: 22px;
     text-align: center;
     padding-bottom: 20px;
     padding-top: 60px;

}

.copyright a {
     color: #1e1e1e;
}

.copyright a:hover {
     color: #0c0f38;
}


/** end footer **/






.main-container {
    max-width: 1800px;
    width: 100%;
    min-height: 100vh;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 2rem 10%;
    background: #F5F5FA;
}

.main-container h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5px;
    text-align: center;
}

.paragraph {
    color: #848199;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.btn-sec {
    display: flex;
    overflow: hidden;
    background: #fff;
    border-radius: 25px;
}

.btn-sec button {
    width: 120px;
    padding: 16px 5px;
    background: none;
    outline: none;
    border: none;
    font-size: 13px;
    font-weight: 800;
    border-radius: 25px;
}

.btn-sec button:first-child {
    color: #F496D1;
    background: #5243C2;
}

.btn-sec button:last-child {
    color: #848199;
}

.packages-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 35px;
}

.package {
    width: 450px;
    background: #fff;
    padding: 35px 45px 30px 45px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #93939338;
    position: relative;
}

.package a {
    align-items: center;
}




.package h2 {
    font-size: 36px;
    font-weight: 800;
    color: #231D4F;
    margin-bottom: 12px;
}

.package h2 span {
    font-size: 17px;
    font-weight: 400;
    color: #848199;
    margin-left: 5px;
}

.package h3 {
    font-size: 25px;
    color: #231D4F;
    font-weight: 800;
    margin-bottom: 7px;
}

.package p {
    color: #848199;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.package ul {
    list-style-type: none;
    margin-bottom: 25px;
}

.package ul li {
    margin: 15px 0;
    font-size: 15px;
    color: #848199;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.package ul li::before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(check.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}

.package button {
    width: 100%;
    border: none;
    outline: none;
    background: #FEF5FA;
    color: #F496D1;
    padding: 12px 5px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 40px;
}


.package .btn {
    width: 100%;
    border: none;
    outline: none;
    background: #D31E94;
    color: #FEFEFE;
    padding: 12px 5px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 40px;
}
.package-text {
     color: white;
 }




.popular {
    background: #5243C2;
}

.popular h2,.popular h2 span, .popular h3,.popular h5,.popular p,.popular ul li {
    color: #fff;
}

.popular button {
    background: #F496D1;
    color: #5243C2;
}

.popular ul li::before {
    background: url(popular-check.png);
    background-size: 100% 100%;
}

.popular .mpopular {
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #7DDA58;
    background: #4031B3;
    padding: 8px 17px;
    border-radius: 20px;
}

@media(max-width:750px) {
    .main-container {
        padding: 2rem 5%;
    }
    .main-container h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .paragraph {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .btn-sec button {
        width: 80px;
        padding: 12px 5px;
        font-size: 10px;
    }
}

@media(max-width:400px) {
    .package {
        width: 90%;
    }
}

   .overflow{
     overflow: hidden;
   }
     
   
   
   .header__inner {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 10px 20px;
   }
   
   @media screen and (max-width: 1250px) {
     .header__inner {
       padding: 10px 15px;
     }
   }
   
   .header__logo a > img {
     width: 150px;
   }
   
   
   @media screen and (max-width: 1200px) {

     
     .header .toggle-menu {
       display: block;
           
     }
   }
       
     .toggle-menu {
       display: none;
           
     }

   




   .header .toggle-menu i {
     color: rgb(255, 255, 255);
     font-size: 35px;
     padding-right: 20px;
   }
   
   
   @media screen and (max-width: 1200px) {

     .header__menu ul li{
       display: none;
     }
}
   
   
   .header__menu ul {
     list-style: none;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   
   .header__menu ul li {
     padding: 10px 15px;
   }


   
   .header__menu ul a {
     color: #ffffff;
     font-size: 18px;
     text-decoration:none;
     position: relative;
   }
   
    


   .header__menu a:hover {
     color: #ffffff;
   }


   .header__menu a::before {
     content: "";
     position: absolute;
     display: block;
     width: 100%;
     height: 3px;
     bottom: -10px;
     left: 0;
     background-color: #ffffff;
     transform: scaleX(0);
     transition: transform 0.3s ease;
    
   }


   .header__menu a:hover::before {
     transform: scaleX(1);
   }










   
   .close-sidebar {
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 99;
     display: none;
   }
   
   .close-sidebar.active {
     display: block;
   }
   
   .sidebar.active {
     transform: translateX(0px);
   }
   
   .sidebar {
     position: fixed;
     top: 0;
     left: 0;
     width: 300px;
     height: 100%;
     background: #5243c2;
     z-index: 999;
     display: none;
     transform: translateX(-300px);
     transition: all 500ms;
     
   }
   
   @media screen and (max-width: 1250px) {
     
     
     
   .sidebar {
       display: block;
     }
   }
   
   .sidebar__inner {
     padding: 30px;
   }

   .sidebar__logo img{
     width: 250px;
   }

   .sidebar__logo {
     display: flex;
     align-items: center;
     justify-content: center;
   }
   
   .sidebar__menu {
     padding: 20px 0;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .sidebar__menu ul{
     list-style:none;
     width:100%;
     padding-left:10px;
   }
   .sidebar__menu ul li {
     margin-bottom: 10px;
   }
   
   .sidebar__menu ul li a {
     font-size: 17px;
     color: #ffffff;
     padding: 0px 0px;
     transition: all 500ms;
     text-decoration:none;
   }
   
   .sidebar__menu ul li a:hover {
     color: #01003d;
     padding-left:5px;
   }
   .sidebar__menu .btn {
   font-size: 12px;
   font-weight: bold;
   background-color: #D31E94;
   color: #FEFEFE;
   padding: 8px; 
   width: 110px; 
   text-align: center;
   display: inline-block;
   border-radius: 20px;
   }


   .heading-white {
     color: #fff; }
     .heading-white h2 {
       font-size: 28px;
       color: #fff;
       line-height: 35px;
       margin-bottom: 0; 
       padding-bottom: 20px;
     
     }
       
     .heading-white p {
       color: rgba(255, 255, 255, 0.7);
       margin-bottom: 0;
    }
   
   .ftco-domain {
     padding: 5em 0;
     background: #131e2c; }
   
   
   .domain-price {
     margin-bottom: 0; }
   
   
   .domain-price span {
       font-size: 35px;
       color: #fff;
       font-weight: 500; 
       
     }
     
       .domain-price span small {
         font-size: 60px;
         color: #2f89fc; 
       }
   
       .domain-button a {
         font-size: 16px;
         font-weight: bold;
         background-color: #D31E94;
         color: #FEFEFE;
         padding: 8px 0px;
         width: 100%;
         max-width: 190px;
         text-align: center;
         display: block;
         border-radius: 20px;
         
    }

    .domain-transfer a {
     font-size: 16px;
     font-weight: bold;
     background-color: #3f62ff;
     color: #FEFEFE;
     padding: 8px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: block;
     border-radius: 20px;
     
}

   
    .space-between {
       justify-content: space-between;
    }

    .center {
     
     flex-direction: column;
     justify-content: center;
     align-items: center;
    }

   
    .domains img {
     width: 360px;
     padding-bottom: 35px;
     padding-left: 10px;
     
    }

    .domain-btn2 {
     padding-top: 15px;
    }

    .domains-p p {
     color: #ffffff;
     padding-top: 20px;
    }







 
 
 
 
 
 ul li ul.dropdown li {
     display: block;
     
     
 }
 
 ul li ul.dropdown {
     margin-top: 10px;
     width: 200px;
     background-color:#5243c2;
     position: absolute;
     z-index: 999;
     display: none;
     border-radius: 10px;
     animation: fadeIn 1s;
     
 }
 
 
 ul li:hover ul.dropdown {
     display: block;
 }


 .icon-img {
     width: 50px;
 }

 .once_off {
     color: white;
 }

 .d-flex {
     display: flex;
     justify-content: center;
     
     
     
 }

 .justify-content-space-between {
     justify-content: space-between;
 }

 .align-items-center {
     align-items: center;
 }

.website img {
     margin-bottom: 16px;
     padding: 20px 20px;
     border: 2px solid #d1d0d0;
     width: 300px;
 }

 .website h3 {
     margin-bottom: 20px;
 }


 .page-heading {
	text-align: center;
	padding: 100px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}

.contact-information {
	margin-top: 0px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #efbe3d;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
	color: #2e2e2e;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #efbe3d;
	font-size: 15px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 80px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 80px;
}

.callback-form .contact-form {
	background-color: #1800ea;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #a4c639;
}

.contact-us .contact-form button.filled-button {
	background-color: #efbe3d;
	color: #000000;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #1800ea;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}


.contact-details {
    size: 10px;
    font-weight: bold;
}


/* Container styling */
.accordion-container {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 15px;
  font-family: system-ui, -apple-system, sans-serif;
}


     



/* Individual accordion item wrapper */
details {
  background-color: #5243C2;
  border: 1px solid #757575;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

details[open] {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0);
}

/* Header style (The clickable part) */
summary {
  padding: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none; /* Removes the default browser arrow */
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  color: #ffffff;
  font-size: 14px;
}

/* Modern custom arrow indicator */
summary::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-right: 4px;
}

/* Rotates the arrow when the accordion opens */
details[open] summary::after {
  transform: rotate(-135deg);
}

/* Inner panel text wrapper */
.accordion-content {
  padding: 0 16px 16px 16px;
  border-top: 1px solid #e5e7eb;
  background-color: #ffffff;
  color: #4b5563;
  line-height: 1.5;
}

.accordion-content p {
  margin: 12px 0 0 0;
  font-weight: 400;
}





/* Ensure the parent menu item serves as the positioning anchor */
.header__menu ul li.dropdown {
    position: relative;
}

/* Hide the dropdown menu by default and style its container */
.header__menu ul .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent; /* Change to match your theme background */
    min-width: 160px;
    padding: 10px 0;
    list-style: none;
    z-index: 1000;
    
    /* FORCE VERTICAL BLOCK FLOW (Fixes horizontal squeezing glitch) */
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    
    /* Fade rules using opacity & visibility */
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* Prevents accidental triggers during fade-out */
    
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transition-delay: 0.1s; /* Keeps it open for 100ms when mouse leaves */
}

/* Creates an invisible bridge to plug any gap between parent link and menu */
.header__menu ul .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -20px; /* Extends hover zone upward */
    left: 0;
    right: 0;
    height: 20px;
    background: transparent;
}

/* Reveal the dropdown menu when hovering over the parent item */
.header__menu ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s; /* Opens instantly on mouse hover */
}

/* Style the links inside the dropdown */
.header__menu ul .dropdown-menu li {
    width: 100% !important;
    display: block !important; /* Forces each list item to be a distinct full row */
    margin: 0;
    clear: both !important;    /* Prevents floated items/icons from breaking line layout */
}

.header__menu ul .dropdown-menu li a {
    display: flex !important;  /* Uses flexbox to explicitly control layout alignment */
    align-items: center;       /* Vertically centers the text and icons */
    padding: 10px 20px;
    color: #ffffff;            /* Text color for sub-links */
    text-decoration: none;
    white-space: nowrap !important; /* Completely locks items to prevent text or icon wrapping */
}

/* Add a background hover effect to the dropdown links */
.header__menu ul .dropdown-menu li a:hover {
    background-color: transparent; /* Light grey hover background */
    color: #ffffff;
}


/* Container hides horizontal scrollbars */
.logo-slider {
  overflow: hidden;
  padding: 40px 0;
  background: #ffffff;
  white-space: nowrap;
  position: relative;
}

/* Track holds both groups side by side */
.logo-track {
  display: flex;
  width: max-content;
}

/* Each group contains the actual logos */
.logo-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* Adjust animation duration (e.g., 20s) to change the speed */
  animation: scrollRightToLeft 20s linear infinite; 
}

/* Style your logo images */
.logo-group img {
  height: 50px;
  width: auto;
  margin: 0 20px; /* Spacing between logos */
  object-fit: contain;
}


/* The magic keyframe that shifts the track exactly halfway */
@keyframes scrollRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.logo-container {
	margin: 80px 0;
}









/* ==========================================
   Netflash Custom Homepage Sections
   ========================================== */

/* Universal Section Spacing */
.netflash-section {
    padding: 60px 20px;
    text-align: center;
    font-family: inherit; /* Inherits your theme's font */
}

.netflash-container {
    max-width: 1200px;
    margin: 0 auto;
}

.netflash-section-title {
     font-size: 30px;
     color: #0c0f38;
     line-height: 40px;
     font-weight: bold;
	 margin-bottom: 50px;
}

.netflash-section-subtitle {
    color: #666666;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

/* --- Testimonials Section --- */
.testimonials-section {
    background-color: #f9f9f9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    font-style: italic;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0;
}

.testimonial-author {
    margin-top: 20px;
    color: #000000;
    font-weight: bold;
}

/* --- Why Choose Us Section --- */
.why-choose-us {
    background-color: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-icon {
    font-size: 2.5rem;
    color: #007bff; /* Replace with your brand blue if different */
    margin-bottom: 15px;
}

.feature-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #333333;
}

.feature-desc {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* --- Process Section --- */
.process-section {
    background-color: #f0f4f8;
}

.process-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.process-step {
    flex: 1;
    min-width: 250px;
    max-width: 320px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #007bff; /* Replace with your brand blue */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

.step-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333333;
}

.step-desc {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.flex-column {
	display:flex;
	flex-direction: column;
	align-items: center;
}





















