@import url('https://fonts.googleapis.com/css2?family=Fredoka&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Denk+One&amp;display=swap');


.main-container {
    float: left;
    width: 100%;
}

.banner_container {
    float: left;
    width: 100%;
}

.banner_container img {
    float: left;
    width: 100%;
}

.banner3 {
    float: left;
    width: 100%;
}

.banner3 img {
    float: left;
    width: 100%;
}

.top-hd {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.top-hd img {
    float: left;
    width: 90%;
}

.top-hd-img22 img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 70%;
    border-left: 2px dashed #670000;
    border-right: 2px dashed #670000;
}

.choose-sec {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/whybg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.choose-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    background: #000000d2;
    z-index: -1;
}

.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fcc107;
    font-family: 'Denk One', sans-serif;
}

.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Fredoka', sans-serif;
}

.choose-sec .counter-main {
    padding: 30px 15px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.counter-box {
    padding: 0px 0px 100px;
    position: relative;
    z-index: 1;
}

.counter-box:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 50px;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    background: #fcc107;
    z-index: -2;
    border-radius: 50px 50px 0px 0px;
}

.counter-box2 {
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px 0px;
    position: relative;
    z-index: 1;
    border: 10px solid #670000;
}

.counter-box2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    background: #fcc107;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    border: 0px solid #670000;
}

.icon-box {
    display: block;
    font-size: 50px;
    color: #670000;
}

.choose-sec .counter-main .counter-box2 .count-name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    font-family: 'Denk One', sans-serif;
}

.counter {
    font-size: 30px;
    font-weight: 700;
    color: #670000;
    font-family: 'Fredoka', sans-serif;

}

.counter-box:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50%;
    top: 43%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    background: #fcc107;
    z-index: -1;
    -webkit-box-shadow: 0px 4px 10px #000000ba;
    box-shadow: 0px 4px 10px #000000ba;
    border-radius: 0px 0px 5px 5px;
}

.counter-box:hover .counter-box2:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.best-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #670000;
    font-family: 'Denk One', sans-serif;
    position: relative;
}

.best-header::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 14px;
    top: inherit;
    right: 0px;
    bottom: -12px;
    left: 0px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 20px;
    background: #fcc107;
}

.best-header:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 14px;
    top: inherit;
    right: 0px;
    bottom: -12px;
    left: 0px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 20px;
    background: #fcc107;
    width: 200px;
    background: #fcc107;
    z-index: -1;
    right: 0;
    left: 0;
    height: 4px;
    bottom: -7px;
    border: 0px;
}

.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'Fredoka', sans-serif;
    margin-top: 20px;
}

.best-border {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #00000040;
    box-shadow: 0px 0px 20px #00000040;
    background: #fff;
}

.best-mg {
    float: left;
    width: 100%;
}

.best-mg img {
    float: left;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.best-border:hover .best-mg img {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 15px;
    color: #670000;
    font-family: 'Denk One', sans-serif;
}

.best-title-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
    font-family: 'Fredoka', sans-serif;
}

.best-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 10px 0px;
    font-family: 'Fredoka', sans-serif;
}

.best-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Fredoka', sans-serif;
}

.best-call a {
    background: #670000;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.just {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fcc107;
    text-align: center;
}

.just img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 20%;
}

.just1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #000;
    font-family: 'Fredoka', sans-serif;
}

.just2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-family: 'Denk One', sans-serif;
    margin-top: 10px;
}

.just2 span {
    background: #670000;
    padding: 8px 15px;
    letter-spacing: 3px;
}

.just3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #670000;
    font-family: 'Fredoka', sans-serif;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}

ul.call-chat-services {
    padding: 0;
    margin: 0;
    font-family: 'Fredoka', sans-serif;
}

ul.call-chat-services li {
    line-height: normal;
    display: inline-block;
    padding: 15px 7px;
}

ul.call-chat-services li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #670000;
    padding: 11px 15px;
    transition: 0.5s;
    box-shadow: 0px 6px 7px 0px #0000006b;
}

ul.call-chat-services li a i {
    font-size: 20px;
    color: #fcc107;
    position: relative;
    animation-duration: var(--fa-animation-duration, 3s);
    top: 3px;
}

ul.call-chat-services li.online-chat a {
    background: #012911;
}

.ser-list {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/bg2.png);
    background-size: cover;
    background-attachment: fixed;
}

.ser-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Fredoka', sans-serif;
}

.ser-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #670000;
    font-family: 'Denk One', sans-serif;
}

.solutions-list {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.solutions-list ul {
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: 'Fredoka', sans-serif;
}

.solutions-list ul li {
    font-size: 18px;
    padding: 10px 15px;
    text-transform: capitalize;
    list-style: none;
    margin: 10px;
    background-color: #fff9de;
    border: 1px solid rgba(197, 0, 56, .2);
    border-radius: 200px;
    transition: 0.7s;
}

.solutions-list ul li i {
    color: #670000;
    padding-right: 10px;
}

.solutions-list ul li:hover {
    background-color: #fcc107;
}

.testi {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.test-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-family: 'Fredoka', sans-serif;
}

.test-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #670000;
    font-family: 'Denk One', sans-serif;
}

.tst-border {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #670000;
    box-shadow: -1px 4px 13px 0px rgb(0 0 0 / 15%);
    padding: 50px 30px 40px;
    border-radius: 12px;
    transition: all 500ms ease;
    transform: translateY(0);
    margin-top: 40px;
}

.tst-border:hover {
    transform: translateY(-10px);
    transition: all 500ms ease;
}

.tst-border:hover i {
    background: #670000;
    color: #ffffff;
    transition: all 500ms ease;
}

.tst-border i {
    position: absolute;
    transition: all 500ms ease;
    background: #fcc107;
    color: #670000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    top: -20px;
    left: 40px;
    text-align: center;
    font-size: 26px;
}

.test-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fcc107;
    font-family: 'Fredoka', sans-serif;
}

.test-img {
    float: left;
    width: 40%;
    padding-top: 15px;
    border-right: 2px solid #fff;
}

.test-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.test-con {
    float: left;
    width: 60%;
    padding-left: 15px;
}

.test-con h1 {
    font-size: 22px;
    color: #fcc107;
    font-family: 'Denk One', sans-serif;
}

.test-con p {
    font-size: 18px;
    color: #fff;
    font-family: 'Fredoka', sans-serif;
}

.abt-us {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fcc107;
    outline: 3px solid #fff;
    outline-offset: -15px;
}

.abt-right {
    float: left;
    width: 100%;
}

.abt-sub {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Fredoka', sans-serif;
}

.abt-sub span {
    background: #000;
    padding: 8px 15px;
    border-radius: 5px;
}

.abt-header {
    float: left;
    width: 100%;
    font-size: 35px;
    padding-top: 10px;
    color: #670000;
    font-family: 'Denk One', sans-serif;
}

.abt-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #000;
    line-height: 32px;
    padding-top: 15px;
    font-family: 'Fredoka', sans-serif;
}

.abt-desc span {
    color: #670000;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}





.footer {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/whybg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    background: #000000d2;
    z-index: -1;
}

.contact1 {
    float: left;
    width: 100%;
    text-align: center;
}

.contact2 {
    padding: 0 10px 0px;
    margin-top: -90px;
    float: left;
    width: 100%;
}

.contact3 {
    padding: 0px;
}

.contact3 a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    animation: bkli 0.4s infinite;
}

.contact3 a i {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid#ffa800;
    line-height: 80px;
    color: #ffa800;
    font-size: 25px;
    text-align: center;
    margin-right: 6px;
    font-family: 'Denk One', sans-serif;
}

@keyframes bkli {
    0% {
        color: #ffa800;
        text-shadow: 0 0 30px;
    }

    50% {
        color: #fff;
        text-shadow: 0 0 10px;
    }

    100% {
        color: #ffa800;
        text-shadow: 0 0 30px;
    }
}

.footer-header {
    float: left;
    width: 100%;
    font-size: 30px;
    border-bottom: 2px dashed #fcc107;
    font-family: 'Denk One', sans-serif;
    color: #fcc107;
}

.footer ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 9px 0 0 0;
    list-style: none;
    text-align: left;
}

.footer li {
    list-style: none;
    padding: 5px 0 5px 0;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
    float: left;
    width: 100%;
    font-family: 'Fredoka', sans-serif;
    color: white;
}

.footer i {
    color: #fcc107;
    font-size: 20px;
    padding: 0 8px 0 0;
}

.footer li a {
    color: #fcc107;
    padding: 5px 0 5px 0;
    line-height: 26px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #fcc107;
    padding: 7px 6px;
    display: block;
    margin-bottom: 7px;
    text-decoration: none;
    transition: .6s;
}

.footer li a:hover {
    color: white;
    border: 1px solid white;
}

.copyrt {
    width: 100%;

    float: left;
    text-align: center;
    font-size: 16px;
    font-family: 'Fredoka', sans-serif;
    padding: 20px;
    color: black;
    background: white;
}

.last-row img {
    float: left;
    width: 40%;
}

.last-row {
    float: left;
    width: 100%;
}

.cal {

    bottom: 0px;
    left: 50px;
    position: fixed;
    z-index: 1111;

}

.whatsaapp img {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

.cal img {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.whatsaapp {

    bottom: 0px;
    right: -20px;
    position: fixed;
    z-index: 1111;

}

.header-top {
    float: left;
    width: 100%;
    background: #fcc107;
}

.top-left {
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Denk One', sans-serif;
    background-color: #012911;
    padding: 10px 0px;
}

.top-left a {
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Denk One', sans-serif;
    background-color: #012911;
    padding: 10px 0px;
}

.top-left i {
    margin-right: 10px;
}

.top-right {
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    font-family: 'Fredoka', sans-serif;
    padding: 10px 0px;
}

.top-left1 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Denk One', sans-serif;
    background-color: #670000;
    padding: 10px 0px;
}




@media(min-width:992px) and (max-width:1200px) {}




@media(min-width:768px) and (max-width:991px) {
    .top-hd-img22 img {
        width: 100%;
    }

    .top-right {
        display: none;
    }

    .header-top .col-sm-4 {
        width: 100%;
    }

    .abt-us .col-sm-5 {
        width: 100%;
    }

    .abt-us .col-sm-7 {
        width: 100%;
    }

    .best-ser .col-sm-4 {
        width: 50%;
    }

    .choose-sec .col-sm-3 {
        width: 50%;
    }

    .ser-list .col-sm-4 {
        width: 50%;
    }

    .testi .col-sm-4 {
        width: 50%;
    }
}




@media(min-width:640px) and (max-width:767px) {
    .top-hd-img22 img {
        width: 34%;
    }

    .top-right {
        display: none;
    }
}





@media(min-width:480px) and (max-width:639px) {
    .top-hd-img22 img {
        width: 34%;
    }

    .top-right {
        display: none;
    }

    .top-hd-img22 {
        display: none;
    }
}




@media(min-width:320px) and (max-width:479px) {

    .top-hd-img22 img {
        width: 34%;
    }

    .top-right {
        display: none;
    }

    .abt-left img {
        width: 100%;
    }

    .abt-header {
        font-size: 30px;
    }

    .just img {
        width: 30%;
    }

    .just1 {
        font-size: 35px;
    }

    .top-hd-img22 {
        display: none;
    }
}


.wa-container {
   
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    background: linear-gradient(180deg, #f3f7fb 0%, #ffffff 100%);
}


.wa-card {
    width: 64%;
    max-width: 96%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), #ffffff);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(20, 25, 40, 0.08);
    padding: 22px 20px;
    box-sizing: border-box;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}


.wa-title {
    font-size: 18px;
    margin: 0 0 8px;
    color: #102a43;
    font-weight: 700
}

.wa-sub {
    font-size: 13px;
    color: #4b5766;
    margin: 0 0 14px
}


.wa-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px
}

.wa-label {
    font-size: 13px;
    color: #334155;
    margin-bottom: 6px;
    font-weight: 600
}

.wa-input {
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    outline: none;
    transition: box-shadow .15s, border-color .15s
}

.wa-input:focus {
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
    border-color: #90cdf4
}


.wa-textarea {
    min-height: 96px;
    resize: vertical
}


.wa-row {
    display: flex;
    gap: 10px
}

.wa-col {
    flex: 1
}


.wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 12px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(90deg, #20c997, #0ea5a3);
    color: #fff;
    box-shadow: 0 8px 22px rgba(16, 185, 129, 0.12);
    width: 100%;
    margin-top: 6px
}


.wa-note {
    font-size: 12px;
    color: #64748b;
    margin-top: 10px
}

.wa-error {
    color: #f43f5e;
    font-size: 13px;
    margin-top: 8px
}


/* small screens tweak */
@media (max-width:420px) {
    .wa-card {
        padding: 18px;
        border-radius: 12px;
        width: 100% !important; 
    }

    .wa-title {
        font-size: 17px
    }
}

@media(max-width: 768px){
    .wa-row {
    display: flex;
        flex-direction: column;
        gap: 0;
}
 .wa-card {
       
        width: 90%;
    }

}


.gallery-section {
    padding: 50px 15px;

}

.gallery-section h2 {
    text-align: center;
    margin-bottom: 25px;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-item {
    width: calc(25% - 15px); /* 4 per row */
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    display: block;
    transition: transform .3s ease;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Tablet – 2 per row */
@media (max-width: 768px) {
    .gallery-item {
        width: calc(50% - 15px);
    }
}

/* Mobile – 1 per row */
@media (max-width: 480px) {
    .gallery-item {
        width: 100%;
    }
}

/* .gallery-img{
    height: 400px;
    width: 400px;
} */

/* Heading Style */
.gallery-heading {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-heading h4 {
   text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-family: 'Fredoka', sans-serif;
}

.gallery-heading h2 {
   width: 100%;
    text-align: center;
    font-size: 35px;
    color: #670000;
    font-family: 'Denk One', sans-serif;
}