/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/* imports handled by wp_enqueue_scripts */











/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    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: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

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;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.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: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-image: url(../img/slides/banner-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-nav.ml-auto {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 5px 0px 5px;
    margin: 10px 40px 0px 0px;
    border-radius: 5px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #ed1c24;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    background-color: #ed1c24;
}

.navbar-brand {
    margin: 0px;
}

.navbar {
    padding: 15px 0px;
}

.custom_bg {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.custom_menu {
    width: 80%;
    float: left;
    padding: 15px 0px 15px 0px;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
}

.custom_menu li a{
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0px 7px;
    border-radius: 5px;
}

.custom_menu li a:hover{
    color: #ffffff;
    background-color: #ed1c24;
}

.custom_menu li.active a{
    color: #ffffff;
    background-color: #ed1c24;
}

.search_btn {}

.search_btn ul {
    margin: 0px;
    padding: 0px;
}

.search_btn li {
    float: left;
    font-size: 18px;
    color: #dedcdc;
    padding: 0px 35px 0px 35px;
}

.search_btn li a {
    color: #dedcdc;
}

.search_btn li a:hover {
    color: #ed1c24;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-top: 0px;
    padding-bottom: 100px;
}

.banner_taital_1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fccf6d;
    padding-bottom: 0px;
    padding-top: 70px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    padding-top: 90px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #262626;
    margin: 0px;
    padding-top: 30px;
}

.read_bt {
    width: max-content;
    float: left;
    padding-top: 30px;
}

.read_bt a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: auto;
    font-size: 18px;
    background-color: #ed1c24;
    color: #fefefd;
    text-align: center;
    padding: 12px 35px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.read_bt a:hover {
    color: #fefefd;
    background-color: #333333;
}

#my_slider a.carousel-control-prev {
    left: 20px;
    top: 170px;
}

#my_slider a.carousel-control-next {
    right: 20px;
    top: 170px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 30px;
    color: #3f4140;
    background-color: #ffffff;
    border-radius: 100%;
    font-weight: bold;
    border: 6px solid #232884;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #232884;
}


/* banner section end */

/* domain section start */

.domain_section{
    width: 100%;
    float: left;
}

.domain_box {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    height: auto;
    border-radius: 40px;
    padding: 40px 0px;
    box-shadow: 0px 0px 20px 0px;
    position: relative;
    top: -70px;
}

.domain_rate {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.domain_rate ul {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    display: inline-block;
}

.domain_rate li{
    float: left;
    font-size: 16px;
    color: #272b91;
    padding: 0px 50px;
}

.domain_rate li a{
    color: #272b91;
}

.domain_rate li a:hover{
    color: #8b2791;
}

.domain_main {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}


* {
  box-sizing: border-box;
}

form.example input[type=text] {
    color: #000;
    padding: 10px;
    font-size: 17px;
    border: 0px;
    float: left;
    width: 78%;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px #ededed;
}

form.example button {
  float: right;
  width: 20%;
  padding: 10px;
  background: #ed1c24;
  color: white;
  font-size: 17px;
  border-left: none;
  cursor: pointer;
  border-radius: 4px;
}

form.example button:hover {
    background: #ed1c24;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

/* domain section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.about_box {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 0px 20px 30px 20px;
    box-shadow: 0px 0px 50px 0px #ebebeb;
    position: relative;
}

.icon_1 {
    width: 100%;
    text-align: center;
    top: -40px;
    position: relative;
}

.faster_text{
    width: 100%;
    font-size: 20px;
    color: #3f3f41;
    text-align: center;
    font-weight: bold;
}

.lorem_text {
    width: 80%;
    font-size: 16px;
    color: #3f3f41;
    margin: 0 auto;
    text-align: center;
}

/* about section end */

/* hosting section start */

.hosting_section {
    width: 100%;
    float: left;
    padding: 40px 0px 60px 0px;
    background-image: url(../img/slides/hosting-bg.png);
    height: auto;
    background-size: 100% 100%;
}

.hosting_img {
    display: block;
}

.hosting_taital{
    width: 100%;
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Sen', sans-serif;
}

.hosting_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    border: 1px solid #fff;
    padding: 40px 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.click_bt{
    width: 170px;
    float: left;
    margin-top: 30px;
}

.click_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ed1c24;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
.click_bt a:hover{
    color: #252525;
    background-color: #ffffff;
}

/* hosting section end */

/* pricing section start */

.pricing_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.pricing_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070101;
    text-align: center;
    font-weight: bold;
    font-family: 'Sen', sans-serif;
}

.pricing_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #070101;
    text-align: center;
    margin: 0px;
}

.pricing_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.pricing_box {
    width: 100%;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #ad9ed5;
    padding: 30px;
}

.number_text {
    width: 55px;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 0 auto;
    border: 1px solid #000;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 10px 5px;
    font-weight: bold;
}

.cloud_text{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #070101;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}

.dolor_text{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #363637;
    padding-bottom: 0px;
}

.monthly_text{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #272b91;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.band_text {
    width: 60%;
    text-align: center;
    font-size: 16px;
    color: #2f2f2f;
    margin: 0 auto;
    padding-top: 10px;
}

.signup_bt {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-top: auto;
}

.signup_bt a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 16px;
    color: #ffffff;
    background-color: #3d51d0;
    padding: 12px 30px;
    border-radius: 5px;
}

.signup_bt a:hover {
    color: #ffffff;
    background-color: #ed1c24;
}

.pricing_box:hover {
    border: 1px solid #272b91;
    background-color: #272b91;
}

.pricing_box:hover .number_text{
    border: 1px solid #272b91;
    color: #37139a;
}

.pricing_box:hover .cloud_text{
    color: #ffffff;
}
.pricing_box:hover .monthly_text{
    color: #ffffff;
}
.pricing_box:hover .dolor_text{
    color: #ffffff;
}

.pricing_box:hover .band_text{
    color: #ffffff;
}

.pricing_box:hover .signup_bt a{
    color: #ffffff;
    background-color: #ed1c24;
}

/* pricing section start */

/* services section start */

.services_section {
    width: 100%;
    float: left;
    background-color: #272b91;
    height: auto;
    background-size: 100%;
    padding: 90px 0px;
}

.services_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-family: 'Sen', sans-serif;
}
.services_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 90px;
}

.services_icon {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    min-height: 160px;
    justify-content: center;
    align-items: center;
}

.wordpress_text {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
}

.opposed_text {
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.services_icon .image_2 {
    display: none;
}

.services_icon:hover .image_2 {
    display: block;
}

.services_icon:hover .image_1 {
    display: none;
}


#main_slider a.carousel-control-prev {
    left: 0px;
    top: 365px;
    right: 70px;
}

#main_slider a.carousel-control-next {
    right: 0px;
    top: 365px;
    left: 70px;
    color: #8f9091;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 65px;
    height: 65px;
    opacity: 1;
    font-size: 30px;
    color: #3f4140;
    background-color: #ffffff;
    border-radius: 100%;
    font-weight: bold;
    border: 6px solid #232884;
    margin: 0 auto;
    text-align: center;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #8f9091;
}


/* services section end */

/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 200px;
}

.testimonial_taital{
    width: 100%;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #040403;
    font-family: 'Sen', sans-serif;
}

.testimonial_text{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #070101;
    margin: 0px;
}

.testimonial_section_2 {
    width: 100%;
    border: 6px solid #e1e1e1;
    border-radius: 10px;
    padding: 40px;
    margin-top: 50px;
}

.ipsum_text{
    width: 100%;
    font-size: 16px;
    color: #030000;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}

.quick_img {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.client_img {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.client_name{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #030000;
    font-weight: bold;
    margin-top: 20px;
}

.carousel-indicators .active {
    background-color: #272b91;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #ed1c24;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -50px;
}

/* testimonial section end */

/* newslatter section start */

.newslatter_section {
    width: 100%;
    float: left;
    background-color: #e4e4e4;
    height: auto;
    background-size: 100%;
    padding: 60px 0px;
}

.newslatter_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

input.mail {
    border-radius: 5px;
    padding: 10px 15px !important;
}

/* newslatter section end */
/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070101;
    font-weight: bold;
    text-align: center;
    font-family: 'Sen', sans-serif;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 60%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #414140;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 11px 20px;
    margin-top: 20px;
}

input.mail_text::placeholder {
    color: #414140;
}

.massage-bt {
    color: #414140;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 40px 20px 0px 20px;
    height: 110px;
    margin-top: 20px;
}

textarea#comment.massage-bt::placeholder {
    color: #414140;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #ed1c24;
    padding: 14px;
    margin-top: 40px;
    display: block;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #fefefd;
    background-color: #252525;
}


/* contact section end */


/* footer section start */

.footer_section{
    width: 100%;
    float: left;
    background-color: #272b91;
    height: auto;
    background-size: 100%;
    padding: 90px 0px;
}
.footer_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Sen', sans-serif;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li a {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #ffffff;
}

span.angle_icon {
    font-size: 14px;
    padding-right: 10px;
}

span.angle_icon:hover{
    color: #ed1c24;
}

span.angle_icon.active{
    color: #ed1c24;
}

.footer_main {
    width: 50%;
    float: right;
}

p.dummy_text {
    width: 70%;
    font-size: 16px;
    color: #fff;
    margin: 0px;
}

.social_icon {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 10px 15px;
    background-color: #272b91;
    border: 1px solid #ffffff;
    color: #fefefd;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #ed1c24;
    border: 1px solid #ffffff;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 16px;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
}

.location_text li a {
    color: #ffffff;
    display: flex;
}

.location_text li a:hover {
    color: #ed1c24;
}

.padding_left_10 {
    padding-right: 10px;
}

/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #ed1c24;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* ==========================================================================
   PREMIUM MODERN UI OVERRIDES (GLASSMORPHISM & ANIMATIONS)
   ========================================================================== */
body {
    font-family: 'Inter', sans-serif !important;
    background-color: #f8fafc;
    color: #334155;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
}

/* Header & Banner Overhaul */
.header_section {
    background: linear-gradient(135deg, rgba(30,27,75,0.95) 0%, rgba(79,70,229,0.95) 100%), url(../img/slides/banner-bg.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.navbar-light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #ec4899;
    transition: width 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .active>.nav-link::after {
    width: 80%;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
    background-color: transparent !important;
    color: #ec4899 !important;
}

.banner_taital {
    font-size: 3.5rem !important;
    background: linear-gradient(to right, #fff, #a5b4fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2 !important;
}

.read_bt a {
    background: linear-gradient(135deg, #ec4899 0%, #4f46e5 100%) !important;
    box-shadow: 0 10px 20px -5px rgba(236, 72, 153, 0.5);
    border-radius: 50px !important;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease !important;
}

.read_bt a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 25px -5px rgba(236, 72, 153, 0.6);
}

/* Domain Section Glassmorphism */
.domain_box {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1) !important;
    border-radius: 24px !important;
    transform: translateY(-50px) !important;
}

form.example input[type=text] {
    border-radius: 50px 0 0 50px !important;
    padding: 15px 25px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

form.example button {
    border-radius: 0 50px 50px 0 !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    font-weight: 600;
}

form.example button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.1);
}

/* About Section */
.about_box {
    border-radius: 20px !important;
    box-shadow: 0 10px 30px -5px rgba(0,0,0,0.05) !important;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.about_box:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px -5px rgba(79, 70, 229, 0.15) !important;
    border-color: #c7d2fe;
}

.icon_1 img {
    filter: drop-shadow(0 10px 15px rgba(79,70,229,0.3));
    transition: transform 0.5s ease;
}

.about_box:hover .icon_1 img {
    transform: scale(1.1) rotate(5deg);
}

/* Hosting Section */
.hosting_section {
    background: linear-gradient(135deg, rgba(15,23,42,0.95) 0%, rgba(49,46,129,0.95) 100%), url(../img/slides/hosting-bg.png) !important;
    background-size: cover !important;
    background-attachment: fixed;
}

.hosting_text {
    background: rgba(255,255,255,0.05) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.click_bt a {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 20px -5px rgba(59, 130, 246, 0.5);
    font-weight: 600;
}

.click_bt a:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px -5px rgba(59, 130, 246, 0.6);
}

/* Pricing Section */
.pricing_box {
    border-radius: 24px !important;
    box-shadow: 0 10px 30px -5px rgba(0,0,0,0.05) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: #ffffff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing_box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pricing_box:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.25) !important;
    border-color: transparent !important;
}

.pricing_box:hover::before {
    opacity: 1;
}

.pricing_box:hover .number_text,
.pricing_box:hover .cloud_text,
.pricing_box:hover .dolor_text,
.pricing_box:hover .monthly_text,
.pricing_box:hover .band_text {
    color: #ffffff !important;
}

.pricing_box:hover .number_text {
    border-color: #ffffff !important;
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(5px);
}

.signup_bt a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    border-radius: 50px !important;
    background: linear-gradient(135deg, #64748b 0%, #475569 100%) !important;
    font-weight: 600;
    padding: 12px 30px !important;
    transition: all 0.3s ease;
}

.pricing_box:hover .signup_bt a {
    background: #ffffff !important;
    color: #4f46e5 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Services Section */
.services_section {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) !important;
}

.services_taital, .services_text {
    color: #1e293b !important;
}

.services_icon {
    border-radius: 20px !important;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05) !important;
    transition: all 0.4s ease !important;
}

.service_box:hover .services_icon {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px -5px rgba(79, 70, 229, 0.2) !important;
}

.wordpress_text {
    color: #1e293b !important;
}

.opposed_text {
    color: #64748b !important;
}

#main_slider .carousel-control-next, 
#main_slider .carousel-control-prev {
    background: #ffffff !important;
    border: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #4f46e5 !important;
}

#main_slider .carousel-control-next:hover, 
#main_slider .carousel-control-prev:hover {
    background: #4f46e5 !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

/* Footer Section */
.footer_section {
    background: #0f172a !important;
    border-top: 5px solid #4f46e5;
}

.copyright_section {
    background: #020617 !important;
}

.copyright_text {
    color: #94a3b8 !important;
}

.social_icon li a {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.social_icon li a:hover {
    background: #ec4899 !important;
    border-color: #ec4899 !important;
    transform: translateY(-5px) rotate(8deg);
    box-shadow: 0 10px 20px rgba(236,72,153,0.3);
}

/* Contact/Newsletter Form Glassmorphism */
.newslatter_section {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%) !important;
}
.newslatter_taital {
    color: #ffffff !important;
}
input.mail, .mail_text, .massage-bt {
    border-radius: 12px !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    background: rgba(255,255,255,0.9) !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02) !important;
}
input.mail:focus, .mail_text:focus, .massage-bt:focus {
    border-color: #4f46e5 !important;
    box-shadow: 0 0 0 4px rgba(79,70,229,0.1) !important;
}

/* ==========================================================================
   TEXT LOGO & STICKY NAVBAR OVERRIDES
   ========================================================================== */
/* Text Logo Styling */
.navbar-brand.text-logo {
    font-family: 'Outfit', sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #ec4899 0%, #4f46e5 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}
.navbar-brand.text-logo:hover {
    transform: scale(1.05) !important;
}
@media (max-width: 991px) {
    .navbar-brand.text-logo {
        font-size: 24px !important;
    }
}

/* Sticky Navbar Styling */
.custom-navbar {
    transition: all 0.4s ease !important;
    background: transparent !important;
}
.custom-navbar.sticky-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    padding: 10px 0 !important;
    animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

/* ==========================================================================
   ABOUT PAGE STYLES
   ========================================================================== */

/* Hero */
.about-hero-section {
    padding: 160px 0 100px 0;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4f46e5 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(236,72,153,0.08) 0%, transparent 60%);
    animation: pulseGlow 8s ease-in-out infinite;
}
@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 1; }
}
.about-hero-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 20px;
    position: relative;
}
.about-hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.75);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Features */
.about-features-section {
    padding: 100px 0;
    background: #f8fafc;
}
.about-section-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 10px;
    text-align: center;
}
.about-section-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 0;
}
.about-feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}
.about-feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(79,70,229,0.12);
    border-color: #c7d2fe;
}
.about-feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(79,70,229,0.25);
    transition: transform 0.4s ease;
}
.about-feature-card:hover .about-feature-icon {
    transform: scale(1.1) rotate(5deg);
}
.about-feature-card h4 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 12px;
}
.about-feature-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

/* Stats */
.about-stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
}
.about-stat-item {
    padding: 30px 15px;
}
.about-stat-number {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #ec4899, #a78bfa) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 5px;
}
.about-stat-label {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Mission */
.about-mission-section {
    padding: 100px 0;
    background: #f8fafc;
}
.about-mission-text {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.9;
    margin-bottom: 15px;
}
.about-mission-highlights {
    margin-top: 25px;
}
.about-highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #334155;
    font-weight: 500;
}
.about-highlight-item i {
    font-size: 1.2rem;
    color: #4f46e5;
}
.about-mission-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
}
.about-visual-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(79,70,229,0.1) 0%, rgba(124,58,237,0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #4f46e5;
    animation: floatIcon 4s ease-in-out infinite;
    box-shadow: 0 20px 60px rgba(79,70,229,0.15);
}
@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@media (max-width: 767px) {
    .about-hero-title { font-size: 2rem !important; }
    .about-hero-section { padding: 140px 0 70px 0; }
    .about-section-title { font-size: 1.7rem !important; }
    .about-stat-number { font-size: 2rem !important; }
    .about-visual-icon { width: 140px; height: 140px; font-size: 55px; }
    .about-section-title.text-start { text-align: center !important; }
}
