

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 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');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 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(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #f4f8f9;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

.clobil_logo {
     /* height: 20px; Adjust height as needed */
     /* margin-right: 5px; Space between image and nav items */
     position: absolute; /* Position the image absolutely */
     top: 0; /* Align to the top */
     left: 0; /* Align to the left */
     width: 100%; /* Make the image fill the width */
     height: 100%; /* Make the image fill the height */
     object-fit: cover; /* Maintain aspect ratio and cover the space */
     z-index: -1; /* Send the image behind the text */
     opacity: 0.25; /* Adjust opacity (0 to 1) for transparency */
 }

a {
     color: #db1a1a;
     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-weight: 500;
     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;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #db1a1a;
     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: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- menu_sitbar--*/

.menu_sitbar {
     float: left;
     width: 120px;
     height: 100vh;
     background: #0808ff;
     border-right: #fff solid 7px;
     padding: 33px;
}

#sidebar {
     width: 200px;
     position: fixed;
     top: 0;
     left: -280px;
     height: 100vh;
     z-index: 1000;
     background: #fff;
     color: #fff;
     transition: all 0.3s;
     overflow-y: scroll;
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
     left: 0;
}

#dismiss {
     width: 35px;
     height: 35px;
     line-height: 34px;
     text-align: center;
     background: #000;
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

#dismiss:hover {
     background: #f8f9f9;
     color: #fff;
}

.overlay {
     display: none;
     position: fixed;
     width: 100vw;
     height: 100vh;
     background: rgba(0, 0, 0, 0.7);
     z-index: 998;
     opacity: 0;
     transition: all 0.5s ease-in-out;
}

.overlay.active {
     display: block;
     opacity: 1;
}

#sidebarCollapse {
     background: transparent;
     padding: 0;
     border: none;
}

#sidebar .sidebar-header {
     padding: 20px;
     background: #0808ff;
}

#sidebar ul.components {
     padding: 55px 0;
}

#sidebar ul p {
     color: #fff;
     padding: 10px;
}

#sidebar ul li a {
     padding: 10px 25px;
     font-size: 1.3em;
     display: block;
     font-weight: 500;
}

#sidebar ul li a:hover {
     color: #fff;
     background: #35bff8;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
     color: #fff;
     background: #35bff8;
}

a[data-toggle="collapse"] {
     position: relative;
}

.dropdown-toggle::after {
     display: block;
     position: absolute;
     top: 50%;
     right: 20px;
     transform: translateY(-50%);
}

ul ul a {
     font-size: 0.9em !important;
     padding-left: 30px !important;
     background: #6d7fcc;
}

ul.CTAs {
     padding: 20px;
}

ul.CTAs a {
     text-align: center;
     font-size: 0.9em !important;
     display: block;
     border-radius: 5px;
     margin-bottom: 5px;
}

a.download {
     background: #fff;
     color: #7386D5;
}

a.article,
a.article:hover {
     background: #6d7fcc !important;
     color: #fff !important;
}


/*--end menu_sitbar--*/

ul.btn {
     float: right;
}

ul.btn li {
     display: inline-block;
     padding: 0 25px;
}

ul.btn li a {
     color: #fff;
     font-size: 16px;
}

ul.btn li:last-child {
     padding-right: 0;
}

.down_btn {
     padding-left: 50px;
}

.down_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 10px;
     color: #010a05 !important;
     font-size: 17px;
}

.down_btn a:hover {
     color: #fff !important;
     background: #000;
}

@media only screen and (max-width: 767px) {
     ul.btn {
         float: none;                  /* remove float */
         display: flex;                /* flex for horizontal layout */
         justify-content: space-between; /* spread items across the width */
         padding: 0 10px;              /* reduce horizontal padding */
         overflow-x: auto;             /* allow horizontal scroll if needed */
         white-space: nowrap;          /* prevent wrapping */
         margin: 0;                    /* reset margin */
     }
 
     ul.btn li {
         display: inline-block;        /* keep inline-block for items */
         padding: 0 10px;              /* reduce padding to fit more items */
         flex-shrink: 1;               /* allow shrinking if needed */
     }
 
     ul.btn li a {
         font-size: 14px;              /* smaller font size */
         white-space: nowrap;          /* prevent wrapping */
         color: #fff;
         padding: 8px 0;               /* reduce vertical padding */
         display: block;
     }
 
     ul.btn li:last-child {
         padding-right: 0;             /* no extra right padding */
     }
 }
 

/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header::after {
     background: url(../images/cross_top.png);
     content: "";
     position: absolute;
     width: 558px;
     height: 228px;
     z-index: -1;
     top: 0;
     left: 0;
}

.header {
     width: 100%;
     background: #0A0F1C;
     padding: 35px 30px;
     position: relative;
     z-index: 960;
}

.logo a {
     font-size: 10px;
     font-weight: bold;
     text-transform: none;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     background: #0A0F1C;
     padding: 75px 0 90px 0;
}

.text-bg {
     text-align: left;
     float: right;
     width: 100%;
     max-width: 431px;
}

.text-bg h1 {
     color: #fff;
     padding-top: 50px;
     font-size: 60px;
     line-height: 85px;
     padding-bottom: 25px;
     font-weight: bold;
}

.text-bg p {
     font-size: 17px;
     display: block;
     color: #fff;
     line-height: 25px;
     padding-bottom: 50px;
     font-weight: 500;
}

.text-bg .tour_button {
     border: #fff solid 5px;
}

.text-bg .tour_button:hover {
     background: #000;
}

@media only screen and (max-width: 767px) {
     .text-bg h1 {
         font-size: 26px !important;      /* smaller font size for mobile */
         line-height: 25px !important;   /* adjust line height accordingly */
         padding-top: 20px !important;   /* optionally reduce padding */
         padding-bottom: 15px !important;
         padding-left: 15px;
         margin-left: 0;
     }
 
     .text-bg p {
         font-size: 14px;      /* smaller font for paragraph */
         line-height: 20px;    /* adjusted line height */
         padding-bottom: 30px; /* optionally reduce padding */
         padding-left: 15px;
         margin-left: 0;
     }
 }
 

.images_box figure {
     margin: 0px;
}

.images_box figure img {
     width: 100%;
}

.carousel-indicators li {
     background: #000;
     width: 38px;
     height: 8px;
     border-radius: 10px;
}

.carousel-indicators {
     bottom: 45px;
}

.carousel-caption {
     position: inherit;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}

/** banner section **/

.titlepage {
     text-align: left;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 50px;
     color: #382d3c;
     line-height: 55px;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.special-icons {
     font-size: 32px;
     color: #000000;
     opacity: 0.8;
     justify-content: flex-end;
     margin-top: auto;
     align-self: flex-start;
     padding-top: 30px;
}

.blu {
     color: #0eadef;
}

.grey {
     color: #979797;
}

.tour_button {
     font-size: 17px;
     background-color: transparent;
     border: #0eadef solid 5px;
     color: #fefefe !important;
     padding: 13px 0px;
     width: 100%;
     max-width: 210px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 40px;
     font-weight: 500;
}

.tour_button:hover {
     border: #ff7300 solid 5px;
     background: #000;
     transition: ease-in all 0.5s;
}

@media (max-width: 767px) {

     /* ====== Take a Tour button adjustments ====== */
     .tour_button {
       font-size: 12px !important;
       padding: 10px 0 !important;
       max-width: 120px !important;
       display: inline-block !important; /* prevent it becoming block or losing inline-block */
       transition: background-color 0.5s ease-in, border-color 0.5s ease-in !important;
       border-radius: 40px !important;
     }
   
     .tour_button:hover {
       background: #000 !important;
       border-color: #ff7300 !important;
     }
   
   }
    

/** about section **/

.about {
     background: #0A0F1C;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
     max-width: 669px;
     width: 100%;
     float: left;
}

.about .titlepage h2 {
     margin-bottom: 40px;
}

.about .titlepage p {
     color: #f5f9f7;
     font-size: 17px;
     line-height: 35px;
     font-weight: 400;
     padding-bottom: 50px;
}

.about .titlepage .tour_button {
     float: right;
}

.about_img{
     width: 100%;
}

@media (max-width: 767px) {
     /* Ensure the .row stretches to full width and has no gaps */
     #about .container-fluid .row {
       display: flex !important;             /* Ensure it's a flex container */
       justify-content: space-between !important; /* Spread columns evenly */
       margin-right: 0 !important;            /* Remove any extra margin */
       margin-left: 0 !important;             /* Remove any extra margin */
       padding-right: 0 !important;           /* Remove right padding */
       padding-left: 0 !important;            /* Remove left padding */
     }
   
     /* Ensure each colored box stretches to fill the available space */
     #about .container-fluid .col-md-4 {
       display: flex !important;               /* Ensure it's a flex item */
       flex-grow: 1 !important;                 /* Allow it to grow and fill space */
       padding-right: 0 !important;            /* Remove any right padding */
       padding-left: 0 !important;             /* Remove any left padding */
     }
   
     /* Ensure boxes inside the columns stretch */
     #about .container-fluid .blue-box,
     #about .container-fluid .white-box,
     #about .container-fluid .orange-box {
       flex-grow: 1 !important;               /* Make sure they fill the available space */
       display: flex !important;               /* Ensure they behave like flex containers */
       flex-direction: column !important;     /* Stack content vertically */
       justify-content: space-between !important; /* Space out content evenly */
       padding: 20px !important;              /* Add some internal padding */
     }
     
     .container {
          width: 100% !important;
          max-width: 100% !important;
          padding-left: 0 !important;
          padding-right: 0 !important;
          box-sizing: border-box !important;
        }
        
     .container .row {
     margin-left: 0 !important;
     margin-right: 0 !important;
     }
        
   }
   
@media only screen and (max-width: 767px) {
    .about {
        padding-top: 25px !important;
    }

    .about .col-md-3, 
    .about .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .about .col-md-3 {
        margin-bottom: 30px; /* space between text and image on stack */
    }

    .about h2 {
        font-size: 24px !important;
        text-align: center; /* center heading on mobile */
    }

    .about p {
        font-size: 14px !important;
        line-height: 22px;
        text-align: justify; /* keep justify if you want */
        padding: 0 10px;
    }

    .about_img {
     width: calc(100% + 20px); /* full width + px padding each side i.e. one side is half of the added px*/
     margin-left: -10px;        /* pull left outside container padding */
     margin-right: -10px;       /* pull right outside container padding */
     }
     
    .about .about_img figure img {
        width: 100%;
        height: auto; /* responsive image */
        display: block;
        margin: 0 auto;
    }
}

/**
.about_img figure {
     margin: 20;
}

.about_img figure img {
     width: 2000px;
     height: 2000px;
     animation: infinite;
}

.about_img {
     position: relative;
     display: inline-block;
}
   
.about_img img {
     display: block;
     max-width: 100%;
     border-radius: 12px; 
     box-shadow: 0 0 40px rgba(64, 172, 222, 0.6); 
} 
*/
/* Extra glow effect (like neon light behind) */
/*
.about_img::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     width: 120%;
     height: 120%;
     transform: translate(-50%, -50%);
     background: radial-gradient(circle, rgba(0,174,255,0.5) 0%, transparent 100%);
     filter: blur(60px);
     z-index: -1;
     border-radius: 50%;
}
*/

.about_img figure {
     margin: 0px; /* fixed unit */
   }
   
   .about_img figure img {
     width: 100%; /* responsive */
     height: auto;
     max-width: none;
     /* animation: ... */ /* Add animation properly if needed */
   }
   
   .about_img {
     position: relative;
     display: inline-block;
   }
   
   /*
   .about_img img {
     display: block;
     max-width: 100%;
     border-radius: 12px;
     box-shadow: 0 0 40px rgba(64, 172, 222, 0.6);
   }
   */
   
   /* Glowing effect */
   .about_img::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     width: 120%;
     height: 120%;
     transform: translate(-50%, -50%);
     background: radial-gradient(circle, rgba(0,174,255,0.5) 0%, transparent 100%);
     filter: blur(60px);
     z-index: -1;
     border-radius: 50%;
   }
   
@media (max-width: 767px) {
.large-img img {
     max-width: 100%;
     margin-left: 0;
}
}

.content_text {
     padding-top: 20px;
     text-align: center;
     /*padding-bottom: 10px;*/
}

@media only screen and (max-width: 767px) {
     .content_text h2.white {
         padding-top: 25px;
         font-size: 12px !important;
         line-height: 16px !important;  /* optional, keep it readable */
     }
     
     .content_text h2.white span.blu {
         font-size: 12px !important;   /* match span font size */
     }
 }
 
.blue-box,
.white-box,
.orange-box {
     color: black;
     border-radius: 10px;
     display: flex;
     flex-direction: column;
     padding: 20px;
     height: 100%;
     width: 100%;
}

.blue-box{
     background-color: #068fca; /* or your preferred blue */
}

.white-box {
     background-color: #e4f7ff; /* or your preferred blue */

}

.orange-box {
     background-color: #ff7300; /* or your preferred blue */

}

@media (max-width: 767px) {
     .blue-box, .white-box, .orange-box {
         padding: 20px 15px;
         margin-bottom: 20px;
         height: auto !important;
         min-height: auto !important;
     }

     /* Mobile font size adjustments */
    .blue-box h2, 
    .white-box h2, 
    .orange-box h2 {
        font-size: 24px !important;  /* smaller heading */
    }

    .blue-box p, 
    .white-box p, 
    .orange-box p {
        font-size: 12px !important;  /* smaller paragraph */
    }
 }
 
 
/** end about section **/


/** choose  section **/

.blu2 {
     color: #3a3aff;
     font-weight: bold;
}

.choose_bg {
     background: url(../images/why.jpg);
     padding: 120px 0;
}

.choose .choose_box {
     background: #fff;
     padding: 35px 35px;
     text-align: center;
}

.choose .choose_box span {
     color: #141629;
     display: block;
     font-size: 70px;
     font-weight: bold;
     text-align: center;
}

.choose .choose_box h3 {
     color: #00aeef;
     font-size: 25px;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 10px;
     padding-top: 15px;
}

.choose .choose_box p {
     color: #010a05;
     font-size: 17px;
     line-height: 30px;
     font-weight: 500;
}

.padding_right0 {
     padding-right: 0;
}

.padding_left0 {
     padding-left: 0;
}

ul.easy li a {
     font-size: 27px;
     padding: 18px 21px;
     width: 100%;
     line-height: 36px;
     margin-bottom: 35px;
     display: block;
}

ul.easy li:last-child a {
     margin-bottom: 0;
}

ul.easy li.active a {
     background: #060505;
     color: #fff;
}

ul.easy li a:hover {
     background: #060505;
     color: #fff;
}


/** end choose  section **/


/** work section  3 slide **/

.work {
     background: #0A0F1C;
     padding: 90px 0;
}

.work .titlepage {
     text-align: right;
     padding: 0;
     max-width: 648px;
     width: 100%;
     margin: auto;
}

.work .titlepage h2 {
     margin-bottom: 40px;
}

.work .titlepage p {
     color: #f9fcfa;
     font-size: 17px;
     line-height: 35px;
     font-weight: 400;
     padding-bottom: 50px;
}

/* .work_img {
     padding-right: 30px;
} */

/* .work_img figure {
     margin: 0;
} */

/* .work_img figure img {
     width: 100%;
} */


/** end work section **/


/** request section **/

.request {
     background: #0A0F1C;
     padding: 30px 0px;
}

.request .titlepage {
     text-align: left;
} 

.white {
     color: #fff;
}

.main_form .contactus {
     border-radius: 35px;
     padding: 0px 30px;
     margin-bottom: 30px;
     width: 50%;
     height: 60px;
     background: #fff;
     color: #777977;
     font-size: 18px;
     font-weight: normal;
     border: inherit;
}

.main_form .textarea {
     padding: 8px 30px;
     padding-top: 63px;
     margin-bottom: 30px;
     width: 50%;
     background: #fff;
     color: #777977;
     font-size: 18px;
     font-weight: normal;
     border: inherit;
     border-radius: 20px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #000;
     padding: 13px 0px;
     max-width: 200px;
     width: 100%;
     display: block;
     border-radius: 30px;
     margin: 0 auto;
}

.main_form .send_btn:hover {
     background-color: #33c5ff;
     transition: ease-in all 0.5s;
     color: #0A0F1C;
}

#request *::placeholder {
     color: #777977;
     opacity: 1;
}

#map {
     height: 425px;
     overflow: hidden;
     padding-bottom: 22.25%;
     padding-top: 30px;
     position: relative;
}

@media (max-width: 767px) {
     /* Reduce font size inside inputs and textarea */
     .main_form .contactus,
     .main_form .textarea {
       font-size: 14px !important;        /* smaller font */
     }

     /* ====== Send button adjustments ====== */
     .main_form .send_btn {
          font-size: 14px !important;       /* smaller font */
          max-width: 80% !important;        /* narrower */
          padding: 10px 0 !important;       /* reduced padding */
          display: block;                   /* ensure block for centering */
          margin: 0 auto !important;        /* center horizontally */
          background-color: #fff !important; /* ensure BG color for hover visibility */
          color: #000 !important;
          border-radius: 30px !important;
          transition: background-color 0.5s ease-in, color 0.5s ease-in !important;
     }
     
     .main_form .send_btn:hover {
          background-color: #33c5ff !important;
          color: #0A0F1C !important;
     }
   
     /* Make inputs and textarea narrower */
     .main_form .contactus,
     .main_form .textarea {
       width: 80% !important;             /* smaller width */
     }
   }
   
   
   


/** end request section **/


/** footer **/

.footer {
     background: #0A0F1C;
     padding-top: 85px;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
}

.footer .address h3 {
     color: #fff;
     font-size: 30px;
     line-height: 35px;
     font-weight: 500;
     padding-bottom: 20px;
     text-align: left;
}

ul.location_icon li {
     font-size: 17px;
     text-align: left;
     padding-right: 40px;
}

ul.Menu_footer li {
     display: block;
     color: #3e7f21;
     position: relative;
}

ul.Menu_footer li:before {
     content: "";
     position: absolute;
     width: 12px;
     height: 12px;
     border-radius: 20px;
     background: #fff;
     margin-top: 9px;
     left: 0;
}

ul.Menu_footer li a {
     display: block;
     color: #fcfbfb;
     font-size: 17px;
     padding-left: 30px;
     text-align: left;
}

ul.Menu_footer li a:hover {
     color: #35bff8;
}

ul.social_icon li {
     display: block;
     padding-bottom: 11px;
}

ul.social_icon li a {
     font-size: 18px;
     color: #fff;
     display: inherit;
}

ul.social_icon li a:hover {
     color: #f5f7f8;
}

ul.social_icon li a i {
     background: #fff;
     width: 37px;
     height: 37px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 22px;
     border-radius: 30px;
     color: #000;
     margin-top: -33px;
}

ul.social_icon li a i:hover {
     color: #0099ff;
}

@media (max-width: 767px) {
     /* Footer headings smaller and centered */
     .footer .address h3 {
       font-size: 18px !important;
       line-height: 24px !important;
       padding-bottom: 12px !important;
       text-align: center !important;
     }
   
     /* Social icon list items: center and add spacing */
     ul.social_icon li {
       display: block;
       padding-bottom: 15px;
       text-align: center;
     }
   
     /* Social icon links: smaller font, center text and icon */
     ul.social_icon li a {
       font-size: 14px !important;
       display: inline-flex !important;
       align-items: center;
       justify-content: center;
       gap: 6px;
       padding-right: 0 !important;
       padding-bottom: 10px !important;
       text-align: center !important;
     }
   
     /* Icon inside link: smaller, centered, and no negative margin */
     ul.social_icon li a i {
       width: 30px;
       height: 30px;
       font-size: 18px;
       border-radius: 25px;
       margin-top: 0 !important;
       background: #fff;
       color: #000;
     }
   
     ul.social_icon li a i:hover {
       color: #0099ff;
     }
   }
   
.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 53px;
     background: #fff;
     color: #828282;
     font-size: 17px;
     border-radius: 10px;
     margin-bottom: 25px;
}

.sub_btn {
     font-size: 19px;
     transition: ease-in all 0.5s;
     background-color: #0192c8;
     color: #fff;
     padding: 11px 0px;
     max-width: 175px;
     width: 100%;
     display: block;
     text-transform: uppercase;
     border-radius: 10px;
     border: inherit;
     box-shadow: inherit;
}

.sub_btn:hover {
     background-color: #0156ed;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 85px;
     padding: 25px 0;
     background: #000000;
}

.copyright p {
     color: #fff;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #212120;
}

@media (max-width: 767px) {
  .footer .container .row {
    flex-direction: column !important; /* stack columns vertically */
  }
  
  /* Make each half full width and center text */
  .footer .col-xl-6,
  .footer .col-lg-6,
  .footer .col-md-12,
  .footer .col-sm-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 30px;
    text-align: center !important;
  }

  /* Center the inner rows as well */
  .footer .row > .col-md-8,
  .footer .row > .col-md-4,
  .footer .row > .col-md-5,
  .footer .row > .col-md-7,
  .footer .row > .col-sm-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 auto 20px auto;
    text-align: center !important;
  }

  /* Smaller heading font size and centered */
  .footer .address h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    padding-bottom: 15px !important;
    text-align: center !important;
  }

  /* Location list and social icons: smaller font & centered */
  ul.location_icon li,
  ul.social_icon li a {
    font-size: 14px !important;
    text-align: center !important;
    padding-right: 0 !important;
    padding-bottom: 10px !important;
  }

  /* Smaller buttons and center */
  .sub_btn {
    max-width: 140px !important;
    padding: 8px 0 !important;
    font-size: 14px !important;
    margin: 0 auto !important;
    display: inline-block !important;
  }

  /* Footer input full width and centered */
  .bottom_form .enter {
    width: 90% !important;
    max-width: 400px !important;
    margin: 0 auto 15px auto !important;
  }

  /* Copyright smaller and centered */
  .copyright p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

.about_img {
     text-align: center;
}
   
.about_img img.about-image {
     max-width: 80%;   /* Resize to look cleaner */
     height: auto;
     display: inline-block;
     border-radius: 12px; /* Optional: smooth rounded edges */
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15); /* subtle shadow */
}

header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 9999;
     background: rgba(10, 15, 28, 0.9);
     backdrop-filter: blur(6px);
     padding: 10px 20px;
}
   
main {
     padding-top: 80px; /* adjust based on header height */
}
   
   /* Logo text */
.clobil-logo {
     font-size: 18px;
     font-weight: 700;
     color: #fff;
     text-decoration: none;
     letter-spacing: 1px;
}
   
   /* Prevent overlap */
body {
     padding-top: 60px;
     background: linear-gradient(180deg, #0A0F1C 0%, #101726 100%);
     color: #fff;
}
   

html, body {
     margin: 0;
     padding: 0;
     background: #0A0F1C; /* site background color */
     color: #fff;         /* default text color */
     height: 100%;
}

/* 1) Kill any default header background from the template */
.header, .header * {
     background: transparent !important;
}
   
/* Glassmorphism Header */
/* Glassmorphism Header */
.glass-header {
     position: fixed;
     top: 0;
     width: 100%;
     height: 50px;
     background: rgba(10, 15, 28, 0.25); /* keep it partly transparent */
     backdrop-filter: blur(20px) saturate(180%);
     -webkit-backdrop-filter: blur(20px) saturate(180%);
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 999;
     border: none;
}
   /* 2) Glassmorphic sticky header shell */
.glass-header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     height: 50px;                 /* slim: half height */
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 10000;               /* above page content */
     isolation: isolate;           /* allow ::before to sit under content but over page */
     border: 0;
     box-shadow: none;             /* no hard line */
}
   
   /* 3) The actual blur lives on a pseudo element */
.glass-header::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(10, 15, 28, 0.28);   /* translucent paint so blur can show */
     backdrop-filter: blur(18px) saturate(160%);
     -webkit-backdrop-filter: blur(18px) saturate(160%);
     pointer-events: none;                 /* clicks pass through */
     border: 0;                            /* no visible edge */
}

@media only screen and (max-width: 767px) {
     .glass-header {
         height: 100px;  /* Slightly taller on mobile */
     }

     .glass-header, 
     .container-fluid,
     .row {
       width: 100% !important;
       max-width: 100% !important;
       box-sizing: border-box !important;
     }
     
 }
 
   /* 4) Logo text (on top of the blur layer) */
.clobil-logo {
     position: relative;   /* ensures it renders above ::before */
     font-size: 18px;
     font-weight: 700;
     color: #fff;
     text-decoration: none;
     letter-spacing: 1px;
}
   
   /* 5) Page background so there's something to blur */
html, body {
     margin: 0;
     padding: 0;
     min-height: 100%;
     background: linear-gradient(180deg, #0A0F1C 0%, #111827 60%, #0A0F1C 100%);
     color: #fff;
}
   
   /* 6) Prevent content from hiding under the fixed header */
body { padding-top: 60px; }
   
   /* 7) Make sure page sections don't float above the header */
.banner_main, #myCarousel, .about, .work, .request, footer {
     position: relative;
     z-index: 0;   /* keep them under the header */
}

   /* 8) If your theme sets any top bars/containers with high z-index, lower them */
.container-fluid, .header .container-fluid, .header .row {
     z-index: 0 !important;
     background: transparent !important;
}

.about {
     background: #0A0F1C;
     padding: 90px 0;
}
   
.about .titlepage {
     color: #f9fcfa;
     text-align: center; /* centers text */
}
   
.about h2 {
     margin-bottom: 20px;
     font-size: 36px;
     font-weight: 700;
}
   
.about p {
     font-size: 17px;
     line-height: 28px;
     font-weight: 400;
     max-width: 600px;
     margin: 0 auto; /* centers text block */
}
   
.about_img img {
     max-width: 100%;
     height: auto;
     border-radius: 12px; /* optional styling */
}
   
   

/** end footer **/

