 .editable {
    border: 1px dashed #ccc;
    padding: 5px;
}

.editable:hover {
    border-color: #666;
}

.hidden {
    display: none;
}

.non-editable {
    /* Add any styles for non-editable elements here */
}

/* Styles for login page */
.login-container {
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
iframe.mapFrame {
    border-radius: 6px;
}
.login-container h2 {
    text-align: center;
}

.login-container form div {
    margin-bottom: 15px;
}

.login-container form div label {
    display: block;
    margin-bottom: 5px;
}

.login-container form div input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.login-container form button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login-container form button:hover {
    background-color: #45a049;
}

/* end-login */


        body, html {
            font-family: 'Public Sans', sans-serif;
            margin: 0;
            padding: 0;
            
        }
        a:hover{text-decoration: none;}

        body{overflow-x: hidden;}
        img{max-width: 100%;}

        button:focus {outline: none;}


       
        .navbar-custom {
            background-color: white;
            padding: 0 2rem;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 6px 6px 41px 0px rgba(0, 0, 0, 0.05);
            display: block;
        }
        .navbar-brand img {
            height: 60px;
        }
        .navbar-brand span{color: #0066cc;
        font-size: 16px;
        position: relative;
        left: -20px;
        top: 9px;}
        .navbar-custom .navbar-brand {
            color: #0066cc;
            font-weight: bold;
            margin: 0;
        }

        .navbar-custom .navbar-nav .nav-link {
            color: #6f6e6e;    text-transform: uppercase;
        }

        .navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link.active {
            color: #003056;
        }

        .navbar-custom .phone-number {
            color: #003056;
            font-weight: bold;
            display: flex;
            align-items: center;
        }
        .navbar-custom .phone-number a {
        color: #003056;}
        .navbar-custom .phone-number i {
            margin-right: 0.5rem;
        }

        .quote-button {
            background-color: #FFD700;
            color: black;
            font-weight: bold;
            border-radius: 25px;
            padding: 0.5rem 1.5rem;
            border: none;
            display: flex;
            align-items: center;
            text-decoration: none;
            margin-right: 1rem;
        }

        .quote-button i {
            margin-left: 0.5rem;
        }




        @media (max-width: 768px) {
            .navbar-custom {
                padding: 1rem;
            }

          

            .phone-number {
                margin-top: 0;
                font-size: 12px;
            }

            .quote-button {
                margin-top: 1rem;
                font-size: 10px;
                padding: 5px 10px;
            }
        }

        .banner-slider img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .banner-slider {
            position: relative;
        }

        .banner-slider:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }

        .banner-content {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            color: white;
            z-index: 9;
        }

        .banner-content h1 {
            max-width: 450px;
            font-size: 3.8rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .banner-content h1 span {
            color: #dbaa5d;
        }

        .banner-content p {
            margin: 1rem 0;
            font-size: 1.2rem;
            max-width: 600px;
        }

        .banner-content .btn {
            background-color: #dbaa5d;
            color: #fff;
            border-radius: 25px;
            padding: 0.8rem 1.5rem;
            border: none;
            align-items: center;
            text-decoration: none;
            margin-top: 1rem;
        }

        .banner-content .btn i {
            margin-left: 0.5rem;
        }

     

        .social-icons a {
            color: white;
            font-size: 1.5rem;
            margin: 0.5rem 0;
        }

        .shape-bottom svg,
        .shape-bottom svg {
            width: calc(100% + 1.3px);
            height: 72px;
        }
        .shape svg {
            display: block;
            width: calc(100% + 1.3px);
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
         .shape-bottom .shape-fill {
            fill: #f1f9ff;
        }

        .bannerSection {
            background-color: #f1f9ff;
        }

        .bannerSection .owl-dots {
            display: block;
            position: absolute;
            right: 30px;
            top: 40%;
        }

        .bannerSection .owl-dots .owl-dot {
            display: block !important;
        }
        .bannerSection .social-icons {
            position: absolute;
            top: 36%;
            left: 30px;
            display: block;
            z-index: 9;
        }
        .shape.shape-bottom {
            position: relative;
            top: -70px;
            z-index: 999;
        }
        .shape.shape-bottom.shape-footer{top: 70px;transform: rotate(-180deg);}

        .shape.shape-bottom.shape-footer .shape-fill {
            fill: #fff;
        }

        .bannerSection .social-icons a {
            display: block;
        }

        @media (max-width: 768px) {
            .banner-content h1 {
                font-size: 2.5rem;
            }

            .banner-content p {
                font-size: 1rem;
            }

            .banner-content .btn {
                font-size: 1rem;
                padding: 0.5rem 1rem;
            }

            .social-icons a {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 576px) {
            .banner-content h1 {
                font-size: 2rem;
            }

            .banner-content p {
                font-size: 0.9rem;
            }

            .banner-content .btn {
                font-size: 0.9rem;
                padding: 0.4rem 0.8rem;
            }

            .social-icons a {
                font-size: 1rem;
            }
        }


          .topSec {
            padding: 50px 0;
            background-color: #f1f9ff;
        }
        .topSec h1{font-weight: 600;font-size: 48px;margin: 0 0 20px;color: #003056;}

        .topSec p {
            margin: 20px 0;
            color: #666;
        }

        .topLeftCol{padding-right: 129px;}

        .topSec .form-group {
            margin-bottom: 1rem;
            position: relative;
        }

        .topSec .form-control {
            padding-left: 15px;
            height: 50px;
            border-radius: 6px;
            border: 1px solid #e3e3e3;
            background-color: #F3F3F3;
        }

        .topSec .form-control-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 10px;
            color: #333;
        }

        .topSec .btn-primary {
            background-color: #dbaa5d;
            border-color: #fff;
            width: auto;
            height: 50px;
            border-radius: 8px;
            display: inline-block;
            padding: 0.5rem 1.5rem;
            font-size: 16px;
            text-transform: uppercase;
        }
        .topSec .btn-primary:hover, .text-column .btn:hover{background-color: #003056;}
        .topSec .nav-tabs .nav-link {
            border: none;
            color: #333;
            font-size: 1.2rem;
                padding: 0;
        }

        .topSec .nav-tabs .nav-link.active {
            color: #000;
            font-weight: bold;
        }

        .topSec .nav-tabs .nav-item + .nav-item {
            margin-left: 20px;
        }

        .topSec .nav-tabs {
            border-bottom: none;
        }

        .topSec .form-row {
            margin-bottom: 1rem;
        }

        .topSec .form-row .form-control {
            width: calc(50% - 10px);
        }

        .topSec .form-row .form-control + .form-control {
            margin-left: 20px;
        }

        .topSec .date-time-picker {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f2f2f2;
            border-radius: 8px;
            padding: 10px;
            border: 1px solid #e3e3e3;
            font-size: 1rem;
            cursor: pointer;
            margin-right: 20px;
        }

        .topSec .date-time-picker i {
            margin-right: 10px;
        }

        .topSec .form-row .form-control + .form-control {
            margin-left: 20px;
        }

        @media (max-width: 768px) {
            .topSec .date-time-picker {
                width: 100%;
                margin-bottom: 10px;
            }

            .topSec .date-time-picker + .date-time-picker {
                margin-left: 0;
            }
        }

         .threeColSec {
      background-color: #f9f9f9;
      padding: 80px 15px;
      margin-bottom: 50px;
    }
    .threeColSec .card {
      border: none;
      border-radius: 6px;
      background-color: #f3f3f3;
      display: flex;
      align-items: self-start;
      justify-content: space-between;
      padding: 20px;
      transition: box-shadow 0.2s;
      flex-direction: row;
    }
    .threeColSec .card:hover {
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .threeColSec .card img {
      width: 80px;
      height: auto;
      flex-shrink: 0;
    }
    .threeColSec .card-body {
      flex: 1;
      padding: 0;
      padding-right: 20px;
    }
    .threeColSec .card-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 10px;
      color: #003056;
    }
    .threeColSec .card-text {
      font-size: 13px;
      color: #555;
      margin-bottom: 20px;
    }
    .threeColSec .btn {
      background-color: #dbaa5d;
      border: 0;
      border-radius: 6px;
      padding: 5px 20px;
      font-size: 0.9rem;
      transition: background-color 0.2s, color 0.2s;
      color: #fff;
    }
    .threeColSec .btn:hover {
      background-color: #003056;
      color: #fff;
    }




        .services-section {
            background-color: #F1F9FF;
            padding: 60px 0;
        }

        .services-section h2 {
            text-align: center;
            font-weight: 700;
            margin-bottom: 40px;
            color: #003056;
        }

        .service-card {
                background-color: white;
                border-radius: 10px;
                box-shadow: 2px 2px 67px 0px rgba(44.000000000000014, 162.00000000000026, 252, 0.05);
                overflow: hidden;
                margin-bottom: 30px;
                display: flex
            ;
                flex-direction: column;
                height: 100%;
        }

        .service-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 20px 20px 0;
            text-align: center;
        }

        .service-icon {
            background: linear-gradient(180deg, #0E7FBF 0%, #0E69BF 100%);
            color: white;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: -70px auto 10px auto;
            position: relative;
            z-index: 9;
            font-size: 30px;
        }

        .service-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-top: 30px;
            text-transform: capitalize;
        }

        .service-description {
            color: #777;
            font-size: 0.9rem;
            margin-bottom: 20px;
        }

        .read-more {
            color: #2CA2FC;
            font-weight: bold;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
        }

        .read-more i {
            margin-left: 5px;
        }

        @media (max-width: 768px) {
            .service-card img {
                height: 150px;
            }

            .service-card-body {
                padding: 15px;
            }

            .service-icon {
                width: 50px;
                height: 50px;
            }

            .service-title {
                font-size: 1rem;
            }

            .service-description {
                font-size: 0.8rem;
            }

            .read-more {
                font-size: 0.9rem;
            }
        }
        .custom-section {
            padding: 50px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .custom-section.last{padding-bottom: 100px;}

        .custom-section .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }



        .custom-section .text-column{padding-left: 50px;}
       

        .custom-section .text-column h2 {
            color: #003056;
            font-size: 2.5rem;
            font-weight: 700;
        }

        .custom-section .text-column p {
            margin: 20px 0;
            color: #666;
        }
        .feature p {
            margin: 0 !important;!i;!;
            color: #212529 !important;!i;!;
        }
         .text-column .features {
            margin-bottom: 20px;
        }

        .text-column .feature {
            width: 100%;
            display: flex;
            align-items: self-start;
            margin-bottom: 15px;
            text-transform: capitalize;
        }

         .text-column .feature i {
            color: #2CA2FC;
            margin-right: 10px;
            position: relative;
            top: 5px;
        }

       .text-column .btn {
            background-color: #dbaa5d;
            color: #fff;
            border-radius: 6px;
            padding: 0.5rem 1.5rem;
            border: none;
            align-items: center;
            text-decoration: none;
            margin-top: 1rem;
            font-size: 16px;
            text-transform: uppercase;
        }

        .custom-section .text-column .btn i {
            margin-left: 0.5rem;
        }

        .custom-section .image-column {
         
            position: relative;
                     
            display: flex;
                     
            justify-content: center;
                     
            align-items: center;
                     
            padding-right: 50px;
                    }

            .custom-section .image-column-right{padding-left: 50px; padding-right: 0;}
            .custom-section .text-column-left{padding-right: 50px; padding-left: 0;}

        .custom-section .image-column img {
            border-radius: 6px;
            width: 100%;
            max-width: 100%;
            box-shadow: 2px 2px 8px 0px #00000042;
        }

        .custom-section .image-column .small-image {
            position: absolute;
            bottom: -20px;
            left: -20px;
            border: 5px solid white;
            border-radius: 50%;
            width: 200px;
            height: 200px;
            overflow: hidden;
        }

        .custom-section .image-column .icon-circle {
            position: absolute;
            top: 20px;
            right: 5px;
            background-color: white;
            border-radius: 50%;
            width: 130px;
            height: 130px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            color: #dbaa5d;
            font-size: 60px;
        }

        .image-column img{width: 450px; height: 450px; object-fit: cover;}

        .small-image img{width: 200px; height: 200px; object-fit: cover;}

        @media (max-width: 768px) {
            .custom-section .container {
                flex-direction: column;
            }

            .custom-section .text-column, 
            .custom-section .image-column {
                max-width: 100%;
                text-align: center;
            }

            .custom-section .text-column h2 {
                font-size: 2rem;
            }

            .custom-section .text-column .features {
                justify-content: center;
            }

            .custom-section .image-column img {
                max-width: 300px;
            }

            .custom-section .image-column .small-image {
                width: 80px;
                height: 80px;
            }
        }

        .request-section {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            align-items: center;
            background-color: #003056;
        }

        .request-form {
            background-color: #003056;
            color: #fff;
            padding: 40px;
            flex: 1;
            box-sizing: border-box;
            position: relative;
            min-width: 300px;
        }

        .request-form h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .request-form p {
            margin-bottom: 30px;
        }

        .request-form input, 
        .request-form textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: none;
            border-radius: 6px;
            background-color: #fff;
            color: #003056;
            box-sizing: border-box;
        }

        .request-form textarea {
            height: 150px;
            resize: none;
            margin-bottom: 30px;
        }

        .request-form button {
            background-color: #dbaa5d;
            color: black;
            font-weight: bold;
            border-radius: 25px;
            padding: 0.5rem 1.5rem;
            border: none;
            display: flex;
            align-items: center;
            text-decoration: none;
            margin-top: 10px;
            cursor: pointer;
        }

        .request-form button i {
            margin-left: 0.5rem;
        }

        .request-form .icon-circle {
            position: absolute;
            right: -25px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #dbaa5d;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            z-index: 1;
        }

        .request-section  .btn {
            background-color: #dbaa5d;
            color: #fff;
            border-radius: 25px;
            padding: 0.5rem 1.5rem;
            border: none;
            align-items: center;
            text-decoration: none;
            margin-top: 1rem;
        }

        .request-section .btn i {
            margin-left: 0.5rem;
        }

        .request-image {
            flex: 1;
            position: relative;
            min-width: 300px;
            height: 550px;
        }

        .request-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        @media (max-width: 768px) {
            .request-form,
            .request-image {
                width: 100%;
                height: auto;
                text-align: center;
                padding: 20px;
            }

            .request-form .icon-circle {
                position: relative;
                top: auto;
                right: auto;
                transform: none;
                margin: 20px auto;
            }

            .request-image img {
                height: 50vh;
            }
        }

        .statistics-section {
            text-align: center;
           
            padding: 60px 0;
            background-color: #f8f9fa;

        }
        .leftStat p{padding-right: 80px;}
        .statistics-section h2 {
            color: #003056;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 40px;
        }

        .statistics-section .stat-card {
            /* background-color: white; */
            border-radius: 0;
            padding: 20px;
            /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
            margin-bottom: 20px;
            text-align: center;
        }
        .statistics-section .stat-card .icon-circle {
            background: linear-gradient(180deg, #0E7FBF 0%, #0E69BF 100%);
            color: white;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .statistics-section .stat-card .stat-number {
            color: #003056;
            font-size: 2rem;
            font-weight: 700;
        }

        .statistics-section .stat-card .stat-text {
            color: #6d6c6c;
        }

        @media (max-width: 768px) {
            .statistics-section .stat-card {
                margin-bottom: 30px;
            }
        }

         .pool-ready-section {
            background: url('../images/image5.jpg') no-repeat center center/cover;
            color: #fff;
            text-align: center;
            padding: 60px 20px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 480px;
        }

        .pool-ready-content {
            max-width: 800px;
            z-index: 1;
        }

        .pool-ready-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 0;
        }

        .pool-ready-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .pool-ready-section p {
            font-size: 1.2rem;
            margin-bottom: 0;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .pool-ready-section h2 {
                font-size: 2rem;
            }

            .pool-ready-section p {
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .pool-ready-section h2 {
                font-size: 1.5rem;
            }

            .pool-ready-section p {
                font-size: 0.9rem;
            }
        }


        .testimonial-section {
            text-align: center;
            padding: 60px 20px 0;
        }
          .testimonial-section .owl-dots{display: none;}

        .testimonial-section h2 {
            color: #003056;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .testimonial-section .testimonial-content {
               color: #575a5f;
               border-radius: 10px;
               padding: 0;
               margin-bottom: 0;
               position: relative;
        }

        .testimonial-section .testimonial-content p {
            font-size: 1.1rem;
            margin-bottom: 0;
            max-width: 750px;
            margin: auto;
            line-height: 30px;
        }

        .testimonial-section .client-info {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
                flex-direction: column;
        }

        .testimonial-section .client-info img {
            border-radius: 100%;
            width: 80px;
            height: 80px;
            margin-right: 0;
            object-fit: cover;
        }
        .testimonial-section .client-info .client-details {
            text-align: left;
        }

        .testimonial-section .client-info .client-details h4 {
            color: #003056;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .testimonial-section .client-info .client-details .stars {
            color: #FDDC57;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 20px 0;
        }

        .testimonial-section .client-info .client-details .client-title {
            color: #6d6c6c;
            text-align: center;
            font-size: 16px;
            opacity: 0.8;
        }

        .testimonial-section .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }

        .testimonial-section .owl-nav button {
            background-color: #003056;
            border: none;
            border-radius: 50%;
            color: #fff;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            outline: none;
        }

        .testimonial-section .owl-nav button:hover {
            background-color: #003056;
        }

        @media (max-width: 768px) {
            .testimonial-section h2 {
                font-size: 1.5rem;
            }

            .testimonial-section .testimonial-content p {
                font-size: 1rem;
            }

            .testimonial-section .client-info img {
                width: 50px;
                height: 50px;
            }

            .testimonial-section .client-info .client-details h4 {
                font-size: 1rem;
            }

            .testimonial-section .client-info .client-details .stars {
                font-size: 0.9rem;
            }

            .testimonial-section .client-info .client-details .client-title {
                font-size: 0.8rem;
            }

            .testimonial-section .owl-nav button {
                width: 30px;
                height: 30px;
            }
        }

        .qr-section {
         text-align: center;
         padding: 80px 0;
         background-color: #f6f6f6;
         }

        .qr-section .container{padding: 0;}
        .appCol{padding: 0 30px;width: auto;max-width: none;flex: unset;}

        .qr-section h2 {
         color: #003056;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 40px;
        }
    .qr-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #f2f8fe;
      border: 0;
     /* padding: 30px;*/
      border-radius: 0;
      transition: box-shadow 0.3s ease;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
      flex-wrap: wrap;
    }
    .qr-card:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .qr-card img {
      width: 300px;
      height: auto;
      flex-shrink: 0;
      margin: auto;
    }
    .qr-card .qr-text {
      flex-grow: 1;
      margin-left: 15px;
      min-width: 150px;
    }
    .qr-card .qr-text h4 {
      font-size: 18px;
      margin: 0;
      text-align: left;
      color: #003056;
      font-size: 22px;
      font-weight: 600;
    }
    .qr-card .qr-text p {
      font-size: 14px;
      margin: 0;
      color: #6d6c6c;
      text-align: left;
      margin-top: 5px;
    }
    .qr-card .qr-icon {
      font-size: 18px;
      margin-left: 10px;
      flex-shrink: 0;
    }

    .qr-section .row {
    justify-content: center;
}
   

        .footer {
            background: linear-gradient(180deg, #0E7FBF 0%, #0E69BF 100%);
            background-repeat: repeat;
            color: #fff;
            padding: 80px 0 30px;
            position: relative;
            /* z-index: 9999; */
        }

        /*.footer .left-column {
           background: linear-gradient(180deg, #0E7FBF 0%, #0E69BF 100%);

            padding: 0 20px 30px;
            color: #fff;
            margin-bottom: 20px;
        }
*/

        .faddress {
    margin: 0 0 10px;
}

.footerContactDetails a{display: block; margin-bottom: 10px;}

       .footer .left-column p i{margin-bottom: 20px;}

        .footer .left-column a{color: #fff;}
         .footer .left-column a:hover{text-decoration: underline;}

        .footer h5 {
            color: #fff;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .footer .links {
            list-style: none;
            padding: 0;
        }

        .footer .links li {
            margin-bottom: 10px;
        }

        .footer .links li a {
            color: #fff;
            text-decoration: none;
        }

        .footer .links li a:hover {
            color: #003056;
        }

        .footer .links li i {
            margin-right: 10px;
        }

        .footer .newsletter {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .footer .newsletter input {
            flex: 1;
            padding: 10px;
            border-radius: 20px 0 0 20px;
            border: none;
        }

        .footer .newsletter button {
            background-color: #dbaa5d;
            border: none;
            border-radius: 0 20px 20px 0;
            padding: 10px 20px;
            cursor: pointer;
            color: #000;
        }

        .footer .social-icons {
            display: flex;
            justify-content: flex-start;
        }

        .footer .social-icons a {
            background-color: #122F6F;
            color: #fff;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            text-decoration: none;
          
        }

        .footer .social-icons a:hover {
            background-color: #dbaa5d;
            color: #000;
        }



        .footer-bottom {
            text-align: center;
            margin-top: 20px;
        }

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

        .footer-bottom a:hover{color: #003056;}

      .footer-bottom p {
            font-size: 14px;
        }

        .footer .left-column img {
            width: 100px;
            height: auto;
        }


        /*about us*/


        .about-section {
            position: relative;
            text-align: left;
            color: #fff;
            position: relative;
        }

        .about-section:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }

        .about-section img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .about-section .content {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            z-index: 1;
        }

        .about-section h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .about-section p {
            font-size: 1.2rem;
            margin-bottom: 20px;
            max-width: 550px;
        }

        .about-section .breadcrumb {
            background: none;
            padding: 0;
            margin: 0;
            font-size: 1rem;
        }

        .breadcrumb a:hover{text-decoration: underline !important;}

        .about-section .breadcrumb-item a {
            color: #fff;
            text-decoration: none;
        }

        .about-section .breadcrumb-item.active {
            color: #fff;
        }

        .about-section .breadcrumb-item::before {
            color: #fff;
        }

        @media (max-width: 768px) {
            .about-section .content {
                left: 5%;
                text-align: center;
            }

            .about-section h1 {
                font-size: 2rem;
            }

            .about-section p {
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .about-section h1 {
                font-size: 1.5rem;
            }

            .about-section p {
                font-size: 0.9rem;
            }
        }


        .aboutCustom{background-color: #f1f9ff;
            padding: 0 0 60px;}


        .about-statistics-section {
            padding: 60px 0;
        }

        .about-statistics-section h2 {
            color: #003056;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
       h6 {
            color: #003056;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #2ca2fc;
        }


        .about-statistics-section p {
            color: #575a5f;
            font-size: 1rem;
            margin-bottom: 30px;
        }

        .about-statistics-section .btn-learn-more {
            background-color: #dbaa5d;
            color: black;
            font-weight: bold;
            border-radius: 25px;
            padding: 0.5rem 1.5rem;
            border: none;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }

        .about-statistics-section .btn-learn-more i {
            margin-left: 0.5rem;
        }

        .about-stat-box {
            background-color: #fff;
            border-radius: 6px;
            padding: 40px 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            text-align: center;
        }

        .about-stat-box h3 {
            color: #003056;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .about-stat-box p {
            color: #6d6c6c;
            font-size: 1rem;
            margin: 0;
        }

        @media (max-width: 768px) {
            .about-statistics-section h2 {
                font-size: 1.5rem;
            }

            .about-statistics-section p {
                font-size: 0.9rem;
            }

            .about-stat-box h3 {
                font-size: 1.5rem;
            }

            .about-stat-box p {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .about-statistics-section h2 {
                font-size: 1.2rem;
            }

            .about-statistics-section p {
                font-size: 0.8rem;
            }

            .about-stat-box h3 {
                font-size: 1.2rem;
            }

            .about-stat-box p {
                font-size: 0.8rem;
            }
        }


        /*service*/

        .services-section {
            padding:0 0 60px
            
        }

       .aboutService{background-color: #fff; padding-top: 60px;}

        .services-section h2 {
            color: #003056;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 40px;
        }

        .services-section p {
            color: #575a5f;
            font-size: 1rem;
            margin-bottom: 30px;
        }

        .service-box {
           
           
           
            margin-bottom: 80px;
            text-align: center;
            transition: transform 0.3s ease;
            cursor: default;
        }

       /* .service-box:hover {
            transform: translateY(-10px);
        }*/

        .service-box .icon {
            font-size: 2.5rem;
            color: #2CA2FC;
            margin-bottom: 10px;
            transition: transform 0.3s ease;
            text-align: center;
        }

        .service-box:hover .icon {
            transform: scale(1.2);
        }

        .service-box h3 {
            color: #003056;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .service-box p {
            color: #6d6c6c;
            font-size: 1rem;
            margin-bottom: 20px;
        }

        .service-box a {
            color: #2CA2FC;
            font-size: 1rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            font-weight: 700;
        }

        .service-box a i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .service-box a:hover i {
            transform: translateX(5px);
        }

        @media (max-width: 768px) {
            .services-section h2 {
                font-size: 1.5rem;
            }

            .services-section p {
                font-size: 0.9rem;
            }

            .service-box h3 {
                font-size: 1.2rem;
            }

            .service-box p {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .services-section h2 {
                font-size: 1.2rem;
            }

            .services-section p {
                font-size: 0.8rem;
            }

            .service-box h3 {
                font-size: 1rem;
            }

            .service-box p {
                font-size: 0.8rem;
            }
        }


        .servicStatis{    background-color: #F1F9FF;}

        /*pricing*/


         .pricing-section {
            padding: 0 0 60px;
            text-align: center;
            background-color: #F1F9FF;
        }

        .pricing-section h2 {
            color: #003056;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .pricing-section p {
            color: #575a5f;
            font-size: 1rem;
            margin-bottom: 20px;
        }

        .pricing-box {
                background-color: #fff;
                border-radius: 15px;
                padding: 30px;
                margin-bottom: 20px;
                transition: transform 0.3s ease;
                border: 1px solid #2ca2fc;
                box-shadow: 2px 2px 67px 0px rgba(44.000000000000014, 162.00000000000026, 252, 0.05);
        }

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

        .pricing-box .icon {
            font-size: 2.5rem;
            color: #2CA2FC;
            margin-bottom: 10px;
        }

        .pricing-box h3 {
            color: #003056;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .pricing-box .price {
            color: #2CA2FC;
            font-size: 2rem;
            font-weight: 700;
            margin: 0 0 20px;
        }

        .pricing-box .price span {
            font-size: 1rem;
            color: #6d6c6c;
        }

        .pricing-box ul {
            list-style: none;
            padding: 0;
            margin-bottom: 20px;
        }

        .pricing-box ul li {
            color: #6d6c6c;
            font-size: 1rem;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .pricing-box ul li i {
            color: #003056;
            margin-right: 10px;
            font-size: 1rem;
        }

        .pricing-box a {
            background-color: #dbaa5d;
            color: black;
            font-weight: bold;
            border-radius: 25px;
            padding: 0.5rem 1.5rem;
            border: none;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .pricing-box a:hover {
            background-color: #FFC107;
        }

        .pricing-box a i {
            margin-left: 0.5rem;
        }

            sup {
        top: -.5em;
        left: -5px;
        }

        @media (max-width: 768px) {
            .pricing-section h2 {
                font-size: 1.5rem;
            }

            .pricing-section p {
                font-size: 0.9rem;
            }

            .pricing-box h3 {
                font-size: 1.2rem;
            }

            .pricing-box .price {
                font-size: 1.5rem;
            }

            .pricing-box ul li {
                font-size: 0.9rem;
            }

            .pricing-box a {
                font-size: 0.9rem;
                padding: 0.5rem 1rem;
            }
        }

        @media (max-width: 576px) {
            .pricing-section h2 {
                font-size: 1.2rem;
            }

            .pricing-section p {
                font-size: 0.8rem;
            }

            .pricing-box h3 {
                font-size: 1rem;
            }

            .pricing-box .price {
                font-size: 1.2rem;
            }

            .pricing-box ul li {
                font-size: 0.8rem;
            }

            .pricing-box a {
                font-size: 0.8rem;
                padding: 0.5rem 1rem;
            }
        }


        /*timeline*/

         .timelineSec { padding: 60px 0;
        }

        .timeline{margin-top: 90px;}

        .timeline .timeline-step {
            margin-bottom: 0;
            position: relative;
        }


        .timeline .timeline-step h4 {
            color: #6f6e6e;
            font-weight: 500;
            font-size: 16px;
        }

        .timeline .timeline-step h5 {
            font-weight: bold;
            color: #003056;
            font-size: 20px;
        }

        .timeline .timeline-step p {
            color: #575a5f;
            line-height: 1.6;
            margin: 0;
        }

        .timeline .timeline-step img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 6px;
        }

        .timeText {
            border-left: 1px solid #000;
            position: relative;
        }

        .timeCont {
            padding-bottom: 40px;
            padding-left: 40px;
            min-height: 300px;
        }

        .timeline .timeline-step:last-child .timeCont {
            min-height: auto;
        }

        .timeText:before, .lastTime:before {
            content: "";
            width: 8px;
            height: 8px;
            background-color: #000;
            position: absolute;
            top: 0;
            left: -4px;
         
        }
        .stepImg {
            padding-right: 40px;
        }

        .lastTime:before{ bottom: 0; top: auto;}

        .lastTime{padding-bottom: 50px;}

                .timelineSec h2 {
            color: #003056;
            font-size: 2.5rem;
            font-weight: 700;
        }

        .timelineSec p {
            margin: 20px auto;
            color: #666;
         
        }

        .laststep {
            margin-top: -16px;
                padding-bottom: 20px;
        }

        /*contact*/
   



        .contact-section {
            padding: 0 0 60px;
            background-color: #f1f9ff;
        }
        .contact-section h2 {
            color: #003056;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .contact-section .box {
                background-color: #fff;
                border-radius: 10px;
                padding: 40px;
                box-shadow: 2px 2px 67px 0px rgba(44.000000000000014, 162.00000000000026, 252, 0.05);
                margin-bottom: 20px;
                display: flex;
                align-items: self-start;
        }
        .contact-section .box a {
            color: #6d6c6c;
        }

        .contact-section .box .icon {
            font-size: 3rem;
            color: #2CA2FC;
            margin-right: 40px;
        }
        .contact-section .box .icon img {
            width: 3rem;
            position: relative;
            top: -5px;
            vertical-align: unset;
        }

        .contact-section .box h4 {
            color: #003056;
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .contact-section .box p {
            color: #6d6c6c;
            font-size: 1rem;
            margin: 0;
        }

        .contact-section .form-control {
            border-radius: 6px;
            padding: 10px 20px;
            height: 52px;
            resize: none;
        }

        .contact-section .btn-submit {
                background-color: #dbaa5d;
                color: #fff;
                border-radius: 6px;
                padding: 0.5rem 1.5rem;
                border: none;
                align-items: center;
                text-decoration: none;
                margin-top: -5px;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: 400;
        }

        .contact-section .btn-submit:hover{    background-color: #003056;}

        .contact-section .btn-submit i {
            margin-left: 0.5rem;
        }
        textarea.form-control {
            height: 120px !important;
        }

        @media (max-width: 768px) {
            .contact-section h2 {
                font-size: 1.5rem;
            }

            .contact-section .box h4 {
                font-size: 1rem;
            }

            .contact-section .box p {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .contact-section h2 {
                font-size: 1.5rem;
            }

            .contact-section .box h4 {
                font-size: 0.9rem;
            }

            .contact-section .box p {
                font-size: 0.8rem;
            }
        }




         @media (min-width: 1200px) {
            .services-section h2{font-size: 2.5rem;}
            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .8rem;
                padding-left: .8rem;
            }



         }


          /* Scroll to Top Button */
        .scrollToTopBtn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: #dbaa5d;
            color: #fff;
            border: none;
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            display: none;
            justify-content: center;
            align-items: center;
            transition: opacity 0.3s, visibility 0.3s;
            z-index: 1000;
        }

        .scrollToTopBtn.show {
            display: flex;
        }

        .scrollToTopBtn i {
            font-size: 24px;
        }

        .scrollToTopBtn:hover {
            background-color: #003056;
            color: #fff;
        }

          .contentText{ padding: 80px 0; color: #666; }

      
        .contentText h1 {
            font-size: 30px;
            font-weight: 500;
            text-transform: uppercase;
            margin: 0 0 20px;
            color: #111;
        }
       .contentText  hr {
            border-color: #c6c4c4;
            margin: 30px 0;
        }
       .contentText h2, .contentText .section-title {
            margin-top: 20px;
            font-weight: 500;
            font-size: 22px;
            color: #333;
        }
        .contentTex  {
            padding-left: 20px;
        }

        .contentText a {
            color: #0E69BF;
        }


         .contentText table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        .contentText table, th, td {
            border: 1px solid #ddd;
        }
        .contentText th, td {
            padding: 12px;
            text-align: left;
        }
        .contentText th {
            background-color: #f8f8f8;
        }
        .contentText tr:nth-child(even) {
            background-color: #f2f2f2;
        }

            
         @media(max-width: 991px){
            .banner-slider img{height: 450px;}

            .custom-section .image-column img {
                max-width: 300px;
                width: 300px;
                height: 300px;
            }

            .custom-section .image-column .small-image {
              
                bottom: 14px;
                left: -6px;
                
            }

            .small-image img {
                width: 70px !important;
                height: 70px !important;
                object-fit: cover;
            }
             body , html{overflow-x: hidden;}
            .custom-section .text-column { margin-top: 20px;}
            .custom-section .text-column .feature{    width: 100%;    margin-left: 10px;}
            .request-form .icon-circle{display: none;}
            .pool-ready-section{height: 250px;}

         
         
            .footer{padding-bottom: 10px;}

            .bannerSection .owl-dots, .bannerSection .social-icons{display: none;}
            .navbar-custom {
                padding: 0 15px 0;
            }

          

         }



         @media (min-width: 1365px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}


    @media(max-width: 991px){

        .topSec h1{font-size: 34px;}
        .topSec {
            padding: 40px 0;
        }

        .topLeftCol {
        padding-right: 15px;}

        .threeColSec .card{margin-bottom: 20px;}

        .threeColSec{margin-bottom: 0;}
        .custom-section .text-column{padding-left: 0;}
        .custom-section{padding: 40px 0;}
        .custom-section .image-column-right{padding-left: 0;}
        .custom-section .image-column{padding-right: 0;}
        .custom-section .text-column-left{padding-right: 0;}

        .orderCol{order: 1;}

        .orderCol1{order: 2;}
        .threeColSec{padding: 40px 15px;}
        .qr-section .container{padding: 0;}

        .footer{padding-top: 40px;}
        .qr-section{margin-top: 0; padding: 40px 0;}

        .navbar-nav .nav-link {
            padding-right: 10px;
            padding-left: 10px;
        }

        .orderNav {
            position: absolute;
            top: 20px;
            width: 100%;
            max-width: 100%;
            right: 5px;
            padding: 0;
        }

        .navbar-toggler {
                    width: auto;
                    position: absolute;
                    right: 0;
                    top: 0;
        }

 

            ul.navbar-nav {
                background: #fff;
                box-shadow: 6px 16px 41px 5px rgba(0, 0, 0, 0.05);
                padding: 10px 15px 10px;
                margin-top: 48px;
                margin-right: 0;
                width: 102%;
                border-top: 1px solid #eee;
            }

            .phoneDv {
                margin-right: 50px;
                width: auto;
                max-width: none;
                flex: unset;
                position: relative; z-index: 9;
            }
            .logoDv{position: relative; z-index: 9;}
}


       
        


  @media(max-width: 767px){
    .stepImg{padding-right: 0;}

    .timeCont{min-height: auto; padding-left: 0;}


    .about-section img{height: 300px;}

     .appCol{padding: 0 10px;}
    
    .qr-card img{width: 150px;}

    .laststep {
    margin-top: 0;}

    .timelineSec{padding: 40px 0;}
    .custom-section.last {
    padding-bottom: 40px;}

    .contentText{padding: 40px 0;}
}


  @media(max-width: 575px){
    .orderNav{order: 3; width: 100%;}

    .nav-link{font-size: 14px;}

     .timelineSec h2, .qr-section h2{font-size: 1.5rem;}

   


}