/*-----------------------------------------------------------------------------------

    Template Name: Metalex - Construction Building HTML Template
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
       2.1 Header Bottom Area
       2.1 Sticky Header Area
       2.3. Mobile Menu Area
    3. Slider Area
    4.Welcome Services Area
    5.About Area
    6. Services Area
	7.Project Area
	8.Choose Area
	9. Client Area
	10. Testimonials Area
	11. Quote  Area
	12. Blog Area
	13. Footer Area
	14. Home 2 Area
	15.Counter Area
	16. team  Area
	17. Home Area 3
	18. Breadcumbs Area
	19. Error page
	20.	Contact Us page
	21. Blog Sidebar Area
	22. Blog Details
	23.Project page area
	24. Services Details
    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');


/*--------------------------------*/
/* 1. Appionment area
/*--------------------------------*/
.header-right-link .slice-btn {
    color: #444;
    position: relative;
    top: 0;
    font-size: 22px;
    cursor: pointer;
    right: -11px;
    display: inline-block;
    padding: 37px 0px;
}

.header-right-link {
    float: right;
    width: 60px;
}

.header-area .header-right-link .slice-btn {
    color: #444;
}

.header-area-2 .header-right-link .slice-btn {
    color: #fff;
}

.header-area.stick .header-right-link .slice-btn {
    padding: 25px 0px;
}

.appointment-wrapper {
    position: fixed;
    right: -420px;
    top: 0px;
    width: 400px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.segments-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.segment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.visible-appointment .appointment-wrapper {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.appointment-wrapper .appoint-box {
    position: relative;
    background-color: #f5f8fb;
    padding: 50px 30px;
}

.appointment-wrapper .appoint-box .cross-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #444;
    font-size: 20px;
}

.appointment-wrapper .appoint-box h2 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    color: #444;
    margin-bottom: 20px;
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
}

.layer-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(10, 24, 40, 0.80);
    visibility: hidden;
    z-index: 999999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.visible-appointment .layer-drop {
    opacity: 1;
    visibility: visible;
}

.appointment-wrapper .single-contact span {
    color: #444;
    font-size: 17px;
}

.appointment-wrapper .single-contact h5 {
    color: #444;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.quote-icons {
    margin-top: 30px;
}

.quote-icons h5 {
    color: #444;
    margin-bottom: 20px;
}

.quote-icons ul li {
    display: inline-block;
}

.quote-icons ul li a {
    color: #1A1364;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #1A1364;
    border-radius: 50%;
    transition: 0.4s;
}

.quote-icons ul li a:hover {
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    transition: 0.4s;
}

.appointment-wrapper .single-contact {
    width: 100%;
    float: none;
}

.appointment-wrapper .quote-btn {
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 140px;
    transition: 0.4s;
    border-radius: 2px;
}

.appointment-wrapper .quote-btn:hover {
    background: #1A1364;
    border: 1px solid #fff;
}

.appointment-wrapper .contact-icon {
    padding: 30px 0px;
    background: transparent;
}

.appointment-wrapper .help-block {
    margin-top: 15px;
    margin-bottom: 0px;
}

.appointment-wrapper .contact-form input[type="text"],
.appointment-wrapper .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    background: #fff;
}

.appointment-wrapper .contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 120px;
    padding: 20px;
    width: 100%;
    background: #fff;
}

.appointment-wrapper .single-contact a i {
    color: #1A1364;
}

.header-area-3 .header-right-link .slice-btn {
    padding: 37px 0px;
    color: #fff;
}

.header-area-3.stick .header-right-link .slice-btn {
    padding: 26px 0px;
}

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #000;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #fff;
    font-weight: 700;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
}

h1 {
    font-size: 48px;
    line-height: 50px;

}

h2 {
    font-size: 25px;
    line-height: 42px;

}

h3 {
    font-size: 30px;
    line-height: 38px;

}

h4 {
    font-size: 24px;
    line-height: 34px;

}

h5 {
    font-size: 20px;
    line-height: 30px;

}

h6 {
    font-size: 16px;
    line-height: 26px;

}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:hover,
a:focus {
    color: #fff !important;
    text-decoration: none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #888;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
    /* font-size: 15px; */
    font-size: 17px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}

#scrollUp {
    /* background: #007bff none repeat scroll 0 0; */
    border-radius: 2px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 30px;
    height: 54px;
    line-height: 50px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    /* border:1px solid #007bff; */
    width: 54px;
}

#scrollUp:hover {
    border: 1px solid #007bff;
    background: transparent;
    color: #007bff;
    transition: all 0.3s ease 0s;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    /* background: #fff url('img/logo/preloader.gif') no-repeat center center; */
    background : #007bff url('./website_images/preloader_logo.png') no-repeat center center;
} 

.navbar-collapse {
    padding-left: 0px;
}

::-moz-selection {
    background: #007bff;
    text-shadow: none;
}

::selection {
    background: #007bff;
    text-shadow: none;
    color: #fff;
}

.color {
    color: #007bff;
    font-weight: 700;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #fff;
    padding: 0.2em 0;
}

.area-padding {
    padding: 30px 0px;
}

.area-padding-2 {
    /* padding: 100px 0px 70px; */
    padding: 50px 0px 50px;
}

.mar-row {
    margin-top: 50px;
}

.load-more-btn {
    text-transform: uppercase;
    background: #007bff;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #007bff;
}

.load-more-btn:hover {
    background: #fff;
    border: 2px solid #007bff;
    color: #007bff;
    transition: 0.4s;
}

.bg-color {
    background: #fcfafa;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.parallax-bg {
    position: relative;
}

.parallax-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1A1364;
    opacity: .8;
    content: "";
}

.left-headline {
    padding-bottom: 15px;
}

.left-headline h3 {
    font-size: 26px;
    line-height: 34px;
    position: relative;
    margin-bottom: 40px;
    color: #001033;
}

.left-headline h3::after {
    border: 1px solid #007bff;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 70px;
    right: auto;
}

.center-headline h2 {
    max-width: 810px;
    font-size: 34px;
    line-height: 44px;
    margin: 0px auto 40px;
    text-align: center;
    color: #001033;
}

.services-headline {
    margin-bottom: 30px;
    overflow: hidden;
}

.services-headline h3 {
    font-size: 26px;
    width: 50%;
    line-height: 34px;
    font-weight: 700;
    text-transform: inherit;
    float: left;
    padding-right: 30px;
    color: #001033;
    text-align: right;
}

.services-headline p {
    width: 50%;
    float: left;
    padding-left: 30px;
    font-weight: 500;
    font-size: 17.5px;
    letter-spacing: 0.70px;
    color: #666;
}

.left-headline p {
    color: #666;
    letter-spacing: 0.70px;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 28px;
}

.services-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #007bff !important;
    content: "";
    width: 3px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}

.sub-headline {
    margin-bottom: 30px;
}

.margin-headline h3 {
    margin: 0px auto 20px;
}

/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #1A1364;
}

.topbar-left ul li a {
    color: #fff;
    display: block;
    margin-right: 20px;
    padding: 11px 0;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 0.60px;
}

.topbar-left ul li a i {
    color: #fff;
    font-size: 17.5px;
    padding-right: 7px;
}

.topbar-left ul li:last-child a {
    margin-right: 0px;
}

.top-social {
    float: right;
    padding: 10px 0px;
}

.top-social ul li {
    display: inline-block;
}

.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    opacity: 0.8;
    border-radius: 50%;
    background: #314A66;
}

.top-social ul li a:hover {
    color: #fff;
    opacity: 1;
}

/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area {
    background: #fff;
}

.logo-bg {
    background: #1A1364;
    z-index: 10;
    margin-left: -66px;
    margin-right: 10px;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 1px 0;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav>li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000 !important;
    font-size: 12px;
    font-weight: 800;
    padding: 40px 0px;
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
    margin: 0px 5px;
}

.main-menu ul.navbar-nav li a:hover {
    color: #1a1364;
}

.main-menu ul.navbar-nav>li>a::before {
    background: #007bff;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
    left: 0px;
}

.main-menu ul.navbar-nav>li:hover>a:before,
.main-menu ul.navbar-nav>li.active>a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #007bff;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: inherit;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #007bff;
    border-top: 1px solid #f5f5f5;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
    border-radius: 5px;
    padding: 20px 10px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #007bff;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i,
.stick .header-search input {
    color: #666
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.header-right-link {
    float: right;
    width: 60px;
}

.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -40px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    border: 1px solid #f5f5f5;
}

.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}

.search-option button.button {
    background: #007bff;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}

.header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 30px 0px 31px 10px;
}

.header-right-link a.main-search:hover {
    color: #007bff;
}

/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 2px #ccc, -2px -2px 2px #ccc;
    background: #fff;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 1px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 27px 0px;
}

.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}

.header-area.stick .header-right-link a.main-search {
    padding: 18px 0px 18px 10px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #fff !important;
}

.header-area.stick .navbar-brand>img {
    display: block;
    width: 200px;
    height: auto;
}

.header-area.stick .logo-bg:after,
.header-area.stick .logo-bg:before {
    border-top: 76px solid transparent;
}

/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #00000000 none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525;
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 110%;
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

.mobile-menu-area .header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding: 0px 0px 0px 10px;
}

.mobile-menu-area .slice-btn {
    float: right;
    padding: 0px;
    right: 5px;
}

.mobile-menu-area .header-right-link {
    float: right;
    width: 60px;
    position: absolute;
    top: 12px;
    right: 0px;
}

.mean-container a.meanmenu-reveal {
    color: #252525;
    cursor: pointer;
    display: block;
    float: right;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
    font-size: 25px !important;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 8px 10px 11px;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 30px;
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 4px 0 0;
    position: relative;
    width: 85%;
    z-index: 999999;
}

.mobile-menu-area .header-right-link .slice-btn span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
}

.mobile-menu-area .search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -60px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}

/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
    height: 590px;
}

.intro-content::after {
    background: rgba(255, 255, 255, 0.20) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -160px;
}

.layer-1 h1 {
    color: #001033;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 0px 30px;
    max-width: 720px;
    font-weight: 900;
}

.ready-btn {
    border: 1px solid #007bff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17.5px;
    font-weight: 700;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #007bff;
    width: 160px;
    border-radius: 2px;
}

.ready-btn:hover {
    color: #fff;
    background: #1A1364;
    border: 1px solid #1A1364;
    text-decoration: none;
}

.layer-1 .color {
    color: #007bff;
    font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 52px;
    opacity: 0;
    border: 1px solid #007bff;
    background: #007bff;
    width: 54px;
    height: 54px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #1A1364;
    border: 1px solid #1A1364;
}

.intro-carousel .owl-item .layer-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}

.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3 {
    transform: translateY(0);
    opacity: 1;
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1);
    transition: 10s;
}

/*----------------------------------------*/
/*  4. Wellcome Services Area
/*----------------------------------------*/
.number {
    color: #001033;
    font-weight: 700;
    font-size: 40px;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
}

.well-services {
    padding: 40px 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    transition: 0.5s;
}

.well-services::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #024389 0%, #007bff 100%);;
    content: "";
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}

.well-services:hover .well-icon .number,
.welcome-area-2 .well-services:hover .well-icon a,
.well-services:hover .well-content h4 a {
    color: #fff;
}

.well-services:hover .well-content p {
    color: #ddd;
}

.services-column {
    margin-top: 30px;
}

.well-content h4 {
    font-size: 20px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
    line-height: 30px;
    text-transform: capitalize;
}

.well-content h4 a {
    color: #001033;
}

.well-services p {
    margin-bottom: 0px;
    letter-spacing: 0.60px;
}

.well-services:hover::after {
    opacity: 1;
    transition: 0.5s;
}

.well-content h4 a:hover {
    color: #007bff;
}

.well-icon {
    margin-bottom: 20px;
    display: block;
}

.well-icon a {
    font-size: 70px;
    line-height: 70px;
    color: #001033;
}

/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-content {
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.about-content h3 {
    line-height: 34px;
    text-transform: unset;
    font-size: 26px;
    position: relative;
    font-weight: 700;
    color: #001033;
}

.about-content p {
    font-size: 17px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 5px;
}

.about-details {
    overflow: hidden;
    display: block;
    /* padding-top: 10px; */
}

.about-list li {
    color: #000;
    padding-left: 25px;
    margin: 10px 0px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
}

.about-list li::after {
    /* position: absolute; */
    content: "";
    left: 5px;
    top: 10px;
    background: #007bff;
    width: 5px;
    height: 5px;
}

.about-image {
    margin-right: 100px;
    position: relative;
}

.about-image img {
    border-radius: 5px;
}

.ab-second-img {
    position: absolute;
    right: -50px;
    bottom: 40px;
    width: 50%;
    height: auto;
}

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70%;
    left: 30%;
    text-align: center;
    z-index: 999;
}

.video-play.vid-zone {
    background: #007bff;
    border-radius: 100%;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    width: 80PX;
    overflow: hidden;
    position: absolute;
    top: 68%;
    z-index: 999;
    right: 25px;
    margin: 0 auto;
    transition: 0.4s;
    margin-top: -35px;
}

.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}

.video-play.vid-zone:hover {
    background: #fff;
    color: #007bff;
    transition: 0.4s;
}

.video-play.vid-zone:hover i {
    color: #007bff;
}

/*----------------------------------------*/
/*  6. Services Area
/*----------------------------------------*/
.all-services {
    display: block;
}

.single-service {
    position: relative;
    border: 1px solid #ddd;
    padding: 30px 15px;
    margin-bottom: 30px;
    transition: 0.4s;
}

.services-area-2 .single-service {
    padding: 40px 20px;
}

.single-service:hover {
    border: 1px solid #1A1364;
    background: linear-gradient(180deg, #024389 0%, #007bff 100%);;
    transition: 0.4s;
}

.services-carousel .single-service {
    margin-bottom: 0px;
}

.service-content {
    text-align: center;
}

.service-icon {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.service-icon a {
    font-size: 80px;
    color: #001033;
    line-height: 80px;
}

.service-text h4 {
    font-weight: 600;
    font-size: 20px;
}

.service-text p {
    margin-bottom: 0px;
}

.single-service h4 {
    font-size: 20px;
    line-height: 28px;
}

.single-service h4 a {
    color: #444;
}

.single-service h4 a:hover {
    color: #007bff;
}

.services-carousel .center .single-service {
    border: 1px solid #1A1364;
    background: #1A1364;
    transition: 0.4s;
}

.services-carousel .center .single-service h4 a,
.services-carousel .center .single-service .service-icon a,
.single-service:hover .service-text h4 a,
.single-service:hover .service-icon a {
    color: #fff;
}

.services-carousel .center .single-service p,
.single-service:hover .service-text p {
    color: #ddd;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #007bff;
    width: 40px;
    height: 40px;
    background: #007bff;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #1A1364;
    border: 1px solid #1A1364;
}

/*--------------------------------*/
/*  8.Project Area
/*--------------------------------*/
.project-grid.project-content {
    margin-top: -15px;
}

.project-single {
    width: 50%;
    float: left;
}

.all-padding {
    padding: 15px;
}

.single-awesome-project {
    overflow: hidden;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.awesome-img>a {
    display: block;
    position: relative;
}

.awesome-img img {
    width: 60%;
    height: auto;
}

.add-actions {
    display: block;
    position: absolute;
    transition: all 0.4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 39%;
    top: 19%;
    background: #fff;
    width: 60%;
    height: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.project-dec {
    display: inline-block;
}

.project-dec h5 {
    color: #444;
    font-size: 18px;
    text-decoration: none;
}

.project-dec p {
    font-size: 17px;
}

.project-dec span {
    margin-bottom: 5px;
    color: #001033;
    display: block;
}

.awesome-menu {
    padding-top: 10px;
}

.single-awesome-project:hover .add-actions {
    top: 12%;
    transition: all 0.5s ease 0s;
}

.know-more-btn {
    color: #444 !important;
    font-size: 17.5px;
    font-weight: 700;
}

.know-more-btn:hover,
.project-dec h5:hover {
    color: #007bff !important;
}

/*--------------------------------*/
/* 8.Choose Area
/*--------------------------------*/
.choose-area {
    background-image: url(img/background/bg1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-wrapper {
    background: #fff;
    /* padding: 100px 30px 100px 105px; */
    padding: 60px 30px 50px 95px;
}

.choose-all {
    margin-top: -30px;
}

.single-choose {
    box-shadow: none;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    /* padding: 20px 10px; */
    padding: 10px 10px;
}

.choose-images {
    width: 60px;
    float: left;
    height: 60px;
    font-size: 26px;
    color: #fff;
    background: #007bff;
    margin-right: 15px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #007bff;
    border-radius: 50%;
}

.choose-all .choose-content {
    /* padding-left: 75px; */
    padding-left: 20px;
}

.choose-content p {
    margin-bottom: 0px;
}

.single-choose .choose-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.single-choose .choose-content h4 a {
    color: #444;
}

.single-choose .choose-content h4 a:hover {
    color: #007bff !important;
}

.single-choose:hover .choose-images {
    margin-top: 30px;
    color: #007bff;
    background: #fff;
    border: 1px solid #007bff;
}

/*----------------------------------------*/
/*  9. Client Area
/*----------------------------------------*/
.client-area {
    display: block;
    overflow: hidden;
}

.single-brand-item {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.single-brand-item a {
    display: block;
    text-align: center;
    padding: 0px 15px;
}

/*----------------------------------------*/
/*  10. Testimonials Area
/*----------------------------------------*/
.testimonial-area {
    position: relative;
}

.single-testi {
    margin: 20px 0px 40px;
}

.clients-text {
    padding: 50px 35px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);
    /* Premium shadow */
    border-radius: 15px;
    /* Modern rounded corners */
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* Center everything */
}

.Reviews-content .clients-text::after {
    position: absolute;
    left: 50%;
    /* Center the arrow */
    bottom: -28px;
    content: "";
    border-top: 30px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transform: translateX(-50%);
}

.testi-img {
    position: relative;
    margin-top: 50px;
}

.testi-img img {
    width: 100%;
    display: inline-block !important;
    max-width: 80px;
    height: auto;
    border-radius: 5px;
    margin-right: 20px;
}

.guest-details {
    display: block;
    /* change from inline-block */
    width: 100%;
    /* full width */
    text-align: right;
    /* right side ki */
    margin-top: 15px;
}

.Reviews-content {
    margin-bottom: 15px;
    margin-top: -15px;
}

.testi-text h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0px;
}

.testi-text p {
    margin-bottom: 0px;
}

.client-rating {
    margin-bottom: 10px;
}

.testi-text span a {
    color: #007bff;
}

.testi-text h5 {
    color: #455454;
    font-size: 20px;
}

.client-rating a {
    display: inline-block;
    color: #007bff;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -20px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #007bff;
    width: 30px;
    border-radius: 3px;
}

/*----------------------------------------*/
/*  11. Quote  Area
/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-default>.panel-heading {
    color: #666;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}

.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 15px 0px 45px;
}

.faq-details h4.check-title {
    color: #666;
    font-size: 17.5px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

.faq-details .panel-heading h4 a::before {
    color: #666;
    content: "\e881 ";
    /* font-family: konstract; */
    font-family: "Times New Roman", Times, serif !important;
    font-size: 17.5px;
    left: 0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}

.faq-details .panel-heading h4 a.active::before {
    color: #007bff;
    content: "\e882";
    /* font-family: konstract; */
    font-family: "Times New Roman", Times, serif !important;
    font-size: 17.5px;
    left: 0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}

.faq-details .panel-heading h4 a.active {
    color: #007bff;
}

.faq-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.faq-area .faq-content {
    background: #1A1364;
    padding: 10%;
    border-radius: 5px;
    border: 1px solid #1A1364;
}

.faq-area .contact-form input[type="text"],
.faq-area .contact-form input[type="email"] {
    border: 1px solid #1A1364;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.faq-content h4 {
    color: #fff;
    padding-bottom: 20px;
}

.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}

.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #007bff;
    display: inline-block;
    border: 1px solid #007bff;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 10px;
}

.faq-area .quote-btn:hover {
    background: transparent;
    color: #007bff;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  12. Blog Area
/*----------------------------------------*/
.blog-area {
    position: relative;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.blog-content {
    padding: 20px 0px 2px;
}

.blog-right-column {
    background: #1A1364;
    padding: 20px;
    margin-bottom: 30px;
}

.blog-right-column .blog-content {
    padding: 0px;
}

.blog-right-column .blog-content a h4,
.blog-right-column .blog-meta span {
    color: #ddd;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

.image-scale::after {
    position: absolute;
    content: "";
    background: rgba(6, 34, 65, 0.15) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin: 10px 0px;
}

.blog-meta span {
    color: #777;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

.single-blog:hover .image-scale::after {
    background: rgba(6, 34, 65, 0.10) none repeat scroll 0 0;
}

.blog-content a h4:hover {
    color: #007bff;
}

.single-blog {
    margin-bottom: 30px;
    overflow: hidden;
}

.read-more {
    color: #444;
    display: inline-block;
    font-weight: 700;
}

.blog-right-column .single-blog {
    padding: 15px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #444;
}

.blog-right-column .single-blog:last-child {
    border-bottom: none;
}

/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-1 {
    /* background: url(img/background/footer.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}

.footer-1 {
    position: relative;
    z-index: 1;
}

.footer-1::after {
    background: #007bff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-area {
    padding: 30px 0;
    /* padding-right: 100px; */
}

.footer-logo {
    /* margin-bottom: 15px; */
    margin-bottom: 0px;
}

.footer-head p {
    /* color: #ddd; */
    color: #fff;
    font-size: 18px;
}

.footer-head h4 {
    /* color: #ddd; */
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding-left: 35px;
}

.footer-services-link ul.footer-list {
    /* width: 50%; */
    width: 55%;
    float: left;
    /* padding-left: 35px; */
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.footer-icons ul li a:hover {
    color: #fff;
    background: #007bff;
    border: 1px solid #007bff;
}

.footer-icons {
    margin-top: 20px;
}

.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #ddd;
    font-size: 17px;
    line-height: 24px;
    padding: 11px 15px;
    height: 54px;
    border-radius: 1px;
    width: 100%;
    border: 1px solid #ccc;
}

.suscribe-input button {
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.suscribe-input button:hover {
    background: transparent;
    color: #007bff;
    transition: 0.4s;
}

.footer-contacts p span {
    color: #007bff;
    font-weight: 700;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #ddd;
    /* padding: 3px 0px 6px 20px; */
    padding: 3px 0px 6px 0px;
    display: block;
    position: relative;
    font-weight: 500;
}

.footer-list li:first-child a {
    padding-top: 0px;
}

.footer-list li:last-child a {
    padding-bottom: 0px;
}

.footer-list li a::after {
    /* position: absolute; */
    content: "";
    right: auto;
    top: 12px;
    width: 5px;
    height: 5px;
    left: 0;
    background: #ddd;
}

.footer-list li a:hover {
    color: #fff;
}

.footer-area-bottom {
    background: #007bff;
    /* padding: 5px 0; */
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #007bff;
}

.copyright-text a {
    color: #ddd;
}

.copyright>p {
    margin-bottom: 0;
    /* color: #ddd; */
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;

}

.copyright a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

/*----------------------------------------*/
/*  14. Home 2 Area
/*----------------------------------------*/
.intro-area-2 .intro-content {
    position: relative;
    z-index: 1;
}

.intro-area-2 .intro-content:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6, 34, 65, 0.50) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-2 {
    background: #1A1364;
}

.header-area-2 {
    background: rgba(26, 19, 100, 0.70) none repeat scroll 0 0;
    box-shadow: none;
}

.header-area-2 .main-menu ul.navbar-nav>li>a,
.header-area-2 .header-right-link a.main-search {
    color: #fff;
}

.header-area-2.stick {
    background: #1A1364;
}

.intro-area-2 .slider-content {
    margin-top: -70px;
}

.intro-area-2 .layer-1 h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    text-transform: capitalize;
    margin: 0px 0px 40px;
    max-width: 679px;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-area-2 .about-image::after {
    display: none;
}

.about-area-2 .about-image {
    border-radius: 5px;
}

.about-area-2 .about-content {
    background: #fff;
    padding: 30px 30px;
    margin: 0px;
    box-shadow: none;
}

.about-btn {
    display: inline-block;
    color: #fff;
    background: #007bff;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 17.5px;
    margin-top: 15px;
    border: 1px solid #007bff;
}

.about-btn:hover {
    background: #fff;
    color: #007bff;
    border: 1px solid #007bff;
}

/*----------------------------------------*/
/* 15.Counter Area
/*----------------------------------------*/
.counter-area {
    position: relative;
}

.fun-content {
    margin-top: 60px;
    overflow: hidden;
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.single-fun {
    width: 25%;
    float: left;
    padding-right: 15px;
}

.fun-icon {
    float: left;
}

.fun-icon i {
    font-size: 60px;
    line-height: 70px;
    color: #001033;
}

.fun_text {
    padding-left: 75px;
}

.fun_text span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
    color: #001033;
    margin: 5px 0px;
}

.fun_text>h5 {
    color: #777;
    font-size: 17.5px;
    font-weight: 600;
    margin-bottom: 0;
}

.project-2 .project-single {
    width: 100%;
    float: none;
    padding: 0px 15px;
}

.project-2 .add-actions {
    display: block;
    position: absolute;
    transition: all 0.4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #f5f5f5;
}

.single-awesome-project:hover .add-actions {
    top: 0%;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.choose-area-2 {
    background-image: url(img/background/bg2.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-area-2 .choose-wrapper {
    background: transparent;
    padding: 0px;
}

/*----------------------------------------*/
/*  16. team  Area
/*----------------------------------------*/
.team-img {
    position: relative;
}

.team-img>a {
    display: block;
}

.team-img>a::after {
    /* background: rgba(6, 34, 65, 0.70) none repeat scroll 0 0; */
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0;
    border-radius: 15px;
}

.single-team-member:hover .team-img a:after {
    opacity: 1;
}

.single-team-member:hover .team-social-icon {
    top: 45%;
    opacity: 1;
}

.team-social-icon {
    left: 50%;
    margin-left: -71px;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: 1.3s;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 39px;
    margin: 0 3px;
    width: 40px;
    text-align: center;
}

.team-social-icon ul li a:hover {
    color: #fff;
    border: 1px solid #007bff;
    background: #007bff;
}

.team-content {
    padding: 10px;
    position: relative;
    border: 1px solid #f5f5f5;
    text-align: center;
    border-top: none;
    z-index: 1;
}

.team-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    /* background: #1A1364; */
    background: #007bff;
    width: 0%;
    height: 100%;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
    border-radius: 15px;
}

.team-content>h4 {
    color: #444;
    margin-bottom: 5px;
    font-weight: 700;
    /* text-transform: uppercase; */
    /* font-size: 20px; */
    font-size: 22px;
    line-height:30px;
}

.team-content>p {
    color: #666;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 700;
}

.single-team-member:hover .team-content::before {
    opacity: 1;
    transition: 0.4s;
    width: 100%;
}

.single-team-member:hover .team-content>h4,
.single-team-member:hover .team-content>p {
    color: #fff;
}

.single-team-member {
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
}

.footer-2 {
    background: #1A1364;
}

.footer-2 .footer-area-bottom {
    background: #120c55;
}

/*----------------------------------------*/
/*  17. Home Area 3
/*----------------------------------------*/
.header-area-3 {
    background: transparent;
}

.header-area-3.stick {
    background: #1A1364;
}

.header-area-3 .main-menu ul.navbar-nav>li>a,
.header-area-3 .header-right-link a.main-search {
    color: #fff;
}

.intro-area-3 .layer-1 h1 {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    margin: 0px 0px 40px;
    max-width: 800px;
    font-weight: 700;
    letter-spacing: 1px;
}

.intro-area-3 .intro-content {
    position: relative;
    z-index: 1;
}

.intro-area-3 .intro-content:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6, 34, 65, 0.50) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.intro-area-3 .slider-content {
    margin-top: -90px;
}

.services-area-3 .single-service {
    position: relative;
    border: none;
    padding: 0px;
}

.services-area-3 .service-content {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #f5f5f5;
    border-top: none;
}

.footer-3 {
    background: #f9f9f9;
}

.footer-3 .footer-head h4,
.footer-3 .footer-list li a,
.footer-3 .footer-head p,
.footer-3 .footer-icons ul li a {
    color: #444;
}

.footer-3 .footer-list li a::after {
    background: #444;
}

.footer-3 .footer-list li a:hover {
    color: #007bff;
}

.footer-3 .footer-list li a::after:hover {
    background: #007bff;
}

/*----------------------------------------*/
/*  18. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
}

.page-area {
    background: url(website_images/gallery/ban-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; /* ← required */
}

/* Blue overlay only — text stays bright */
.page-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* #007bff with 0.5 opacity */
    z-index: 0;
}

/* Push text above the overlay */
.page-area * {
    position: relative;
    z-index: 1;
}

.breadcumb-overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0.24) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.breadcrumb {
    /* padding: 120px 0px; */
    padding: 90px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
}

.breadcrumb-bg {
    float: right;
    padding: 14px 0px;
}

.bread-inner {
    padding: 30px 0px;
}

.section-headline h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 5px;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
}

.section-headline {
    text-align: center;
    width: 100%;
    /* margin-top: 60px; */
    margin-bottom: 60px;
}

.breadcrumb .section-headline h2::after {
    display: none;
}

.breadcrumb ul li {
    display: inline-block;
    color: #000;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb ul li.home-bread {
    padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}

.breadcrumb .section-headline::after {
    display: none;
}

.testimonial-page-area .testimonial-text p {
    color: #001033;
    font-style: initial;
    font-size: 17.5px;
    letter-spacing: normal;
    line-height: 30px;
    padding: 0px;
    margin-bottom: 0px;
}

.testimonial-page-area .single-testimonial {
    border: 1px solid #f5f5f5;
    padding: 15px;
    margin-top: 30px;
}

.testimonial-page-area .testimonial-img img {
    height: auto;
    border-radius: 50%;
    max-width: 80px;
    text-align: center;
    margin-right: 20px;
    border: 3px solid #1A1364;
}

.testimonial-page-area .testimonial-img {
    margin-top: 20px;
}

/*--------------------------------*/
/* 19. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #001033;
}

.high-text {
    font-size: 230px;
    line-height: 200px;
    margin-bottom: 40px;
    color: #001033;
}

.error-bot {
    font-size: 22px;
    color: #666;
}

.error-btn {
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    font-size: 17px;
    padding: 14px 20px;
    transition: 0.4s;
    text-transform: capitalize;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.4s;
}

.error-btn:hover {
    background: #1A1364;
    border: 1px solid #1A1364;
    color: #fff;
    transition: 0.4s;
}

.high-text span {
    width: 200px;
    height: 200px;
}

/*----------------------------------------*/
/*  20.	Contact Us page
/*----------------------------------------*/
.map-area-top {
    padding-bottom: 0px;
}

.contact-details {
    display: block;
    overflow: hidden;
    padding: 40px;
    /* background: linear-gradient(341deg, #407ec0fc 0%, #1c184ed9 100%); */
    background: #007bff;
    border-radius: 20px;
    margin-right: 50px;
}

.contact-icon {
    margin-bottom: 30px;
}

.single-contact h5 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.single-contact a {
    display: block;
    margin-bottom: 10px;
}

.last-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.last-item h4 {
    padding-left: 0;
}

.last-item p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    /* color: #ddd; */
    color: #fff;
    /* font-size: 14px; */
    font-size: 18px;
    word-break: break-word;
}

.last-item p i {
    min-width: 18px;
    text-align: center;
    color: #007bff;
    font-size: 17px;
}

.single-contact a i {
    float: left;
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}

.contact-head {
    background: #f4f4f4;
    padding: 50px 30px;
}

.contact-head h4 {
    font-size: 28px;
}

.contact-head p {
    font-size: 17px;
}

.single-contact span {
    color: #000;
}

.project-share h5 {
    display: inline-block;
    font-size: 18px;
}

.project-social {
    display: inline-block;
}

.project-social li {
    display: inline-block;
    margin: 10px;
}

.project-social li a {
    color: #444;
    font-size: 18px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    border: 1px solid #000;
    border-radius: 0;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    border: 1px solid #000;
    border-radius: 0px;
    height: 270px;
    padding: 20px;
    width: 100%;
}

.contact-page .contact-btn {
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-top: 5px;
    padding: 13px 40px;
    transition: 0.4s;
    border-radius: 3px;
    width: auto;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
}

.contact-page .contact-btn:hover {
    background: #1A1364 none repeat scroll 0 0;
    border: 1px solid #1A1364;
    color: #fff;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  21. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 50px;
    background: transparent;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}

.blog-search-option button {
    background: transparent;
    border: none;
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}

.blog-search-option button i:hover {
    color: #007bff;
}

.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}

.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ccc;
}

.left-head-blog {
    border: 1px solid #f5f5f5;
    padding: 30px 20px;
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

.left-blog li {
    display: block;
}

.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 17px;
    padding: 10px 0px 10px 25px;
    text-transform: capitalize;
    position: relative;
}

.pst-content .date-type {
    font-size: 14px;
}

.left-blog ul li a:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 21px;
    background: #666;
    width: 5px;
    height: 5px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

.recent-single-post:last-child {
    border-bottom: none;
}

.post-img {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.pst-content {
    padding-left: 100px;
}

.pst-content p {
    margin-bottom: 0px;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
    color: #007bff;
}

.blog-page-area .blog-content {
    background: #f9f9f9;
}

.pst-content p a {
    color: #444;
    font-size: 17px;
    font-weight: 600;
}

.blog-tags {
    padding: 1px 0;
}

.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}

.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #444;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
}

.left-tags .left-side-tags ul li a:hover {
    color: #fff;
    background: #007bff;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
    margin-top: -30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}

.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    cursor: default;
    border-radius: 5px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 2px;
}

/*----------------------------------------*/
/*  22. Blog Details
/*----------------------------------------*/
.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;

}

.comments-list-img img {
    border-radius: 50%;
    border: 1px solid #444;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

blockquote {
    padding: 10px 20px 10px 50px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: none;
    font-style: italic;
    position: relative;
}

blockquote::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
}

blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #444;
    font-size: 20px;
    text-transform: uppercase;
}

.author-description h2 a {
    color: #444;
}

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}

.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 42px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: transparent;
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
    background: transparent;
}

.comments-content-wrap span a {
    color: #007bff;
}

.comments-content-wrap span a:hover {
    color: #007bff;
}

.comment-respond .add-btn.contact-btn {
    background: #007bff;
    color: #fff;
    display: block;
    font-size: 17.5px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #007bff;
    text-transform: capitalize;
    font-weight: 600;
}

.comment-respond .add-btn.contact-btn:hover {
    background: #1A1364;
    color: #fff;
    border: 1px solid #1A1364;
}

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments {
    margin-top: 30px;
}

.left-head-blog .pst-content p {
    margin-bottom: 5px;
}

.blog-details .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    font-weight: 600;
}

/*--------------------------------*/
/* 23.Project page area
/*--------------------------------*/
.project-page-area.project-2 .project-single {
    width: 50%;
    float: left;
    padding: 15px;
}

.project-2 .awesome-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.project-menu li {
    width: 140px;
    display: inline-block;
    margin: 0px 5px;
}

.project-menu li a {
    color: #444;
    display: block;
    font-size: 18px;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    font-weight: 800;
    letter-spacing: 1px;
    background: #f5f5f5;
}

.project-menu li a.active {
    background: #ffb01b;
    color: #fff;
    text-decoration: none;
}

.project-menu {
    margin: 0px auto 30px;
    overflow: hidden;
}

.project-menu li a:hover {
    text-decoration: none;
    background: #ffb01b;
    color: #fff;
}

.project-page-area.project-3 .project-single {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.project-page-area.project-4 .project-single {
    width: 25%;
    float: left;
    padding: 15px;
}

.project-details {
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}

.project-details p {
    margin-bottom: 0px;
}

.project-history {
    border: 1px solid #f5f5f5;
    padding: 30px 30px;
}

.project-name ul li {
    color: #444;
    font-weight: 600;
    font-size: 17.5px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
}

.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
}

.project-icon i {
    font-size: 30px;
    float: left;
    margin-right: 15px;
}

.single-project-inner {
    margin-top: 30px;
    border: 1px solid #f5f5f5;
    padding: 30px 20px 10px;
}

.project-wrapper {
    margin-top: -30px;
}

.project-text h4 {
    font-weight: 500;
}

.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
}

.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #007bff;
    width: 5px;
    height: 5px;
}

.project-2.related-project .project-single {
    width: 25%;
    float: left;
    padding: 15px 15px 0px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #007bff;
    border: 2px solid #007bff;
}

/*----------------------------------------*/
/* 24. Services Details
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}

.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu {
    border: 1px solid #f5f5f5;
    padding: 20px 20px;
}

.left-menu li {
    display: block;
    margin: 2px 0px
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    color: #007bff;
    position: relative;
}

.left-menu ul li a:hover {
    color: #007bff;
}

.left-menu ul li a {
    color: #007bff !important;
    display: block;
    font-size: 17.5px;
    font-weight: 600;
    padding: 13px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

.left-menu ul li a:hover::after,
.left-menu ul li.active a::after {
    position: absolute;
    left: -21px;
    top: 0px;
    background: #007bff;
    content: "";
    width: 2px;
    height: 100%;
}

.down-btn i {
    font-size: 24px;
    float: right;
}

.down-btn {
    border: 1px solid #f5f5f5;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    /* text-transform: uppercase; */
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #f5f5f5;
    width: 100%;
    position: relative;
    border-radius: 2px;
}

.down-btn.apli {
    margin-bottom: 0px;
}

.down-btn:hover {
    color: #fff;
    background: #007bff;
    border: 1px solid #007bff;
}

.single-well {
    margin-bottom: 40px;
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 15px;
}

.single-well.last-part p {
    margin-bottom: 0px;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #007bff;
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.single-services-page .marker-list li {
    color: #444;
}

.mar-row {
    margin-top: 50px;
}

.feature-service i {
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
    width: 44px;
    height: 44px;
    background: #007bff;
    border-radius: 2px;
    line-height: 42px;
}

.feature-service h5 {
    font-size: 17px;
    font-weight: 600;
    max-width: 260px;
    line-height: 25px;
}

.service-feature-inner {
    margin-top: 30px;
}

.clients-support {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #f5f5f5;
}

.support-text {
    position: relative;
    z-index: 1;
}

.support-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    background: rgba(26, 19, 100, 0.90) none repeat scroll 0 0;
    transition: 0.4s;
}

.support-text h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.support-text a {
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.support-text p {
    font-size: 17.5px;
    line-height: 26px;
    color: #ddd;
}

.support-text a i {
    display: inline-block;
    font-size: 30px;
    line-height: 23px;
    padding-right: 15px;
}

.support-img {
    overflow: hidden;
}

.support-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/



/* 
section our clients */
.brand-section {
    text-align: center;
    /* padding: 20px 20px; */
    padding: 40px 0px;
    /* background: #fff; */
    background: #cccccc33;
}

.brand-section h2 {
    font-size: 30px;
    /* color: #444; */
    color: #007bff;
    margin-bottom: 30px;
}

.brand-slider {
    overflow: hidden;
    position: relative;
}

.brand-track {
    display: flex;
    width: calc(250px * 12);
    /* total items */
    animation: scroll 20s linear infinite;
}

.brand-box {
    width: 220px;
    height: 120px;
    margin: 10px;
    background: #fff;
    border: 2px solid #0000002b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.brand-box img {
    max-width: 80%;
    max-height: 80%;
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Tablets */
@media (max-width: 991px) {
    .brand-box {
        width: 180px;
        height: 100px;
    }

    .brand-track {
        width: calc(200px * 12);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .brand-section h2 {
        font-size: 24px;
    }

    .brand-box {
        width: 140px;
        height: 80px;
        margin: 5px;
    }

    .brand-track {
        width: calc(160px * 12);
        animation: scroll 12s linear infinite;
    }
}





/* ===== HEADER FIX START ===== */

/* Transparent header */
.header-area {
    position: absolute !important;
    top: 0;
    width: 100%;
    /* background: transparent !important; */
    z-index: 9999;
}

/* Remove purple logo background */
.logo-bg {
    background: transparent !important;
}

/* Menu text white */
.header-area .main-menu ul.navbar-nav {
    display: flex;
    align-items: center;
}

.header-area .main-menu ul.navbar-nav>li {
    display: flex;
    align-items: center;
}

.header-area .main-menu ul.navbar-nav>li>a {
    color: #fff !important;
}

/* Sticky header (scroll ayyaka white) */
.header-area.stick {
    background: #007bff !important;
}

/* Sticky lo menu black */
.header-area.stick .main-menu ul.navbar-nav>li>a {
    color: #fff !important;
}

/* ===== HEADER FIX END ===== */




.phone-btn {
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.phone-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 28px;
    background-color: #fff;
    color: #007bff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
    line-height: 1;
}

.phone-btn a i {
    font-size: 14px;
}

/* hover effect */
.phone-btn a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

.navbar-nav>li.phone-btn>a {
    padding: 10px 18px !important;
}



















.about-section {
    padding: 60px 0;
    background: #f5f5f5;
}

/* MAIN FLEX */
.about-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
}

.section-title {
    flex: 1 1 100%;
    text-align: center;
    margin: 0 auto 30px;
    width: 100%;
}

/* LEFT SIDE */
.about-left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* RIGHT SIDE */
.about-right {
    width: 100%;
    order: 1;
}

.about-right img {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: cover;
    border-radius: 12px;
}

/* CARD STYLE */
.about-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border-left: 5px solid #007bff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* FULL WIDTH CARD */
.about-card.full {
    grid-column: span 2;
}

/* TEXT */
.about-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #222;
}

.about-card p {
    font-size: 14px;
    color: #666;
}

/* ICON */
.about-card h3 i {
    color: #007bff;
    margin-right: 8px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .about-flex {
        flex-direction: column;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .about-left {
        grid-template-columns: 1fr;
    }

    .about-card.full {
        grid-column: span 1;
    }
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .about-left {
        grid-template-columns: 1fr;
    }

    .about-card.full {
        grid-column: span 1;
    }

    .about-grid {
        flex-direction: column;
    }
}


/* CARD STYLE */
.services-section {
    padding: 70px 20px;
    background: #f8f9fb;
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
}

/* TOP TEXT */
.intro-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #555;
    font-size: 17.5px;
}

/* FLEX WRAPPER */
.services-wrapper {
    display: flex;
    gap: 30px;
}

/* BOX STYLE */
.service-box {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #007bff;
    transition: 0.3s;
}

/* HOVER */
.service-box:hover {
    transform: translateY(-6px);
}

/* HEADINGS */
.service-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #007bff;
    text-transform: uppercase;
}

/* LIST */
.service-box ul {
    padding-left: 18px;
}

.service-box ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

/* BOTTOM TEXT */
.bottom-text {
    margin-top: 40px;
    text-align: center;
    font-weight: 500;
    color: #333;
}

.service-box ul {
    list-style-type: disc;
    /* bullets kosam */
    padding-left: 20px;
    /* left spacing */
}

.service-box ul li {
    margin-bottom: 8px;
    /* gap between points */
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .services-wrapper {
        flex-direction: column;
    }
}

/* FULL WIDTH CARD */





.about-card {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    transition: 0.3s;
    border-left: 5px solid #007bff;
    /* side green/teal line */
}

/* Hover effect */
.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Full width card */
.about-card.full {
    grid-column: span 2;
}



/* HOVER SWAP EFFECT */
.dual-wrapper:hover .box-primary {
    background: #fff;
    color: #333;
}

.dual-wrapper:hover .box-secondary {
    background: linear-gradient(135deg, #0b5ed7, #003f88);
    color: #fff;
}

/* TEXT */
.dual-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.dual-box h4 {
    font-size: 17.5px;
    margin-bottom: 10px;
}

.dual-box ul {
    padding-left: 18px;
}

.dual-box ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

/* INNER GRID */
.dual-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}








.gallery-section {
    padding: 60px 0;
    text-align: center;
}

.gallery-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #000;
}

/* Filter Buttons */
.gallery-filters button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.gallery-filters button:hover {
    background: #007bff;
}

/* Active Button */
.gallery-filters button.active {
    background: #007bff;
}

/* Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}

/* Images */
.gallery-item {
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    transition: 0.3s;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.gallery-section {
    text-align: center;
}

/* Tablet */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-title {
        font-size: 24px;
    }

    .gallery-filters button {
        padding: 6px 10px;
        font-size: 14px;
    }
}

/* Small height adjust */
@media (max-width: 768px) {
    .gallery-item img {
        height: 180px;
    }
}

.gallery-item img {
    border: none !important;
    border-radius: 12px;
    padding: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gallery-item img:hover {
    transform: translateY(-8px) scale(1.03);
    /* Exact match with client-card */
    box-shadow: 0 4px 15px rgba(22, 18, 71, 1) !important;
    /* Brand-blue shadow match */
    z-index: 10;
    position: relative;
}

.company-block {
    padding: 80px 0;
    background: #ffff;
}

.layout {
    max-width: 1200px;
    margin: 0 auto;
}

.split-area {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Image Side */
.media-side {
    flex: 1;
}

.media-side img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

/* Content Side */
.content-side {
    flex: 1;
}

.label-text {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.label-text::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1d4ed8;
    position: absolute;
    left: 0;
    top: 6px;
}

.heading-text {
    font-size: 36px;
    color: #111827;
    margin-bottom: 20px;
}

.info-text {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Button */
.cta-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1d4ed8;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.arrow-box {
    background: #fff;
    color: #1d4ed8;
    padding: 5px 10px;
    border-radius: 6px;
}

.cta-link:hover {
    background: #163bb5;
}

/* Responsive */
@media (max-width: 992px) {
    .split-area {
        flex-direction: column;
    }

    .layout {
        padding: 0 20px;
    }
}

.faq-section {
    padding: 60px 0;
    background: #f5f5f5;
}

.faq-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.faq-left {
    flex: 1;
}

.faq-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.faq-item.active {
    border: 2px solid #007bff;
}

.faq-title {
    font-size: 18px;
    font-weight: 600;
}

.faq-title span {
    margin-right: 10px;
    color: #888;
}

.faq-item p {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

/* RIGHT IMAGE */
.faq-right {
    flex: 1;
}

.faq-right img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

/* hidden by default */
.faq-item p {
    display: none;
}

.faq-item.active {
    background: #0b2c5f;
    color: #fff;
    border: 2px solid #fff;
}

.faq-item.active p {
    color: #fff;
}


.faq-item.active p {
    display: block;
}

.faq-item.active .faq-title span {
    color: #fff;
}

/* default state */
.faq-title {
    color: #000;
    /* black */
}

/* active state */
.faq-item.active .faq-title {
    color: #fff;
    /* white */
}

.faq-title span {
    color: #000;
}

.faq-left h2 {
    color: #000;
}

@media (max-width: 768px) {
    .faq-wrapper {
        flex-direction: column;
    }

    .faq-left h2 {
        font-size: 28px;
    }

    .faq-right img {
        max-height: 300px;
    }
}










/* SECTION */
.top-features {
    padding: 20px;
    background: #f5f5f5;
}

/* ROW */
.features-row {
    display: flex;
    background: linear-gradient(341deg, #407ecf 0%, #1c184e 100%);
    border-radius: 12px;
    overflow: hidden;
}

/* EACH BOX */
.feature-box {
    flex: 1;
    display: flex;
    gap: 15px;
    padding: 20px;
    align-items: center;
    color: #fff;
    position: relative;
}

/* ICON */
.feature-box i {
    font-size: 26px;
    color: #ffb400;
    min-width: 40px;
}

/* TEXT */
.feature-box h4 {
    font-size: 17px;
    margin-bottom: 5px;
}

.feature-box p {
    font-size: 12px;
    color: #ddd;
}

/* DIVIDER LINE */
.feature-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

/* HOVER */
.feature-box:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .features-row {
        flex-wrap: wrap;
    }

    .feature-box {
        flex: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .feature-box::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .feature-box {
        flex: 100%;
    }
}


/* SECTION */
.services-advanced {
    padding: 35px 20px;
    background: #f7f8fa;
}

/* HEADING */
.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1c184e;
}

.feature-title-wrapper {
    margin-bottom: 60px;
}

.advanced-title {
    /* font-size: 24px; */
    font-size: 30px;
    font-weight: 800;
    color: #007bff;
    margin: 0;
    text-transform: uppercase;
    /* letter-spacing: 5px; */
    /* Increased for neat, premium alignment */
    display: inline-block;
    line-height: 1.4;
}

.title-underline {
    width: 120px;
    height: 3px;
    background: #007bff;
    /* Brand orange for contrast */
    margin: 20px auto 0;
    border-radius: 2px;
}

/* GRID */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.service-box {
    background: #fff;
    /* padding: 30px 25px; */
    padding: 20px 20px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-box .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    /* color: #1c184e; */
    color: #007bff;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.3s ease;
    margin-top: 5px;
    /* Neatly aligns with the first line of text */
}

/* TEXT */
.service-box .content {
    flex: 1;
}

.service-box h4 {
    /* font-size: 18px; */
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1c184e;
    line-height: 1.2;
}

.service-box p {
    /* font-size: 13.5px; */
    font-size: 17.5px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* NUMBER */
.service-box .number {
    position: absolute;
    top: 10px;
    right: 15px;
    /* background: #1c184e; */
    background: #007bff;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

/* HOVER */
.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* CARD HOVER */
.service-box {
    transition: all 0.4s ease;
}

/* main hover */
.service-box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    /* border-left: 4px solid #1c184e; */
    border-left: 4px solid #007bff;
}

/* ICON HOVER */
.service-box:hover .icon {
    /* background: #1c184e; */
    background: #007bff;
    color: #fff;
    transform: rotate(10deg) scale(1.1);
}

/* TITLE HOVER */
.service-box:hover h4 {
    color: #1c184e;
}

/* NUMBER BADGE HOVER */
.service-box:hover .number {
    /* background: #1c184e; */
    background: #007bff;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-section {
    padding: 60px 0;
    background: #f7f8fc;
    /* font-family: Arial, sans-serif; */
    font-family: "Times New Roman", Times, serif !important;
}


/* Left Content */
.left-content {
    flex: 1;
}

.subtitle {
    color: #007bff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.left-content h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.left-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    margin-bottom: 10px;
    color: #333;
}

/* Right Cards */
.right-cards {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card .icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.card h4 {
    margin-bottom: 8px;
    font-size: 18px;
    color: #1a1a1a;
}

.card p {
    font-size: 14px;
    color: #666;
}

/* Tablet View (768px and below) */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .left-content h2 {
        font-size: 24px;
    }

    .right-cards {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile View (576px and below) */
@media (max-width: 576px) {
    .service-section {
        padding: 40px 0;
    }

    .left-content h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .left-content p {
        font-size: 14px;
    }

    .service-list li {
        font-size: 14px;
    }

    .right-cards {
        grid-template-columns: 1fr;
        /* single column */
    }

    .card {
        padding: 15px;
    }

    .card h4 {
        font-size: 16px;
    }

    .card p {
        font-size: 13px;
    }
}




/* SECTION */
.healthcare-work {
    padding: 60px 20px;
    background: #f5f7fa;
}

.healthcare-work h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #1c184e;
}

/* MAIN GRID */
.gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    /* LEFT BIG + RIGHT SMALL */
    gap: 15px;
}

/* LEFT BIG IMAGE */
.big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

    /* 🔥 IMPORTANT HEIGHT */
    height: 350px;
}

/* RIGHT GRID */
.small-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* SMALL IMAGES */
.small-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

    /* 🔥 EACH SMALL IMAGE SIZE */
    height: 155px;
}

/* HOVER EFFECT */
.gallery img {
    transition: 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gallery {
        grid-template-columns: 1fr;
    }

    .big-img img {
        height: 250px;
    }

    .small-grid img {
        height: 120px;
    }
}

/* CTA SECTION */
.cta-section {
    background: url('website_images/background.jpg') no-repeat center/cover;
    height: 280px;
    position: relative;
    margin-bottom: 30px;
}

/* DARK BLUE OVERLAY */
.cta-overlay {
    background: linear-gradient(to right,
            rgba(10, 35, 80, 0.95) 40%,
            rgba(10, 35, 80, 0.7) 60%,
            rgba(10, 35, 80, 0.2) 100%);
    height: 100%;
    display: flex;
    align-items: center;
}

/* CONTENT */
.cta-content {
    color: #fff;
    max-width: 600px;
    padding-left: 60px;
}

.cta-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.cta-content p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #ddd;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 10px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.cta-btn i {
    margin-left: 6px;
}

/* HOVER */
.cta-btn:hover {
    background: #000;
    color: #000;
}

/* MOBILE */
@media(max-width:768px) {
    .cta-content {
        padding: 20px;
    }

    .cta-content h2 {
        font-size: 20px;
    }
}

/* FOOTER 2x2 ALIGNMENT FOR IPAD/TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    footer .footer-area .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    footer .footer-area .row>div {
        width: 100% !important;
        flex: 0 0 50% !important;
        max-width: 100% !important;
        margin-bottom: 40px !important;
        padding: 0 15px !important;
        min-height: auto !important;
    }

    /* Neatly space the columns */
    footer .footer-area .row>div:nth-child(odd) {
        padding-right: 25px !important;
    }

    footer .footer-area .row>div:nth-child(even) {
        padding-left: 25px !important;
    }
}

/* GLOBAL RESPONSIVE REFINEMENT */
html,
body {
    width: 100% !important;
    overflow-x: hidden !important;
}

header,
footer,
section,
.hero-area {
    width: 100% !important;
    max-width: 100% !important;
}

/* FOOTER BRANDING ALIGNMENT */
.logo-text {
    font-family: "Times New Roman", Times, serif !important;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
}

.footer-desc {
    text-align: justify;
    line-height: 1.6;
    margin-top: 15px;
    font-size: 14px;
}

.footer-head h4 {
    position: relative;
    display: inline-block;
    /* Ensure underline width matches text */
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.footer-head h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #007bff;
    width: 0;
    /* Start at 0 for animation */
    animation: footerLineGrow 1.2s ease-out forwards;
}

/* ==========================================================================
   20. MIGRATED STYLES (CLEANUP)
   ========================================================================== */

/* ABOUT PAGE STYLES */
.ab-flex-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 70px;
}

.ab-flex-col-img {
    flex: 0 0 45%;
}

.ab-flex-col-text {
    flex: 0 0 50%;
}

.ab-flex-col-img img {
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.about-inner h3 {
    font-size: 42px;
    color: #007bff;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}

/* Mobile Responsive for About Page */
@media (max-width: 991px) {
    .ab-flex-row {
        flex-direction: column !important;
        gap: 30px;
        margin-bottom: 50px;
    }

    .ab-flex-col-img,
    .ab-flex-col-text {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .about-inner h3 {
        font-size: 30px;
        margin-top: 10px;
    }
}

.about-inner p {
    font-size: 17.5px;
    color: #333;
    line-height: 1.8;
    /* margin-bottom: 30px; */
}

.about-list li {
    margin-bottom: 15px;
    font-size: 17.5px;
    color: #444;
    position: relative;
    /* padding-left: 35px; */
    padding-left: 15px;
    list-style: none;
    line-height: 1.5;
}

.about-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 18px;
}

/* SERVICE PAGE STYLES */
.all-services-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
}

.all-services-flex .col-md-4 {
    display: flex;
    margin-bottom: 30px;
}

.single-service {
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.single-service:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

.service-images {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}

.service-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.single-service:hover .service-images img {
    transform: scale(1.1);
}

.service-content {
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-text h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-text h4 a {
    color: #007bff;
    text-decoration: none;
}

.service-text p {
    color: #555;
    font-size: 17.5px;
    line-height: 1.6;
    margin-bottom: 25px !important;
    flex-grow: 1;
}

.read-more-btn {
    display: inline-block;
    align-self: center;
    padding: 10px 25px;
    /* background-color: #007bff; */
    background: #007bff;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    margin-top: auto;
}

.read-more-btn:hover {
    background-color: #007bff;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .service-images {
        height: 200px;
    }
}

/* CONTACT PAGE STYLES */
.contact-text {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    line-height: 1.5;
    vertical-align: top;
    /* font-size: 15px; */
    font-size: 20px;
}

.single-contact h5 {
    color: #007bff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-contact i {
    color: #fff;
    font-size: 18px;
    width: 25px;
}

.single-contact a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    text-decoration: none;
    color: #fff !important;
}

.contact-icon {
    background: #007bff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-btn {
    background: #007bff;
    color: #fff;
    padding: 12px 35px;
    border-radius: 5px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #007bff;
    transform: translateY(-3px);
}

.section-header h2 {
    font-size: 38px;
    color: #007bff;
    font-weight: 800;
    margin-bottom: 15px;
}

.sub-text {
    font-size: 17.5px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* FOOTER & FLOATING STYLES */
.floating-icons {
    position: fixed;
    right: 20px;
    /* bottom: 20px; */
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.floating-icons a {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    padding: 0;
}

.floating-icons a:hover {
    width: 200px;
    border-radius: 30px;
    justify-content: flex-start;
    padding-left: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.icon-text, .call-text {
    white-space: nowrap;
    margin-left: 0;
    opacity: 0;
    max-width: 0;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
}

.floating-icons a:hover .icon-text,
.floating-icons a:hover .call-text {
    opacity: 1;
    max-width: 150px;
    margin-left: 15px;
}

.download-btn {
    background: #007bff;
}

.custom-whatsapp-btn {
    background: #25D366;
}

.custom-email-btn {
    /* background: linear-gradient(45deg, #02a99f, #027c7a); */
    background: #007bff;
}

.floating-icons a:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}



@media (max-width: 600px) {
    .floating-icons {
        right: 15px;
        bottom: 60px;
    }

    .floating-icons a {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .footer-area .footer-content,
    .footer-area .footer-head,
    .footer-area h4,
    .footer-area .footer-section,
    .footer-area .footer-box,
    .footer-area .footer-title,
    .footer-area .footer-contacts {
        text-align: left !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .footer-area .footer-list,
    .footer-area .footer-links {
        padding-left: 0 !important;
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px;
    }

    .footer-area .footer-list li,
    .footer-area .footer-links li {
        padding-left: 0 !important;
        text-align: left !important;
        justify-content: flex-start !important;
        display: flex !important;
        width: 100% !important;
    }

    .footer-area .footer-contacts p {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }
}

/* HEADER & NAVIGATION STYLES (REINFORCED) */
#sticker,
.header-area {
    /* background: #007bff !important; */
    background: #007bff !important;
    width: 100% !important;
    z-index: 1000 !important;
    transition: all 0.3s ease !important;
}

#sticker {
    position: absolute !important;
    /* top: 20px !important; */
    left: 50% !important;
    transform: translateX(-50%) !important;
    /* width: 90% !important; */
    width: 100% !important;
    /* border-radius: 20px !important; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
}

.sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 0 !important;
}

.header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    /* padding: 10px 20px !important; */
    padding: 10px 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.logo-container {
    display: flex !important;
    align-items: center !important;
    /* gap: 12px !important; */
    gap: 5px !important;
    text-decoration: none !important;
}

.logo-white {
    /* height: 50px !important; */
    height: 70px !important;
    width: auto !important;
}

.logo-text {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    font-family: 'Times New Roman', serif !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

.site-nav {
    display: block !important;
}

.site-nav ul.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
}

.site-nav ul.navbar-nav li {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.submenu-toggle {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 8px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.site-nav ul.navbar-nav li a {
    color: #ffffff !important;
    text-decoration: none !important;
    /* font-size: 14px !important; */
    font-size: 23px !important;
    font-weight: 600 !important;
    padding: 10px 5px !important;
    display: block !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Submenu Default (Hidden) */
.site-nav .sub-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    /* Flush with parent */
    left: 0 !important;
    background: #007bff !important;
    /* min-width: 230px !important; */
    min-width: 300px !important;
    padding: 10px 0 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
    list-style: none !important;
    margin: 0 !important;
    /* Removed gap margin */
    z-index: 1001 !important;
}

/* Add a hover bridge to prevent menu from closing when moving mouse */
.site-nav li.has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    /* Invisible bridge */
    display: block;
}

.site-nav .sub-menu li a {
    padding: 10px 20px !important;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Hover Show Submenu (Desktop) */
@media (min-width: 992px) {
    .site-nav li:hover>.sub-menu {
        display: block !important;
    }
}

/* Hamburger Fix */
.hamburger {
    display: none !important;
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 24px !important;
    cursor: pointer !important;
}

/* Responsive Overrides (Tablet & Mobile) */
@media (max-width: 991px) {
    #sticker {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        border-radius: 0 !important;
        padding: 10px 15px !important;
        box-sizing: border-box !important;
    }

    /* NEAT ALIGNMENT FOR MOBILE LOGO */
    .logo-white {
        height: 60px !important;
    }

    .logo-text {
        font-size: 15px !important;
        white-space: normal !important;
        /* Safely wrap text onto two lines instead of cutting it off */
        max-width: 180px !important;
        /* Cap width to prevent hamburger overlap */
        line-height: 1.2 !important;
    }

    .hamburger {
        display: block !important;
        margin-left: auto !important;
        /* Ensure it sticks right naturally */
    }

    .site-nav {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background: #007bff !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding: 20px 0 !important;
        box-sizing: border-box !important;
        text-align: left !important;
        /* Left aligned container */
    }

    .site-nav.show {
        display: block !important;
    }

    .site-nav ul.navbar-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        /* Items to the left */
        gap: 5px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .site-nav ul.navbar-nav li {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .site-nav ul.navbar-nav li:last-child {
        border-bottom: none !important;
    }

    .site-nav ul.navbar-nav li.has-children {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    .site-nav ul.navbar-nav li a {
        padding: 15px 25px !important;
        width: auto !important;
        display: inline-block !important;
        color: #fff !important;
        font-weight: 500 !important;
    }

    .site-nav .sub-menu {
        position: static !important;
        width: 100% !important;
        background: rgba(0, 0, 0, 0.2) !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
        text-align: left !important;
        border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .site-nav .sub-menu li {
        margin-bottom: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    }

    .site-nav .sub-menu li a {
        padding: 12px 45px !important;
        /* Deeper indent for sub-menu */
        font-size: 14px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        display: block !important;
    }

    .site-nav .submenu-toggle {
        margin-left: 0 !important;
        margin-right: 25px !important;
    }

    .site-nav li.has-children.open>.sub-menu {
        display: block !important;
    }

    .phone-btn {
        padding: 20px 25px !important;
        width: 100% !important;
        display: flex !important;
        justify-content: flex-start !important;
    }
}

/* Phone Button Styling */
.phone-button {
    background: #007bff !important;
    color: #fff !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    margin-left: 10px !important;
    transition: 0.3s !important;
}

.phone-button:hover {
    background: #fff !important;
    color: #007bff !important;
}

/* HERO VIDEO SECTION STYLES - NEAT & PREMIUM */
.hero-video-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Premium cinematic height */
    min-height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Neatest way to fill container */
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gradient for better visibility and contrast */
    background: linear-gradient(to bottom, rgba(22, 18, 71, 0.45) 0%, rgb(0 0 0 / 27%) 30%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    max-width: 850px;
    animation: fadeInUp 1.2s ease-out;
    padding-top: 100px;
}

.hero-content h1 {
    /* font-size: 64px !important; */
    font-size: 50px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    /* letter-spacing: 3px !important; */
    line-height: 1.3 !important;
    margin-bottom: 25px !important;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
}

.hero-content p {
    font-size: 22px !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    max-width: 800px;
    margin: 0 auto !important;
}

/* RESPONSIVE REFINEMENTS */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 48px !important;
    }
}

@media (max-width: 768px) {
    .hero-video-section {
        height: 100vh !important; /* Fill the entire mobile screen */
        height: 100svh !important; /* Modern: accounts for mobile browser chrome */
        min-height: 400px !important;
    }

    .hero-content {
        padding: 0 15px !important;
    }

    .hero-content h1 {
        font-size: 32px !important;
        letter-spacing: 1px !important;
    }

    .hero-content p {
        font-size: 16px !important;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* INDEX PAGE MIGRATED STYLES */
.pro-services {
    /* background: #f9f9f9; */
    background: #cccccc33;
    padding: 50px 0px;
}

.pro-container {
    max-width: 1200px;
    margin: auto;
}

.svc-header {
    /* margin-bottom: 50px; */
    margin-bottom: 20px;
    text-align: center;
}

.svc-header h2 {
    font-weight: 700;
    /* margin-bottom: 10px; */
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.svc-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    /* background: #007bff; */
    /* background: #007bff; */
}

.pro-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 5px;
    scroll-snap-type: x mandatory;
    /* Native smooth swiping */
    -ms-overflow-style: none;
    /* Hide scrollbar IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.pro-slider::-webkit-scrollbar {
    display: none;
}

.pro-card {
    width: calc(100% / 3 - 17px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 1px solid #eee;
    scroll-snap-align: start;
    /* Ensures cards fully align on small screens */
}

.pro-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.pro-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.5s;
}

.pro-card:hover img {
    transform: scale(1.05);
}

.pro-content {
    padding: 30px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.pro-content h3 {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 10px;
    /* font-weight: 600; */
    font-weight: 700;
}

.pro-content p {
    /* font-size: 15px; */
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    flex-grow: 1;
}

.pro-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.pro-nav button {
    background: #fff;
    color: #007bff;
    border: 2px solid #007bff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

.pro-nav button:hover {
    background: #007bff;
    color: #fff;
}

/* RESPONSIVE MEDIA QUERIES FOR SERVICES SLIDER */
@media (max-width: 991px) {
    .pro-card {
        width: calc(100% / 2 - 12.5px);
        /* Show 2 cards */
    }
}

@media (max-width: 767px) {
    .pro-card {
        width: 100%;
        /* Show 1 card full width on mobile */
    }

    .svc-header h2 {
        font-size: 28px;
    }
}

.why-section {
    /* padding: 80px 20px; */
    padding: 50px 0px;
    /* background: #f5f5f5; */
    text-align: center;
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.why-box {
    flex: 0 0 calc(33.333% - 17px);
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    text-align: center;
}

/* TABLET ALIGNMENT (iPad, Nest Hub, etc) */
@media (max-width: 1024px) {
    .why-box {
        flex: 0 0 calc(50% - 13px);
    }
}

/* MOBILE ALIGNMENT - FIT TO FULL SCREEN */
@media (max-width: 767px) {
    .why-section {
        padding: 50px 0 !important; /* Remove side padding */
    }

    .why-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
    }

    .why-grid {
        gap: 15px !important;
        padding: 0 !important;
    }

    .why-box {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 8px !important;
    }
}


.why-box i {
    font-size: 35px;
    color: #007bff;
    margin-bottom: 15px;
    transition: 0.3s;
}

.why-box h3 {
    color: #007bff;
    font-weight: 700;
    margin-bottom: 15px;
    transition: 0.3s;
}

.why-box p {
    color: #555;
    line-height: 1.6;
    transition: 0.3s;
}

.why-box:hover {
    background: linear-gradient(180deg, #024389 0%, #007bff 100%);
    color: #fff;
    transform: translateY(-8px);
}

.why-box:hover i,
.why-box:hover h3,
.why-box:hover p {
    color: #fff !important;
}

.portfolio {
    /* padding: 80px 20px; */
    padding: 50px 0px;
    /* background: #fdfdfd; */
    background: #cccccc33;
    text-align: center;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    background: #fff;
}

/* Hover Shadow requests by user */
.item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tall {
    grid-row: span 2;
}

/* Restored .portfolio-box layout */
.portfolio-box {
    border: 2px dashed #007bff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

.portfolio-box:hover {
    background: #007bff;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.portfolio-box:hover h3,
.portfolio-box:hover p {
    color: #fff;
}

.portfolio-box h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #007bff;
}

.portfolio-box p {
    margin-bottom: 25px;
    font-size: 17.5px;
    color: #555;
}

.portfolio-box .btn {
    display: inline-block;
    padding: 12px 30px;
    /* background: #FDA12B; */
    background: #007bff;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.portfolio-box .btn:hover {
    background: #fff;
    color: #007bff;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
    color: #fff;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.item:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.item:hover img {
    transform: scale(1.1);
}

/* TABLET GRIDS & ALIGNMENT */
@media (max-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tall {
        grid-row: span 1;
        /* Reset the tall effect so grids stay neat */
    }

    .portfolio-box {
        grid-column: span 2;
        /* Stretch the final box elegantly across the 2 columns */
    }
}

/* MOBILE GRIDS & ALIGNMENT */
@media (max-width: 767px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-box {
        grid-column: span 1;
        /* Reset back to 1 column for strict vertical stacking */
    }
}

/* ABOUT SECTION STYLES (INDEX.PHP) */
.about-sec {
    /* padding: 80px 20px; */
    padding: 50px 0px;
    background: #ffffff;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-row {
    display: flex;
    align-items: center;
    /* Neat vertical alignment */
    justify-content: space-between;
    gap: 50px;
}

.about-col {
    flex: 1;
}

/* 50/50 split on desktop */
.about-col:first-child {
    /* flex: 0 0 45%; */
    flex: 0 0 48%;
}

.about-col:last-child {
    /* flex: 0 0 50%; */
    flex: 0 0 52%;
}

.about-col img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-col img:hover {
    transform: scale(1.02);
}

.section-title-left {
    /* font-size: 40px; */
    font-size: 25px;
    color: #007bff;
    /* font-weight: 800; */
    font-weight: normal;
    /* margin-bottom: 5px; */
    margin-bottom: -10px;
    text-align: left;
}

.section-subtitle-left {
    /* font-size: 20px; */
    font-size: 25px;
    color: #007bff;
    margin-top: 10px;
    font-weight: 650;
    /* margin-bottom: 25px; */
    margin-bottom: 10px;
    /* letter-spacing: 1px; */
    text-align: left;
    line-height: 1.3;
}

.section-text-justify {
    /* font-size: 16px; */
    font-size: 17.5px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

.about-col .read-more-btn {
    display: inline-block;
    padding: 12px 35px;
    /* background: #007bff; */
    background: #007bff;
    color: #fff !important;
    text-transform: none !important;
    /* Explicitly disable uppercase */
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    /* margin-top: 15px; */
    margin-top: 5px;
    border: 2px solid #007bff;
    font-size: 20px;
}

.about-col .read-more-btn:hover {
    background: #007bff;
    border-color: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(253, 161, 43, 0.4);
}

/* RESPONSIVE MEDIA QUERIES FOR ABOUT US */

/* Tablet Screens */
@media (max-width: 991px) {
    .about-sec {
        padding: 60px 20px;
    }

    .about-row {
        gap: 30px;
    }

    .about-col:first-child {
        flex: 0 0 50%;
    }

    .about-col:last-child {
        flex: 0 0 45%;
    }

    .section-title-left {
        font-size: 32px;
    }

    .section-subtitle-left {
        font-size: 18px;
    }
}

/* Mobile Screens */
@media (max-width: 767px) {
    .about-sec {
        padding: 50px 15px;
    }

    .about-row {
        flex-direction: column;
        /* Stack image on top, text below */
        gap: 30px;
    }

    .about-col:first-child,
    .about-col:last-child {
        flex: 0 0 100%;
        width: 100%;
    }

    .section-title-left {
        font-size: 28px;
        text-align: center;
    }

    .section-subtitle-left {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .section-text-justify {
        text-align: left;
        /* Better readability on mobile */
        font-size: 17px;
    }

    .about-col .read-more-btn {
        display: table;
        margin: 20px auto 0;
        /* Center button on mobile */
    }
}

/* CLIENT TESTIMONIALS FIX */
.reviews-area {
    /* padding: 80px 20px; */
    padding: 50px 0px;
    background: #fdfdfd;
}

.center-headline h2 {
    text-align: center;
    font-size: 38px;
    color: #007bff;
    margin-bottom: 50px;
    font-weight: 800;
}

/* Enforcing slider bounds & native scroll fallback */
.testimonial-carousel {
    margin: 0 auto;
    max-width: 1200px;
}

/* Ensure Owl Carousel items flex correctly if it's running */
.testimonial-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.testimonial-carousel .owl-item {
    padding: 15px;
    /* Ensures drop shadow isn't clipped by hidden overflow */
}

.single-testi {
    background: #fff;
    border-radius: 10px !important;
    /* Matched with Why Choose Us */
    padding: 40px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    transition: 0.4s ease;
    border: 1px solid #f0f0f0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.single-testi:hover {
    transform: translateY(-8px);
    background: linear-gradient(180deg, #024389 0%, #007bff 100%); !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

/* Hover effects for internal text elements to match Why Choose Us */
.single-testi:hover p,
.single-testi:hover h4,
.single-testi:hover span,
.single-testi:hover a,
.single-testi:hover i {
    color: #fff !important;
}

.single-testi:hover .guest-details {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* OVERRIDE ALL LEGACY LAYERING */
.Reviews-content .clients-text,
.clients-text {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    border-radius: 0 !important;
}

.Reviews-content .clients-text::after,
.Reviews-content .clients-text::before,
.clients-text::after,
.clients-text::before {
    display: none !important;
    /* Force remove all legacy speech bubble layers */
}

.client-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    color: #007bff;
    font-size: 16px;
    margin-bottom: 25px;
}

.clients-text p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-top: 0;
    /* margin-bottom: 30px; */
    margin-bottom: 0px;
    text-align: center !important;
    /* Ensure centered alignment */
    flex-grow: 1;
}

.guest-details {
    text-align: center !important;
    /* Centered alignment for square look */
    margin-top: auto;
    border-top: 1px solid #f5f5f5;
    /* padding-top: 20px; */
    padding-top: 5px;
}

.guest-details h4 {
    font-size: 18px;
    color: #007bff;
    font-weight: 700;
    margin-bottom: 5px;
}

.guest-rev a {
    color: #007bff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    opacity: 0.8;
}

/* TESTIMONIAL RESPONSIVE */
@media (max-width: 767px) {
    .single-testi {
        padding: 30px 20px;
    }

    .center-headline h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

/* FOOTER CONTACT ICONS VISIBILITY FIX */
.footer-area .footer-head i,
.footer-area .footer-list i,
.footer-area .footer-contacts i {
    color: #ffffff !important;
    margin-right: 10px !important;
}

/* Ensure no floating buttons are overridden */
.floating-icons i {
    margin-right: 0 !important;
}

/* GLOBAL FOOTER ALIGNMENT FIX */
.footer-area .footer-head h4,
.footer-area .footer-title h4 {
    text-align: left !important;
    padding-left: 0 !important;
    /* Removed 35px indent for neat alignment */
    /* margin-bottom: 20px !important; */
    margin-bottom: 15px !important;
}

.footer-area .footer-list,
.footer-area .footer-links {
    text-align: left !important;
    /* padding-left: 15px !important; */
    /* Adjusted for better alignment of bullets */
    list-style-position: outside;
}

.footer-area .footer-desc {
    text-align: left !important;
    padding-left: 0 !important;
    /* Align flush with logo icon */
    margin-top: 0 !important;
}

.footer-area .footer-list li,
.footer-area .footer-links li {
    text-align: left !important;
    margin-bottom: 10px;
    /* Reduced from 15px */
    line-height: 1.4;
}

.footer-area .footer-list li a,
.footer-area .footer-links li a {
    display: inline-block;
    text-align: left !important;
    font-size: 18px;
}

/* ==========================================================================
   MASTER FOOTER ALIGNMENT GRID (Responsive for All Screens)
   ========================================================================== */

/* ==========================================================================
   MASTER FOOTER ALIGNMENT GRID (Responsive for All Screens)
   ========================================================================== */

/* Logo and Header Box */
.footer-box {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    /* margin-bottom: 5px !important; */
    /* Reduced gap between logo and description */
}

.footer-logo {
    /* width: 50px !important; */
    width: 280px !important;
    height: auto !important;
}

.logo-text {
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 23px !important;
    /* Slightly smaller to fit better */
    line-height: 1.2 !important;
    font-family: Bell MT;
}



/* ABOUT PAGE (ABOUT.PHP) CUSTOM STYLES */
.about-area-2 {
    /* padding: 100px 0 !important; */
    padding: 50px 0 !important;
}

.ab-flex-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.ab-flex-col-img {
    /* flex: 0 0 calc(50% - 30px) !important; */
    flex: 0 0 calc(45% - 30px) !important;
}

.ab-flex-col-img img {
    width: 100% !important;
    height: 480px !important;
    /* Constrained to match text height */
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
    object-fit: cover !important;
    /* Ensures no distortion */
}

.ab-flex-col-text {
    /* flex: 0 0 calc(50% - 30px) !important; */
    flex: 0 0 calc(55% - 10px) !important;
}

.about-inner h3 {
    font-size: 44px !important;
    color: #007bff !important;
    font-weight: 800 !important;
    /* margin-bottom: 25px !important; */
    margin-bottom: 5px !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.about-inner p {
    /* font-size: 16px !important; */
    font-size: 17.5px !important;
    line-height: 1.8 !important;
    color: #555 !important;
    /* margin-bottom: 30px !important; */
    text-align: justify !important;
}

.about-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.about-list li {
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 15px !important;
    /* font-size: 16px !important; */
    font-size: 14px !important;
    color: #444 !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-align: left !important;
    text-transform: uppercase;
}

/* Custom Checkmark Icons */
.about-list li::before {
    content: "\f00c" !important;
    font-family: "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    color: #007bff !important;
    font-size: 18px !important;
}

/* Responsive Overrides for About Page */
@media (max-width: 991px) {
    .ab-flex-row {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .ab-flex-col-img,
    .ab-flex-col-text {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .about-inner h3 {
        font-size: 32px !important;
        text-align: center !important;
    }

    .about-inner p {
        text-align: justify !important;
    }

    .ab-flex-col-img img {
        height: auto !important;
        /* Reset height for mobile stacking */
    }

    /* SERVICES PAGE (SERVICE.PHP) ENHANCEMENTS */
    .all-services-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .all-services-flex .single-service {
        background: #fff;
        border: 1px solid #f0f0f0 !important;
        border-radius: 12px !important;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        height: 100%;
        margin-bottom: 30px;
        padding: 0 !important;
        /* Reset padding to use internal spacing */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
        display: flex;
        flex-direction: column;
    }

    .all-services-flex .single-service:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
        background: #fff !important;
        /* Maintain white background on hover for clarity */
    }

    .all-services-flex .service-images img {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover !important;
    }

    .all-services-flex .service-text {
        padding: 30px 25px;
        display: flex;
        flex-direction: column;
        height: 100%;
        text-align: left;
    }

    .all-services-flex .service-text h4 a {
        color: #007bff !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        margin-bottom: 15px !important;
        display: block !important;
    }

    .all-services-flex .service-text p {
        font-size: 15px !important;
        color: #666 !important;
        line-height: 1.6 !important;
        margin-bottom: 25px !important;
        text-align: left !important;
        /* Force 3 lines for neat alignment */
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        min-height: 72px !important;
        /* Approx 3 lines (24px line-height * 3) */
    }

    .all-services-flex .read-more-btn {
        display: inline-block !important;
        padding: 10px 25px !important;
        background: #007bff !important;
        color: #fff !important;
        border-radius: 5px !important;
        text-decoration: none !important;
        font-weight: 600 !important;
        transition: 0.3s !important;
        margin: 20px 0 0 !important;
    }

    .all-services-flex .read-more-btn:hover {
        background: #007bff !important;
        transform: scale(1.05) !important;
    }
}

/* SERVICE DETAIL PAGES (INFRASTRUCTURE, PHARMA, ETC) */
.service-section {
    /* padding: 100px 0 !important; */
    padding: 70px 0 !important;
    background: #fff;
}

.service-section h2 {
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
    text-align: left !important;
    color: #007bff !important;
}

.service-section p {
    /* font-size: 16px !important; */
    font-size: 17.5px !important;
    line-height: 1.8 !important;
    color: #555 !important;
    margin-bottom: 35px !important;
    text-align: left !important;
    /* Forces neat left alignment */
    max-width: 95%;
}

.service-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
}

.service-list li {
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    color: #444 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

.service-list li::before {
    content: "\f00c" !important;
    font-family: "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    color: #007bff !important;
    font-size: 18px !important;
}

.service-section img {
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
    height: 500px !important;
    object-fit: fill !important;
}

@media (max-width: 991px) {

    .service-section h2,
    .service-section p,
    .service-section h4 {
        /* text-align: justify !important; */
        text-align: left !important;
    }

    .service-list li {
        text-align: left !important;
        /* margin-left: auto; */
        margin-right: auto;
        max-width: fit-content;
    }

    .service-section img {
        height: auto !important;
        margin-top: 40px;
    }
}

/* CONTACT PAGE (CONTACT.PHP) MODERN STYLES */
.contact-page {
    padding: 100px 0 !important;
    background: #fdfdfd;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-page .contact-icon {
    background: #fff !important;
    /* padding: 35px !important; */
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f0f0f0 !important;
    border-left: 5px solid #007bff !important;
    /* Brand indicator */
    margin-bottom: 0 !important;
    transition: 0.3s;
}

.contact-page .contact-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
}

.contact-page .single-contact h5 {
    font-size: 22px !important;
    color: #007bff !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
    text-align: center !important;
}

.contact-page .single-contact a {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
    text-decoration: none !important;
    color: #444 !important;
    font-size: 20px !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

.contact-page .single-contact a span,
.contact-page .contact-text {
    display: inline !important;
    text-align: left !important;
    flex: 1 !important;
}

.contact-page .single-contact a i {
    color: #007bff !important;
    font-size: 18px !important;
    margin-top: 3px;
    flex-shrink: 0 !important;
    width: 20px;
    text-align: center;
}

.contact-page .single-contact a:hover {
    color: #007bff !important;
}

/* FORM STYLES */
.contact-page .contact-form {
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.contact-page .form-control {
    display: block !important;
    width: 100% !important;
    height: 55px !important;
    border-radius: 4px !important;
    border: 2px solid #007bff !important;
    /* Thick dark border */
    padding: 10px 20px !important;
    box-shadow: none !important;
    margin-bottom: 25px !important;
    font-size: 15px !important;
    transition: 0.3s;
    background: #fff !important;
    color: #444 !important;
}

.contact-page .form-control:focus {
    border-color: #007bff !important;
    background: #fff !important;
    outline: none !important;
}

.contact-page textarea.form-control {
    height: 150px !important;
    resize: none !important;
}

.contact-btn {
    background: #007bff !important;
    color: #fff !important;
    padding: 15px 50px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    transition: 0.3s !important;
    margin-top: 10px !important;
    width: auto;
}

.contact-btn:hover {
    background: #007bff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .contact-page {
        padding: 60px 20px !important;
    }

    .contact-page .contact-form {
        margin-top: 50px;
        padding: 25px;
    }

    .contact-page h2 {
        font-size: 28px !important;
    }
}

/* Heading icon animation */
.link-icon {
    margin-right: 8px;
    color: #00c3ff;
    animation: bounce 1.5s infinite;
}

/* Hover animation for list icons */
.footer-list li i {
    margin-right: 8px;
    transition: all 0.3s ease;
    color: #00c3ff;
}

.footer-list li:hover i {
    transform: translateX(5px) scale(1.2);
    color: #fff;
}

/* Link hover */
.footer-list li a {
    color: #fff;
    transition: 0.3s;
}

.footer-list li a:hover {
    color: #fff;
}

/* Bounce animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Heading icon animation */
.service-icon {
    margin-right: 8px;
    color: #00c3ff;
    animation: pulse 1.5s infinite;
}

/* List icons */
.footer-list li i {
    margin-right: 8px;
    color: #00c3ff;
    transition: all 0.3s ease;
}

/* Hover animation */
.footer-list li:hover i {
    transform: translateX(6px) scale(1.2);
    color: #ffffff;
}

.footer-list li a {
    /* color: #ccc; */
    color: #fff;
    transition: 0.3s;
}

.footer-list li a:hover {
    color: #fff;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}
@media (max-width: 480px) {

    /* FULL WIDTH FIX (MAIN ISSUE) */
    .service-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* STACK CONTENT */
    .service-section .row {
        display: flex;
        flex-direction: column;
    }

    /* TEXT SECTION */
    .service-section .col-lg-7 {
        width: 100%;
    }

    .service-section h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .service-section p {
        font-size: 14px;
        line-height: 1.6;
    }

    .service-list li {
        font-size: 14px;
        margin-bottom: 8px;
    }

    /* IMAGE FIX */
    .service-section .col-lg-5 {
        width: 100%;
        margin-top: 20px;
    }

    .service-section img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
        border-radius: 15px;
    }

}
@media (max-width: 1200px) and (max-height: 700px) {

    /* Section alignment */
    .service-section .row {
        display: flex;
        align-items: center;
    }

    /* Fix image */
    .service-section img {
        width: 100%;
        height: 320px;           /* control height */
        object-fit: cover;       /* prevents stretching */
        border-radius: 20px;
    }

    /* Reduce spacing */
    .service-section h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .service-section p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Reduce list spacing */
    .service-list li {
        margin-bottom: 6px;
        font-size: 14px;
    }

}
@media (max-width: 1024px) and (max-height: 600px) {

    /* FULL WIDTH FIX */
    .service-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* STACK CONTENT (VERY IMPORTANT) */
    .service-section .row {
        display: flex;
        flex-direction: column;
    }

    /* TEXT FULL WIDTH */
    .service-section .col-lg-7 {
        width: 100%;
        max-width: 100%;
    }

    /* IMAGE BELOW CONTENT */
    .service-section .col-lg-5 {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    /* IMAGE FIX */
    .service-section img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 15px;
    }

    /* TYPOGRAPHY ADJUSTMENT */
    .service-section h2 {
        font-size: 24px;
    }

    .service-section p {
        font-size: 14px;
        line-height: 1.6;
    }

    .service-list li {
        font-size: 14px;
        margin-bottom: 6px;
    }

}
@media (max-width: 480px) {

    /* FULL WIDTH */
    .gallery-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* TITLE */
    .gallery-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
    }

    /* FILTER BUTTONS */
    .gallery-filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .gallery-filters button {
        font-size: 12px;
        padding: 6px 10px;
    }

    /* GRID FIX (IMPORTANT) */
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 images per row */
        gap: 10px;
        margin-top: 15px;
    }

    /* IMAGE FIX */
    .gallery-item img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        border-radius: 10px;
    }

}
@media (max-width: 480px) {

    /* FULL WIDTH */
    .portfolio .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* TITLE */
    .portfolio h2 {
        font-size: 22px;
        text-align: center;
    }

    .portfolio .subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    /* GRID FIX (IMPORTANT) */
    .portfolio-grid {
        display: grid;
        grid-template-columns: 1fr; /* 1 per row */
        gap: 12px;
    }

    /* REMOVE TALL ISSUE */
    .portfolio-grid .tall {
        grid-row: auto !important;
    }

    /* IMAGE FIX */
    .portfolio-grid .item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 12px;
    }

    /* OVERLAY TEXT */
    .portfolio-grid .overlay p {
        font-size: 14px;
    }

    /* LAST BOX FIX */
    .portfolio-box {
        text-align: center;
        padding: 20px;
    }

}
@media (max-width: 480px) {

    /* FULL WIDTH */
    .reviews-area .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* FORCE SINGLE ITEM */
    .testimonial-carousel {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
    }

    /* EACH SLIDE */
    .single-testi {
        min-width: 100%;
        flex: 0 0 100%;
        scroll-snap-align: center;
    }

    /* CARD STYLE */
    .clients-text {
        padding: 20px;
        border-radius: 12px;
    }

    /* TEXT */
    .clients-text p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* TITLE */
    .center-headline h2 {
        font-size: 22px;
    }

}
@media (max-width: 991px) {

    /* FULL WIDTH */
    .service-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* REVERSE ORDER */
    .service-section .row {
        display: flex;
        flex-direction: column-reverse; /* 🔥 IMPORTANT */
    }

    /* IMAGE FIRST */
    .service-section .col-lg-5 {
        width: 100%;
        margin-bottom: 20px;
    }

    /* CONTENT BELOW */
    .service-section .col-lg-7 {
        width: 100%;
    }

    /* IMAGE FIX */
    .service-section img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 15px;
    }

    /* TEXT ADJUST */
    .service-section h2 {
        font-size: 24px;
    }

    .service-section p {
        font-size: 14px;
        line-height: 1.6;
    }

    .service-list li {
        font-size: 14px;
        margin-bottom: 6px;
    }

}
@media (min-width: 1024px) and (max-width: 1400px) {

    /* ===== FOOTER COMPACT LAYOUT FOR 1366x768 ===== */

    /* Full-width container with minimal side padding */
    .footer-1 .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    /* Flexbox row with controlled gap instead of space-between */
    .footer-area {
        padding: 20px 0 !important;
    }

    .footer-area .row {
        display: flex !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 0 !important;
    }

    /* Tight column gutters */
    .footer-area .row > div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Column 1: Company Info (26%) */
    .footer-area .row > div:nth-child(1) {
        width: 26% !important;
        max-width: 26% !important;
        flex: 0 0 26% !important;
    }

    /* Column 2: Quick Links (20%) */
    .footer-area .row > div:nth-child(2) {
        width: 20% !important;
        max-width: 20% !important;
        flex: 0 0 20% !important;
    }

    /* Column 3: Services (26%) */
    .footer-area .row > div:nth-child(3) {
        width: 26% !important;
        max-width: 26% !important;
        flex: 0 0 26% !important;
    }

    /* Column 4: Branches (28%) */
    .footer-area .row > div:nth-child(4) {
        width: 28% !important;
        max-width: 28% !important;
        flex: 0 0 28% !important;
    }

    /* Remove overflow hidden so branch content isn't clipped */
    .footer-area .footer-content {
        overflow: visible !important;
    }

    /* Logo in footer */
    .footer-box {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .footer-area .footer-logo {
        width: 45px;
    }

    .footer-area .logo-text {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
    }

    /* Description text */
    .footer-area .footer-desc {
        font-size: 12px !important;
        line-height: 1.5 !important;
        margin-top: 10px !important;
    }

    /* Column headings — remove the large base padding-left */
    .footer-area .footer-head h4 {
        font-size: 15px !important;
        margin-bottom: 12px !important;
        padding-left: 0 !important;
        padding-bottom: 6px !important;
    }

    /* List items — reduce left padding */
    .footer-area .footer-list li a {
        padding: 2px 0px 4px 0px !important;
        font-size: 13px !important;
    }

    .footer-area .footer-list li {
        margin-bottom: 3px !important;
    }

    /* Branch column — neat left alignment */
    .footer-area .last-item {
        text-align: left !important;
        padding-left: 0 !important;
        overflow: visible !important;
    }

    .footer-area .last-item h4 {
        font-size: 14px !important;
        padding-left: 0 !important;
        margin-bottom: 8px !important;
    }

    .footer-area .last-item p {
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }

}

.projects_paragraph{
    color:#fff;
    font-size: 17px;
}

.services-heading-1{
    color: #007bff;
    /* font-size: 18px; */
    font-size: 30px;
}


.services-heading-2{
        /* font-size: 35px; */
        font-size: 30px;
        color: #007bff;
        font-weight: 650;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.3;
}

.services-border{
    border-radius: 15px;
}

/* Container */
.segment-list-container {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

/* Title */
.list-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2c52;
    margin-bottom: 15px;
}

/* List */
.segment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List Items */
.segment-list li {
    /* font-size: 16px; */
    font-size: 17.5px;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

/* Icon */
.segment-list li i {
    color: #007bff;
    font-size: 18px;
    margin-right: 10px;
}

/* Hover Effect */
.segment-list li:hover {
    color: #007bff;
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .segment-list-container {
        padding: 15px;
    }

    .list-title {
        font-size: 18px;
    }

    .segment-list li {
        font-size: 14px;
    }
}
.custom-call-btn {
    background-color: #007bff;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.custom-call-btn i {
    font-size: 20px;
}

/* segments section css code */

/* Section */
.segments-section {
    padding: 60px 0 !important;
    background: #fff !important;
}

/* Grid layout for exactly 5 items per line */
.segments-row {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

/* Card */
.segment-card {
    background: #fff !important;
    text-align: center !important;
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Image (Square/Rectangular fix) */
.segment-card img {
    width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
}

/* Title */
.segment-card h5 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #0a2c52 !important;
    margin-bottom: 10px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Text */
.segment-card p {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    flex-grow: 1 !important;
}

/* Button */
.view-btn {
    display: inline-block !important;
    margin-top: auto !important;
    padding: 8px 15px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background: #007bff !important;
    color: #fff !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    transition: 0.3s !important;
}

.view-btn:hover {
    background: #0a2c52 !important;
    color: #fff !important;
}

/* Hover effect */
.segment-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
    border-color: #007bff !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .segments-row {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .segments-row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .segments-row {
        grid-template-columns: 1fr !important;
    }
}
/* Segment Top Image Fix */
.segment-img {
    height: 300px !important;
    width: auto !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important; /* Ensures the image is not cut off */
    background: transparent !important;
    border-radius: 15px !important;
}

@media (max-width: 768px) {
    .segment-img {
        height: 220px !important;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

.logo-text {
    font-family: 'Libre Baskerville', serif !important;
}


/* Sticky container */
.sticky-icon {
    z-index: 999;
    position: fixed;
    top: 35%;
    right: 0;
    width: 220px;
    display: flex;
    flex-direction: column;
}

/* Common style */
.sticky-icon a {
    /* transform: translate(160px, 0); */
    transform: translate(170px, 0);
    border-radius: 50px 0 0 50px;
    text-align: left;
    margin: 5px 0;
    text-decoration: none;
    padding: 10px;
    font-size: 19.5px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}

/* Hover effect */
.sticky-icon a:hover {
    transform: translate(0, 0);
    color: #fff;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

/* Icon style */
.sticky-icon a i {
    background: #fff;
    /* height: 40px;
    width: 40px; */
    height: 35px;
    width: 35px;
    color: #000;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.5s;
}

/* WhatsApp */
.whatsapp {
    background: #25D366;
    color: #fff;
}
.whatsapp i {
    color: #25D366;
}

/* Call buttons */
.call {
    background: #007bff;
    color: #fff;
}
.call i {
    color: #007bff;
}

/* Brochure */
.brochure {
    background: #007bff;
    color: #fff;
}
.brochure i {
    color: #ff9800;
}

/* Mail button */
.mail {
    background: #007bff;
    color: #fff;
}

.mail i {
    color: #e91e63;
}

.seo-title{
    color: #007bff;
    font-size: 45px;
}

.seo-paragraph{
    text-align:justify;
    line-height: 1.8;
}
.seo-para{
    text-align:left;
    line-height: 1.8;
}
.seo-h2{
    color: #007bff;
}
.seo-h5{
    color: #007bff;
}

.seo-title-h3{
    color: #007bff;
    font-size: 30px;
}

.contact-list{
    color: #000bf0;
}

.contact-href-list{
    color: #000bf0;
}

.pt-40{
    padding-top: 60px;
}


.h3{
    font-size: 32px;
    color: #fff; 
    font-weight: bold;
}
/* =========================================================
   HEADER
========================================================= */

.header-inner{
    background:#0b6ff4;
    position:relative;
    z-index:9999;
}

.header-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
    padding:15px 20px;
}

/* =========================================================
   LOGO
========================================================= */

.logo-container{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
}

.logo-container img{
    width:60px;
    height:auto;
}

.logo-text{
    color:#fff;
    font-size:28px;
    font-weight:700;
    line-height:1.2;
}

/* =========================================================
   DESKTOP MENU
========================================================= */

.site-nav{
    display:block;
}

.site-nav ul{
    display:flex;
    align-items:center;
    gap:25px;
    margin:0;
    padding:0;
    list-style:none;
}

.site-nav ul li{
    position:relative;
}

.site-nav ul li a{
    color:#fff;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
}

/* SUBMENU */

.sub-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:280px;
    background:#0057cc;
    display:none;
    padding:0;
    margin:0;
    list-style:none;
    z-index:9999;
}

.has-children:hover .sub-menu{
    display:block;
}

.sub-menu li a{
    display:block;
    padding:12px 18px;
    font-size:14px;
}

/* =========================================================
   HAMBURGER HIDDEN IN DESKTOP
========================================================= */

.hamburger{
    display:none;
    background:none;
    border:none;
    cursor:pointer;
}

.submenu-toggle{
    display:none;
}

/* =========================================================
   NEST HUB / TABLET / MOBILE
========================================================= */

@media screen and (max-width:1024px){

    /* SHOW MENU BUTTON */
    .hamburger{
        display:block !important;
        z-index:99999;
    }

    .hamburger i{
        color:#fff;
        font-size:30px;
    }

    /* HIDE DESKTOP MENU */
    .site-nav{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#0b6ff4;
        z-index:9999;
    }

    /* OPEN MENU */
    .site-nav.active{
        display:block !important;
    }

    /* MOBILE MENU */
    .site-nav ul{
        flex-direction:column;
        align-items:flex-start;
        gap:0;
        width:100%;
    }

    .site-nav ul li{
        width:100%;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .site-nav ul li a{
        display:block;
        width:100%;
        padding:15px 20px;
        font-size:16px;
    }

    /* MOBILE SUBMENU */
    .submenu-toggle{
        display:block;
        position:absolute;
        right:15px;
        top:10px;
        width:30px;
        height:30px;
        border:none;
        border-radius:50%;
        background:rgba(255,255,255,0.15);
        color:#fff;
        font-size:18px;
        cursor:pointer;
    }

    .sub-menu{
        position:static;
        width:100%;
        min-width:100%;
        display:none;
        background:#0057cc;
    }

    .has-children.open .sub-menu{
        display:block;
    }

    .sub-menu li a{
        padding:12px 30px;
    }

    /* LOGO SIZE */
    .logo-text{
        font-size:18px;
    }

    .logo-container img{
        width:50px;
    }
}
/* =========================================================
   FIX FOR NEST HUB (1024 × 600)
========================================================= */
@media screen and (max-width:1024px){

    /* SHOW MENU BUTTON */
    .hamburger{
        display:block !important;
        position:relative;
        z-index:999999;
    }

    .hamburger i{
        font-size:30px;
        color:#fff;
    }

    /* HIDE MENU INITIALLY */
    .site-nav{
        display:none !important;

        position:absolute;
        top:100%;
        left:0;

        width:100%;
        background:#0b6ff4;

        z-index:99999;
    }

    /* OPEN MENU */
    .site-nav.active{
        display:block !important;
    }

    /* MOBILE MENU */
    .site-nav ul{
        display:flex !important;
        flex-direction:column !important;
        width:100%;
        margin:0;
        padding:0;
    }

    .site-nav ul li{
        width:100%;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .site-nav ul li a{
        display:block;
        width:100%;
        padding:15px 20px;
    }

    /* SUBMENU */
    .sub-menu{
        position:static !important;
        width:100%;
        display:none;
        background:#0057cc;
    }

    .has-children.open .sub-menu{
        display:block;
    }

    .submenu-toggle{
        display:block !important;
    }

}


/* =========================================================
   FIX FOR NEST HUB MAX (1280 × 800)
========================================================= */
@media screen and (min-width:1025px) and (max-width:1280px){

    /* SHOW MENU BUTTON */
    .hamburger{
        display:block !important;
        position:relative;
        z-index:999999;
    }

    .hamburger i{
        font-size:30px;
        color:#fff;
    }

    /* HIDE DESKTOP MENU */
    .site-nav{
        display:none !important;

        position:absolute;
        top:100%;
        left:0;

        width:100%;
        background:#0b6ff4;

        z-index:99999;
    }

    /* OPEN MENU */
    .site-nav.active{
        display:block !important;
    }

    /* MOBILE STYLE MENU */
    .site-nav ul{
        display:flex !important;
        flex-direction:column !important;
        width:100%;
    }

    .site-nav ul li{
        width:100%;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .site-nav ul li a{
        display:block;
        padding:15px 20px;
    }

    .submenu-toggle{
        display:block !important;
    }

    .sub-menu{
        position:static !important;
        width:100%;
        display:none;
        background:#0057cc;
    }

    .has-children.open .sub-menu{
        display:block;
    }

}
```css id="0z4x9q"
/* =========================================================
   ABOUT US SECTION DEFAULT
========================================================= */

.about-sec{
    padding:80px 0;
}

.about-container{
    width:90%;
    margin:auto;
}

.about-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}

.about-col{
    flex:1;
}

.about-col img{
    width:100%;
    height:auto;
    border-radius:10px;
    display:block;
}

.section-title-left{
    font-size:42px;
    margin-bottom:15px;
}

.section-subtitle-left{
    font-size:22px;
    margin-bottom:20px;
    color:#0b6ff4;
}

.section-text-justify{
    font-size:16px;
    text-align:justify;
}

.about-list{
    margin-top:20px;
    padding-left:20px;
}

.about-list li{
    margin-bottom:12px;
    line-height:1.7;
}

.read-more-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 28px;
    background:#0b6ff4;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
}


/* =========================================================
   NEST HUB (1024 × 600)
========================================================= */

@media screen and (max-width:1024px){

    .about-sec{
        padding:50px 0;
    }

    .about-container{
        width:94%;
    }

    .about-row{
        gap:30px;
        align-items:flex-start;
    }

    .about-col{
        flex:1;
    }

    .about-col img{
        width:100%;
        border-radius:8px;
    }

    .section-title-left{
        font-size:32px;
        margin-bottom:10px;
    }

    .section-subtitle-left{
        font-size:18px;
        margin-bottom:15px;
        line-height:1.5;
    }

    .section-text-justify{
        font-size:14px;
        line-height:1.9 !important;
    }

    .about-list{
        margin-top:15px;
        padding-left:18px;
    }

    .about-list li{
        font-size:14px;
        line-height:1.7;
        margin-bottom:10px;
    }

    .read-more-btn{
        padding:10px 24px;
        font-size:14px;
    }

}


/* =========================================================
   NEST HUB MAX (1280 × 800)
========================================================= */

@media screen and (min-width:1025px) and (max-width:1280px){

    .about-container{
        width:92%;
    }

    .about-row{
        gap:40px;
    }

    .section-title-left{
        font-size:38px;
    }

    .section-subtitle-left{
        font-size:20px;
        line-height:1.5;
    }

    .section-text-justify{
        font-size:15px;
        line-height:2 !important;
    }

    .about-list li{
        font-size:15px;
        line-height:1.8;
    }

    .read-more-btn{
        padding:11px 26px;
        font-size:15px;
    }

}


/* =========================================================
   MOBILE RESPONSIVE
========================================================= */

@media screen and (max-width:767px){

    .about-row{
        flex-direction:column;
    }

    .about-col{
        width:100%;
    }

    .section-title-left{
        font-size:28px;
        text-align:center;
    }

    .section-subtitle-left{
        font-size:17px;
        text-align:center;
    }

    .section-text-justify{
        font-size:14px;
        line-height:1.8 !important;
    }

    .about-list li{
        font-size:14px;
    }

    .read-more-btn{
        display:inline-block;
        margin-top:18px;
    }

}
```
