@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

body {
    /*background: #f2f1ef url("../images/top-bg.jpg") repeat-x;*/
    background: #f2f1ef;
    color: #44464a;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #fff;
}

a,
a:hover,
a:focus,
.btn,
.btn:hover,
.image-caption,
.owl-theme .owl-controls .owl-buttons div,
.service-wrp li,
.service-wrp li::before {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000249;
    font-weight: 500;
    margin: 0 0 20px;
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 2.2rem;
    padding-bottom: 15px;
    position: relative;
    color:#3498db;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color:#3498db;
}

h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11px;
}

p {
    margin: 0 0 1.8rem 0;
}

h2::before {
    background-color: #000249;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100px;
}

.center-border h2:before {
    margin: 0 auto;
}

.white-text h2::before {
    background-color: #fff;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    ;
}

.white-bg {
    background: #fff;
}

.sec-padding {
    padding: 50px 0;
}



/* Shutter Out Horizontal */

.btn-hover {
    color: #fff;
    border: none;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #303032;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-tra303032nsition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-hover:before {
    border-radius: 3px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f9bb4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-hover:hover,
.btn-hover:focus,
.btn-hover:active {
    color: white;
}

.btn-hover:hover:before,
.btn-hover:focus:before,
.btn-hover:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn {
    min-width: 120px;
    padding: 10px 12px;
    text-align: center;
    text-transform: uppercase;
}

.top-header {
    background-color: #303032;
    padding: 12px 0;
}

.header-contact li,
.social-media li {
    display: inline-block;
}

.social-media li a {
    background-color: #303032;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}
.social-media li a:hover {
    background-color: #0f9bb4;
}

.contact-list li {
    padding-left: 20px;
}

.contact-list a {
    color: #fff;
}
.contact-list a:hover {
    color: #0f9bb4;
}
.contact-list a i {
    margin-right: 10px;
}

.navbar.navbar-default {
    background-color: #303032;
    border: medium none;
    border-radius: 0;
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.page_home .navbar-default .navbar-nav li.nav-home a,
.page_about .navbar-default .navbar-nav li.nav-about a,
.page_reference .navbar-default .navbar-nav li.nav-reference a,
.page_service .navbar-default .navbar-nav li.nav-services a,
.page_tile .navbar-default .navbar-nav li.nav-tiles a,
.page_contact .navbar-default .navbar-nav li.nav-contact a {
    color: #3498db;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
    background-color: #303032;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 0;
}

.dropdown-menu > li > a {
  color: #fff;
  font-size: 13px;
  padding: 6px 20px;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #0f9bb4;
}

.navbar-brand {
    height: auto;
}

.navbar-default.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 0;
}

.navbar-default.fixed {
    -webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 100;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}

#banner-slide ul li::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-direction-nav a {
    background: #303032;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
}

.slide-wrap {
    position: absolute;
    max-width: 1140px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    margin: 0 auto;
    bottom: 0;
}

.slide-inner {
    display: table;
    height: 100%;
    width: 100%;
}

.slide-content {
    display: table-cell;
    vertical-align: middle;
}

.slide-content span,
.slide-content a {
    background: rgba(0,0,0,.5);
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.slide-content a:hover {
    color: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.slide-content span {
    margin-bottom: 30px;
}

.image-noslide {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.image-caption {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
    z-index: 5;
}

.image-noslide:hover .image-caption {
    transform: translateY(0);
}

.contact-bloc-sec {
    display: table;
    height: 400px;
    width: 100%;
}

.black-bg {
    background-color: #000;
    display: table-cell;
    height: 100%;
    opacity: 0.7;
    padding: 30px 15px;
    vertical-align: middle;
    width: 100%;
}

.white-text {
    color: #fff;
    font-size:13px;
}

.white-text h2 {
    color: #fff;
}
.welcome-section {
    text-align: justify;
}
.testimonial-section {
    background-color: #fafafa;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #303032 none repeat scroll 0 0;
    border-radius: 3px;
    opacity: 1;
    padding: 6px 15px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #0f9bb4;
}

#img-carousel .item {
    margin: 5px;
}

.top-footer {
    background-color: #303032;
    padding: 50px 0;
}

.form-control {
    border-radius: 2px;
    box-shadow: none;
    font-size: 13px;
    height: 40px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #303032; 
}

.service-wrp li,
.contact-info li {
    margin-bottom: 10px;
    color:#fff;
}

.service-wrp li {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    color:#fff;
}
.service-wrp li:hover{
    padding-left: 25px;
}
.service-wrp li:hover::before {
    left: 5px;
}

.service-wrp li::before {
    content: "\f101";
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 0;
    font-family: FontAwesome;
}
.get-connected .input-group {
    margin-top: 30px;
}

.get-connected .btn-hover:hover::before {
    border-radius: 0 3px 3px 0;
}
.btm-footer {
    background-color: #303032;
    padding: 25px 0 10px;
}

.btm-footer a:hover {
    color: #0f9bb4;
}

.btm-footer a {
    color: #fff;
}

.why-choose ul li {
    border: 1px solid #ccc;
    margin-bottom: 15px;
   
    padding: 10px;
    text-align: center;
}

.blog-content {
    border-top: 1px solid #eaeaea;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    padding: 20px;
}
.blog-content h4 {
    font-size: 16px;
}
.mainblog ul {
    margin-bottom: 20px;
}
.mainblog li {
    font-size: 13px;
    margin-bottom: 6px;
}

.mainblog .btn {
    min-width: auto;
    padding: 8px 14px;
    text-transform: capitalize;
}

.blog-info-sm {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}
.blog-sm-img {
    float: left;
    height: 70px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    width: 70px;
}
.blog-sm-site {
    float: left;
    width: calc(96% - 70px);
}

.blog-sm-img img {
    height: 100%;
    width: 100%;
}
.blog-sm-site > h5 {
    margin-bottom: 10px;
}

/*contact page*/
#ContactForm .form-control {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    height: 55px;
    padding: 10px;
}
#ContactForm textarea.form-control {
    height: auto;
}

#ContactForm .btn {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 20px;
    text-transform: uppercase;
    width: 160px;
}
.ft-contact {
    margin: 30px 0;
}
.ft-contact > li {
    font-size: 17px;
    font-weight: 300;
    line-height: 38px;
}
.ft-contact li i {
    font-size: 20px;
    line-height: 1.3;
    margin-right: 20px;
}
.ft-contact a:hover, 
.ft-contact a:focus, 
.contact-lt a:hover, 
.contact-lt a:focus {
    color: #0f9bb4;
}
.sect-map iframe {
    height: 300px;
    width: 100%;
}

.thumbnail {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.viewbox-body {
    border-radius: 3px;
}
.viewbox-content {
    margin: 5px;
}
.viewbox-header {
    display: none;
}
.viewbox-footer {
    margin: 0
}

.code-sec .input {
    width: 156px;
    height: 45px;
    margin-bottom: 20px;
    padding: 10px;
}

/*MEDIA QUARIES STARTS HERE*/

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 200px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #0f9bb4;
    }

    .contact-list li {
        padding-left: 0;
    }

    .contact-list li:first-child {
        margin-right: 20px;
    }

    .welcome-section {
        text-align: left;
        margin-bottom: 30px;
    }

    .contact-info, 
    .social-media {
        margin-top: 30px;
    }

    .btm-footer {
        text-align: center;
    }


}

@media (max-width: 640px) {
    .slide-wrap {
        display: none;
    }
}
@media (min-width: 640px) {
    .why-choose ul li {
        margin-right: 10px;
        float: left;
        width: 48.25%;
    }
}
@media (min-width: 768px) {
    .text-rt-sm {
        text-align: right;
    }
    .text-center-sm {
        text-align: center;
    }
    .nav.navbar-nav {
        margin-top: 10px;
    }
    .why-choose ul li {
        width: 31%;
    }
    .navbar-right {
        margin-right: -30px;
    }
}

@media (min-width: 992px) {
    .text-rt-md {
        text-align: right;
    }
    .text-center-md {
        text-align: center;
    }
    .why-choose ul li {
        width: 32%;
    }
    .header-contact.hidden-xs {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .text-rt-lg {
        text-align: right;
    }
    .text-center-lg {
        text-align: center;
    }
    .why-choose ul li {
        width: 24%;
    }
    .header-contact.hidden-xs {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 950px;
    }

    .navbar-brand {
        max-width: 200px;
    }

    .navbar-nav > li > a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-contact {
        margin-top: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
        .navbar-brand {
            max-width: 300px;
        }
}
/*==========================
        SCROLL TOP
==========================*/

.scrollToTop {
    bottom: 0;
    color: #fff;
    display: none;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
}

.scrollToTop i {
    background: #3498db;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.scrollToTop:hover i {
    border-radius: 50%;
}

.testimonial-sec {
  background: url(../images/parallax.jpg) no-repeat center center / cover fixed;
  position: relative;
  padding: 50px 0;
  color: #fff;
}

.how-it-works h4 {
  font-size: 25px;
  font-weight: 500;
  color: #3498db;
}

.how-it-works ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.how-it-works h4::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, #fff, #3ca1c0);
  margin-top: 8px;
  margin-bottom: 20px;
  border-radius: 1px;
}
.how-it-works ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 18px;
}

.how-it-works ul li i {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.85); /* thin white */
  margin-right: 35px;
  min-width: 30px;
}

/* Titles */
.how-it-works ul li div h5 {
  font-size: 20px;  /* title size */
  font-weight: 500; /* bold */
  margin-bottom: 8px;
  color: #fff;
}

/* Descriptions */
.how-it-works ul li div p {
  font-size: 15px; /* description size */
  line-height: 1.5;
  margin: 0;
  color: #fff;
}


.video-box iframe {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}



.banner-section {
  position: relative;
  overflow: hidden;
  padding-top: 60px;   /* space above text */
  padding-bottom: 60px; /* space below text */
}

/* Right Image */
.banner-image-right {
  position: absolute;
  top: 60px;  
  bottom: 60px; 
  right: 0;
  width: calc(50% - 25px); /* subtract the 25px gap */
  z-index: 0;
}


.banner-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ensure text is above the image */
.banner-left {
  position: relative;
  z-index: 1;
}

/* Slide-in Animations */
.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s forwards;
  animation-delay: 0.2s;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s forwards;
  animation-delay: 0.2s;
}

@keyframes slideInLeft {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  to { opacity: 1; transform: translateX(0); }
}

/* Paragraph font size */
.banner-section p {
  font-size: 15px;
  line-height: 1.5;
  color: #44464a;
  margin-bottom: 15px;
}

/* Slide-in Animations */
.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s forwards;
  animation-delay: 0.2s;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s forwards;
  animation-delay: 0.2s;
}

@keyframes slideInLeft {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  to { opacity: 1; transform: translateX(0); }
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .banner-image-right {
    position: relative;
    width: 100%;
    height: auto;
  }
}

        .hm-service-block.sec-padding {
            padding: 40px 0;
        }
        
        .container-s {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 5px;
        }
        
        .services-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .services-header h4 {
            font-size: 2.5rem;
            color: #3498db;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .services-header h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #3498db;
            border-radius: 2px;
        }
        
        .services-header p {
            color: #2c3e50;
            font-size: 1.8rem;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .row-s {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
        
        .service-item {
            flex: 1;
            min-width: 280px;
            max-width: 280px;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }
        
        .service-item:hover {
            transform: translateY(-5px);
        }
        
        .service-image {
            height: 180px;
            overflow: hidden;
        }
        
        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .service-item:hover .service-image img {
            transform: scale(1.05);
        }
        
        .service-content {
            padding: 20px;
        }
        
        .service-content h3 {
            font-size: 1.8rem;
            color: #2c3e50;
            margin-bottom: 12px;
        }
        
        .service-content p {
            color: #2c3e50;
            margin-bottom: 20px;
            line-height: 1.5;
            font-size: 1.5rem;
        }
        
        .learn-more {
            display: inline-block;
            padding: 8px 16px;
            background-color: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 600;
            font-size: 1.3rem;
            transition: background-color 0.3s ease;
        }
        
        .learn-more:hover {
            background-color: #2980b9;
        }
        
        .learn-more i {
            margin-left: 5px;
            font-size: 0.8rem;
        }
        
        @media (max-width: 1200px) {
            .service-item {
                min-width: 250px;
                max-width: 250px;
            }
        }
        
        @media (max-width: 992px) {
            .service-item {
                min-width: 300px;
                max-width: 300px;
            }
        }
        
        @media (max-width: 768px) {
            .service-item {
                min-width: 100%;
                max-width: 100%;
            }
            
            .services-header h2 {
                font-size: 2rem;
            }
        }

.social-media ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social-media ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff22; /* light transparent circle */
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.social-media ul li a:hover {
    background: #4267B2; /* Facebook blue hover */
    color: #fff;
}

.sec-padding {
  padding: 50px 0;
}

/* ---------- Description Section ---------- */
.desc-flex {
  display: flex;
  align-items: flex-start;
}

.desc-image {
  margin-left: 0; /* image flush left */
  flex: 0 0 auto;
}

.desc-text {
  margin-left: 40px; /* manual gap only between image and text */
  flex: 1;
}
.desc-image img {
  width: 100%;
  max-width: 550px;
  height: 500px;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.desc-text h1 {
  font-size: 2.3rem;
  margin-bottom: 15px;
  text-align: left;
  color: #3498db;
}
.desc-text h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  color: #3498db;
  font-weight: 500;
}
.desc-text p {
  color: #555;
  margin-bottom: 8px;
}

/* Responsive: remove left margin on smaller screens */
@media (max-width: 992px) {  /* tablets */
  .desc-text {
    margin-left: 0;
  }
}

@media (max-width: 576px) {  /* mobile */
  .desc-text {
    margin-left: 0;
  }
}

/* ✅ Features List with tick marks */
.desc-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.desc-features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #333;
  font-weight: 500;
}
.desc-features li::before {
  content: "✔";          /* Tick mark */
  position: absolute;
  left: 0;
  top: 0;
  color: #27ae60;        /* green tick */
  font-weight: bold;
}

/* Button */
.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #0073e6;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #005bb5;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}


/* ---------- FAQ ---------- */

.faq {padding: 50px 0;}

.faq h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2.4rem;
  color: #3498db; /* optional */
}

.faq h2::before {
  content: none !important; /* removes the line */
}

.faq-item {
  margin-bottom:12px;
  border-radius:8px;
  overflow:hidden;
  border:1px solid #e6e6e6;
  background:#fff;
}
.faq-question {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 18px;
  cursor:pointer;
  font-weight:700;
}
.toggle-icon {
  font-size:20px;
  width:30px;
  text-align:center;
}
.faq-answer {
  background:#fbfbfb;
  padding:0 18px;
  max-height:0;
  overflow:hidden;
  transition:max-height .28s ease, padding .2s ease;
}
.faq-answer p { margin:14px 0; }

/* ---------- Responsive ---------- */
@media(max-width:900px){
  .desc-text h1{ font-size:1.9rem; }
  .desc-flex{ gap:20px; }
}
@media(max-width:768px){
  .desc-flex{ flex-direction:column; }
  .desc-image img{ width:100%; height:auto; }
  .why-row{ flex-direction:column; }
  .desc-text h1{ font-size:1.6rem; }
}

/* Tablets */
@media (max-width: 992px) {
  .desc-text p {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .desc-text p {
    font-size: 15px;
  }
}

/* Description UL list */
.desc-features {
  list-style: none; /* remove default bullets */
  padding-left: 0;
  margin: 15px 0 20px;
}
.desc-features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  text-align: left;
}

/* Why Choose Us */
.why-choose-bathroom-tiling {
  position: relative;
  padding: 50px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  z-index: 0;
}

.why-choose-bathroom-tiling::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.why-choose-bathroom-tiling h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2.3rem;
  color: #fff;
  margin-top: 50px;
}

.why-choose-bathroom-tiling h2::before {
  content: none !important;
}

.why-row {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.why-box {
  flex: 1 1 250px;
  max-width: 300px;
  background: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.why-box i {
  color: #0073e6;
  margin-bottom: 30px;
  font-size: 2.2rem;
  transition: transform 0.3s ease;
}

.why-box:hover i {
  transform: scale(1.2);
}

.why-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.why-box p {
  color: #555;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}

/* ----------------- Responsive ----------------- */

/* Tablets */
@media (max-width: 992px) {
  .why-choose-bathroom-tiling h2 {
    font-size: 2rem;
    margin-top: 40px;
  }

  .why-box {
    flex: 1 1 200px;
    max-width: 250px;
    padding: 25px 15px;
  }

  .why-box i {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .why-box h3 {
    font-size: 14px;
  }

  .why-box p {
    font-size: 12px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .why-choose-bathroom-tiling {
    padding: 40px 15px;
    min-height: 400px;
  }

  .why-choose-bathroom-tiling h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .why-row {
    flex-direction: column;
    gap: 20px;
  }

  .why-box {
    max-width: 100%;
    padding: 20px 15px;
  }

  .why-box i {
    font-size: 1.8rem;
    margin: 20px 0;
  }

  .why-box h3 {
    font-size: 15px;
  }

  .why-box p {
    font-size: 15px;
  }
}

/* Footer About Section */

.service-wrp p {
  font-size: 15px;           /* Body text size */
  line-height: 1.6;          /* Better readability */
  color: #fff;               /* Slightly lighter text */
  margin-bottom: 15px;       /* Space before link */
}

.service-wrp .read-more {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.service-wrp .read-more:hover {
  text-decoration: underline;
}

.hm-service-block.sec-padding p {
  font-size: 15px;
}