header {
    width: 100%;
    background-color: #000;
    color: #fff;
    transition: all 0.5s ease-in-out;
}


header.fixed-header {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    position: fixed;
    top: -1px;
    left: 0;
    animation: sticky1 0.35s ease-out;
    background-color: #fff;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

nav a{
    font-size: 16px;
}
.branch_box {
    background-color: #f7c600;
    padding: 10px;
    margin: 10px;
    height: 55px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 10px 10px 5px grey;
}

@keyframes sticky1 {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header.fixed-header nav ul li a {
    color: #000;
}

header.fixed-header .logo a {
    color: #000;
    text-transform: capitalize;
}

header li:not(:nth-last-of-type(1)) {
    margin-right: 30px;
}

header .top-header {
    background-color: #c99e02;
    padding: 10px 0;
    overflow: hidden;
}

header .top-header p {
    font-size: 18px;
    letter-spacing: .5px;
    color: #f0f0f0;
}

header .conact-info {
    background-color: #340c6f;
    padding: 10px 0;
}

header .conact-info ul li a {
    color: #f5f5ff;
}

header .conact-info ul li {
    border-right: 1px solid #949494;
    padding-right: 16px;
    margin-right: 16px;
}

header .conact-info ul li:nth-last-of-type(1) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

header .conact-info ul li a i {
    margin-right: 10px;
    font-size: 18px;
    color: #c99e02;
}

header.fixed-header .conact-info,
header.fixed-header .top-header {
    display: none;
}


header .logo a {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

header .logo a i {
    color: #e5bb1f;
    font-size: 32px;
}



header nav ul li {
    position: relative;
    padding: 30px 0;
    cursor: pointer;
}



header nav ul li a {
    color: #fff;
}

header nav ul li a i {
    margin-left: 4px;
    transition: all 0.5s ease-in-out;
}

header nav ul .dropdown-list ul {
    width: max-content;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4px;
    position: absolute;
    top: 72px;
    left: -80px;
    z-index: 11;
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;

}

header nav ul .dropdown-list:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

header nav ul .dropdown-list:hover .dropdown-link i {
    transform: rotate(180deg);

}

header nav .dropdown-list li {
    padding: 12px 10px;
    position: relative;
    margin-right: 0;
    overflow: hidden;
}

header nav .dropdown-list li::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e5bb1f;
    position: absolute;
    top: 0;
    left: -99%;
    z-index: -1;
    transition: all .3s ease-in-out;
}

header nav .dropdown-list li:hover:after {
    left: 0;
}

header nav .dropdown-list li a {
    color: #000;
}

header nav ul .dropdown-list ul li a {
    color: #000;
}

header .toggle-button {
    width: 30px;
    display: none;
}

header .toggle-button span {
    width: 30px;
    height: 4px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.mobile-menu {
    display: none;
}

/* ========================= breadcrumb banner ========================= */
.breadcrumb-banner {
    position: relative;
    padding: 150px 0;
    color: #fff;
    text-align: center;
}

.breadcrumb-banner.bg-layer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.breadcrumb-banner-text {
    position: relative;
    z-index: 2;
}

.breadcrumb-banner-text .main-title {
    margin-bottom: 20px;
}

.breadcrumb-banner-text .banner-disc {
    color: #f5f5f5;
    margin: 10px 0;
}

.breadcrumb-banner .link-page-btn {
    display: inline-block;
    background-color: #e5bb1f;
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.breadcrumb-banner .link-page-btn:hover {
    background-color: #e5bb1f;
    color: #fff;
}

/* ========================= Banner Section CSS ========================= */


.banner-wrapper .banner-text {
    max-width: 650px;
    padding: 150px 20px 20px 20px;
}

.banner-wrapper .banner-text .text-box {
    border-radius: 10px;
    padding: 20px 20px 20px 46px;
    background: linear-gradient(145deg, #000 0%, rgba(0, 0, 0, 0.3) 102%, rgba(0, 0, 0, 0) 59.65%) !important;
}

.banner-wrapper .banner-text h1,
.banner-wrapper .banner-text p {
    color: #fff;
}

.banner-wrapper .banner-text p {
    margin: 20px 0;
}

.banner-section {
    width: 100%;
    height: 650px;
}

.banner-section img {
    width: 100%;
    border-radius: 16px;
}

.banner-shape {
    position: relative;
    overflow: hidden;
}

.shape-div::after {
    content: '';
    background-image: url(../image/banner-shape-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 80px;
    width: 100%;
    bottom: 30px;
    z-index: 1;
}

.banner-wrapper .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    border: 2px solid #e0d6e9;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #000;
    background-color: #fff;
}

.banner-wrapper .slick-arrow:hover {
    color: #fff;
    border-color: #e5bb1f;
}

.banner-wrapper .slick-prev {
    left: 30px;
}

.banner-wrapper .slick-next {
    right: 30px;
}

.banner-wrapper .slick-prev::after,
.banner-wrapper .slick-next::after {
    content: '';
    background-color: transparent;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.banner-wrapper .slick-prev::after {
    content: "\f104";
}

.banner-wrapper .slick-next::after {
    content: "\f105";
}

.banner-wrapper .slick-arrow:hover::after {
    color: #e5bb1f;
}


.banner-wrapper .slick-dots li button {
    width: 15px;
    height: 15px;
    background-color: #2a2a2a;
    border-radius: 50%;
    outline: none;
    border: none;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-dots li.slick-active button {
    background-color: #c99e02;
}

.enquire-btn {
    background-color: #D7CE34;
    color: #000;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.enquire-btn::after {
    content: "";
    background-color: rgb(36, 180, 189);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.enquire-btn:hover:after {
    top: 0;
}


/* ========================= About Section =========================*/
.about-section {
    width: 100%;
    padding: 80px 0;
    background-color: #f9f9f9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.about-section .row .col img {
    border-radius: 20px;
}

.about-section .row .col h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.about-section .row .col h2 span {
    color: #e5bb1f;
}

.about-section .row .col p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.about-section .row .col .about-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.about-section .row .col .stat-item {
    text-align: center;
}

.about-section .row .col .stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #e5bb1f;
    display: block;
}

.about-section .row .col .stat-label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========================= Why Choose Us =========================*/
.choose-section {
    width: 100%;
    padding: 80px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.choose-section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #e5bb1f;
}

.choose-section p {
    color: #f5f5f5;
}

.choose-section>p {
    max-width: 700px;
    margin: 0 auto 50px;
    color: #ddd;
    font-size: 18px;
}

.choose-section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.choose-section ul li {
    background-color: #1a1a1a;
    padding: 40px 30px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.choose-section ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(255, 221, 93, 0.2);
}

.choose-section .icon-box {
    width: 70px;
    height: 70px;
    background-color: #e5bb1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.choose-section .icon-box i {
    font-size: 24px;
    color: #000;
}

.choose-section ul li h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.choose-section ul li p {
    color: #bbb;
    line-height: 1.6;
}

/* ========================= Services Section  =========================*/
.services-section {
    width: 100%;
    padding: 80px 0;
    background-color: #f9f9f9;
}

.services-section .row {
    margin-top: 50px;
}

.services-section .row .col {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.services-section .row .col:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.services-section .row .col h3 {
    margin-bottom: 15px;
    color: #333;
    display: flex;
    align-items: center;
}

.services-section .row .col h3 i {
    margin-right: 10px;
    color: #e5bb1f;
    font-size: 24px;
}

.services-section .row .col>p {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.6;
}

.services-section .row .col ul li {
    margin: 8px 0;
    color: #555;
    display: flex;
    align-items: flex-start;

}

.services-section .row .col ul li i {
    margin-right: 10px;
    color: #52f59d;
    margin-top: 5px;
}

.services-section .enquire-btn {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 10px;
}

/* ========================our-location-sec =====================  */
.our-location-sec {
    margin: 50px 0 0;
}

.our-location-sec .common-heading {
    margin-bottom: 60px;
}

.our-location-sec .col-3 {
    width: 32%;
}

.our-location-sec ul li {
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    padding: 15px 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #340c6f;
    margin: 6px;
}

.our-location-sec ul li a {
    color: #fff;
}

/* =========================== gallery-section ===========================  */
.gallery-section {
    width: 100%;
    padding: 80px 0;
}

.gallery-section .row .col .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-section .row .col .gallery-img img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    display: block;
    object-fit: cover;
    overflow: hidden;
}

.gallery-section .row .col .gallery-img:hover img {
    transform: scale(1.07);
}

/* ========================= Contact Section  =========================*/
.contact-section {
    width: 100%;
    padding: 80px 0;
    background-color: #000;
    color: #fff;
}

.contact-section .common-heading h2 {
    color: #e5bb1f;
}

.contact-section .common-heading p {
    color: #f5f5f5;
    margin-bottom: 20px;
}

.contact-section .row .col {
    width: 48%;
}

.contact-section .row .col:first-child {
    padding-right: 30px;
}

.contact-section .row .col h2 {
    color: #e5bb1f;
    margin-bottom: 15px;
    font-size: 32px;
}

.contact-section .row .col>p {
    color: #ddd;
    margin-bottom: 30px;
    font-size: 16px;
}

.contact-section .row .cont-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-section .row .cont-info .cont-left {
    margin-right: 20px;
}

.contact-section .row .cont-info i {
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e5bb1f;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-section .row .cont-info:hover i {
    transform: scale(1.1);
    background-color: #52f59d;
}

.contact-section .row .cont-info h5 {
    color: #e5bb1f;
    margin-bottom: 5px;
}

.contact-section .row .col .cont-info p,
.contact-section .row .col .cont-info a {
    color: #ddd;
    transition: color 0.3s ease-in-out;
}

.contact-section .cont-info a:hover {
    color: #e5bb1f;
}

.contact-section .form-wrapper {
    background-color: #1a1a1a;
    padding: 40px;
    border-radius: 10px;
}

.contact-section .form-control:focus {
    border-color: #e5bb1f;
    outline: none;
}

.contact-section textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-section input[type="submit"] {
    background-color: #e5bb1f;
    color: #000;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-section input[type="submit"]:hover {
    background-color: #52f59d;
}

/* ================ testimonial section ======================*/

.testimonial-section {
    width: 100%;
    padding: 80px 0;
    background-color: #fff;
}


.testimonial-section .testi-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.testimonial-section .testi-box::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 5rem;
    color: #e5bb1f;
    opacity: 0.2;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-section .testi-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-section .testi-box p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    font-style: italic;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.testimonial-section .team-profile {
    display: flex;
    align-items: center;
}

.testimonial-section .team-profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid #f1f1f1;
}

.testimonial-section .team-info .author {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c3e50;
}

.testimonial-section .testi-wrapper .team-info .role {
    color: #e5bb1f;
    font-size: 0.9rem;
    margin-top: 5px;
}

.testimonial-section .testi-wrapper {
    position: relative;
}

.testimonial-section .testi-wrapper .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    border: 2px solid #e0d6e9;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #000;
    background-color: #fff;
}

.testimonial-section .testi-wrapper .slick-arrow:hover {
    color: #fff;
    border-color: #e5bb1f;
}

.testimonial-section .testi-wrapper .slick-prev {
    left: 30px;
}

.testimonial-section .testi-wrapper .slick-next {
    right: 30px;
}

.testi-wrapper .slick-prev::after,
.testi-wrapper .slick-next::after {
    content: '';
    background-color: transparent;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.testi-wrapper .slick-prev::after {
    content: "\f104";
}

.testi-wrapper .slick-next::after {
    content: "\f105";
}

.testi-wrapper .slick-arrow:hover::after {
    color: #e5bb1f;
}

.testi-wrapper .slick-dots {
    bottom: -30px;
}

.testi-wrapper .slick-dots li button {
    background-color: rgb(177, 177, 177);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    outline: none;
    border: none;
}

.testi-wrapper .slick-dots li button:before {
    display: none !important;
}

.testi-wrapper .slick-dots li.slick-active button {
    background-color: #e5bb1f;
}



/* =================== about page ===================== */

/* ================= Our Process Section ================= */
.our-process {
    padding: 60px 20px;
    background-color: #fff;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    justify-content: space-between;
}

.step-box {
    flex: 1 1 calc(33.333% - 20px);
    text-align: center;
    padding: 30px 20px;
    background: #f3f3f3;
    border-radius: 8px;
    position: relative;
    min-width: 250px;
    transition: all 0.3s ease;
}

.step-box:hover {
    transform: translateY(-5px);
    background-color: #ffe6d5;
}

.step-number {
    display: inline-block;
    background-color: #e67e22;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 15px;
}



/*=================== Service Page ===================*/
.offer-section {
    padding: 70px 0;
    width: 100%;
}

.offer-section .row .col h6 {
    font-size: 16px;
    font-weight: 700;
    color: #e5bb1f;
}

.offer-section .row .col h3 {
    font-size: 30px;
    margin-top: 20px;
}

.outer-row {
    margin-top: 40px;
}

.outer-row .outer-col img {
    border-radius: 20px;
}

.outer-row .outer-col .offer-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.outer-row .outer-col .offer-info .offer-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 26px;
    background-color: #e5bb1f;
    color: #fff;
    padding: 12px;
    place-items: center;
    text-align: center;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}


.outer-row .outer-col .offer-info .offer-text h5 {
    color: #e5bb1f;
}

/* ================ location page ============ */
.blog-section {
    padding: 70px 0;
    width: 100%;
}

.blog-section .row .col-left {
    width: 60%;
}

.blog-section .row .col-right {
    width: 36%;
}

.blog-section .row .col-left img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-section .row .col-left p {
    margin-top: 15px;
}

.blog-section .row .col-right .all-services {
    background-color: #F4F6F9;
    border: 1px solid #f9f9f9;
    padding: 30px 30px;
    border-radius: 20px;
}

.blog-section .row .col-right h3 {
    color: #e5bb1f;
    margin-bottom: 15px;
}

.blog-section .row .col-right ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;

}

.blog-section .row .col-right ul li i {
    margin-right: 10px;
    color: #e5bb1f;
}

.all-gallery {
    background-color: #F4F6F9;
    border: 1px solid #f9f9f9;
    padding: 30px 30px;
    border-radius: 20px;
    margin-top: 20px;
}

.gallery-image img {
    height: 100px;
    border-radius: 10px;

}

/* ================ shifting sec ======================*/

.shifting-sec {
    width: 100%;
    padding: 80px 0;
    background-color: #f8f9fa;
}

.shifting-sec .row .col h3 {
    color: #1a1a1a;
    margin-bottom: 20px;
}

.shifting-sec .row .col h3 span {
    color: #e5bb1f;
    display: block;
}



.shifting-sec .row .col ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 25px;
}

.shifting-sec .row .col ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease-in-out;
}

.shifting-sec .row .col ul li:hover {
    transform: translateX(5px);
}

.shifting-sec .row .col ul li i {
    margin-right: 10px;
    background-color: #e5bb1f;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shifting-sec .row .col img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.shifting-sec .row .col img:hover {
    transform: scale(1.02);
}


/*============================ Process Timeline Section ========================== */
.process-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.process-section .process-timeline {
    max-width: 800px;
    margin: 50px 0;
    position: relative;
}

.process-section .process-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 2px;
    background: #e0e0e0;
}

.process-section .process-step {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.process-section .step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e5bb1f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 30px;
    flex-shrink: 0;
    z-index: 1;
}

.process-section .step-content {
    padding-top: 10px;
}

.process-section .step-content h4 {
    margin-bottom: 10px;
    color: #2c3e50;
}


/*=============== Quote Section =================*/
.quote-section {
    background-color: #002244;
    color: #fff;
    padding: 40px 20px;
}

.quote-section .quote-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.quote-section .quote-text p {
    font-size: 16px;
    color: #ccc;
}

.quote-btn {
    background-color: #ff9900;
    padding: 12px 25px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.quote-btn:hover {
    background-color: #e68a00;
}





/* ======================================= contact page ========================================= */
.location-section {
    width: 100%;
    padding: 50px 0 0 0;
}



/* ==================== Contact Support Section ================= */
.contact-support-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-support-section .support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.contact-support-section .support-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border: 1px solid #e9ecef;
}

.contact-support-section .support-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-support-section .support-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #c99e02, #e5bb1f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 30px;
}

.contact-support-section .support-card h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 22px;
}

.contact-support-section .support-card p {
    margin-bottom: 20px;
}

.contact-support-section .support-contact {
    margin: 25px 0;
}

.contact-support-section .support-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 10px 0;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.contact-support-section .support-link:hover {
    background: #e5bb1f;
    color: #fff;
    transform: translateX(5px);
}


.contact-support-section .address-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: left;
}

.contact-support-section .address-info i {
    color: #3498db;
    font-size: 20px;
    margin-top: 2px;
}

.contact-support-section .support-note {
    font-size: 14px;
    color: #7f8c8d !important;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 0 !important;
}


.floating-buttons {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 11;
}

.floating-buttons a {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: green;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.floating-buttons .call {
    background-color: #008cff;
}

.floating-buttons .call i {
    margin-right: 10px;
}

/* ========================= Footer section   =========================*/
footer {
    width: 100%;
    padding: 60px 0 30px;
    background-color: #111;
    color: #fff;
}

footer .row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}


footer .logo {
    width: 250px;
}

footer .logo a {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

footer .logo a i {
    color: #e5bb1f;
    font-size: 32px;
}

footer .row .col p {
    margin: 20px 0;
    color: #f5f5ff;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-links a {
    width: 50px;
    height: 50px;
    font-size: 22px;
    border: 1px solid #e5bb1f;
    border-radius: 50%;
    color: #e5bb1f;
    margin-right: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.social-links a:hover {
    background-color: #e5bb1f;
    color: #fff;

}

footer .row .col h5 {
    color: #e5bb1f;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

footer h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #e5bb1f;
}

footer .row .col ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;

}

footer ul li a {
    color: #f5f5f5;
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease-in-out;
    display: block;
}

footer ul li a:hover {
    color: #e5bb1f;
    padding-left: 10px;
}

footer .row .contact-col ul li i {
    margin-right: 10px;
    font-size: 16px;
    color: #e5bb1f;
}

footer .copyright {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

footer .copyright p {
    color: #f5f5f5;
}

.rty p{
    color: #fff;
}

.rty{
    margin-top: 8em !important;
}