@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

* {
    box-sizing: border-box;
}

header {
    background-image: url(../imgs/header.png);
    background-size: cover;
}

.small-container {
    width: 95%;
    margin: 0 auto;
}

.overlay {
    background-color: rgba(0, 0, 0, .51);
    width: 100%;
    height: 100%;
}

.violet-overlay {
    background-color: rgba(189, 140, 191, .51);
    width: 100%;
    height: 100%;
    padding: 70px 0;
}

.white-overlay {
    background-color: rgba(255, 255, 255, .7);
    height: 100%;
    width: 100%;
}

.margin_top_30 {
    margin-top: 30px;
}

.service_blog h3.blog_head {
    float: left;
    background: #4fcaff;
    text-align: center;
    font-size: 24px;
    text-transform: none;
    margin: 0;
    min-height: 50px;
    line-height: 50px;
    padding: 0 50px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    left: 15px;
}

.service_blog h3.blog_head::after {
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    background: #4fcaff;
    top: 0;
    transform: skew(-30deg);
}

h2 span, h1 span {
    color: #bd8cbf;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

a, button {
    transition: all .5s ease;
}

button {
    padding: 0
}

body {
    font-size: 1.1rem;
}

/* navbar */

nav.navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-family: 'Roboto', sans-serif;
    background: #0c2326;
    min-height: 95px;
}

nav.navbar a, nav.navbar ul li a {
    color: #FFF !important;
}

nav.navbar ul li {
    padding: 0 15px;
    position: relative;
}

nav.navbar .search-container {
    position: relative;
}

nav.navbar form {
    padding: 5px;
    background-color: white;
    position: absolute;
    width: 260px;
    display: none;
    right: 0;
}

nav.navbar form input {
    padding: 5px 10px;
    border: none;
    background-color: #fff;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
}

.navbar-nav li a {
    font-size: 18px;
    font-weight: 300;
}

.layout_padding {
    padding: 90px 0;
}

.about_section h3 {
    font-size: 40px;
    margin: 5px 0 25px 0;
    font-weight: 600;
}

.about_section h4 {
    color: #4fcaff;
    font-size: 18px;
    margin: 0;
}

p {
    font-size: 18px;
    font-weight: 300;
}

.full {
    width: 100%;
    float: left;
    margin: 0; 
}

.text_align_center {
    text-align: center;
}

.img-responsive {
    max-width: 100%;
}

.white_font {
    color: #fff !important;
}

.h3, h3 {
    font-size: 40px;
    font-weight: 700;
    color: #3a3a3a;
    text-transform: uppercase;
}   

.contact-form {
    padding: 55px 65px;
    background: #4fcaff;
    min-height: 600px;
    margin-top: 60px;
}

.contact-form form input {
    width: 100%;
    background: #fff;
    border: none;
    height: 60px;
    padding: 0 20px;
    text-transform: uppercase;
    margin: 15px 0;
}

.contact-form form textarea {
    width: 100%;
    background: #fff;
    border: none;
    min-height: 120px;
    padding: 15px 20px;
    text-transform: uppercase;
    margin: 15px 0;
}

.contact-form form input[type="submit"] {
    background: #fa3e19;
    color: #fff;
    width: 190px;
    margin: 15px auto 0;
    font-size: 19px;
    font-weight: 300;
    float: none;
    display: flex;
    cursor: pointer;
}

.contact-form form input[type="submit"]:hover,
.contact-form form input[type="submit"]:focus {
    background: #111;
    color: #fff;
    transition: ease all 0.5s;
}

/* header */

header {
    position: relative;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}

header .container {
    height: 100%
}

header .container > div {
    margin: 0 auto;
    position: relative;
/*    text-align: center;*/
}

header .container > div h1 {
    font-size: 90px;
}

header button {
    background-color: transparent;
    display: block;
    border: 1px solid #FFF;
    border-radius: 50px;
    padding: 0;
    margin: 30px auto;
}

header button a {
    padding: 10px 40px;
    display: block;
    color: #FFF;
}

header button:hover {
    background-color: #bd8cbf;
    border: 1px solid #bd8cbf;
}

header button:hover a {
    color: white;
}

h3.blog_head {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #090101;
    margin: 0;
    min-height: 75px;
    line-height: 75px;
}

/* about us */

.about-us {
    position: relative;
    padding: 100px 0;
    font-family: 'Open Sans', sans-serif;
}

.about-us .row > .col-lg-6:first-of-type {
    position: relative;
    left: 50px;
}

.about-us .small-container > p + div {
    padding: 70px 0;
    background-color: white;
    box-shadow: 5px 5px 10px #d2cfcf, -5px -5px 10px #d2cfcf;
}

.about-us .small-container > p + div h4 {
    margin-bottom: 40px
}

.about-us .small-container .text-right p {
    margin-bottom: 40px;
    width: 80%;
    float: right;
}

.about-us .small-container > p + div button {
    background-color: #bd8cbf;
    border: none;
}

.about-us .small-container > p + div a {
    display: block;
    color: #FFF;
    padding: 10px 40px;
}

.about-us .item {
    width: 200px;
    position: absolute;
    color: white;
    background-color: #bd8cbf;
}

.about-us .item p {
    font-size: 15px;
}

.about-us .item img {
    width: 100%;
    height: 150px
}

.about-us .item h5 {
    margin: 5px 0;
}

.about-us .item p {
    margin-bottom: 5px;
}

.about-us .item:first-of-type {
    left: 405px;
    bottom: 115px;
    z-index: 2;
    box-shadow: -2px 2px 10px #5d5959;
}

.about-us .item:nth-of-type(2) {
    left: 105px;
    bottom: 115px;
    z-index: 2;
    box-shadow: 2px 2px 10px #5d5959;
}

.about-us .item:nth-of-type(3) {
    position: relative;
    top: 162px;
    left: -45px;
}

.about-us .item:nth-of-type(3) img {
    position: absolute;
    bottom: 70px;
    right: 0px;
    z-index: 0;
}

.about-us .item:last-of-type {
    left: 268px;
    top: 90px;
}

.about-us .first {
    width: 100px;
    height: 200px;
    position: absolute;
    background-color: #bd8cbf;
    top: 140px;
    z-index: -5;
}

.about-us .second {
    width: 100px;
    height: 200px;
    position: absolute;
    background-color: #bd8cbf;
    bottom: 58px;
    right: 34px;
    z-index: -5;
}

.about-us .row > div > .item:nth-of-type(3) div {
    position: relative;
    z-index: 5;
    background-color: #bd8cbf;
    padding: 5px;
}

.blue_bt {
    width: 255px;
    height: 58px;
    background: #4fcaff;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-weight: 300;
}

.blue_bt:hover,
.blue_bt:focus {
    background: #fff;
    color: #0c2326;
}

/* services */

.services {
    margin-bottom: 100px;
    font-family: 'Open Sans', sans-serif;
}

.services .slide {
    width: 70%;
    margin: 0 auto;
}

.services .carousel-inner .carousel-item {
    width: 100%;
    height: 100%
}

.services .carousel-inner img {
    height: 100%;
    width: 100%;
}

.services .carousel-control-next, .services .carousel-control-prev {
    width: 60px;
    height: 60px;
    background: #bd8cbf;
    border-radius: 50%;
}

.services .carousel-control-next i, .services .carousel-control-prev i {
    color: #000
}

.services .carousel-control-next {
    right: 0;
    top: 80%;
    right: 40%;
    background-color: #FFF;
}

.services .carousel-control-prev {
    top: 80%;
    left: 40%;
}

.services i {
    color: #bd8cbf;
}

/* agency */

.agency {
    background-image: url('../imgs/agency.png');
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
}

.agency .container > div {
    margin: 0 auto;
    width: 86%;
    margin-bottom: 30px;
}

.agency .white-overlay {
   padding: 50px 0 20px;
}

.agency .container > div > div {
    display: inline-block;
    position: relative
}

.agency .container > div > div img {
    width: 500px;
    margin: 0 20px;
}

.agency img:first-of-type, .agency img:last-of-type {
    width: 200px;
}

.agency .container > div h2 {
    position: absolute;
    color: white;
    bottom: 105px;
    left: 195px;
    font-size: 40px;
}

/* statistics */

.statistics {
    padding: 50px 0;
    font-family: sans-serif;
}

.statistics i, .statistics p {
    color: #bd8cbf;
}

.statistics i {
    margin-bottom: 10px;
}

.statistics h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}

.ovarlay_slide_cont {
    background: rgba(5,3,0,0.63);
    position: absolute;
    width: 60%;
    margin: 0 15%;
    z-index: 1111111111;
    top: 135px;
    left: 0;
    padding: 50px 60px 70px;
}

.ovarlay_slide_cont h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.ovarlay_slide_cont h4 {
    color: #4fcaff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: normal;
}

.ovarlay_slide_cont p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 30px 0;
    font-size: 21px;
    padding: 0 75px 0 0;
    line-height: 28px;
}

/* contact */

.contact {
    background-image: url('../imgs/contact.png');
    background-size: cover;
}

.contact h2 {
    color: white;
    margin-bottom: 30px;
}

.contact .contact-form {
    width: 50%;
    margin: 0 auto;
}

.contact form input, .contact form textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 5px 10px;
}

.contact form input{
    border-radius: 50px;
    margin-bottom: 20px;
}

.contact form textarea {
    resize: none;
    height: 130px;
    border-radius: 25px;
    margin-bottom: 30px;
}

.contact form input[type="submit"] {
    width: 130px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    background-color: #ef44f8;
    color: white;
    margin: 0 auto;
    display: block;
}

/* footer */

footer, footer a {
    color: white;
}

footer {
    display: block;
    overflow: hidden;
    background-color: #0c2326;
}

footer a:hover {
    color: #4fcaff;
}

footer .container > ul {
    overflow: hidden;
    margin: 30px 0;
    padding-left: 0;
}

footer .container > ul li {
    float: left;
    padding-right: 25px;
}

footer .item h4 {
    margin-bottom: 20px
}

footer .item p.address {
    line-height: 1.2;
    font-size: 16px;
}

footer .item ul {
    padding-left: 0;
}

footer .item ul li {
    margin-bottom: 3px;
    font-size: 16px;
}

footer .date p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}

footer .item form {
    overflow: hidden;
}

footer .item form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
}

footer .item form input[type="submit"] {
    width: 100px;
    height: 40px;
    line-height: 4px;
    background-color: #ef44f8;
    border: none;
    float: right;
    color: #FFF;
    padding: 0
}

footer .copyright {
    padding: 15px 0;
}

footer .copyright p {
    margin-bottom: 0;
    font-size: 16px;
}

/* media queries */

@media (max-width: 1200px) {
    
    /* about */
    
    .about-us .row > .col-lg-6:first-of-type {
        left: -10px;
    }
    .about-us .small-container .text-right p {
        width: 70%
    }
    .about-us .item {
        width: 150px
    }
    .about-us .item img {
        height: 125px
    }
    .about-us .item:first-of-type {
        left: 440px;
        bottom: 154px;
    }
    .about-us .item:nth-of-type(2) {
        left: 167px;
        bottom: 153px;
    }
    .about-us .item:nth-of-type(3) {
        top: 149px;
        left: 19px;
    }
    .about-us .item:last-of-type {
        left: 305px;
        top: 132px;
    }
    
    .about-us .row > div > .item:nth-of-type(3) img {
        position: static
    }
    
    .about-us .row > div > .item:nth-of-type(3) p {
        display: none;
    }

    /* agency */
    
    .agency img:first-of-type, .agency img:last-of-type {
        width: 150px
    }
    .agency .container > div > div img {
        max-width: 400px;
        width: 100%;
    }
    .agency .container > div h2 {
        bottom: 87px;
        left: 164px;
        font-size: 30px;
    }
    .agency .container > div h2 {
        display: none;
    }

}

@media (max-width: 992px) {
    
    /* header */
    
    header h1 {
        font-size: 65px !important;
    } 
    
    /* navbar */
    
    .navbar ul {
        background-color: #4fcaff;
    }
    .navbar ul li {
        margin: 10px 0;
    }
    nav.navbar form {
        width: 100%;
        position: static;
    }
    
    /* about */
    
    .about-us .small-container > p + div {
        padding: 50px 0;
    }
    .about-us .row > .col-lg-6:first-of-type {
        height: 350px;
        left: 50px;
    }
    .about-us .small-container .text-right p {
        width: 100%;
    }
    
    /* services */
    
    .services .slide {
        width: 80%
    }
    
    .services .carousel-control-next, .services .carousel-control-prev {
        width: 50px;
        height: 50px;
    }
    
    /* agency */
    
    .agency img:first-of-type, .agency img:last-of-type {
        display: none
    }
    .agency .container > div > div img {
        display: block;
    }
    .agency .container > div {
        width: 56%;
    }
    
    /* statistics */
    
    .statistics .col-lg-3 {
        margin-bottom: 40px
    }
    
    /* contact */
    
    .contact .contact-form {
        width: 70%
    }
    
    /* footer */
    
    footer .col-lg-3 {
        margin-bottom: 40px;
    }
    
}

@media (max-width: 768px) {
    
    /* header */
    
    header h1 {
        font-size: 50px !important;
    } 
    
    /* about */
    
    .about-us .row > .col-lg-6:first-of-type {
        display: none;
    }
    
    /* services */
    
    .services .slide {
        width: 90%
    }
    .services .carousel-control-next, .services .carousel-control-prev {
        display: none;
    }
    
    /* agency */
    
    .agency .container > div {
        width: 87%;
    }
    
}



.testimonial_blog {
    background: #a1a1a1;
    width: 100%;
    padding: 40px 50px;
    box-shadow: 50px 50px 0 0 #4fcaff;
}

.testimonial_blog p {
    color: #fff;
}

.testimonial_blog p + p {
    margin: 0;
}

.testimonial_blog p:first-child {
    font-size: 30px;
    font-weight: 500;
}

.subcribe {
    background: #4fcaff;
    padding: 80px 0;
}

.subcribe h3 {
    color: #fff;
}

.subcribe p {
    margin: 0;
    color: #fff;
}

.subcribe form {
    height: 72px;
    background: yellow;
    margin-top: 20px;
}

.subcribe form {
    height: 72px;
    background: #fff;
    margin-top: 20px;
    padding: 0;
    font-weight: 300;
    font-size: 19px;
    display: flex;
}

.subcribe form input {
    margin: 0;
    padding: 0 30px;
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: 300;
}

.subcribe form button {
    background: #fa3e19;
    color: #fff;
    width: 255px;
    border: none;
    font-size: 20px;
}

.subcribe form button:hover,
.subcribe form button:focus {
    background: #111;
    color: #fff;
}

footer .item p img {
    position: absolute;
    left: 0;
    top: 5px;
}

footer .item p {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin: 0 0 10px 0;
}

footer .copyright {
    padding: 15px 0 16px;
    border-top: solid #10d0e7 1px;
    margin-top: 30px;
}

footer .item p strong {
    font-weight: 700;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

footer {
    display: block;
    overflow: hidden;
    background-color: #0c2326;
    padding: 90px 0 0; 
}

.cpy {
    margin: 0;
    padding: 0;
}

footer .item h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.navbar-light .navbar-toggler {
    color: #000;
    background: #4fcaff;
    width: 50px;
    padding: 0;
    height: 45px;
    border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

.ovarlay_slide_cont {
    background: rgba(5,3,0,0.63);
    position: absolute;
    width: 70%;
    margin: 0 15%;
    z-index: 1111111111;
    top: 0;
    left: 0;
    padding: 50px 60px 70px;
}

.ovarlay_slide_cont h2 {
    font-size: 45px;
}

.ovarlay_slide_cont p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 30px 0;
    font-size: 19px;
    padding: 0;
    line-height: 28px;
}    

.h3, h3 {
    font-size: 30px;
}

.about_section h3 {
    font-size: 30px;
}

.about_section h4 {
    color: #4fcaff;
    font-size: 16px;
    margin: 0;
}

h3.blog_head {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #090101;
    margin: 0;
    min-height: 50px;
    line-height: 50px;
}

.service_blog h3.blog_head {
    float: left;
    background: #4fcaff;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    margin: 0;
    min-height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 65%;
    max-width: 300px;
    left: 15px;
    font-weight: 500;
}

.service_blog h3.blog_head::after {
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    right: -35px;
    background: #4fcaff;
    top: 0;
    transform: skew(-30deg);
}

.contact-form {
    padding: 40px 50px;
    background: #4fcaff;
    min-height: 600px;
    margin-top: 60px;
}

.service_blog img {
    width: 100%;
}

}

@media (max-width: 767px) {

.layout_padding {
    padding: 50px 0;
}

.about_section h3 {
    font-size: 30px;
    margin: 10px 0 25px 0;
    font-weight: 700;
    line-height: 32px;
}

.h3, h3 {
    font-size: 30px;
    font-weight: 700;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h3.blog_head {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #090101;
    margin: 0;
    min-height: 55px;
    line-height: 55px;
}

.service_blog h3.blog_head {
    float: left;
    background: #4fcaff;
    text-align: center;
    font-size: 22px;
    text-transform: none;
    margin: 0;
    min-height: 50px;
    line-height: 50px;
    padding: 0 40px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 70%;
    max-width: 300px;
    left: 15px;
}

.contact-form {
    padding: 35px 40px;
    background: #4fcaff;
    min-height: 600px;
    margin-top: 20px;
}

.contact-form form input {
    margin: 10px 0;
}

#contact img {
    margin-top: 30px;
}

.testimonial_blog {
    background: #a1a1a1;
    width: 100%;
    padding: 30px 30px;
    box-shadow: 10px 10px 0 0 #4fcaff;
}

.testimonial_blog p:first-child {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

p {
    font-size: 17px;
    font-weight: 300;
}

.subcribe form {
    height: auto;
    background: #fff;
    margin-top: 20px;
    padding: 0;
    font-weight: 300;
    font-size: 19px;
    display: block;
}

.subcribe form input {
    margin: 0;
    padding: 20px 30px;
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: 300;
}

.subcribe form button {
    background: #fa3e19;
    color: #fff;
    width: 100%;
    border: none;
    font-size: 20px;
    padding: 12px 0;
}

.subcribe form button:hover,
.subcribe form button:focus {
    background: #111;
    color: #fff;
}

.ovarlay_slide_cont {
    display: none;
}

.service_blog img {
    width: 100%;
}

}









.faq-btn {
   width: 100%;
   text-align: left;
   font-size: 17px;
   font-weight: 600;
   color: #0b3a63;
   position: relative;
}

.faq-btn:hover {
   color: #007bff;
}

.faq-icon {
   position: absolute;
   right: 10px;
   font-size: 22px;
   font-weight: bold;
}

.card-header {
   background: #f8f9fa;
   cursor: pointer;
}

.card {
   border-radius: 8px;
   overflow: hidden;
}

.card-body {
   background: #ffffff;
   font-size: 16px;
   line-height: 1.6;
}

/* Toggle plus/minus */
.collapse.show+.faq-icon,
button[aria-expanded="true"] .faq-icon {
   content: "-";
}



:root {
   --primary-color: #2a5c8f;
   --secondary-color: #1e3a5f;
   --light-color: #f8f9fa;
   --dark-color: #343a40;
   --text-color: #333333;
   --light-gray: #e9ecef;
   --medium-gray: #ced4da;
}

body {
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   color: var(--text-color);
   line-height: 1.6;
}

/* Services Section Styling */
.services_section {
   background-color: #ffffff;
   padding: 100px 0;
}

.services_section .section_title {
   text-align: center;
   margin-bottom: 70px;
}

.services_section .section_title h2 {
   color: var(--primary-color);
   font-size: 2.8rem;
   font-weight: 700;
   margin-bottom: 15px;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.services_section .section_title p {
   color: var(--secondary-color);
   font-size: 1.2rem;
   max-width: 700px;
   margin: 0 auto 30px;
}

.section_title .location {
   color: var(--accent-color);
   font-weight: 600;
   font-size: 1.3rem;
   display: block;
   margin-top: 10px;
}

/* Service Row Layout */
.service-row {
   margin-bottom: 80px;
   align-items: center;
}

.service-row:last-child {
   margin-bottom: 40px;
}

/* Single Service Card (Full Width in Half Column) */
.single-service-card {
   background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
   border-radius: 15px;
   overflow: hidden;
   color: white;
   height: 100%;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
   transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.single-service-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.single-service-content {
   padding: 40px;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.single-service-icon {
   font-size: 3.5rem;
   margin-bottom: 25px;
   color: rgba(255, 255, 255, 0.9);
}

.single-service-card h3 {
   font-size: 1.8rem;
   font-weight: 700;
   margin-bottom: 20px;
   color: white;
}

.single-service-card p {
   font-size: 1.1rem;
   margin-bottom: 25px;
   opacity: 0.9;
}

.single-service-features {
   list-style: none;
   padding-left: 0;
   margin-bottom: 30px;
}

.single-service-features li {
   margin-bottom: 10px;
   padding-left: 25px;
   position: relative;
}

.single-service-features li:before {
   content: "✓";
   position: absolute;
   left: 0;
   color: var(--accent-color);
   font-weight: bold;
}

.service-cta {
   display: inline-block;
   background-color: white;
   color: var(--primary-color);
   padding: 12px 28px;
   border-radius: 50px;
   font-weight: 600;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   transition: all 0.3s ease;
   border: 2px solid transparent;
}

.service-cta:hover {
   background-color: var(--accent-color);
   color: white;
   transform: translateY(-3px);
}

/* Double Service Cards (Two in Half Column) */
.double-services {
   display: flex;
   flex-direction: column;
   gap: 30px;
   height: 100%;
}

.service-card {
   background-color: white;
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   height: 100%;
   border-top: 4px solid var(--primary-color);
}

.service-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
   border-top-color: var(--accent-color);
}

.service-card-content {
   padding: 30px;
}

.service-icon {
   font-size: 2.5rem;
   color: var(--primary-color);
   margin-bottom: 20px;
   display: inline-block;
   background-color: rgba(42, 92, 143, 0.1);
   width: 70px;
   height: 70px;
   line-height: 70px;
   text-align: center;
   border-radius: 50%;
}

.service-card h4 {
   font-size: 1.5rem;
   font-weight: 700;
   margin-bottom: 15px;
   color: var(--primary-color);
}

.service-card p {
   color: var(--text-color);
   font-size: 1.05rem;
   margin-bottom: 20px;
}

.service-card .learn-more {
   color: var(--accent-color);
   font-weight: 600;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
}

.service-card .learn-more i {
   margin-left: 8px;
   transition: transform 0.3s ease;
}

.service-card .learn-more:hover i {
   transform: translateX(5px);
}

/* Service Location Badge */
.service-location {
   display: inline-block;
   background-color: rgba(76, 175, 80, 0.1);
   color: var(--accent-color);
   padding: 5px 15px;
   border-radius: 20px;
   font-size: 0.9rem;
   font-weight: 600;
   margin-top: 15px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
   .service-row {
      margin-bottom: 60px;
   }

   .single-service-content {
      padding: 30px;
   }

   .single-service-card h3 {
      font-size: 1.6rem;
   }
}

@media (max-width: 768px) {
   .services_section {
      padding: 70px 0;
   }

   .services_section .section_title h2 {
      font-size: 2.2rem;
   }

   .single-service-card,
   .service-card {
      margin-bottom: 30px;
   }

   .double-services {
      gap: 25px;
   }
}

@media (max-width: 576px) {
   .single-service-content {
      padding: 25px;
   }

   .service-card-content {
      padding: 25px;
   }

   .single-service-icon {
      font-size: 3rem;
   }

   .service-icon {
      font-size: 2rem;
      width: 60px;
      height: 60px;
      line-height: 60px;
   }
}



:root {
   --primary-color: #2a5c8f;
   --secondary-color: #1e3a5f;
   --light-color: #f8f9fa;
   --dark-color: #343a40;
   --text-color: #333333;
   --light-gray: #e9ecef;
   --medium-gray: #ced4da;
   --gold-color: #ffc107;
}

body {
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   color: var(--text-color);
   line-height: 1.6;
   overflow-x: hidden;
}

/* Main Services Section */
.main_services_section {
   background-color: #ffffff;
   padding: 100px 0 70px;
}

.main_services_section .section_title {
   text-align: center;
   margin-bottom: 70px;
}

.main_services_section .section_title h2 {
   color: var(--primary-color);
   font-size: 2.8rem;
   font-weight: 700;
   margin-bottom: 15px;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.main_services_section .section_title p {
   color: var(--secondary-color);
   font-size: 1.2rem;
   max-width: 700px;
   margin: 0 auto 30px;
}

.location_badge {
   display: inline-block;
   background-color: rgba(76, 175, 80, 0.1);
   color: var(--accent-color);
   padding: 8px 25px;
   border-radius: 30px;
   font-size: 1.1rem;
   font-weight: 600;
   margin-top: 10px;
   border: 2px solid rgba(76, 175, 80, 0.2);
}

/* Two Service Row Layout */
.two_service_row {
   margin-bottom: 80px;
}

.two_service_card {
   background-color: white;
   border-radius: 15px;
   overflow: hidden;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
   height: 100%;
   transition: transform 0.4s ease, box-shadow 0.4s ease;
   border-top: 5px solid var(--primary-color);
}

.two_service_card:hover {
   transform: translateY(-10px);
   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.two_service_content {
   padding: 40px;
   height: 100%;
}

.service_number {
   display: inline-block;
   background-color: var(--primary-color);
   color: white;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 50%;
   font-size: 1.5rem;
   font-weight: 700;
   margin-bottom: 25px;
}

.two_service_content h3 {
   font-size: 1.8rem;
   font-weight: 700;
   margin-bottom: 20px;
   color: var(--primary-color);
}

.two_service_content p {
   font-size: 1.1rem;
   margin-bottom: 25px;
   color: var(--text-color);
}

.service_features {
   list-style: none;
   padding-left: 0;
   margin-bottom: 30px;
}

.service_features li {
   margin-bottom: 12px;
   padding-left: 30px;
   position: relative;
   color: var(--secondary-color);
}

.service_features li:before {
   content: "✓";
   position: absolute;
   left: 0;
   color: var(--accent-color);
   font-weight: bold;
   font-size: 1.1rem;
}

.service_price {
   color: var(--primary-color);
   font-weight: 700;
   font-size: 1.3rem;
   margin-bottom: 20px;
   padding: 10px 20px;
   background-color: rgba(42, 92, 143, 0.1);
   border-radius: 8px;
   display: inline-block;
}

.service_cta {
   display: inline-block;
   background-color: var(--primary-color);
   color: white;
   padding: 14px 32px;
   border-radius: 50px;
   font-weight: 600;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   transition: all 0.3s ease;
   border: 2px solid transparent;
}

.service_cta:hover {
   background-color: var(--secondary-color);
   color: white;
   transform: translateY(-3px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Premium Service Section */
.premium_service_section {
   background: linear-gradient(135deg, #1e3a5f 0%, #2a5c8f 100%);
   padding: 100px 0;
   color: white;
   position: relative;
   overflow: hidden;
}

.premium_service_section:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none"/><path d="M0,50 Q25,40 50,50 T100,50" stroke="rgba(255,255,255,0.05)" fill="none" stroke-width="2"/></svg>');
   opacity: 0.3;
}

.premium_service_row {
   align-items: center;
}

.premium_image_container {
   border-radius: 15px;
   overflow: hidden;
   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
   transform: rotate(-2deg);
   transition: transform 0.5s ease;
}

.premium_image_container:hover {
   transform: rotate(0deg);
}

.premium_image {
   width: 100%;
   height: 500px;
   object-fit: cover;
   transition: transform 0.5s ease;
}

.premium_image:hover {
   transform: scale(1.05);
}

.premium_content {
   padding-left: 50px;
}

.premium_badge {
   display: inline-block;
   background-color: var(--gold-color);
   color: var(--secondary-color);
   padding: 8px 20px;
   border-radius: 30px;
   font-size: 0.9rem;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 20px;
}

.premium_content h2 {
   font-size: 2.5rem;
   font-weight: 700;
   margin-bottom: 25px;
   color: white;
}

.premium_content p {
   font-size: 1.15rem;
   margin-bottom: 30px;
   opacity: 0.9;
}

.premium_features {
   list-style: none;
   padding-left: 0;
   margin-bottom: 40px;
}

.premium_features li {
   margin-bottom: 15px;
   padding-left: 35px;
   position: relative;
   font-size: 1.1rem;
}

.premium_features li:before {
   content: "★";
   position: absolute;
   left: 0;
   color: var(--gold-color);
   font-size: 1.2rem;
}

.premium_cta {
   display: inline-block;
   background-color: var(--gold-color);
   color: var(--secondary-color);
   padding: 16px 40px;
   border-radius: 50px;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 1px;
   transition: all 0.3s ease;
   border: 2px solid transparent;
}

.premium_cta:hover {
   background-color: white;
   color: var(--primary-color);
   transform: translateY(-3px);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Detail Service Section */
.detail_service_section {
   background-color: #f9f9f9;
   padding: 100px 0;
}

.detail_service_row {
   margin-bottom: 60px;
   align-items: center;
}

.detail_service_row:last-child {
   margin-bottom: 0;
}

.detail_service_content {
   padding: 30px;
}

.detail_service_content h3 {
   font-size: 1.8rem;
   font-weight: 700;
   margin-bottom: 20px;
   color: var(--primary-color);
}

.detail_service_content p {
   font-size: 1.1rem;
   margin-bottom: 20px;
   color: var(--text-color);
}

.detail_icon {
   font-size: 3rem;
   color: var(--primary-color);
   margin-bottom: 25px;
   display: inline-block;
}

.detail_image_container {
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   transition: transform 0.4s ease;
}

.detail_image_container:hover {
   transform: translateY(-10px);
}

.detail_image {
   width: 100%;
   height: 350px;
   object-fit: cover;
}

.detail_list {
   list-style: none;
   padding-left: 0;
   margin-top: 20px;
}

.detail_list li {
   margin-bottom: 12px;
   padding-left: 30px;
   position: relative;
   color: var(--secondary-color);
}

.detail_list li:before {
   content: "•";
   position: absolute;
   left: 0;
   color: var(--accent-color);
   font-size: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
   .premium_content {
      padding-left: 0;
      margin-top: 50px;
   }

   .premium_image_container {
      transform: rotate(0deg);
   }
}

@media (max-width: 768px) {

   .main_services_section,
   .premium_service_section,
   .detail_service_section {
      padding: 70px 0;
   }

   .main_services_section .section_title h2,
   .premium_content h2 {
      font-size: 2.2rem;
   }

   .two_service_content,
   .detail_service_content {
      padding: 30px;
   }

   .two_service_content h3,
   .detail_service_content h3 {
      font-size: 1.6rem;
   }

   .premium_image {
      height: 400px;
   }
}

@media (max-width: 576px) {

   .two_service_content,
   .detail_service_content {
      padding: 25px;
   }

   .service_cta,
   .premium_cta {
      padding: 12px 25px;
      font-size: 0.9rem;
   }

   .premium_image {
      height: 300px;
   }

   .detail_image {
      height: 250px;
   }
}

/* Animation Classes */
.fade-in-up {
   opacity: 0;
   transform: translateY(30px);
   transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
   opacity: 1;
   transform: translateY(0);
}




:root {
   --primary-color: #2a5c8f;
   --secondary-color: #1e3a5f;
   --accent-color: #4caf50;
   --light-color: #f8f9fa;
   --dark-color: #343a40;
   --text-color: #333333;
   --light-gray: #e9ecef;
   --medium-gray: #ced4da;
   --gold-color: #ffc107;
}

body {
   font-family: 'Open Sans', sans-serif;
   color: var(--text-color);
   line-height: 1.6;
   overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
}

/* Service Area Section */
.service_area_section {
   background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
   padding: 100px 0;
   position: relative;
   overflow: hidden;
}

.service_area_section:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 5px;
   background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.service_area_section:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 5px;
   background: linear-gradient(90deg, var(--accent-color), var(--primary-color));
}

.section_header {
   text-align: center;
   margin-bottom: 70px;
   position: relative;
   z-index: 2;
}

.section_header h2 {
   color: var(--primary-color);
   font-size: 3rem;
   font-weight: 700;
   margin-bottom: 15px;
   position: relative;
   display: inline-block;
}

.section_header h2:after {
   content: "";
   position: absolute;
   bottom: -10px;
   left: 50%;
   transform: translateX(-50%);
   width: 100px;
   height: 4px;
   background-color: var(--accent-color);
   border-radius: 2px;
}

.section_header .company_name {
   color: var(--secondary-color);
   font-size: 1.4rem;
   font-weight: 600;
   margin-bottom: 10px;
   display: block;
}

.section_header .location_badge {
   display: inline-block;
   background-color: var(--accent-color);
   color: white;
   padding: 10px 30px;
   border-radius: 30px;
   font-size: 1.3rem;
   font-weight: 600;
   margin-top: 15px;
   box-shadow: 0 5px 15px rgba(76, 175, 80, 0.2);
}

.section_header p {
   font-size: 1.2rem;
   color: var(--secondary-color);
   max-width: 700px;
   margin: 30px auto 0;
}

/* Map and Areas Container */
.map_areas_container {
   background-color: white;
   border-radius: 20px;
   overflow: hidden;
   box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
   margin-bottom: 60px;
   position: relative;
   z-index: 2;
}

/* Map Visualization */
.map_visualization {
   padding: 40px;
   background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
   color: white;
   min-height: 400px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: relative;
   overflow: hidden;
}

.map_visualization:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
   opacity: 0.3;
}

.map_title {
   font-size: 2rem;
   font-weight: 700;
   margin-bottom: 25px;
   position: relative;
   z-index: 2;
}

.map_center_point {
   width: 120px;
   height: 120px;
   background-color: var(--accent-color);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 30px auto;
   position: relative;
   z-index: 2;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
   animation: pulse 2s infinite;
}

@keyframes pulse {
   0% {
      transform: scale(1);
   }

   50% {
      transform: scale(1.05);
   }

   100% {
      transform: scale(1);
   }
}

.map_center_point span {
   font-weight: 700;
   font-size: 1.2rem;
   text-align: center;
   color: white;
}

.service_radius {
   position: relative;
   z-index: 2;
   margin-top: 40px;
}

.service_radius h4 {
   font-size: 1.3rem;
   margin-bottom: 15px;
   font-weight: 600;
}

.radius_indicator {
   height: 10px;
   background: linear-gradient(90deg, var(--accent-color), rgba(255, 255, 255, 0.3));
   border-radius: 5px;
   position: relative;
   margin-bottom: 10px;
}

.radius_indicator:before {
   content: "Pacoima";
   position: absolute;
   left: 0;
   top: -25px;
   font-weight: 600;
}

.radius_indicator:after {
   content: "25+ Mile Radius";
   position: absolute;
   right: 0;
   top: -25px;
   font-weight: 600;
}

/* Service Areas List */
.service_areas_list {
   padding: 40px;
   background-color: white;
}

.areas_category {
   margin-bottom: 40px;
}

.areas_category:last-child {
   margin-bottom: 0;
}

.category_title {
   color: var(--primary-color);
   font-size: 1.6rem;
   font-weight: 700;
   margin-bottom: 25px;
   padding-bottom: 10px;
   border-bottom: 3px solid var(--accent-color);
   display: flex;
   align-items: center;
}

.category_title i {
   margin-right: 15px;
   background-color: rgba(42, 92, 143, 0.1);
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 50%;
   color: var(--primary-color);
}

.areas_grid {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
   gap: 15px;
}

.area_item {
   background-color: var(--light-gray);
   padding: 12px 20px;
   border-radius: 8px;
   font-weight: 500;
   color: var(--secondary-color);
   transition: all 0.3s ease;
   border-left: 4px solid var(--primary-color);
   display: flex;
   align-items: center;
}

.area_item:hover {
   background-color: var(--primary-color);
   color: white;
   transform: translateY(-3px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   border-left-color: var(--accent-color);
}

.area_item i {
   margin-right: 10px;
   font-size: 0.9rem;
   color: var(--accent-color);
}

.area_item:hover i {
   color: white;
}

/* Service Coverage Info */
.coverage_info {
   background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
   color: white;
   padding: 50px;
   border-radius: 20px;
   text-align: center;
   margin-top: 40px;
   box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
   position: relative;
   overflow: hidden;
   z-index: 2;
}

.coverage_info:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.05)"/></svg>');
}

.coverage_info h3 {
   font-size: 2.2rem;
   font-weight: 700;
   margin-bottom: 20px;
   position: relative;
   z-index: 2;
}

.coverage_stats {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 40px;
   margin: 40px 0;
   position: relative;
   z-index: 2;
}

.stat_item {
   text-align: center;
}

.stat_number {
   font-size: 3rem;
   font-weight: 700;
   color: var(--accent-color);
   line-height: 1;
   margin-bottom: 10px;
}

.stat_label {
   font-size: 1.1rem;
   opacity: 0.9;
}

.coverage_cta {
   display: inline-block;
   background-color: white;
   color: var(--primary-color);
   padding: 16px 45px;
   border-radius: 50px;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 1px;
   transition: all 0.3s ease;
   border: 2px solid transparent;
   position: relative;
   z-index: 2;
   margin-top: 20px;
}

.coverage_cta:hover {
   background-color: var(--accent-color);
   color: white;
   transform: translateY(-3px);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
   .service_area_section {
      padding: 80px 0;
   }

   .section_header h2 {
      font-size: 2.5rem;
   }

   .map_visualization,
   .service_areas_list {
      padding: 30px;
   }

   .coverage_info {
      padding: 40px 30px;
   }
}

@media (max-width: 768px) {
   .service_area_section {
      padding: 60px 0;
   }

   .section_header h2 {
      font-size: 2rem;
   }

   .section_header .location_badge {
      font-size: 1.1rem;
      padding: 8px 20px;
   }

   .map_center_point {
      width: 100px;
      height: 100px;
   }

   .areas_grid {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
   }

   .coverage_info h3 {
      font-size: 1.8rem;
   }

   .stat_number {
      font-size: 2.5rem;
   }
}

@media (max-width: 576px) {
   .areas_grid {
      grid-template-columns: 1fr;
   }

   .coverage_stats {
      gap: 20px;
   }

   .stat_number {
      font-size: 2rem;
   }

   .coverage_cta {
      padding: 14px 30px;
      font-size: 0.9rem;
   }
}

/* Animation Classes */
.fade-in {
   opacity: 0;
   transform: translateY(20px);
   transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
   opacity: 1;
   transform: translateY(0);
}





:root {
   --primary-color: #2a5c8f;
   --secondary-color: #1e3a5f;
   --accent-color: #4caf50;
   --light-color: #f8f9fa;
   --dark-color: #343a40;
   --text-color: #333333;
   --light-gray: #e9ecef;
   --medium-gray: #ced4da;
   --gold-color: #ffc107;
}

body {
   font-family: 'Open Sans', sans-serif;
   color: var(--text-color);
   line-height: 1.6;
   overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
}

/* Contact Section */
.contact_section {
   padding: 100px 0;
   background-color: #ffffff;
   position: relative;
}

.contact_section:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 5px;
   background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.section_title {
   text-align: center;
   margin-bottom: 70px;
   position: relative;
}

.section_title h2 {
   color: var(--primary-color);
   font-size: 3rem;
   font-weight: 700;
   margin-bottom: 15px;
   position: relative;
   display: inline-block;
}

.section_title h2:after {
   content: "";
   position: absolute;
   bottom: -10px;
   left: 50%;
   transform: translateX(-50%);
   width: 100px;
   height: 4px;
   background-color: var(--accent-color);
   border-radius: 2px;
}

.section_title .company_name {
   color: var(--secondary-color);
   font-size: 1.4rem;
   font-weight: 600;
   margin-bottom: 10px;
   display: block;
}

.section_title .location_badge {
   display: inline-block;
   background-color: var(--accent-color);
   color: white;
   padding: 10px 30px;
   border-radius: 30px;
   font-size: 1.3rem;
   font-weight: 600;
   margin-top: 15px;
   box-shadow: 0 5px 15px rgba(76, 175, 80, 0.2);
}

/* Map Container */
.map_container {
   border-radius: 15px;
   overflow: hidden;
   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
   height: 100%;
   min-height: 500px;
   position: relative;
}

.map_overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: linear-gradient(135deg, rgba(42, 92, 143, 0.1) 0%, rgba(76, 175, 80, 0.05) 100%);
   z-index: 1;
   pointer-events: none;
}

.map_frame {
   width: 100%;
   height: 100%;
   border: none;
}

.map_marker {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
   background-color: var(--accent-color);
   color: white;
   padding: 15px 25px;
   border-radius: 10px;
   font-weight: 600;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
   text-align: center;
   max-width: 80%;
}

.map_marker i {
   font-size: 1.5rem;
   margin-bottom: 5px;
   display: block;
}

/* Contact Info Container */
.contact_info_container {
   background-color: white;
   border-radius: 15px;
   padding: 50px;
   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.contact_header {
   margin-bottom: 40px;
}

.contact_header h3 {
   color: var(--primary-color);
   font-size: 2rem;
   font-weight: 700;
   margin-bottom: 15px;
}

.contact_header p {
   color: var(--secondary-color);
   font-size: 1.1rem;
}

/* Contact Details */
.contact_details {
   margin-bottom: 40px;
}

.contact_item {
   display: flex;
   align-items: flex-start;
   margin-bottom: 30px;
   transition: transform 0.3s ease;
}

.contact_item:hover {
   transform: translateX(5px);
}

.contact_icon {
   width: 60px;
   height: 60px;
   background-color: rgba(42, 92, 143, 0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 20px;
   flex-shrink: 0;
   color: var(--primary-color);
   font-size: 1.5rem;
}

.contact_content h4 {
   color: var(--primary-color);
   font-size: 1.3rem;
   font-weight: 600;
   margin-bottom: 8px;
}

.contact_content p {
   color: var(--text-color);
   font-size: 1.1rem;
   margin-bottom: 5px;
}

.contact_content a {
   color: var(--text-color);
   text-decoration: none;
   transition: color 0.3s ease;
}

.contact_content a:hover {
   color: var(--primary-color);
}

/* Business Hours */
.business_hours {
   background-color: rgba(42, 92, 143, 0.05);
   padding: 30px;
   border-radius: 12px;
   margin-bottom: 40px;
}

.business_hours h4 {
   color: var(--primary-color);
   font-size: 1.3rem;
   font-weight: 600;
   margin-bottom: 20px;
   display: flex;
   align-items: center;
}

.business_hours h4 i {
   margin-right: 10px;
}

.hours_item {
   display: flex;
   justify-content: space-between;
   margin-bottom: 12px;
   padding-bottom: 12px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hours_item:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
   border-bottom: none;
}

.day {
   font-weight: 600;
   color: var(--secondary-color);
}

.time {
   color: var(--text-color);
}

.highlight {
   color: var(--accent-color);
   font-weight: 600;
}

/* Contact Buttons */
.contact_buttons {
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
}

.contact_btn {
   flex: 1;
   min-width: 200px;
   padding: 16px 25px;
   border-radius: 10px;
   font-weight: 600;
   text-decoration: none;
   text-align: center;
   transition: all 0.3s ease;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
}

.phone_btn {
   background-color: var(--primary-color);
   color: white;
   border: 2px solid var(--primary-color);
}

.phone_btn:hover {
   background-color: var(--secondary-color);
   border-color: var(--secondary-color);
   color: white;
   transform: translateY(-3px);
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.email_btn {
   background-color: white;
   color: var(--primary-color);
   border: 2px solid var(--primary-color);
}

.email_btn:hover {
   background-color: var(--primary-color);
   color: white;
   transform: translateY(-3px);
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Footer */
.footer_simple {
   background-color: var(--secondary-color);
   color: white;
   padding: 40px 0;
   text-align: center;
}

.footer_content {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 20px;
}

.footer_logo {
   font-size: 1.8rem;
   font-weight: 700;
   color: white;
   margin-bottom: 10px;
}

.footer_logo span {
   color: var(--accent-color);
}

.footer_address {
   font-size: 1.1rem;
   line-height: 1.6;
   margin-bottom: 15px;
}

.footer_phone {
   font-size: 1.3rem;
   font-weight: 600;
   color: var(--accent-color);
   margin-bottom: 20px;
}

.footer_copyright {
   font-size: 0.95rem;
   color: rgba(255, 255, 255, 0.7);
   padding-top: 20px;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
   .contact_section {
      padding: 80px 0;
   }

   .section_title h2 {
      font-size: 2.5rem;
   }

   .contact_info_container {
      padding: 40px;
   }

   .map_container {
      min-height: 400px;
      margin-bottom: 40px;
   }
}

@media (max-width: 768px) {
   .contact_section {
      padding: 60px 0;
   }

   .section_title h2 {
      font-size: 2rem;
   }

   .section_title .location_badge {
      font-size: 1.1rem;
      padding: 8px 20px;
   }

   .contact_info_container {
      padding: 30px;
   }

   .contact_header h3 {
      font-size: 1.7rem;
   }

   .contact_icon {
      width: 50px;
      height: 50px;
      font-size: 1.3rem;
   }

   .contact_btn {
      min-width: 100%;
   }
}

@media (max-width: 576px) {
   .map_marker {
      padding: 10px 15px;
      font-size: 0.9rem;
   }

   .contact_item {
      flex-direction: column;
      align-items: flex-start;
   }

   .contact_icon {
      margin-bottom: 15px;
   }

   .footer_phone {
      font-size: 1.1rem;
   }
}

/* Animation */
.fade-in {
   opacity: 0;
   transform: translateY(20px);
   transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
   opacity: 1;
   transform: translateY(0);
}
