.div1 {
    border: 2px solid whitesmoke;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px !important;
    font-family: "DM Sans", sans-serif;
    background: #e4f2ff;
}


.div1 h4{
    font-size: 24px;
    color: #20235a
}

.div1 p {

}

.support_cust {
    margin: 25px 0;
    justify-content: center;
    align-items: center;
}

.support_box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}

.support_box ul.a{
  list-style-type: circle;
}

.support_box ul{
    margin-left: 10px;
} 

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

.btn-phone-pulse {
   background: #d4af37;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #d4af37;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

.service-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 10px;
    width: min(100%, 560px);
    margin: 14px auto 0;
    padding: 16px 18px;
    list-style: none;
    text-align: left;
    color: #20235a;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    background: linear-gradient(180deg, rgba(208, 160, 32, 0.12), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(208, 160, 32, 0.28);
    border-left: 4px solid #d0a020;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(32, 35, 90, 0.08);
}

.service-points li {
    position: relative;
    margin-bottom: 0;
    padding-left: 26px;
}

.service-points li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0a020;
    box-shadow: 0 0 0 4px rgba(208, 160, 32, 0.18);
    position: absolute;
    left: 2px;
    top: 7px;
}

@media (max-width: 767px) {
    .service-points {
        width: 100%;
        padding: 14px 15px;
        column-gap: 10px;
        row-gap: 9px;
        font-size: 13px;
    }

    .service-points li {
        padding-left: 21px;
    }

    .service-points li::before {
        width: 8px;
        height: 8px;
        box-shadow: 0 0 0 3px rgba(208, 160, 32, 0.18);
    }
}

.premium-testimonials-section {
    position: relative;
    padding: 110px 0 220px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(248, 245, 241, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%),
        url("../img/map-pattern.png");
    background-position: center;
    background-size: cover;
}

.premium-testimonials-section .container {
    position: relative;
}

.premium-testimonials-section + .cta {
    position: relative;
    z-index: 3;
    margin-top: -128px;
    margin-bottom: 0;
}

.premium-testimonials-section + .cta .cta-wrapper {
    box-shadow: 0 26px 55px rgba(9, 20, 44, 0.28);
    border: 1px solid rgba(208, 160, 32, 0.22);
}

.premium-testimonials-section::before {
    content: "";
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, transparent 0%, rgba(208, 160, 32, 0.88) 18%, rgba(32, 35, 90, 0.88) 50%, rgba(208, 160, 32, 0.88) 82%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.premium-testimonials-head {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: end;
    gap: 34px;
    margin-bottom: 42px;
}

.premium-testimonials-head .section-heading {
    margin-bottom: 0;
}

.premium-testimonials-head .sub-heading {
    color: #d0a020;
}

.premium-testimonials-head .section-heading.white h2 {
    color: #20235a;
}

.premium-testimonials-head p {
    color: #4f557c;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.premium-testimonials-grid {
    overflow: hidden;
    padding: 6px 2px 58px;
}

.premium-testimonials-grid .swiper-wrapper {
    align-items: stretch;
}

.premium-testimonials-grid .swiper-slide {
    height: auto;
    display: flex;
}

.premium-testimonials-grid .carousel-pagination {
    bottom: 8px;
}

.premium-testimonials-grid .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #20235a;
    opacity: 0.28;
}

.premium-testimonials-grid .swiper-pagination-bullet-active {
    background: #d0a020;
    opacity: 1;
}

.premium-testimonial-card {
    min-height: 100%;
    width: 100%;
    padding: 28px;
    border: 1px solid rgba(208, 160, 32, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 52px rgba(32, 35, 90, 0.12);
    position: relative;
    overflow: hidden;
}

.premium-testimonial-card.featured {
    /* border-color: rgba(208, 160, 32, 0.7); */
}

.premium-testimonial-card::before {
    content: "";
    width: 5px;
    height: 78px;
    background: #d0a020;
    position: absolute;
    left: 0;
    top: 30px;
}

.premium-testimonial-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.premium-testimonial-top img {
    width: 68px;
    height: 68px;
    border: 4px solid rgba(208, 160, 32, 0.18);
    border-radius: 8px;
    object-fit: cover;
}

.premium-testimonial-top h3 {
    color: #20235a;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 6px;
}

.premium-testimonial-top > div {
    min-width: 0;
}

.premium-testimonial-top span {
    color: #d0a020;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.35;
    text-transform: uppercase;
}

.premium-rating {
    color: #d0a020;
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 15px;
}

.premium-testimonial-card p {
    color: #4f557c;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

.premium-quote-icon {
    color: rgba(208, 160, 32, 0.16);
    font-size: 56px;
    position: absolute;
    right: 24px;
    bottom: 18px;
}

.premium-testimonial-nav {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(208, 160, 32, 0.35);
    border-radius: 50%;
    background: #ffffff;
    color: #20235a;
    box-shadow: 0 14px 32px rgba(32, 35, 90, 0.14);
    cursor: pointer;
    position: absolute;
    top: 58%;
    z-index: 3;
    transition: all 0.25s ease;
}

.premium-testimonial-nav:hover {
    background: #d0a020;
    color: #ffffff;
}

.testimonial-swiper-prev {
    left: -12px;
}

.testimonial-swiper-next {
    right: -12px;
}

.premium-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 36px;
    overflow: hidden;
    border: 1px solid rgba(208, 160, 32, 0.25);
    border-radius: 8px;
    background: rgba(208, 160, 32, 0.28);
}

.premium-trust-strip div {
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.08);
}

.premium-trust-strip strong,
.premium-trust-strip span {
    display: block;
}

.premium-trust-strip strong {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
}

.premium-trust-strip span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

@media (max-width: 991px) {
    .premium-testimonials-head,
    .premium-trust-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .testimonial-swiper-prev {
        left: 2px;
    }

    .testimonial-swiper-next {
        right: 2px;
    }
}

@media (max-width: 767px) {
    .premium-testimonials-section {
        padding: 78px 0 150px;
    }

    .premium-testimonials-section + .cta {
        margin-top: -112px;
    }

    .premium-testimonials-head {
        gap: 16px;
    }

    .premium-testimonials-head p {
        font-size: 16px;
    }

    .premium-testimonial-card {
        padding: 26px 22px;
    }

    .premium-testimonial-nav {
        width: 42px;
        height: 42px;
        top: auto;
        bottom: 68px;
    }

    .testimonial-swiper-prev {
        left: 22px;
    }

    .testimonial-swiper-next {
        right: 22px;
    }
}

@media (min-width: 993px) {
    .sticky-header .main-header-wapper {
        grid-template-columns: 350px 1fr;
    }

    .sticky-header .site-logo a {
        width: 330px;
        height: 84px;
    }

    .sticky-header .site-logo img {
        transform: scale(1.14);
        transform-origin: left center;
    }
}

.contact-form-wrap,
.contact-owner-panel {
    height: 100%;
}

.contact-form-wrap {
    position: relative;
    padding: 38px;
    border: 1px solid rgba(208, 160, 32, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 241, 0.92)),
        url("../img/map-pattern.png");
    background-position: center;
    background-size: cover;
    box-shadow: 0 24px 55px rgba(32, 35, 90, 0.10);
    overflow: hidden;
}

.contact-form-wrap::before {
    content: "";
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #d0a020, #20235a);
    position: absolute;
    left: 0;
    top: 0;
}

.contact-form-wrap .section-heading h2,
.contact-owner-panel .section-heading h2 {
    color: #20235a;
    font-size: 36px;
    line-height: 1.2;
}

.contact-form-group .g-recaptcha,
.contact-form-group .submit-btn {
    grid-column: span 2;
}

.contact-form-group br {
    display: none;
}

.contact-form-wrap .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(208, 160, 32, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-form-wrap .contact-form-group {
    width: 100%;
}

.contact-form-wrap .form-field {
    position: relative;
    min-width: 0;
}

.contact-form-wrap .form-field .form-control {
    width: 100%;
    height: 62px;
    padding: 0 18px;
    border: 1px solid rgba(32, 35, 90, 0.10);
    border-radius: 8px;
    background: #ffffff;
    color: #20235a;
    box-shadow: 0 10px 24px rgba(32, 35, 90, 0.06);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-form-wrap .form-field textarea.form-control {
    height: 150px;
    padding-top: 18px;
    resize: vertical;
}

.contact-form-wrap .form-field .form-control::placeholder {
    color: rgba(32, 35, 90, 0.62);
}

.contact-form-wrap .form-field .form-control:focus {
    border-color: rgba(208, 160, 32, 0.72);
    box-shadow: 0 14px 30px rgba(208, 160, 32, 0.14);
    transform: translateY(-2px);
}

.contact-form-wrap .submit-btn .default-btn {
    min-width: 185px;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #d0a020, #a8790f);
    box-shadow: 0 16px 28px rgba(208, 160, 32, 0.28);
}

.contact-form-wrap .submit-btn .default-btn:hover {
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(32, 35, 90, 0.22);
    transform: translateY(-2px);
}

.contact-owner-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 18px;
    padding: 38px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(32, 35, 90, 0.96), rgba(33, 26, 16, 0.94)),
        url("../img/map-pattern.png");
    background-position: center;
    background-size: cover;
    box-shadow: 0 24px 55px rgba(32, 35, 90, 0.20);
}

.contact-owner-panel .section-heading {
    grid-column: 1 / -1;
    margin-bottom: 6px;
}

.contact-owner-panel .section-heading h2 {
    color: #ffffff;
}

.contact-owner-panel .sub-heading {
    color: rgba(255, 255, 255, 0.78);
}

.owner-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 14px;
    margin-bottom: 0;
    border: 1px solid rgba(208, 160, 32, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
}

.owner-contact-card img {
    width: 100%;
    height: 170px;
    border: 4px solid rgba(208, 160, 32, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    object-fit: contain;
    object-position: center;
}

.owner-contact-content span {
    color: #d0a020;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.owner-contact-content {
    width: 100%;
}

.owner-contact-content h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 9px;
}

.owner-contact-content a,
.common-contact-card a,
.common-contact-card span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.owner-contact-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.owner-contact-content a i {
    color: #d0a020;
    margin-right: 7px;
}

.common-contact-card {
    grid-column: 1 / -1;
    margin-top: 4px;
    padding: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
}

.common-contact-card h3 {
    color: #20235a;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px;
}

.common-contact-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.common-contact-card li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(32, 35, 90, 0.10);
}

.common-contact-card li:first-child {
    border-top: 0;
    padding-top: 0;
}

.common-contact-card i {
    color: #d0a020;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 1px;
}

.common-contact-card a,
.common-contact-card span {
    color: #4f557c;
    word-break: break-word;
}

@media (max-width: 991px) {
    .contact-owner-panel {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .contact-form-wrap,
    .contact-owner-panel {
        padding: 26px 20px;
    }

    .contact-form-wrap .contact-form {
        padding: 22px 16px;
    }

    .contact-form-wrap .section-heading h2,
    .contact-owner-panel .section-heading h2 {
        font-size: 28px;
    }

    .owner-contact-card {
        gap: 12px;
        padding: 12px;
    }

    .owner-contact-card img {
        height: 175px;
    }

    .owner-contact-content h3 {
        font-size: 17px;
    }

    .owner-contact-content a,
    .common-contact-card a,
    .common-contact-card span {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .contact-form-wrap .contact-form-group {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-form-wrap .contact-form-group .form-field,
    .contact-form-wrap .contact-form-group .form-field:nth-child(5),
    .contact-form-wrap .contact-form-group .g-recaptcha,
    .contact-form-wrap .contact-form-group .submit-btn {
        grid-column: span 1;
        max-width: 100%;
    }

    .contact-form-group .g-recaptcha {
        transform: scale(0.9);
        transform-origin: left top;
        margin-bottom: -8px;
    }

    .contact-owner-panel {
        gap: 14px;
    }

    .owner-contact-card img {
        height: 160px;
    }
}

@media all and (max-width: 1200px) and (min-width: 993px) {
    .sticky-header .main-header-wapper {
        grid-template-columns: 315px 1fr;
    }

    .sticky-header .site-logo a {
        width: 300px;
        height: 100px;
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
