/*** 
====================================================================
  Table of contents
====================================================================

- Google Fonts
- Css Imports
- General Css Styles
- Header Area style
- Welcome Area Styles 
- Partners area style
- About us area style 
- services-block-four style 
- Demo-video area style 
- Trust area style 
- services area style 
- Call-to-action area style
- Video area style 
- Gallery area style 
- Cool-facts style 
- Price table style
- Testimonials area style 
- Team area style
- Blog area style 
- Contact us style 
- FAQ style -Timeline style 
- Footer area style 

***/

/*** 

====================================================================
  Google fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

/*** 

====================================================================
  Import All Css
====================================================================

***/

@import 'bootstrap.min.css';
@import 'animate.css';
@import 'classy-nav.min.css';
@import 'owl.carousel.min.css';
@import 'magnific-popup.css';
@import 'font-awesome.min.css';
@import 'font-icons.css';
@import 'themify-icons.css';

/*** 

====================================================================
  General css style
====================================================================

***/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #4834d4;
    background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    background: -webkit-linear-gradient(left, #4834d4, #341f97);
    background: linear-gradient(to right, #4834d4, #341f97);
}

/* Dark mode styles */
@media (prefers-color-scheme: dark) {
    body {
      background-color: black;
      color: white;
    }
  }
h1,
h2,
h3,
h4,
h5{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}
h6 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

p {
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}
ol {
    margin: 0;
    padding: 0;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #4834d4;
    background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    background: -webkit-linear-gradient(left, #4834d4, #341f97);
    background: linear-gradient(to right, #4834d4, #341f97);
}

.preload-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100;
}

#loader-load {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2400ms linear infinite;
    animation: dreamrotate 2400ms linear infinite;
    z-index: 999;
}

#loader-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2700ms linear infinite;
    animation: dreamrotate 2700ms linear infinite
}

#loader-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 1800ms linear infinite;
    animation: dreamrotate 1800ms linear infinite
}

@-webkit-keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.mt-30 {
    margin-top: 30px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-50 {
    margin-left: 50px;
}
@media (max-width: 992px){
    .mt-s{
        margin-top: 30px !important
    }
}
@media (max-width: 767px){
    .mt-x{
        margin-top: 30px !important
    }
}
.section-padding-100 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-padding-0-100 {
    padding-top: 0px;
    padding-bottom: 100px;
}
.relative{
    position: relative;
}


.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 20px;
}

.section-padding-100-0 {
    padding-top: 20px;
    padding-bottom: 0;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-heading > p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}
.top-sec-h{
    background: #edf6fd;
    padding: 6px 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #044afa;
    font-weight: 600;
    border-radius: 10px;
}

.login-btn {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 20px;
    min-width: 100px;
    color: #fff !important;
    background: #42d897 ;
    height: 35px;
    border: 1px solid #fff;
    letter-spacing: 1px;
}

.login-btn:hover,
.login-btn:focus {
    color: #fff;
    background: #e93a47;
    border-color: #e93a47;
}

.info-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-image: linear-gradient(to right, #1dacff 0%, #0067da 51%, #1dacff 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
/*
    background-image: -webkit-linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    background-image: linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    box-shadow: 0 0 15px 0 rgba(255, 125, 55, 0.9);
*/
.info-btn:hover {
    background-position: right center;
    color: #fff;
}

/* ### Clients #####*/
/* ##### 2.0 Header Area CSS ##### */
.nav{transition: all .5s ease-in}
.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0
}
.lh-55px{line-height: 55px}
.navbar-nav .nav-item .nav-link{
    padding: 20px 12px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-nav .nav-item .nav-link:hover{color:#fed136;}
.navbar-expand-md .navbar-nav .dropdown-menu{
    border-top:3px solid #fed136;
}
.dropdown-item:hover{background-color:#42d897;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
    }
    
 .shrink {
    animation: .3s ease-in-out;
    animation-name: fadeInDown;
    background-color: rgb(215, 223, 239);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar-white .navbar-brand:hover{color:#fff}
.navbar-dark .navbar-brand:hover{color:#333}
/* mobile view */
@media (max-width:500px)
{
    .navbar{ background: rgb(215, 223, 239);}
    .navbar-nav{
        border-top:1px solid #fed136;
        color:#fff;
        z-index:1;
        margin-top:5px;
    }
    .navbar-nav .nav-item .nav-link{
        padding: 0.7em 1em!important;
        font-size: 100%;
        font-weight: 500;
    }

}
.navbar-dark .navbar-toggler{
    background: #086bfe ;
    border-color: #333
}
@media(max-width: 992px)
{
    .navbar{ background: rgb(215, 223, 239);}
    .login-btn{
        margin-left: 15px !important;
        margin-top: 15px !important
    }
    .navbar-collapse .navbar-nav .nav-item .nav-link{
        padding: 5px 12px;
        color: #333
    }
    .navbar-expand-lg.navbar-dark {background: rgb(215, 223, 239);}
    .navbar-collapse{
        padding-top: 20px;
        background: rgb(215, 223, 239)
    }
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .nav-item .nav-link{color: #333}

/* ##### 3.0 Wellcome Area CSS ##### */
.hero-section{
    position: relative;
    min-height: 700px;
    background: url('../img/bg-img/header2.html') no-repeat bottom center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-section.ai5{
    background: #f6f4ff
}
.welcome-content {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.promo-section {
    margin-bottom: 20px;
}
.special-head{
    color: #044afa !important;
    padding-left: 40px;
    font-size: 18px;
    position: relative;
    display: inline-block;
}
.special-head:before{
    content: '';
    background: #39f9f9;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
}

@media (max-width: 767px){
    .welcome-content{
        padding-right: 1px
    }
}
@media (max-width: 480px){
    .welcome-content {
        vertical-align: middle;
        margin-top: 100px !important

    }
    
}
.welcome-content h1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
.welcome-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

/* ##### Partners Area ##### */
.b-text {
    color: #1f2471 !important;
}
.d-blue{
    color: #13287e !important
}
.bold{
    font-weight: 600 !important
}
/* ##### About Us Area ##### */
.about-us-area {
    position: relative;
    z-index: 1;
}
.who-we-contant h4 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600
}

.welcome-meter {
    position: relative;
    z-index: 1;
}

/*** 

====================================================================
  services-block-four style
====================================================================

***/
.features{
    position: relative;
}
.services-block-four{
  position:relative;
  margin-bottom:30px;
}
.icon-img-box{
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 480px){
    .icon-img-box{
        position: relative;
        margin-bottom: 15px
    }
    .services-block-four .inner-box {
        padding-left: 0px !important;
    }
}
.services-block-four .inner-box{
  position:relative;
  padding-left:100px;
}

.features .services-block-four{
    box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.features .services-block-four img{
    max-width: 80px
}
.service-img-wrapper .image-box{
    position: relative;
}
@media (max-width: 1200px){
    .service-img-wrapper .image-box{
        margin-top: 0 !important
    }
}
@media (max-width: 992px){
    .service-img-wrapper .image-box{
        margin-top: 30px !important
    }
    .service-img-wrapper .phone-img{
        padding: 0 10% !important
    }
}

.services-block-four .inner-box h3{
  position:relative;
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
}

@media (max-width: 992px){
    .service-img-wrapper.how .image-box img{
        width: 100%;
        margin-bottom: 50px
    }
}

.services-block-four .inner-box h3 a{
  color: #fff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.services-block-four .inner-box h3 a:hover{
    color: #42d897;
}

.services-block-four .inner-box .text{
  font-size:14px;
  color:#888;
  line-height: 1.7;
  margin-top:8px;
  margin-bottom:10px;
}
.service-img-wrapper .image-box img{
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
}
@media (min-width: 992px){
    .service-img-wrapper .image-box{
        margin-top: 0px;
    }
}
@media (max-width: 992px){
    .service-img-wrapper .image-box img{
        width: 100%;
    }
}
@media (max-width: 767px){
    .services-block-four{
        margin-bottom: 20px
    }
}
.service-img-wrapper .image-box {
    position: relative;
}
@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}


/* ##### demo-video Area CSS ##### */
/* ##### trust Area CSS ##### */
/* ##### Service Area CSS ##### */

.service_single_content {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    text-align: center;
}
.service_icon{
    margin-bottom: 30px;
    display: inline-block;
    max-width: 80px
}
.service_icon.max{
    max-width: 180px
}
.service_single_content h6 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #13287e !important;
    text-align: center;
}
/* ##### 6.0 CTA Area CSS ##### */
/*
* ----------------------------------------------------------------------------------------
*  START Roadmap 2 STYLE
* ----------------------------------------------------------------------------------------
*/







/*
* ----------------------------------------------------------------------------------------
*  START Roadmap STYLE
* ----------------------------------------------------------------------------------------
*/
/*top circle */
/*vertival line */

/*timeline block */
/*block marker */
/*left block */
/*right block */
/*decrease the timeline heading text */
/*change timeline layout to fit tiny screen size */
@media (max-width: 992px) {
   .mt-30{
    margin-top: 30px
   }
}

/* ##### 7.0 Video Area CSS ##### */

/* ##### 9.0 Gallry Item Area CSS ##### */

/* ##### 10.0 Cool Fact Area CSS ##### */

/* ##### 11.0 Price Table Area CSS ##### */

/* ##### 12.0 testimonial Area CSS ##### */

/* ##### 13.0 Team Area CSS ##### */
/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/

/*** 

====================================================================
    What we do
====================================================================

 ***/



/* ##### 14.0 Our Blog Area CSS ##### */


/* ##### Contact Area CSS ##### */

/* Form Active State */

/* ##### Footer Area ##### */

.footer-content-area{
    padding: 40px 0;
    background: #192057 !important;
}
.footer-logo{
    margin-bottom: 15px
}
.footer-logo a{
    color: #fff;
    font-size: 20px
}
.footer-logo img{
    width: 40px
}

.copywrite_text > p {
    margin-bottom: 20px;
    color: #fff !important;
    font-size: 13px;
}
.footer-social-info a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    text-align: center;
    background: #42d897;
}

.footer-social-info a i {
    font-size: 14px;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.footer-social-info a i:hover {
    color: #4a7aec;
}

.contact_info_area .contact_info {
    text-align: left !important;
}

.contact_info_area .contact_info h5 {
    font-size: 14px;
}

.contact_info_area .contact_info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #efebeb
}
.contact_info_area .contact_info a:hover p{
    color: #fff
}

/* ##### Breadcumb Area ##### */

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 200px !important;
    text-align: center;
}

.breadcumb-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: none;
}

.breadcumb--con {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcumb--con .title {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item > a {
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0 2px;
    border: 1px solid #222;
    color: #333;
    width: 40px;
    height: 40px;
    text-align: center;
}
/* ##### Sidebar CSS ##### */

/* ##### Timeline CSS ##### */


/*
================================================
   Map style
================================================
*/

/*
================================================
   map section style
================================================
*/
/*
* ----------------------------------------------------------------------------------------
*  START counter-down STYLE
* ----------------------------------------------------------------------------------------
*/
/* ##### Accordians CSS ##### */

/* ##### Button Effects ##### */

/* ##### Animated Headline CSS ##### */

/* ##### particless CSS ##### */

/* ##### Snow Version CSS ##### */
/* ##### Slider Area CSS ##### */

/* ##### Flying Bird CSS ##### */

/* ##### Subscribe form area CSS ##### */

/* ##### Light Version CSS ##### */

body.light-version {
    background: #f9f8ff !important;
}

.light-version p {
    color: #888;
}

.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5 {
    color: #222;
}
.light-version h6 {
    color: #222;
}

.contact_info_area .contact_info h5{
    color: #fff;
}
.light-version .our_services_area{
    padding-bottom: 20px 
}

.light-version .service_single_content {
    border-radius: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
    border: none;
    padding: 20px 20px;
    margin-bottom: 30px !important;
}
.light-version .service_single_content p{
    margin-bottom: 0
}
.light-version .services-block-four .inner-box h3 a{
    color: #354168 
}
.bl-text{
    color: #354168 !important
}

.hero-section .img-fluid {
    margin-top: 80px;  /* Adjusts space between nav and image */
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .hero-section .img-fluid {
        margin-top: 40px;  /* Less space on mobile devices */
    }
}

/* Security-specific styles */
.service_single_content {
    min-height: 300px;
    transition: transform 0.3s ease;
}

.service_single_content:hover {
    transform: translateY(-10px);
}

.services-block-four .inner-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    transition: all 0.3s ease;
}

.services-block-four .inner-box:hover {
    background: rgba(255, 255, 255, 0.2);
}

.icon-img-box img {
    max-width: 60px;
    margin-bottom: 20px;
}

/* About Us Page Specific Styles */
.about-us-area .service_single_content {
    min-height: auto;
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.about-us-area .service_single_content h2 {
    font-size: 48px;
    color: #42d897;
    margin-bottom: 10px;
}

.about-us-area .services-block-four .inner-box ul {
    list-style: none;
    padding: 0;
}

.about-us-area .services-block-four .inner-box ul li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

@media (max-width: 768px) {
    .about-us-area .who-we-contant h4 {
        font-size: 28px;
    }
    
    .about-us-area .service_single_content {
        margin-bottom: 20px;
    }
}

/* Update the services-block-four styles to maintain original layout */
.services-block-four {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.icon-img-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services-block-four .inner-box {
    position: relative;
    padding-left: 100px;
    width: 100%;
}

/* Mobile responsive fixes */
@media (max-width: 480px) {
    .icon-img-box {
        position: relative;
        margin-bottom: 15px;
        top: auto;
        transform: none;
    }
    
    .services-block-four {
        display: block;
    }
    
    .services-block-four .inner-box {
        padding-left: 0px;
    }

    .features .services-block-four {
        padding: 15px;
    }
}

/* Update services-block-four styles with hover effects */
.services-block-four {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.features .services-block-four {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.features .services-block-four:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.1);
}

.icon-img-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services-block-four .inner-box {
    position: relative;
    padding-left: 100px;
    width: 100%;
}

/* Mobile responsive fixes */
@media (max-width: 480px) {
    .icon-img-box {
        position: relative;
        margin-bottom: 15px;
        top: auto;
        transform: none;
    }
    
    .services-block-four {
        display: block;
    }
    
    .services-block-four .inner-box {
        padding-left: 0px;
    }

    .features .services-block-four {
        padding: 10px 15px;
    }
}

.theme-svg {
    width: 64px;
    height: 64px;
    /* Updated filter values to match #13287e */
    filter: brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(6410%) hue-rotate(225deg) brightness(97%) contrast(104%);
    transition: filter 0.3s ease;
    margin: auto;
}

/* Optional: Update hover effect to a slightly lighter shade */
.service_single_content:hover .theme-svg {
    filter: invert(24%) sepia(55%) saturate(1987%) hue-rotate(227deg) brightness(97%) contrast(88%);
}

/* Service icon container styling */
.service_icon.max {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

/* Service icon container styling */
.service_icon.max {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

/* Service content box styling */
.service_single_content {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 20px;
}

/* Title styling */
.service_single_content h6 {
    margin: 15px 0;
    font-size: 20px;
    color: #13287e !important;
    text-align: center;
}

/* Update service title color */
.service_single_content h6.d-blue {
    margin: 15px 0;
    font-size: 20px;
    color: #044afa !important;  /* Changed from #13287e to #044afa */
    text-align: center;
}

@media (max-width: 991px) {
    .theme-switch-btn.d-lg-none {
        margin-left: 10px;  /* Space between brand and toggle */
        margin-right: auto; /* Push menu button to the right */
    }
}

.theme-switch-btn {
    margin-left: 10px;
    margin-right: auto;
}

@media (max-width: 991px) {
    .theme-switch-btn {
        margin-right: 15px;
    }
}

/* Desktop styles remain the same */
.contact-info-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.service_icon.max {
    flex: 0 0 50px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Responsive Fixes */
@media (max-width: 768px) {
    .services-column {
        height: auto !important;  /* Remove fixed height in mobile */
    }
    
    .services-block-four {
        height: auto !important;  /* Remove fixed height calculation */
        margin-bottom: 15px !important;
    }
    
    .services-block-four .inner-box {
        padding: 15px;
        height: auto;  /* Allow content to determine height */
    }
    
    .contact-info-wrapper {
        flex-wrap: nowrap;  /* Prevent wrapping */
        align-items: flex-start;
        gap: 15px;
    }
    
    .contact-text {
        flex: 1;
        min-width: 0;  /* Allows text to wrap properly */
    }
    
    .contact-text h6 {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 14px;  /* Slightly smaller font for mobile */
        line-height: 1.4;
    }
    
    .contact-text .text {
        font-size: 13px;  /* Slightly smaller font for mobile */
        line-height: 1.5;
    }
}
