* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    font-family: 'Roboto', serif;
}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', serif;
}

.post,
.page {
    margin: 0;
    padding: 0;
}

hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.wrapper {
    overflow: hidden;
}

/* ============================== Slickk Slider */
.slick-slide img {
    display: inline-block;
}

.slick-prev:before,
.slick-next:before {
    color: #fbc50c;
}

/* Menu Last Item */
.menu .menu-item-last {
    position: relative;
}

.menu .menu-item-last i {
    margin-left: 10px;
}

/* more-btn */
.more-btn a {
    padding: 16px 36px 16px 26px;
    background-color: #266ff2;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin-top: 20px;
    transition: all linear .3s;
}

.more-btn a:hover {
    background-color: #333;
    color: #fff;
}

/* MOBILE MENU */
/* General Styles for the Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background-color: #0056b3;
    color: #fff;
    z-index: 999999999999999999999999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.4s ease-in-out;
}

.mobile-menu .menu-header-menu-container {
    padding: 30px;
}

.mobile-logo {
    padding: 30px;
    background-color: #fff;
}

/* Show the Mobile Menu when Active */
.mobile-menu.show {
    left: 0;
}

/* Close Icon */
.close-icon {
    font-size: 30px;
    color: #0056b3;
    border: none;
    background: none;
    position: absolute;
    top: 93px;
    right: 15px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #0056b3;
}

/* Hamburger Icon */
.hamburger-icon {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
    position: relative;
}

.hamburger-icon span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: background-color 0.3s;
}

.hamburger-icon:hover span {
    background-color: #555;
}

/* Style the Mobile Menu Links */
.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu ul li {
    margin: 15px 0;
}

.mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    border-radius: 50px;
    transition: background-color 0.3s ease;
    border: 2px solid #fff;
}

.mobile-menu ul li a:hover {
    background-color: #333;
}

/* Header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header .header-logo img {
    width: 300px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 8% 3px;
    position: relative;
}

.header-wrapper .header-nav .menu {
    display: flex;
    gap: 30px;
    margin-bottom: 0;
}

.header-wrapper .header-nav .menu li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.header-wrapper .header-nav .menu li a {
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    transition: all linear .3s;
}

.header-wrapper .header-nav .menu>li>a:hover {
    color: #266ff2;
}

.header-wrapper .header-nav .menu>li:last-child>a {
    padding: 16px 26px 16px 26px;
    background-color: #266ff2;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
}

.header-wrapper .header-nav .menu>li:last-child>a:hover {
    background-color: #333;
}

.header-wrapper {
    position: relative;
    z-index: 1;
}

.header-wrapper::before {
    content: '';
    position: absolute;
    top: -55px;
    left: 50px;
    height: calc(100% + 80px);
    width: calc(100% - 100px);
    z-index: -1;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(255, 255, 255, 0.9);
}

.banner {
    position: relative;
}

.banner .banner-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-Image {
    position: relative;
}

.banner-Image .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding-left: 12%;
}

.banner-Image .secondary-image-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.banner-Image .secondary-image-wrapper p {
    font-size: 17px;
    font-family: 'Roboto';
    color: #fff;
}

.banner-Image .secondary-image-wrapper ul {
    margin-left: 15px;
    padding: 0;
}

.banner-Image .secondary-image-wrapper ul li {
    line-height: 2;
    font-size: 16px;
    font-family: 'Roboto';
    color: #fff;
}

.banner-Image .secondary-image-wrapper .secondary-image {

    width: 200px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 10px;
}

.banner-Image .secondary-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures image fits without stretching */
}

.banner-content h2 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}

.banner-content h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
}

.banner .owl-dots,
.banner .owl-nav {
    display: none !important;
}

/* welcome-image */

.welcome-image {
    position: relative;
}


.center-cirle {
    height: 180px;
    width: 180px;
    background-color: #182736;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 10px solid #fff;
    overflow: hidden;
}

.center-cirle::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/bg.webp')center center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .3;
    transition: all linear .3s;

}


.welcome-image:hover .center-cirle::before {
    transform: scale(5);

}


.center-cirle h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 45px;
}

.center-cirle h6 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
}

.welcome-image .welcome-polygon {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    animation: rotate 30s linear infinite;
    /* Rotate animation */
}

@keyframes rotate {
    0% {
        top: 50%;

    }

    50% {

        top: 30%;

    }

    100% {
        top: 50%;

    }
}

/* section-title */
.welcome {
    padding-bottom: 80px;
    position: relative;
}

.welcome::before {
    content: '';
    position: absolute;
    bottom: 30%;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 100.5px solid transparent;
    border-right: 100.5px solid transparent;
    border-bottom: 186px solid #266ff2;
    z-index: 9;
    transform: rotate(270deg);
    opacity: .2;
}

.welcome .section-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.welcome .section-title h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Roboto', serif;
    color: #266ff2;
    text-transform: uppercase;
    font-weight: 600;
}

.welcome .section-title svg {
    width: 30px;
}

.welcome .welcome-content h1,
.welcome .welcome-content h2,
.welcome .welcome-content h3 {
    font-family: 'Roboto', serif;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.5;
}

.welcome .welcome-content h3 {
    font-size: 33px;
    margin-bottom: 20px;
}

.welcome .welcome-content p {
    font-family: 'Roboto', serif;
    font-size: 17px;
    color: #636363;
    margin-bottom: 15px;
    line-height: 1.6;
}

.welcome .welcome-content .homepage-section-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 30px;
    width: 80%;
}


.welcome .welcome-content .list-section-image {
    width: 80px;
    height: 80px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome .welcome-content .list-section-image img {
    width: 45px;
}

.welcome .list-section-content p {
    margin-bottom: 0;
}

.welcome .list-section-content h5 {
    margin-bottom: 7px;
}

.welcome .more-btn a {
    font-size: 16px;
    margin-top: 40px;
    border: 3px solid #266ff2;
}

.welcome .more-btn a:hover {
    background-color: transparent;
    color: #266ff2;
}

/* title section */
.title-section {
    display: block;
    text-align: center;
}

.title-section .sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.title-section .sub-title svg {
    width: 30px;
}

.title-section .sub-title h4 {
    font-size: 20px;
    font-family: 'Roboto', serif;
    color: #266ff2;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.title-section h2 {
    font-family: 'Montserrat', serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* ourservices */
.ourservices {
    padding: 70px 0 80px;
    background-color: #f1f6fd;
    position: relative;
    z-index: 1;
}

.ourservices .title-section {
    margin-bottom: 60px;
}

.ourservices::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: url('../images/service-bg.png')center center no-repeat;
    z-index: 2;
    background-size: cover;
    z-index: -1;
    opacity: .03;
}

.ourservices .service-wrappper ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.ourservices .service-wrappper ul li {
    list-style: none;
    width: 30%;
    position: relative;
    min-height: 400px;
    background-color: #fff;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ourservices .service-wrappper ul li::before {
    content: '';
    position: absolute;
    height: 180px;
    width: 150px;
    background-color: #d1e0fc;
    bottom: -110px;
    left: -107px;
    transform: rotate(41deg);
    transition: all linear .3s;
}

.ourservices .service-wrappper .service-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.ourservices .service-wrappper .service-bg .service-thumbnail {
    height: 100%;
    width: 100%;
    position: relative;
    opacity: 0;
    transition: all linear .3s;
}

.ourservices .service-wrappper .service-bg .service-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(8, 35, 51);
    background: -moz-linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    background: linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#082333", endColorstr="#256eef", GradientType=1);
    opacity: .85;
}

.ourservices .service-wrappper ul li .service-icon img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
    transition: all linear .3s;
}

.ourservices .service-wrappper ul li .service-content {
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.ourservices .service-wrappper ul li .service-content h3 {
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: bold;
    transition: all linear .3s;
}

.ourservices .service-wrappper ul li .service-content p {
    font-size: 16px;
    font-family: 'Roboto', serif;
    color: #636363;
    line-height: 2;
    transition: all linear .3s;
}

.ourservices .service-wrappper ul li a {
    text-decoration: none;
    transition: all linear .3s;
}

.ourservices .service-wrappper ul li .service-content a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Roboto', serif;
    color: #636363;
    font-weight: bold;
    margin-top: 15px;
}

.ourservices .service-wrappper ul li .dots {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    color: #e6eefb;
    z-index: 99;
}

.ourservices .service-wrappper ul li:hover::before {
    opacity: 0;
}

.ourservices .service-wrappper ul li:hover .service-thumbnail {
    opacity: 1;
}

.ourservices .service-wrappper ul li:hover .service-icon img {
    filter: brightness(0) invert(1);
    animation: vibrate 0.5s ease-in-out infinite;
}

/* Define the vibrating and rotating keyframe */
@keyframes vibrate {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(2deg);
    }

    20% {
        transform: rotate(-2deg);
    }

    30% {
        transform: rotate(2deg);
    }

    40% {
        transform: rotate(-2deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.ourservices .service-wrappper ul li:hover h3,
.ourservices .service-wrappper ul li:hover p,
.ourservices .service-wrappper ul li:hover a {
    color: #fff;
}

/* skillset */

.skillset {
    padding: 70px 0;
}

.skillset .title-section {
    text-align: left;
}

.skillset .title-section .sub-title {
    justify-content: flex-start;
}

.skillset .title-section h2 {
    font-size: 35px;
}

.skillset .skillset-list p {
    font-size: 16px;
    color: #636363;
    margin: 20px 0 10px;
    line-height: 1.8;
}

.skillset .skillset-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding: 0;
}

.skillset .skillset-list ul li {
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 2.2;
    color: #333;
    width: 48%;
}

.skillset .skillset-list ul li i {
    margin-right: 5px;
    color: #266ff2;
}

.programming-skills img {
    animation: spin 60s linear infinite;
    pointer-events: none;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.skillset .more-btn a {
    margin-top: 30px;
}

.skillset .more-btn a:hover {
    color: #fff;
}

/* project */
.project {
    padding: 70px 0 80px;
    background: url('../images/project-bg.jpg')center center no-repeat;
    background-size: cover;
    position: relative;
}


.project::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #f2f6fd;
}

.project .title-section .sub-title svg path {
    fill: #fff;
}

.project .title-section .sub-title h4 {
    color: #fff;
}

.project .title-section h2 {
    color: #fff;
}

#project {
    margin-top: 50px;
    position: relative;
    left: 150px;
}

.project .project-details {
    transition: all linear .3s;
    position: relative;
    z-index: 1;
}

.project .project-details::before {
    content: '';
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 50%;
    background-color: #fff;
    border: 10px solid #266ff2;
    z-index: -1;
    border-radius: 30px;
    transition: all linear .3s;
    opacity: 0;
}

.project .project-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    height: 380px;
    display: flex;
    transition: all linear .3s;
}

.project .project-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(8, 35, 51);
    background: -moz-linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    background: linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#082333", endColorstr="#256eef", GradientType=1);
    opacity: .0;
    transition: all linear .3s;
}

.project .item:hover .project-details {
    scale: .9;
}

.project .project-details:hover .project-thumbnail::before {
    opacity: .85;
}

.project .project-details:hover::before {
    opacity: 1;
}

.project .banner-content-wrapper {
    width: 80%;
    background-color: #fff;
    padding: 20px 30px;
    margin: auto;
    position: relative;
    top: -50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: -6px 8px 18px -11px #000000;
    box-shadow: -6px 8px 18px -11px rgba(0, 0, 0, 0.2);
}

.project .banner-content-wrapper h3 {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    color: #222;
}

.project .banner-content-wrapper h5 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #266ff2;
}

.project .banner-content-wrapper a {
    text-decoration: none;
}

.project .banner-content-wrapper i {
    font-size: 30px;
    color: #266ff2;
}


#project .owl-nav {
    display: none;
}

#project .owl-dots {
    position: absolute;
    left: 70%;
    top: 115%;
    transform: translate(-50%, 0);
    z-index: 9;
    display: flex;
    gap: 5px;
}

#project .owl-dots .owl-dot {
    border-radius: 50%;
    background: #266ff2;
    border: #266ff2 solid 3px;
    opacity: 1;
}

#project .owl-dots .owl-dot.active span {
    background-color: #266ff2;
    margin: 0;
}

#project .owl-dots .owl-dot span {
    margin: 0;
    border-color: #266ff2;
    background-color: #fafafa;
}

.project .project-notification {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 20px 30px;
    border-left: 4px solid #266ff2;
    background: rgb(230, 238, 251);
    background: -moz-linear-gradient(90deg, rgba(230, 238, 251, 1) 1%, rgba(242, 246, 253, 0.6167717086834734) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230, 238, 251, 1) 1%, rgba(242, 246, 253, 0.6167717086834734) 100%);
    background: linear-gradient(90deg, rgba(230, 238, 251, 1) 1%, rgba(242, 246, 253, 0.6167717086834734) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6eefb", endColorstr="#f2f6fd", GradientType=1);
}

.project .project-notification h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #003333;
}

.project .project-notification p {
    font-family: 'Roboto', serif;
    font-size: 20px;
    color: #266ff2;
    margin-top: 10px;
}

/* reviews */

.reviews {
    padding: 70px 0;
}

.reviews .reviews-image-wrapper {
    display: block;
    text-align: right;
    position: relative;
    z-index: 2;
}

.reviews .client-wave {
    position: absolute;
    bottom: 0;
    left: -70%;
    z-index: -1;
}

.reviews .client-quote {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: inline-block;
    animation: vibrate-rotate 1s ease-in-out infinite;
}

@keyframes vibrate-rotate {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }

    20% {
        transform: rotate(-5deg) translate(-1px, 1px);
    }

    40% {
        transform: rotate(5deg) translate(1px, -1px);
    }

    60% {
        transform: rotate(-5deg) translate(-1px, 1px);
    }

    80% {
        transform: rotate(5deg) translate(1px, -1px);
    }

    100% {
        transform: rotate(0deg) translate(0, 0);
    }
}

.reviews .title-section {
    text-align: left;
}

.reviews .title-section .sub-title {
    justify-content: flex-start;
}

.reviews .title-section h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.reviews .star {
    font-size: 20px;
    margin-right: 2px;
}

.reviews .yellow {
    color: #ffb818;
}

.reviews .grey {
    color: #ddd;
}

.reviews .testimonials-items .cr {
    font-size: 20px;
    font-family: 'Roboto', serif;
    color: #266ff2;
    font-style: italic;
    margin-bottom: 20px;
}

.reviews .review-content p {
    font-style: italic;
    font-size: 21px;
    font-family: 'Roboto', serif;
    color: #636363;
    margin-bottom: 20px;
}

.reviews .testimonai-sub {
    background-color: #f1f5fd;
    display: inline-block;
    min-width: 300px;
    padding: 30px;
    border-top-right-radius: 50px;
    position: relative;
}

.reviews .testimonai-sub h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    color: #222;
}

.reviews .testimonai-sub h5 {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #636363;
    display: inline-block;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #266ff2;
}

.reviews .testimonai-sub h6 {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #636363;
}

.reviews .testimonai-sub .review-rating {
    position: absolute;
    top: 39%;
    right: -5%;
    z-index: 2;
    transform: rotate(270deg);
}



#review .owl-nav {
    display: none;
}

#review .owl-dots {
    position: absolute;
    left: 4%;
    top: 115%;
    transform: translate(-50%, 0);
    z-index: 9;
    display: flex;
    gap: 5px;
}

#review .owl-dots .owl-dot {
    border-radius: 50%;
    background: #266ff2;
    border: #266ff2 solid 3px;
    opacity: 1;
}

#review .owl-dots .owl-dot.active span {
    background-color: #266ff2;
    margin: 0;
}

#review .owl-dots .owl-dot span {
    margin: 0;
    border-color: #266ff2;
    background-color: #fafafa;
}

/*effective-ways*/
.effective-ways {
    padding: 70px 0 200px;
    background: rgb(255, 255, 255);
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(249, 247, 247, 1) 100%);
}

.effective-ways .title-section {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.effective-ways .title-section p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: rgb(92, 91, 91);
    line-height: 1.889;
    text-align: center;
    margin-bottom: 40px;
    width: 80%;
    margin: auto;

}

.effective-ways ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    padding: 0;
}

.effective-ways ul li {
    list-style: none;
    width: 20%;
    display: block;
    text-align: center;
    position: relative;
    left: 50px;
}

@keyframes animate {

    0%,
    40%,
    100% {
        box-shadow: 0px 0px 20.16px 0.84px rgba(2, 2, 2, 0.07);
        transform: translateY(0);
    }

    20% {
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
        transform: translateY(-10px);
        /* Adds vertical movement for wave effect */
    }
}

.effective-ways ul li .effective-marketing-image {
    animation: animate 1.5s ease-in-out infinite;
}

.effective-ways ul li:nth-child(1) .effective-marketing-image {
    animation-delay: 0s;
}

.effective-ways ul li:nth-child(2) .effective-marketing-image {
    animation-delay: 0.2s;
    /* Delayed slightly after the first */
}

.effective-ways ul li:nth-child(3) .effective-marketing-image {
    animation-delay: 0.4s;
    /* Delayed slightly after the second */
}

.effective-ways ul li:nth-child(4) .effective-marketing-image {
    animation-delay: 0.6s;
    /* Delayed slightly after the third */
}

.effective-ways ul li:nth-child(5) .effective-marketing-image {
    animation-delay: 0.8s;
    /* Delayed slightly after the fourth */
}


.effective-ways ul li .effective-marketing-image {
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 20.16px 0.84px rgba(2, 2, 2, 0.07);
    height: 162px;
    width: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: animate 4s ease-in-out infinite;
}

.effective-ways .effective-content-wrapper {
    position: relative;
    z-index: 1;
}

.effective-ways .effective-content-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: auto;
    width: 100%;
    z-index: -1;
}

.effective-ways ul li h4 {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, .9);
    line-height: 1.619;
    text-align: center;
    text-align: center;
}

.effective-ways ul li h4 {
    position: absolute;
    top: -30%;
    left: 32%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.effective-ways ul li:nth-child(odd) h4 {
    top: 130%;
}

/* faq */

.faq {
    padding: 70px 0;
    background: rgb(230, 238, 251);
    background: -moz-linear-gradient(274deg, rgba(230, 238, 251, 1) 1%, rgba(242, 246, 253, 0.6167717086834734) 100%);
    background: -webkit-linear-gradient(274deg, rgba(230, 238, 251, 1) 1%, rgba(242, 246, 253, 0.6167717086834734) 100%);
    background: linear-gradient(274deg, rgba(230, 238, 251, 1) 1%, rgba(242, 246, 253, 0.6167717086834734) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6eefb", endColorstr="#f2f6fd", GradientType=1);
    position: relative;
    overflow: hidden;
}

.faq .title-section {
    text-align: left;
}

.faq .title-section .sub-title {
    justify-content: flex-start;
}

.faq .handwrapper img {
    pointer-events: none;
}

.faq .handwrapper .more-btn {
    position: absolute;
    top: 51%;
    left: 13%;
    transform: translate(-50%, -50%);
    animation: jump 1.5s ease-in-out infinite;

}

/* Keyframe for jump animation */
@keyframes jump {

    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

.faq .handwrapper .more-btn a {
    font-size: 12px;
    padding: 12px 30px;
    transition: all linear 0.3s;
    position: relative;
    overflow: hidden;
    margin-left: 0;

}

/* Keyframe for shine animation */
@keyframes shine {
    0% {
        left: -75%;
    }

    50% {
        left: 125%;
    }

    100% {
        left: -75%;
    }
}

/* Add shine effect */
.faq .handwrapper .more-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 80px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    transition: transform 0.3s ease;
    animation: shine 2s infinite;
}


/* Hover effect */
.faq .handwrapper .more-btn a:hover {
    background: #4a5ff8;
}

.faq .accordion-item {
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    background-color: transparent;
}

.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.faq .accordion-header {
    padding: 0;
    background: transparent;
}

.faq .accordion-button {
    border-radius: 50px;
}

.faq .accordion-item:first-of-type .accordion-button {
    border-radius: 50px;
}

.faq .accordion-item .accordion-button.collapsed {
    position: relative;
    display: block;
    padding: 15px 50px 15px 15px;
    background: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    transition: all linear 0.3s;
    font-family: 'Roboto', sans-serif;
    border-radius: 50px;
}

/* Remove Bootstrap default arrow icon */
.faq .accordion-button::after {
    content: none !important;
}

.faq .accordion-button.header-shadow {
    box-shadow: 0px 13px 46px rgba(0, 0, 0, 0.07);
    background: #2f37d8;
    color: #fff;
}

.faq .accordion-body {
    border: none;
    box-shadow: none;
    color: #191919;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    padding: 10px;
}

.faq .accordion-body p {
    line-height: 2;
}

.faq .accordion-button:hover {
    background: #2f37d8;
    color: #fff;
}

/* Custom icons for expand/collapse */
.faq .accordion-button.collapsed::before {
    content: "\f067";
    /* Font Awesome plus icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
}

.faq .accordion-button::before {
    content: "\f068";
    /* Font Awesome minus icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
}

.faq .handwrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 40%;
}

/* contact */

.contact {
    padding: 60px 0;
}

.contact .title-section {
    text-align: left;
}

.contact .title-section h2 {
    margin-bottom: 10px;
}

.contact .title-section p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: rgb(92, 91, 91);
    line-height: 1.889;
    text-align: left;
    margin-bottom: 30px;
}

.contact .title-section .sub-title {
    justify-content: flex-start;
}

.contact .contact-image {
    width: 80%;
}

.contact .contact-image img {
    width: 100%;
    height: auto;
}

.contact-form {
    padding: 40px;
    background-color: #edf3fc;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    border-top: 10px solid #266ff2;
}

.contact-form .form-title {
    text-align: center;
    margin-bottom: 30px;
}

.contact-form .form-title h4 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-form .form-title h5 {
    font-size: 16px;
    color: #636363;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-form .single-field {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .custom-fields {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #636363;
    transition: all 0.3s ease;
    background-color: #fff;
}

.contact-form .custom-fields:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    outline: none;
}

.contact-form .single-field h6 {
    font-size: 18px;
    color: #333;
    margin: 5px 0 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-form .form-services label {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 2;
}

.contact-form .form-services input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #333;
    transform: scale(1.5);
}

.contact-form .form-submit {
    text-align: center;
    margin-top: 20px;
}


.contact-form .form-submit button {
    padding: 16px 36px 16px 26px;
    background-color: #266ff2;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin-top: 20px;
    transition: all linear .3s;
    width: 100%;
}

.contact-form .form-submit button:hover {
    background-color: #333;
}

/* blog */
.blog {
    padding: 60px;
    background-color: rgb(230, 238, 251);
}

.blog .title-section h2 {
    margin-bottom: 10px;
}

.blog .title-section p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: rgb(92, 91, 91);
    line-height: 1.889;
    text-align: center;
    margin-bottom: 30px;
}

.blog-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-wrapper-small {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.blog-wrapper .single-blog {
    width: 31%;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}

.blog-wrapper .single-blog .single-blog-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 300px;
}

.blog-wrapper .single-blog .single-blog-image img {
    width: 100%;
    transition: all linear .3s;
}

.blog-wrapper .single-blog:hover .single-blog-image img {
    transform: scale(1.5);
}

.blog-wrapper .single-blog .single-blog-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(8, 35, 51);
    background: -moz-linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    background: linear-gradient(180deg, rgba(8, 35, 51, 1) 1%, rgba(37, 110, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#082333", endColorstr="#256eef", GradientType=1);
    opacity: 0;
    transition: all linear .3s;
    z-index: 1;
}

.blog-wrapper .single-blog:hover .single-blog-image::before {
    opacity: .7;
}

.blog-wrapper .single-blog .single-blog-image .date {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 2;
    color: #333;
    background-color: #fff;
    padding: 5px 10px 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.blog-wrapper .single-blog .blog-content {
    padding: 30px;
}

.blog-wrapper .single-blog .blog-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.blog-wrapper .single-blog .blog-content p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: rgb(92, 91, 91);
    line-height: 1.889;
    text-align: left;
    margin-bottom: 10px;
}

.blog-wrapper .single-blog .blog-content a {
    text-decoration: none;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    transition: all linear .3s;
}

.blog-wrapper .single-blog .blog-content a::before {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    transition: all linear .3s;
}

.blog-wrapper .single-blog .blog-content a:hover::before {
    content: '\2b';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    transition: all linear .3s;
}

.blog-wrapper .single-blog .blog-content a:hover {
    color: #007bff;
}

.blog .more-btn {
    text-align: center;
    margin-top: 30px;
}

/* footer */
.footer {
    padding: 60px 0;
    background-color: #071b27;
}

.footer ul {
    padding: 0;
}

.footer .footer-about .footer-logo {
    margin-bottom: 15px;
    width: 80%;
}

footer .footer-about .footer-logo img {
    filter: brightness(.1)invert(1);
}

footer .footer-about p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 2;
    font-size: 16px;
}

footer .footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
}

footer .footer-social ul li {
    list-style: none;
}

footer .footer-social ul li a {
    text-decoration: none;
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}

footer h3 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

footer ul li {
    list-style: none;
    line-height: 2;
}

footer ul li a:visited,

footer ul li a {
    text-decoration: none;
    color: #fff;
    transition: all linear .3s;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

footer .footer-nav li a {
    padding-left: 14px;
}

footer .footer-nav li a::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 5px;
    background-color: #fff;

}

footer .footer-contact ul li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

footer .newsletter p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 10px;
}

footer .newsletter .custom-newsletter {
    border-radius: 0;
    padding: 12px;
    display: block;
    width: 100%;
    border-radius: 50px;
}

footer .submit-button {
    width: 100%;
    padding: 12px 0;
    margin-top: 20px;
    border-radius: 50px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid transparent;
    transition: all linear .3s;
}

footer .submit-button:hover {
    background-color: transparent;
    border-color: #fff;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #fafafa;
}

.copyright-wrapper {
    background-color: #071b27;

}

.copyright-wrapper p {
    color: #fff;
    font-size: 16px;
}

.copyright-wrapper a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

/* .single-page */
.single-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.single-page .post-title {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.single-page .post-description {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
}

/* breadcrumbsb */
.breadcrumbs {
    padding: 200px 0 80px;
    background: url('../images/page-bg.jpg') center center no-repeat;
    background-size: cover;
}

.breadcrumbs .breadcrumbs-content {
    text-align: center;
}

.breadcrumbs h1,
.breadcrumbs h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 17px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.breadcrumbs {
    position: relative;
    overflow: hidden;
}

/* about-us-page */

.welcome.why-choose-us {
    background-color: #fafbfb;
    padding: 60px 0;
}

.welcome.why-choose-us::before {
    left: -70px;
    transform: rotate(86deg);
}

.about-us-page {
    padding: 60px 0 0;
}

.about-us-page .section-title {
    justify-content: center;
}

.about-us-page .welcome-content {
    text-align: center;
}

.about-us-page .welcome-content p {
    font-size: 19px;
    line-height: 2;
}

.about-us-page .welcome-content p a.btn {
    padding: 16px 36px 16px 26px;
    background-color: #266ff2;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin-top: 20px;
    transition: all linear .3s;
}

.about-us-page .welcome .welcome-content .homepage-section-list {
    width: 32%;
}

.about-us-page .welcome-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;

}

.about-us-page .welcome-list .list-section-content {
    text-align: left;
}

.about-us-page .welcome .welcome-content .list-section-image {
    background-color: #fff;
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.18);
}

.about-us-page .welcome .more-btn {
    margin-top: 40px;
    animation: shine 2s infinite;
}

.about-us-page .welcome .more-btn a {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    animation: jump 1.5s ease-in-out infinite;
}

/* Add shine effect */
.about-us-page .welcome .more-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 80px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    transition: transform 0.3s ease;
    animation: shine 2s infinite;
}

/* Keyframe for jump animation */
@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


/* Keyframe for shine animation */
@keyframes shine {
    0% {
        left: -75%;
    }

    50% {
        left: 125%;
    }

    100% {
        left: -75%;
    }
}

.about-us-page .about-skillset .skillset {
    background-color: #f9f7f7;
}

.about-us-page .welcome .welcome-content h1,
.about-us-page .welcome .welcome-content h2 {
    font-size: 43px;
    margin-bottom: 20px;
}

.about-us-page .welcome .welcome-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

/* page-project */
.page-project {
    background: #f2f6fd;
}

.page-project::before {
    display: none;
}

.page-project .title-section .sub-title svg path {
    fill: #266ff2;
}

.page-project .title-section .sub-title h4 {
    color: #266ff2;
}

.page-project .title-section h2 {
    color: #212529;
}

.page-project .page-project-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.page-project .page-project-wrapper .item {
    width: 30%;
}

.start-project {
    padding: 0 0 60px 0;
}

.start-project .contact-form {
    width: 50%;
    background-color: #fffbfb;
}

.start-project .contact-form .custom-fields {
    background-color: #fff;
}

.start-project h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #071b27;
    font-weight: bold;
    margin-bottom: 25px;

}

/* single-page-content */

.single-page-content {
    padding: 60px 0;
}

.single-page-content .service-collection {
    background-color: #eaf1f6;
    padding: 30px;
    border-radius: 20px;
}

.blog-wrapper.single-page-content .service-collection {
    padding: 0;
    background-color: transparent;
}

.single-page-content .service-collection h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.single-page-content .service-collection ul {
    padding: 0;
}

.single-page-content .service-collection ul li {
    list-style: none;
    margin: 10px 0;
}

.blog-wrapper.single-page-content .service-collection ul li a {
    background-color: #f2f6fd;
}

.single-page-content .service-collection ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    background-color: #fff;
    border: 3px solid #eee;
    border-radius: 10px;
}

.single-page-content .service-collection ul li a span {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #266ff2;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}

.single-page-content .service-collection ul li a:hover,
.single-page-content .service-collection ul li a.current-service {
    background-color: #266ff2;
    color: #fff;
}

.single-page-content .service-collection ul li a:hover span,
.single-page-content .service-collection ul li a.current-service span {
    background-color: #fff;
    color: #266ff2;
}

/* single-page-content */
.single-page-content h2 {
    font-family: 'Roboto', serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

.single-page-content p {
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 2;
}

.single-page-content p a {
    text-decoration: none;
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    font-weight: bold;
}

.single-page-content .content-related-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.single-page-content .content-related-image .service-image {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-page-content .content-related-image .service-image.full-image {
    width: 100%;
}

.single-page-content .content-related-image .service-image img {
    width: 100%;
    height: auto;
}

.single-page-content .service-content-custom-repeater {
    margin-bottom: 20px;
}

.single-page-content .single-content ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0;
    padding: 0;
    flex-wrap: wrap;
}

.single-page-content .single-content ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    width: 48%;
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 1.9;
}

.single-page-content .single-content ul li strong {
    color: #003333;
    font-size: 20px;
}

.single-page-content .single-content ul li::before {
    content: "\f058";
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #007bff;
}

/* contact-us-today */
.contact-us-today {
    background-color: #0c2330;
    border-radius: 20px;
    margin-top: 30px;
    padding: 50px;
    text-align: center;
}

.contact-us-today .icon {
    height: 73px;
    width: 73px;
    background-color: #007bff;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
}

.contact-us-today .icon .fa {
    animation: ring 1s infinite;
    transform-origin: center;
}

/* First ripple effect */
.contact-us-today .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 120, 212, 0.3);
    /* Semi-transparent blue for ripple */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: ripple 2s infinite ease-out;
    z-index: 0;
    /* Ensures it appears behind the icon */
}

/* Second ripple effect */
.contact-us-today .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 120, 212, 0.2);
    /* Lighter blue for the second ripple */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: ripple 2s infinite ease-out 0.75s;
    /* Delayed for the second ripple */
    z-index: 0;
    /* Ensures it appears behind the icon */
}

/* Keyframes for ripple animation */
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

/* Ringing keyframes */
@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(-15deg);
    }

    20% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.contact-us-today p {
    color: #fff;

}

.contact-us-today__button {
    display: inline-block;
    margin: 10px 5px;
    padding: 12px 20px;
    color: #fff;
    background-color: #0078d4;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: all linear 0.3s;
    text-decoration: none;
}

.contact-us-today__button:hover {
    background-color: #fff;
    color: #0c2330;
}

.custom-sidebar-service {
    margin-right: 30px;
}

/* Container and Title */
.single-service-faq h4 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Styling the Accordion */
.single-service-faq .accordion {
    border-radius: 12px;
    overflow: hidden;
}

/* Accordion Item Styling */
.single-service-faq .accordion-item {
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

/* Accordion Button (Question) Styling */
.single-service-faq .accordion-button {
    background-color: #0056b3;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
}

.single-service-faq .accordion-button:not(.collapsed) {
    color: #fff;
    background: #0056b3;
}

.single-service-faq .accordion-button:hover {
    background-color: #0056b3;
    color: #fff;
}

.single-service-faq .accordion-button.collapsed {
    background-color: #0056b3;
    color: #fff;
}

.single-service-faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Accordion Body (Answer) Styling */
.single-service-faq .accordion-body {
    font-size: 16px;
    color: #4a4a4a;
    padding: 20px 25px;
    background-color: #f9f9f9;
    line-height: 1.8;
    border-radius: 20px;
    margin-top: 15px;
}

/* Focus and Active State for Accordion */
.single-service-faq .accordion-button:focus {
    box-shadow: none;
    background-color: #0056b3;
}

/* Styling for the FAQ when no FAQs exist */
.single-service-faq .custom-faq-wrapper p {
    font-size: 16px;
    color: #888;
    font-style: italic;
}

/* .accordion-button::after */

.single-service-faq .accordion-button::after {
    color: #fff;
}

.single-service-faq h2 {
    margin-bottom: 0;
}

.single-service-faq .accordion-button::after {
    content: '\f107';
    /* Down arrow icon (Font Awesome) */
    font-family: 'FontAwesome';
    background-image: none;
    font-weight: 900;
    color: white;
    font-size: 18px;
    margin-left: 10px;
    transition: all linear 0.3s;
    position: absolute;
    top: 30%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Single Project Page */
.single-project-page {
    padding: 60px 0;
}

.single-project-page h3 {
    font-size: 27px;
    font-weight: 800;
    color: #071b27;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.single-project-page .project-details p {
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 2.2;
}

.single-project-page .personal-tab {
    margin-top: 30px;
}

.single-project-page .personal-tab ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.single-project-page .personal-tab ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    width: 48%;
    font-family: 'Roboto', serif;
    font-size: 17px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 1.9;
}

.single-project-page .personal-tab ul li::before {
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #007bff;
}

.single-project-page .project-information ul {
    padding-left: 0;
}

.single-project-page .project-information ul li {
    padding: 20px;
    background-color: #fafafa;
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    font-family: 'Roboto', serif;
    font-size: 17px;
    color: #162641;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all linear .3s;
    border-radius: 10px;
}

.single-project-page .project-information ul li span {
    display: inline-block;
    min-width: 170px;
    font-weight: bold;
}

.single-project-page .project-information ul li:hover {
    background-color: #0056b3;
    color: #fff;
}

.single-project-page .big-banner {
    height: 500px;
    overflow: hidden;
    border-radius: 50px;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Big Banner Container */
.single-project-page .big-banner {
    height: 500px;
    overflow: hidden;
    border-radius: 50px;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Banner Wrapper */
.big-banner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Banner Image */
.big-banner-wrapper .big-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

/* Shine Effect */
.big-banner-wrapper .shine-overlay {
    position: absolute;
    top: -150%;
    left: -150%;
    width: 300%;
    height: 300%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%);
    transform: rotate(25deg);
    opacity: 0.7;
    pointer-events: none;
    animation: shine-move 3s linear infinite;
}

/* Animation for Shine */
@keyframes shine-move {
    0% {
        transform: translate(-150%, -150%) rotate(25deg);
    }

    100% {
        transform: translate(150%, 150%) rotate(25deg);
    }
}

/* project-description */
.project-description p {
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 2.2;
}

.single-project-page .project-description ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 30px;
}

.single-project-page .project-description ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    width: 48%;
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 1.9;
}

.single-project-page .project-description ul li::before {
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #007bff;
}

.single-project-page .metrics-wrapper h3,
.single-project-page .performance-wrapper h3 {
    margin-bottom: 25px;
}

.single-project-page .metrics,
.single-project-page .performance {
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.metrics-wrapper,
.perfomance-wrapper {
    padding: 30px;
    background-color: #fafafa;
    border-radius: 20px;
}

.single-project-page .more-btn {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.blog-wrapper-custom {
    padding: 50px 0;
}

.blog-wrapper .blog-image {
    height: 400px;
    overflow: hidden;
    border-radius: 50px;
    margin: 0 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.blog-wrapper .description-content p {
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 2.2;
}

.blog-wrapper .description-content h2 {
    font-family: 'Roboto', serif;
    font-size: 30px;
    color: #162641;
    margin: 30px 0;
    font-weight: bold;
}

.blog-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.blog-wrapper table,
.blog-wrapper th,
.blog-wrapper td {
    border: 1px solid #ddd;
}

.blog-wrapper th,
.blog-wrapper td {
    padding: 12px;
    text-align: left;
}

.blog-wrapper th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.blog-wrapper tr:nth-child(even) {
    background-color: #f9f9f9;
}

.blog-wrapper tr:hover {
    background-color: #f1f1f1;
}

.all-related-blogs .single-blog .blog-content {
    min-height: auto;
}

.blog-wrapper .description-content ul {
    padding-left: 0;
}

.blog-wrapper .description-content ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    width: 100%;
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 1.9;
}

.blog-wrapper .description-content ul li strong {
    color: #003333;
    font-size: 20px;
}

.blog-wrapper .description-content ul li::before {
    content: "\f058";
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #007bff;
}

.blog-wrapper .description-content h3,
.blog-wrapper .description-content h4,
.blog-wrapper .description-content h5,
.blog-wrapper .description-content h6 {
    font-family: 'Roboto', serif;
    font-size: 25px;
    color: #162641;
    margin: 20px 0;
}

.blog-wrapper .blog-quote {
    background-color: #f2f6fd;
    text-align: left;
    padding: 60px;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
}

.blog-wrapper blockquote {
    margin-bottom: 0;
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #636363;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 2.2;
}

.blog-wrapper .blog-quote::before {
    content: '\f10d';
    /* FontAwesome quote icon Unicode */
    position: absolute;
    top: 10px;
    left: 25px;
    font-family: 'FontAwesome';
    margin-right: 10px;
    /* Adjust space between icon and quote */
    font-size: 30px;
    /* Adjust size of the icon */
    color: #0b69f4;
    /* Adjust icon color */
}

.blog-wrapper .blog-quote::after {
    content: '\f10e';
    /* FontAwesome right quote icon Unicode */
    position: absolute;
    bottom: 10px;
    right: 35px;
    font-family: 'FontAwesome';
    margin-left: 10px;
    /* Adjust space between icon and quote */
    font-size: 70px;
    /* Adjust size of the icon */
    color: #eee;
    /* Adjust icon color */
}

.blog-wrapper .created-date {
    font-size: 14px;
    color: #555;
    padding: 4px;
    background-color: #eee;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-wrapper .created-date i {
    margin-right: 5px;
    /* Add space between icon and text */
    color: #333;
    /* Icon color */
}

.blog-wrapper .table-of-contents {
    background-color: #f2f6fd;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog-wrapper .table-of-contents li {
    list-style: none;
    line-height: 2;
}

.blog-wrapper .table-of-contents li a {
    text-decoration: none;
    color: #4d4d4d;
    font-family: 'Roboto', serif;
    font-size: 17px;
    transition: all linear .3s;
}

.blog-wrapper .table-of-contents li a i {
    margin-right: 5px;
}

.blog-wrapper .table-of-contents li a:hover {
    color: #0056b3;
}

.blog-wrapper .table-title {
    display: block;
    text-align: right;
    margin-bottom: -1px;
}

.blog-wrapper .table-title h4 {
    font-size: 18px;
    background-color: #f2f6fd;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 20px;
    font-family: 'Roboto', serif;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.blog-wrapper .description-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #003333;
    margin-bottom: 10px;
}

.blog-wrapper .description-block {
    margin-top: 15px;
}

.blog-wrapper .related-blogs {
    background-color: #f2f6fd;
    border-radius: 20px;
    padding: 20px
}

.blog-wrapper .related-blogs .other-blogs {
    list-style: none;
}

.blog-wrapper .related-blogs .other-blogs a {
    display: flex;
    text-decoration: none;
    align-items: flex-start;
    gap: 10px;
}

.blog-wrapper .related-blogs .other-blogs-image {
    width: 20%;
    display: flex;
}

.blog-wrapper .related-blogs h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #003333;
}

.blog-wrapper .related-blogs .blog-content {
    width: 80%;
}


.blog-wrapper .contact-form {
    padding: 20px;
}


.blog-wrapper .contact-form .form-title h5 {
    font-size: 14px;
}

.blog-wrapper .contact-form .form-title h4 {
    font-size: 22px;
}

.blog-wrapper .contact-form .custom-fields {
    padding: 9px;
    font-size: 14px;
}

.blog-wrapper .contact-form .single-field h6 {
    font-size: 15px;
}

.blog-wrapper .contact-form .form-submit button {
    padding: 7px;
    margin: 10px 0 0 0;
    font-size: 14px;
}

.all-related-blogs .single-blog {
    background-color: #f2f6fd;
}

/* Comment Box */
/* Main Comments Section */
#comments {
    background-color: #f9f9f9;
    border-top: 10px solid #0056b3;
    border-radius: 8px;
    margin: 40px 0;
    padding: 20px;
}

.comment-respond {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.comment-reply-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.comment-reply-title small a {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}

.comment-reply-title small a:hover {
    text-decoration: underline;
}

/* Logged In User Info */
.logged-in-as {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.logged-in-as a {
    color: #007bff;
    text-decoration: none;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

.required-field-message {
    font-size: 13px;
    color: #888;
    display: block;
    margin-top: 10px;
}

.required {
    color: #e74c3c;
}

/* Comment Textarea */
.comment-respond label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: block;
    margin: 8px 0;
}

.comment-respond textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 4px solid #eee;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #fff;
    resize: vertical;
    transition: border-color 0.3s;
}

.comment-respond input[type='text'],
.comment-respond input[type='email'],
.comment-respond input[type='url'] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #eee;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #fff;
    resize: vertical;
    transition: border-color 0.3s;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Submit Button */
.form-submit {
    margin-top: 20px;
}

.form-submit .submit {
    background-color: #007bff;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.form-submit .submit:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.form-submit .submit:focus {
    outline: none;
}

#cancel-comment-reply-link {
    font-size: 14px;
    color: #888;
    text-decoration: none;
}

#cancel-comment-reply-link:hover {
    color: #007bff;
    text-decoration: underline;
}

.comments-title {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Main Comment List */
.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Individual Comment */
.comment {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.comment-body {
    display: flex;
    flex-direction: column;
}

/* Comment Author Section */
.comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-author img.avatar {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-author .fn {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.comment-author .fn a {
    color: #007bff;
    text-decoration: none;
}

.comment-author .fn a:hover {
    text-decoration: underline;
}

.comment-author .says {
    font-size: 14px;
    color: #777;
    margin-left: 5px;
}

/* Comment Meta Section (Date & Edit Link) */
.comment-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.comment-meta a {
    color: #007bff;
    text-decoration: none;
}

.comment-meta a:hover {
    text-decoration: underline;
}

.comment-meta .edit-link {
    margin-left: 10px;
}

/* Comment Content */
.comment-content {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.comment-content p {
    margin: 0;
}

/* Nested Comments (Children) */
.comment .children {
    margin-top: 20px;
    padding-left: 30px;
}

.comment .children .comment {
    margin-top: 10px;
    transition: all linear .3s;
}

/* Reply Button */
.reply {
    margin-top: 10px;
}

.reply .comment-reply-link {
    background-color: #007bff;
    color: white;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.reply .comment-reply-link:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.reply .comment-reply-link:focus {
    outline: none;
}

/* Comment Even/Odd Styling */
.comment.even {
    background-color: #fff;
    transition: all linear .3s;
}

.comment.odd {
    background-color: #ffffff;
}

/* Hover Effect on Comment */
.comment:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Gravatar Image */
.comment-author img.avatar {
    width: 40px;
    height: 40px;
}

.township-single-page {
    max-width: 100%;
}

.township-single-page .section-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.township-single-page h2 {
    margin: 30px 0 15px 0;
}

.township-single-page h3 {
    font-family: 'Roboto', serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0 15px 0;
}

.township-single-page .wp-block-image {
    height: 400px;
    overflow: hidden;
    border-radius: 30px;
}

.single-town-page .wp-block-image {
    height: auto;
    margin: 30px 0;
}

.township-single-page .wp-block-image img {
    width: 100%;
}

.single-town-page .wp-block-image img {
    width: 100%;
}

.township-single-page .wp-block-pullquote {
    background: #f9f4f4;
    padding: 20px;
    border-radius: 10px;
}

.township-single-page .section-title h1 {
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Roboto', serif;
    color: #266ff2;
    text-transform: uppercase;
    font-weight: 600;
}


.township-content .wp-block-table td,
.township-content .wp-block-table th,
.township-content p {
    font-family: 'Roboto', serif;
    font-size: 19px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 2;
}

.township-content .wp-block-button__link {
    background-color: #0056b3;
    color: #fff;
}

.township-content ul,
.township-content ol {
    padding: 0;
    margin: 0;
}

.township-content ol li,
.township-content ul li {
    list-style: none;
    position: relative;
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #162641;
    margin-bottom: 15px;
    line-height: 1.9;
    padding-left: 30px;
}

.township-content ol li::before,
.township-content ul li::before {
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #007bff;
}

.township-single-page .section-title svg {
    width: 30px;
}

.township-content .wp-block-table {
    width: 100%;
    overflow-x: auto;
    /* Enables horizontal scrolling if the table overflows */
    display: block;
}

.township-content .wp-block-table table {
    width: 100%;
    /* Ensures the table adapts to the container width */
    border-collapse: collapse;
    /* Collapses table borders for a clean look */
    table-layout: auto;
    /* Allows flexible column widths based on content */
}

.township-content .wp-block-table th,
.township-content .wp-block-table td {
    padding: 10px;
    /* Adds spacing for better readability */
    text-align: left;
    /* Aligns text to the left */
    border: 1px solid #0056b3;
    /* Adds borders for clarity */
}

.township-content .wp-block-table th {
    background-color: #0056b3;
    color: #fff;
    /* Optional: Subtle background for headers */
}


/* Style for Table of Contents */
#rank-math-toc {
    border: 2px solid #266ff2;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9ff;
}

#rank-math-toc h2 {
    color: #266ff2;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

#rank-math-toc nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#rank-math-toc nav ul li {
    margin: 5px 0;
}

#rank-math-toc nav ul li a {
    color: #266ff2;
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

#rank-math-toc nav ul li a:hover {
    color: #1e56b3;
    /* Slightly darker shade for hover effect */
    text-decoration: underline;
}

@media (max-width: 1024px) {

    /* Tablet and smaller screens */
    .township-content .wp-block-table {
        overflow-x: auto;
        /* Enables horizontal scrolling for smaller screens */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on touch devices */
    }

    .township-content .wp-block-table table {
        width: auto;
        /* Allows the table to scroll beyond container width */
        min-width: 600px;
        /* Ensures a reasonable minimum table width */
    }

    .township-content .wp-block-table th,
    .township-content .wp-block-table td {
        white-space: nowrap;
        /* Prevents text wrapping to avoid squeezed cells */
    }
}

/* Responsive */
@media (min-width: 900px) and (max-width: 1300px) {
    .header .header-logo img {
        width: 210px;
    }

    .effective-ways ul li {
        left: 30px;
    }

    .project .banner-content-wrapper h3 {
        font-size: 15px;
    }

    .skillset .skillset-list ul li {
        font-size: 16px;
    }
}

/* Medium Devices (Tablets Portrait) */
@media (min-width: 768px) and (max-width: 991px) {
    .header {
        position: inherit;
    }

    .header-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0;
    }

    .header-nav {
        margin-top: 30px;
    }

    .banner-content h2 span,
    .banner-content h2 {
        font-size: 31px;
    }

    .more-btn a {
        font-size: 14px;
        padding: 9px 29px 9px 29px;
    }

    .center-cirle h5 {
        font-size: 18px;
    }

    .center-cirle h6 {
        font-size: 16px;
    }

    .welcome .section-title h3 {
        font-size: 16px;
    }

    .center-cirle {
        height: 120px;
        width: 120px;
        border: 2px solid #fff;
    }

    .welcome-image .welcome-polygon {
        width: 150px;
        left: 10%;
    }

    .welcome .welcome-content h2,
    .welcome .welcome-content h3 {
        font-size: 33px;
    }

    .welcome .welcome-content h1 {
        font-size: 25px;
    }

    .welcome .welcome-content .homepage-section-list {
        width: 100%;
    }

    .title-section .sub-title h4 {
        font-size: 17px;
    }

    .title-section h2 {
        font-size: 33px;
    }

    .effective-ways {
        padding: 40px 0 150px;
    }

    .effective-ways ul li .effective-marketing-image {
        height: 100px;
        width: 100px;
    }

    .effective-ways ul li .effective-marketing-image img {
        width: 40px;
    }

    .effective-ways ul li {
        left: 20px;
    }

    .effective-ways ul li h4 {
        width: 100%;
        font-size: 20px;
    }

    .effective-ways ul li h4 {
        top: -40%;
    }

    .effective-ways ul li:nth-child(odd) h4 {
        top: 140%;
    }

    .ourservices .service-wrappper ul li {
        width: 48%;
    }

    .ourservices .service-wrappper ul li .service-content h3 {
        font-size: 20px;
    }

    .skillset {
        padding: 50px 0;
    }

    .reviews .title-section h2 {
        font-size: 26px;
    }

    .reviews .review-content p {
        font-size: 17px;
    }

    .faq .handwrapper {
        width: 60%;
    }

    .faq {
        padding: 50px 0 600px;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form .form-submit button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .contact-form .form-services label {
        font-size: 14px;
    }

    .blog-wrapper .single-blog {
        width: 47%;
        margin: 15px 0;
    }


    .blog-wrapper {
        flex-wrap: wrap;
    }

    .blog .more-btn {
        margin-top: 0;
    }

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

    footer .footer-about .footer-logo {
        width: 100%;
    }

    footer .footer-about .footer-logo img {
        width: 200px;
    }

    footer .footer-social ul {
        justify-content: center;
        margin: 20px 0;
    }

    .header-wrapper::before {
        display: none;
    }

    .breadcrumbs {
        padding: 40px 0;
    }

    .breadcrumbs h3 {
        font-size: 30px;
    }

    .about-us-page .welcome .welcome-content .homepage-section-list {
        width: 49%;
    }

    .welcome .more-btn a {
        margin: 20px 0 0 0;
    }

    .page-project .page-project-wrapper .item {
        width: 47%;
    }

    .single-page-content h2 {
        font-size: 33px;
    }

    .single-service-faq .accordion-button {
        font-size: 16px;
    }

    .custom-sidebar-service {
        margin-right: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .single-page-content .contact-us-today {
        width: 50%;
        margin: 0;
    }

    .single-page-content .service-collection {
        width: 47%;
    }

    .single-project-page .personal-tab {
        margin: 30px 0;
    }

    .blog-wrapper .contact-form {
        margin-top: 30px;
    }
}

/* Hide Desktop Navigation and Show Hamburger on Mobile */
@media (max-width: 767px) {
    .header-nav {
        display: none;
    }

    .hamburger-icon {
        display: block;
    }

    .header {
        position: relative;
    }

    .header-wrapper {
        padding: 20px;
    }

    .header .header-logo img {
        width: 190px;
    }

    .menu .menu-item-last::after {
        display: none;
    }

    .header-wrapper::before {
        display: none;
    }

    .banner-Image .secondary-image-wrapper {
        display: none;
    }

    .banner-content h2,
    .banner-content h2 span {
        font-size: 20px;
    }

    .banner .more-btn a {
        font-size: 13px;
        padding: 10px 20px;
        margin-left: 0;
        margin-top: 0;
    }

    .welcome-image .welcome-polygon {
        display: none;
    }

    .welcome {
        padding: 40px 0;
    }

    .center-cirle h5 {
        font-size: 35px;
    }

    .title-section .sub-title h4,
    .welcome .section-title h3 {
        font-size: 17px;
    }

    .welcome-content h1 {
        font-size: 20px;
    }

    .welcome .welcome-content h2,
    .welcome .welcome-content h3 {
        margin: 10px 0;
        font-size: 24px;
    }

    .welcome-image {
        margin-top: 30px;

    }

    .welcome .welcome-content .homepage-section-list {
        width: 100%;
    }

    .welcome .more-btn {
        display: block;
        text-align: center;
    }

    .welcome .more-btn a {
        margin-left: 0;
        padding: 10px 20px;
        font-size: 14px;
    }

    .title-section h2 {
        font-size: 33px;
    }

    .effective-ways .title-section p {
        margin: 0;
        width: 100%;
    }

    .effective-ways ul {
        flex-direction: column;
        margin-top: 0;
        padding: 0;
    }

    .effective-ways ul li {
        width: 100%;
        left: 0;
        margin: 30px 0;
    }

    .effective-ways ul li h4 {
        position: inherit;
        text-align: center;
        transform: translate(0);
        width: 100%;
        left: 0;
        margin-top: 10px;
    }

    .effective-ways ul li .effective-marketing-image {
        margin: auto;
    }

    .effective-ways ul li:nth-child(odd) h4 {
        top: 0;
    }

    .effective-ways .effective-content-wrapper svg {
        display: none;
    }

    .effective-ways {
        padding: 50px 0;
    }


    .ourservices .title-section .sub-title h4 {
        font-size: 16px;
    }

    .ourservices .service-wrappper ul {
        padding: 0;
    }

    .ourservices .service-wrappper ul li {
        width: 100%;
    }

    .skillset .title-section h2 {
        font-size: 25px;
    }

    .skillset .skillset-list ul li {
        width: 100%;
    }

    .more-btn a {
        margin: 15px 0 0 0;
        padding: 10px 20px;
        font-size: 14px;
    }

    .programming-skills {
        margin-top: 30px;
    }

    #project {
        left: 0;
    }

    #project .owl-dots {
        left: 50%;
        top: 95%;
    }

    .project .project-notification {
        margin-top: 30px;
    }

    .reviews .client-quote {
        width: 90px;
    }

    .reviews .title-section {
        margin-top: 30px;
    }

    .reviews .title-section h2 {
        font-size: 25px;
    }

    .faq .accordion-item:first-of-type .accordion-button,
    .faq .accordion-item .accordion-button.collapsed {
        padding-left: 20px;
        font-size: 15px;
        line-height: 1.5;
        text-transform: capitalize;
    }

    .faq {
        padding-bottom: 460px;
    }

    .faq .handwrapper {

        width: 100%;
    }

    .faq .handwrapper .more-btn {
        left: 15%;
    }

    .faq .handwrapper .more-btn a {
        font-size: 10px;
        padding: 6px 13px;
    }

    .contact-form {
        width: 100%;
        margin-top: 30px;
    }

    .blog {
        padding: 50px 0;
    }

    .blog-wrapper .single-blog {
        width: 100%;
        margin: 15px 0;
    }

    .blog-wrapper {
        display: block;
    }

    footer h3 {
        margin-top: 30px;
    }

    .copyright {
        display: block;
        text-align: center;
    }

    .copyright p {
        margin-bottom: 10px;
    }

    .project {
        padding: 50px 15px;
    }

    /* .breadcrumbs */
    .breadcrumbs {
        padding: 30px 0;
    }

    .breadcrumbs h3 {
        font-size: 25px;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 14px;
    }

    .about-us-page {
        padding: 0;
    }

    .about-us-page .section-title {
        margin-top: 0;
    }

    .about-us-page .welcome .welcome-content .homepage-section-list {
        width: 100%;
    }

    .page-project .page-project-wrapper {
        flex-direction: column;
    }

    .page-project .page-project-wrapper .item {
        width: 100%;
    }

    .welcome::before {
        opacity: .1;
    }

    .single-page-content h2 {
        font-size: 25px;
    }

    .single-page-content .single-content ul li {
        width: 100%;
    }

    .single-page-content .single-content ul {
        display: block;
    }

    .single-service-faq .accordion-button {
        font-size: 15px;
    }

    .single-project-page .personal-tab ul {
        flex-direction: column;
    }

    .single-project-page .personal-tab ul li {
        width: 100%;
    }

    .project-information {
        margin-top: 30px;
    }

    .single-project-page .big-banner {
        height: 200px;
    }

    .single-project-page .project-description ul li {
        width: 100%;
        font-size: 17px;
    }

    .single-project-page .metrics,
    .single-project-page .performance {
        height: auto;
    }

    .blog-breadcrumbs h3 {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 0;
    }

    .blog-wrapper .blog-image {
        height: 200px;
    }

    .blog-wrapper .table-title {
        text-align: left;
    }

    .blog-wrapper .table-of-contents {
        border-top-left-radius: 0;
        border-top-right-radius: 20px;
        margin-bottom: 20px;
    }

    .project .banner-content-wrapper h3 {
        font-size: 16px;
    }

    .project .banner-content-wrapper h5 {
        font-size: 15px;
    }

    .project .banner-content-wrapper {
        width: 90%;
    }

    .project .project-thumbnail {
        height: 300px;
    }

    .page-project .page-project-wrapper {
        gap: 10px;
    }

    .single-project-page .project-information ul li span {
        min-width: 130px;
    }

    .single-project-page .project-information ul li {
        font-size: 15px;
        padding: 10px;
    }

    .project-description p {
        font-size: 17px;
    }

    .skillset .skillset-list ul {
        padding: 0;
    }

    .banner .banner-curve {
        bottom: -1px;
    }

    .about-us-page .welcome .welcome-content h1,
    .about-us-page .welcome .welcome-content h2,
    .about-us-page .welcome .welcome-content h3 {
        font-size: 23px;
    }
}