/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1100px;
}

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;
    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: #ffffff;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}


.product_ul li{
    list-style: inside!important;
    font-size: 16px!important;
}



ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

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 #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%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 40px;
}

.titlepage h2 {
    font-size: 2.5rem;
    color: #000;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.titlepage p {
    padding-top: 15px;
    color: #000;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 16px;
    background: linear-gradient(to bottom, #005eff, #00cfff);
    max-width: 204px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 61px;
    line-height: 61px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.read_more:hover {
    background: #fff;
    color: #005eff;

}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/
/*---------------------------- preloader area ----------------------------*/
/* Loader Styles */
.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 200px;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(0.95); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.7; }
}

/* Header Area */
.header-area {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
}

.header-right {
  margin-left: auto; /* pushes this div to the right */
  display: flex;
  gap: 15px;
}

.header-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* aligns content to the right */
    padding: 10px 20px;
}

.contact-info {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
  .contact-info {
    display: none;
  }
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    transition: all 0.4s ease;
}

.sticky-header.scrolled {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}

.logo a {
    color: #000;
    font-size: 41px;
    font-weight: 600;
}

.site-navbar {
    display: flex;
    justify-content: flex-end; /* nav content (ul and toggler) to right */
    align-items: center;
    width: 100%;
}



.site-navbar ul {
    display: flex;
    justify-content: flex-end; /* aligns items to the right */
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px; /* space between nav items */
    width: 100%;
}


.site-navbar ul li {
    padding: 0 15px;
    position: relative;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease;
}

.site-navbar ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #009ffd;
    transition: width 0.3s ease;
}

.site-navbar ul li a:hover::after {
    width: 100%;
}

.site-navbar ul li a:hover {
    color: #009ffd;
}

.site-navbar ul li a.active {
    color: #fff;
    background-color: #009ffd;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 159, 253, 0.3);
}

.site-navbar ul li a.active:hover::after {
    width: 0;
}

/* Nav Toggler for Mobile */
.nav-toggler {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 40px;
    height: 40px;
    position: relative;
}

.nav-toggler span, 
.nav-toggler span:before, 
.nav-toggler span:after {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    transition: .3s;
    position: absolute;
}

.nav-toggler span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-toggler span:before {
    content: '';
    top: -8px;
    left: 0;
}

.nav-toggler span:after {
    content: '';
    top: 8px;
    left: 0;
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(8px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-8px) rotate(-45deg);
}

.call-info {
    display: inline-block;
    background: linear-gradient(to right, #009ffd, #2a2a72);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

/** banner section **/

/* Full Background Video */
.full_bg_home {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
}

.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 0;
}

.slider_main {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 400px 15px 0;
    color: #fff;
}

/* Responsive for smaller screens */
@media screen and (max-width: 768px) {
    /* Fix header at top */
    .header-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px;
        background-color: rgba(0,0,0,0.85);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Navbar inside header, horizontal */
    .site-navbar ul {
        display: flex;
        position: static;
        height: auto;
        width: auto;
        background: none;
        flex-direction: row;
        margin: 0;
        padding: 0;
        transform: none;
        transition: none;
    }

    .site-navbar ul li {
        padding: 0 10px;
    }

    /* Show nav-toggler */
    .nav-toggler {
        display: block;
        position: relative;
        z-index: 10001;
    }

    /* Video below header with half viewport height */
    .full_bg_home {
        position: relative;
        margin-top: 190px; /* height of header to push video down */
        height: 4500vh;
    }

    .bg_video,
    .video_overlay {
        height: 50vh;
    }

    /* Adjust slider_main padding */
    .slider_main {
        padding-top: 20px;
    }
}






/** banner section **/

   /* Full Background Video */
    .full_bg_home {
        position: relative;
        height: 100vh;
        width: 100%;
        overflow: hidden;
    }
    
    .bg_video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    
    .video_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%);
        z-index: 0;
    }

.slider_main {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 100px 15px;
    color: #fff;
}

   @media screen and (max-width: 768px) {
    .slider_main {
        padding-top: 100px; /* ensures header is not overlapped */
    }

    .bg_video {
        height: 100vh;
    }

    .header-area {
        padding: 10px 15px;
    }
}



/** end banner section **/


/* appointment */
.appointment {
    background: linear-gradient(135deg, #1c92d2, #f2fcfe);  /* Fresh Gradient Background */
    padding: 80px 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

/* Background Animation */
.appointment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://via.placeholder.com/1920x1080') center center/cover no-repeat;
    opacity: 0.05;
    animation: fadeBackground 15s ease-in-out infinite;
}

@keyframes fadeBackground {
    0% { opacity: 0.05; }
    50% { opacity: 0.1; }
    100% { opacity: 0.05; }
}

/* Title Section */
.appointment .titlepage h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.appointment .titlepage p {
    font-size: 18px;
    color: #e0e0e0;
    margin-bottom: 40px;
}

/* Form Styling */
.input_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.form_control, .textarea {
    padding: 20px;
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.form_control:focus, .textarea:focus {
    border-color: #1c92d2;
    outline: none;
    box-shadow: 0 0 15px rgba(28, 146, 210, 0.4);
}

/* Floating Labels */
.input_wrapper label {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
    transition: all 0.3s ease;
}

.input_wrapper input:focus ~ label,
.input_wrapper textarea:focus ~ label,
.input_wrapper input:not(:placeholder-shown) ~ label,
.input_wrapper textarea:not(:placeholder-shown) ~ label {
    top: 5px;
    left: 25px;
    font-size: 12px;
    color: #1c92d2;
}

/* Send Button */
.send_btn {
    font-size: 18px;
    background-color: #004496;
    color: #fff;
    padding: 15px 30px;
    border: none;
    width: 100%;
    max-width: 250px;
    border-radius: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.send_btn:hover {
    background-color: #0072ff;
    box-shadow: 0 5px 30px rgba(0, 0, 255, 0.15);
}

.send_btn:active {
    background-color: #005bb5;
    box-shadow: 0 2px 15px rgba(0, 0, 255, 0.3);
}

/* Placeholder Text */
#request *::placeholder {
    color: #bbb;  /* Lighter gray for better readability */
    opacity: 1;   /* Remove opacity if it's too faded */
    transition: color 0.3s ease-in-out; /* Smooth transition */
}

/* Floating Labels */
.input_wrapper input:focus::placeholder,
.input_wrapper textarea:focus::placeholder {
    color: transparent;  /* Hide placeholder text when typing */
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .appointment {
        padding: 60px 0;
    }

    .input_wrapper {
        margin-bottom: 20px;
    }

    .send_btn {
        width: 100%;
    }
}



/** end appointment  **/
.how_it_works {
    padding: 120px 0px 0px 15px;
    background-color: #ffffff; 
}

.how_it_works .step_box {
    background: #fefefd;
    padding: 30px 20px;
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
    height: 100%;
}

.how_it_works .step_box:hover {
    transform: translateY(-10px);
}

.how_it_works .step_box h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.how_it_works .step_box p {
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin-top: 10px;
}

.icon_circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: #1c92d21a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_circle img {
    max-width: 40px;
    height: auto;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .how_it_works .step_box {
        margin-bottom: 20px;
    }
}



.benefits-section {
    padding: 120px 15px;
    background-color: #f9f9f9;
}


.section_title {
    font-size: 2.5rem;
    text-align: center;
    color: #004496;
    position: relative;
    margin-bottom: 30px;
}

.section_title::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #004496;
    display: block;
    margin: 8px auto 0;
    border-radius: 2px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0 auto;
}

.benefits-list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    background-color: #fff;
    padding: 15px 20px 15px 40px;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.benefits-list li::before {
    content: "•";
    position: absolute;
    left: 15px;
    color: #004496;
    font-size: 24px;
    line-height: 1;
    top: 18px;
}



/* Section Title - unified for all sections */
.section_title {
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    margin-bottom: 30px; /* space below title */
    color: #004496;       /* brand color */
    font-weight: 600;
}

/* Advantages Section */
.advantages-section {
    padding: 120px 15px;
    background-color: #fff;
}

.advantages-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.advantages-list {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.advantages-list li {
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
}

.advantages-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #004496;
    font-weight: bold;
    font-size: 16px;
    top: 2px;
}

/* Image frame styling */
.image-frame-wrapper {
    position: relative;
    display: inline-block;
    padding: 10px; /* Space between image and corner frame */
}

.image-frame-wrapper img {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Top-left corner */
.image-frame-wrapper::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 40px;
    height: 40px;
    border-top: 4px solid #004496;
    border-left: 4px solid #004496;
    border-radius: 6px 0 0 0;
}

/* Bottom-right corner */
.image-frame-wrapper::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 40px;
    height: 40px;
    border-bottom: 4px solid #004496;
    border-right: 4px solid #004496;
    border-radius: 0 0 6px 0;
}

/* Refurbishment Section */
.refurbishment-section {
    padding: 80px 20px;
    background-color: #f4f4f4;
}

.refurbishment-section .refurbishment-images {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.refurbishment-image-wrapper {
    flex: 1;
    text-align: center;
}

.image-frame-wrapper {
    position: relative;
    display: inline-block;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
}

.image-frame-wrapper img {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease-in-out;
}

/* Larger corner frames for refurbishment images */
.image-frame-wrapper::before,
.image-frame-wrapper::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 6px;
    border-color: #004496;
    border-width: 4px;
    transition: all 0.3s ease;
}

/* Top-left corner */
.image-frame-wrapper::before {
    top: -2px;
    left: -2px;
    border-top: 4px solid #004496;
    border-left: 4px solid #004496;
}

/* Bottom-right corner */
.image-frame-wrapper::after {
    bottom: -2px;
    right: -2px;
    border-bottom: 4px solid #004496;
    border-right: 4px solid #004496;
}

/* Hover effect on refurbishment images */
.refurbishment-image-wrapper:hover .image-frame-wrapper img {
    opacity: 0.7;
}

.refurbishment-image-wrapper:hover .image-frame-wrapper::before {
    border-color: #f4f4f4;
}

.refurbishment-image-wrapper:hover .image-frame-wrapper::after {
    border-color: #f4f4f4;
}

/* Descriptions */
.refurbishment-section p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 1.8;
}

.refurbishment-section p strong {
    font-weight: 600;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .refurbishment-section .refurbishment-images {
        flex-direction: column;
    }

    .refurbishment-image-wrapper {
        margin-bottom: 30px;
    }
}





/* Responsive adjustments */
@media (max-width: 767px) {
    .services_box {
        margin: 20px;
    }
}






/** priceing section **/

.priceing {
    background: #000;
    padding-bottom: 60px;
    padding-top: 120px;
    margin-top: 120px;
}

.priceing .titlepage h2 {
    color: #fff;
}

.priceing .titlepage p {
    color: #fff;
    padding-top: 10px;
}

.our_priceing {
    padding: 0 30px;
    position: relative;
    margin-bottom: 30px;
}

.our_priceing::before {
    position: absolute;
    content: "";
    padding: 0 30px;
    background: #fff;
    width: 100%;
    height: 86%;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 30px;
    z-index: 1;
}

.our_pri {
    background: #1c92d2;
    padding: 30px 20px 45px 20px;
    position: relative;
    z-index: 99;
    margin-bottom: 23px;
}

.our_pri h3 {
    color: #000;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 35px;
}

.our_pri span {
    color: #fff;
    font-size: 26px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 25px;
}

.our_pri span strong {
    color: #fff;
    font-size: 68px;
    line-height: 68px;
    font-weight: bold;
}

.our_pri p {
    line-height: 30px;
    padding-top: 23px;
    padding-bottom: 30px;
    color: #fff;
}

.our_priceing .read_more {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 99;
}


/** end priceing section **/


/** blog section **/

.blog {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 60px;
}

.latest {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 69px rgba(13, 3, 3, 0.06);
    margin-bottom: 55px;
}

.latest figure {
    margin: 0;
}

.latest span {
    display: block;
    background: #121212;
    width: 98px;
    height: 43px;
    margin: 0 auto;
    text-align: center;
    z-index: 999999;
    line-height: 43px;
    color: #fff;
    margin-top: -43px;
    position: relative;
}

.yellow {
    background: #1c92d2 !important;
}

.nostrud {
    padding: 20px 20px 0 20px;
}

.nostrud h3 {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.nostrud p {
    padding: 10px 0 40px 0;
    color: #272727;
}

.nostrud .read_more {
    margin: 0 auto;
    display: block;
    margin-bottom: -35px;
}


/** end blog section **/


/** schedule section **/


.about_home {
    padding: 120px 15px;
    background: #f8f8f8;
    position: relative;
}

.container_width {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.about_img_home figure {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin: 0;
}

.about_img_home figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.about_img_home:hover figure img {
    transform: scale(1.05);
}

.shadow_wrap {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.titlepage {
    padding-left: 20px;
}

.section_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}

.section_title::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #004496;
    display: block;
    margin: 8px auto 0; /* Center the element */
    border-radius: 2px;
}



.titlepage p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.btn_modern {
    display: inline-block;
    padding: 12px 28px;
    background-color: #1c92d2;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    border: none;
}

.btn_modern:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .section_title {
        font-size: 28px;
    }

    .titlepage {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .about_img_home {
        text-align: center;
    }
}


/*New About US*/


   /* About Section Specific Styles */
    .about-section {
        padding: 4rem 0 5rem;
        background-color: #ffffff;
    }
    
    .about-heading {
        font-size: 2rem;
        font-weight: 700;
        /*color: #1f2937;*/
        margin-bottom: 1rem;
    }
    
    @media (min-width: 768px) {
        .about-heading {
            font-size: 2.5rem;
        }
        .about-section {
            padding: 5rem 0 6rem;
        }
    }
    
    .about-divider {
        width: 6rem;
        height: 0.25rem;
        background-color: #004496;
        margin: 0 auto 1.5rem;
    }
    
    .about-description {
        font-size: 1rem;
        color: #4b5563;
        max-width: 48rem;
        margin: 0 auto;
        padding: 0 0.5rem;
    }
    
    @media (min-width: 768px) {
        .about-description {
            font-size: 1.125rem;
        }
    }
    
    .about-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: center;
        margin-top: 3rem;
    }
    
    @media (min-width: 768px) {
        .about-grid {
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
        }
    }
    
    .vision-heading {
        font-size: 1.25rem;
        font-weight: 700;
        /*color: #1f2937;*/
        margin-bottom: 1rem;
    }
    
    @media (min-width: 768px) {
        .vision-heading {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
        }
    }
    
    .vision-text {
        color: #4b5563;
        margin-bottom: 1rem;
    }
    
    @media (min-width: 768px) {
        .vision-text {
            margin-bottom: 1.5rem;
        }
    }
    
    .stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    @media (min-width: 768px) {
        .stats-grid {
            gap: 1.5rem;
        }
    }
    
    .stat-card {
        background-color: #f9fafb;
        padding: 1rem;
        border-radius: 0.5rem;
    }
    
    @media (min-width: 768px) {
        .stat-card {
            padding: 1.5rem;
        }
    }
    
    .stat-number {
        font-size: 1.25rem;
        font-weight: 700;
        color: #004496;
        margin-bottom: 0.25rem;
    }
    
    @media (min-width: 768px) {
        .stat-number {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
    }
    
    .stat-label {
        font-size: 0.875rem;
        color: #4b5563;
    }
    
    @media (min-width: 768px) {
        .stat-label {
            font-size: 1rem;
        }
    }
    
    .why-choose-container {
        background-color: #1c92d21a;
        padding: 1.5rem;
        border-radius: 1rem;
        position: relative;
        margin-top: 2rem;
    }
    
    @media (min-width: 768px) {
        .why-choose-container {
            padding: 2rem;
            margin-top: 0;
        }
    }
    
    .decorative-shape-1 {
        position: absolute;
        top: -1rem;
        left: -1rem;
        width: 4rem;
        height: 4rem;
        background-color: #004496;
        border-radius: 0.5rem;
        opacity: 0.2;
        display: none;
    }
    
    .decorative-shape-2 {
        position: absolute;
        bottom: -1rem;
        right: -1rem;
        width: 5rem;
        height: 5rem;
        background-color: #004496;
        border-radius: 0.5rem;
        opacity: 0.2;
        display: none;
    }
    
    @media (min-width: 640px) {
        .decorative-shape-1, .decorative-shape-2 {
            display: block;
        }
    }
    
    @media (min-width: 768px) {
        .decorative-shape-1 {
            width: 6rem;
            height: 6rem;
        }
        
        .decorative-shape-2 {
            width: 8rem;
            height: 8rem;
        }
    }
    
    .why-choose-content {
        position: relative;
        z-index: 10;
    }
    
    .why-choose-heading {
        font-size: 1.25rem;
        font-weight: 700;
        /*color: #1f2937;*/
        margin-bottom: 1rem;
    }
    
    @media (min-width: 768px) {
        .why-choose-heading {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
        }
    }
    
    .feature-list {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    @media (min-width: 768px) {
        .feature-list {
            gap: 1rem;
        }
    }
    
    .feature-item {
        display: flex;
        align-items: flex-start;
    }
    
    .feature-icon {
        width: 1.25rem;
        height: 1.25rem;
        color: #004496;
        margin-right: 0.5rem;
        margin-top: 0.25rem;
    }
    
    @media (min-width: 768px) {
        .feature-icon {
            width: 1.5rem;
            height: 1.5rem;
            margin-right: 0.75rem;
        }
    }
    
    .feature-title {
        font-weight: 600;
        color: #1f2937;
    }
    
    .feature-description {
        font-size: 0.875rem;
        color: #4b5563;
    }
    
    @media (min-width: 768px) {
        .feature-description {
            font-size: 1rem;
        }
    }


/*New About Us End*/


.completed-projects-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.project-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
}

.project-content {
  padding: 20px;
}

.project-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2a2a72;
}

.project-content p {
  font-size: 14px;
  color: #555;
}




.client_logos {
   overflow: hidden;
   background-color: #fff;
   padding: 40px 0;
}

.logo_track {
   display: flex;
   width: calc(250px * 20); /* 250px is one logo item width */
   animation: scrollLogos 40s linear infinite;
}

.logo_item {
   flex: 0 0 auto;
   width: 250px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px;
}

.logo_item img {
   max-width: 100%;
   height: auto;
   object-fit: contain;
   /*filter: grayscale(100%);*/
   transition: filter 0.3s ease;
}

.logo_item img:hover {
   filter: grayscale(0%);
}

@keyframes scrollLogos {
   0% {
      transform: translateX(0);
   }
   100% {
      transform: translateX(-50%);
   }
}




/* Container & Section */
#contact {
  padding-top: 4rem;      /* py-16 */
  padding-bottom: 4rem;   /* py-16 */
  background-color: #fff; /* bg-white */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #4B5563; /* gray-600 text default */
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;   /* px-4 */
  padding-right: 1rem;
}

/* Responsive padding for medium devices */
@media (min-width: 768px) {
  #contact {
    padding-top: 5rem;  /* md:py-20 */
    padding-bottom: 5rem;
  }
}

/* Text center container for header */
#contact > .container > div.text-center {
  margin-bottom: 3rem; /* mb-12 */
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive margin bottom */
@media (min-width: 768px) {
  #contact > .container > div.text-center {
    margin-bottom: 4rem; /* md:mb-16 */
  }
}

/* Title */
#contact h2 {
  font-weight: 700; /* font-bold */
  color: #1F2937; /* gray-800 */
  font-size: 1.5rem; /* text-2xl */
  margin-bottom: 1rem;
  line-height: 1.2;
  text-align: center;
}

/* Responsive font sizes for title */
@media (min-width: 640px) {
  #contact h2 {
    font-size: 1.875rem; /* sm:text-3xl */
  }
}
@media (min-width: 768px) {
  #contact h2 {
    font-size: 2.25rem; /* md:text-4xl */
  }
}

/* Indigo underline bar below title */
#contact .w-24 {
  width: 6rem;
  height: 0.25rem;
  background-color: #004496; /* indigo-600 */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

/* Responsive margin bottom for underline */
@media (min-width: 768px) {
  #contact .w-24 {
    margin-bottom: 2rem; /* md:mb-8 */
  }
}

/* Paragraph below title */
#contact p {
  font-size: 1rem; /* text-base */
  color: #4B5563; /* gray-600 */
  max-width: 48rem; /* max-w-3xl */
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.5;
}

/* Responsive paragraph font */
@media (min-width: 768px) {
  #contact p {
    font-size: 1.125rem; /* md:text-lg */
  }
}

/* Grid container for contact info and form */
#contact .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem; /* gap-8 */
}

/* Larger gaps on medium and large screens */
@media (min-width: 768px) {
  #contact .grid {
    gap: 3rem; /* md:gap-12 */
  }
}
@media (min-width: 1024px) {
  #contact .grid {
    grid-template-columns: repeat(2, 1fr); /* lg:grid-cols-2 */
  }
}

/* Contact Info Box */
#contact .bg-gray-50 {
  background-color: #F9FAFB;
  padding: 1.5rem; /* p-6 */
  border-radius: 1rem; /* rounded-xl */
  box-shadow: 0 10px 15px rgba(0,0,0,0.1); /* shadow-lg */
}

/* Responsive padding */
@media (min-width: 768px) {
  #contact .bg-gray-50 {
    padding: 2rem; /* md:p-8 */
  }
}

/* Contact Info heading */
#contact h3 {
  font-weight: 700;
  color: #1F2937; /* gray-800 */
  font-size: 1.25rem; /* text-xl */
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #contact h3 {
    font-size: 1.5rem; /* md:text-2xl */
    margin-bottom: 1.5rem;
  }
}

/* Spacing between contact items */
#contact .space-y-4 > * + * {
  margin-top: 1rem; /* space-y-4 */
}

@media (min-width: 768px) {
  #contact .space-y-6 > * + * {
    margin-top: 1.5rem; /* space-y-6 */
  }
}

/* Contact item flex container */
#contact .flex.items-start {
  display: flex;
  align-items: flex-start;
}

/* Icon wrapper */
#contact .w-10.h-10 {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #1c92d21a; /* indigo-100 */
  border-radius: 0.5rem; /* rounded-lg */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem; /* mr-3 */
  flex-shrink: 0;
}

/* Larger icon wrapper on md */
@media (min-width: 768px) {
  #contact .w-12.h-12 {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem; /* md:mr-4 */
  }
}

/* SVG icon size and color */
#contact svg {
  width: 1.25rem; /* w-5 */
  height: 1.25rem; /* h-5 */
  stroke: #004496; /* indigo-600 */
}

@media (min-width: 768px) {
  #contact svg {
    width: 1.5rem; /* md:w-6 */
    height: 1.5rem; /* md:h-6 */
  }
}

/* Contact text heading */
#contact h4 {
  font-weight: 600; /* font-semibold */
  color: #1F2937; /* gray-800 */
  margin-bottom: 0.25rem;
  font-size: 0.875rem; /* text-sm */
}

@media (min-width: 768px) {
  #contact h4 {
    font-size: 1rem; /* md:text-base */
  }
}

/* Contact text paragraph */
#contact p {
  font-size: 0.875rem; /* text-sm */
  color: #4B5563; /* gray-600 */
}

@media (min-width: 768px) {
  #contact p {
    font-size: 1rem; /* md:text-base */
  }
}

/* Follow Us Section */
#contact .mt-6 {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  #contact .mt-8 {
    margin-top: 2rem;
  }
}

/* Follow Us Heading */
#contact .mt-6 > h4 {
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  #contact .mt-8 > h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

/* Follow Us icons container */
#contact .flex.space-x-3 > * + * {
  margin-left: 0.75rem; /* space-x-3 */
}

@media (min-width: 768px) {
  #contact .flex.space-x-4 > * + * {
    margin-left: 1rem; /* md:space-x-4 */
  }
}

/* Social icon size placeholder */
.social-icon {
  width: 2rem;  /* w-8 */
  height: 2rem; /* h-8 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #004496; /* indigo-600 */
  cursor: pointer;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .social-icon {
    width: 2.5rem; /* md:w-10 */
    height: 2.5rem; 
  }
}

.social-icon:hover {
  color: #3730A3; /* Darker Indigo on hover */
}


/* Footer Styles */
.footer {
    background-color: #222;  /* Dark background for modern look */
    color: #e0e0e0;  /* Light grey text color */
    padding: 50px 0;
    font-family: 'Roboto', sans-serif;  /* Modern font */
}

.footer .footer-section {
    margin-bottom: 30px;
}

.footer h3 {
    font-size: 24px;
    color: #004496;  /* Blue color for headings */
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.footer h3::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #004496;  /* Blue circle for decoration */
    top: 5px;
    left: -20px;
    border-radius: 50%;
}

ul.menu_footer, ul.contact_info, ul.social_icons {
    padding: 0;
    list-style: none;
}

ul.menu_footer li, ul.contact_info li, ul.social_icons li {
    margin-bottom: 12px;
}

ul.menu_footer li a, ul.contact_info li a {
    color: #e0e0e0;
    font-size: 16px;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

ul.menu_footer li a:hover, ul.contact_info li a:hover {
    color: #004496;  /* Change to blue on hover */
}

ul.contact_info li i {
    color: #004496;
    margin-right: 10px;
}

ul.social_icons {
    display: flex;
    justify-content: center;
    padding: 0;
}

ul.social_icons li {
    margin: 0 15px;
}

ul.social_icons li a {
    color: #fff;
    font-size: 20px;
    background-color: #333;  /* Dark background for social icons */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

ul.social_icons li a:hover {
    background-color: #004496;  /* Blue background on hover */
    color: #fff;  /* White color when hovered */
}

.copyright {
    background-color: #333;  /* Darker grey for the copyright section */
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #bbb;
}

.copyright a {
    color: #00b6ff;  /* Blue for links */
    font-weight: 600;
}

.copyright a:hover {
    color: #1c92d2;  /* Orange color on hover */
}

@media (max-width: 768px) {
    .footer .container {
        text-align: center;
    }

    .footer .row {
        display: block;
    }

    .footer .footer-section {
        margin-bottom: 40px;
    }

    ul.social_icons {
        justify-content: center;
    }
}


/**  inner page css **/

.blog_page .footer {
     margin-top: 0px;
}
.inner_page .full_bg {
    height: 100%;
}

.inner_page .appointment {
     margin-top: 90px;
}

.portfolio_page .footer {
    margin-top: 60px;
}


.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:60px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
   z-index:100;
}

.my-float{
    margin-top:16px;
}


a:hover{
    color: #fff;
}
