@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('../css/vendor/bootstrap.min.css');
@import url('../css/vendor/fontawesome.css');
@import url('../css/vendor/brands.css');
@import url('../css/vendor/regular.css');
@import url('../css/vendor/solid.css');
@import url('../css/vendor/swiper-bundle.min.css');
@import url('../css/vendor/animate.min.css');

@property --progress {
    syntax: '<integer>';
    inherits: true;
    initial-value: 0;
}

@keyframes load {
    to {
        --progress: var(var(--value))
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 0px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.7, 1.7, 1.8);
        transform-origin: center;
        border-width: 13px;
    }
}

:root{
    --primary: #F4F4F4;
    --text-color: #54595F;
    --text-color-2: #FEFEFE;
    --background-color: #F4F4F4;
    --accent-color-1: #443DFC; 
    --accent-color-2: #0D1E5C;
    --accent-color-3: #FFFFFF;
    --accent-color-4: #FEED0E;
    --font-1: "Rubik", sans-serif;
    --font-2: "Inter", sans-serif; 
}

body{
    font-family: var(--font-2);
    color: var(--text-color);
}

h1 {
    font-size: 78px;
    line-height: 1em;
}

h2{
    font-size: 64px;
    line-height: 0.9em;
}

h3 {
    font-size: 32px;
    line-height: 0.9em;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
    line-height: 0.9em;
}

h6 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
    font-family: var(--font-1);
}

button, a{
    font-size: 14px;
    color: var(--accent-color-2);
    text-decoration: none;
    font-family: var(--font-1);
}

p {
    font-size: 16px;
    font-family: var(--font-2);
    margin-bottom: 5px;
    color: var(--text-color);
}

p a {
    font-size: 16px;
    color: #384B38;
    text-decoration: none;
}

ul{
    list-style: none;
}

.section {
    padding: 6em 1em 6em 1em;
    background-size: cover;
    background-position: center;
}

.section-2 {
    padding: 9em 1em 6em 1em;
    background-position: center;
}

.section-3
{
    padding: 8em 1em 6em 1em;
}

.section-4{
    padding: 6em 1em 8em 1em;
}
.section-5{
    padding: 6em 1em 10em 1em;
}

.team-section-small{
    padding: 8em 1em 8em 1em;
    background-color: #F5FAF6;
}

.join-section{
    padding: 1em 1em 6em 1em;
    background-color: #F5FAF6;
}

.hero-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.partner-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-radius: 20px;
    padding: 4em 4em 4em 4em;
    background-color: var(--accent-color-1);
    text-align: center;
}

.section404{
    position: relative;
    z-index: 2;
    color: var(--accent-color-3);
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.text404{
    font-size: 76px !important;
}

.section404 p{
    width: 50%;
    align-self: center;
}

.section404 i{
    font-size: 24px;
}

.banner-heading-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    gap: 20px;
    padding: 8em 0em 3em 0em;
}

.banner-heading-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 40vh;
    gap: 20px;
    padding: 8em 0em 3em 0em;
}

.banner-heading {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 90vh;
    gap: 20px;
    padding: 5em 0em 0em 0em;
}

.banner-heading p{
    max-width: 70%;
}

.about-gap{
    gap: 100px
}

.bg-accent-color-1 {
    background-color: var(--accent-color-1);
}

.bg-accent-color-2 {
    background-color: var(--accent-color-2);
}

.bg-accent-color-3 {
    background-color: var(--accent-color-3);
}

.bg-accent-color-4 {
    background-color: var(--accent-color-4);
}

.bg-green{
    background-color: #F5FAF6;
}

.read-more {
    color: var(--accent-color-2);
    transition: all 0.5s;
}

.read-more:hover {
    color: var(--accent-color-1);
}


.bg-accent {
    background-color: var(--background-color);

}

.bg-text-color {
    background-color: var(--text-color);
}

.bg-text-color-2 {
    background-color: var(--text-color-2);
}

.accent-color-1 {
    color: var(--accent-color-1);
}

.accent-color-2 {
    color: var(--accent-color-2);
}

.accent-color-3 {
    color: var(--accent-color-3);
}

.accent-color-4{
    color: var(--accent-color-4);
}

.accent {
    color: var(--background-color);
}

.font-1{
    font-family: var(--font-1);
}
.font-2{
    font-family: var(--font-2);
}

.form-layout{
    display: flex;
    flex-direction: column;
    gap: 1.5em;;
    align-items: center;
    background-color: var(--accent-color-1);
    padding: 4em 5em;
    border-radius: 10px;
}

.form-layout p{
    width: 50%;
    text-align: center;
}

.form input,
.form textarea,
.form select {
    background-color: #FFFFFF00;
    border: 1px solid var(--accent-color-2);
    border-radius: 20px 20px 20px 20px;
    color: var(--text-color);
    outline: none;
    font-family: var(--font-2);
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    line-height: 1.4em;
    width: 100%;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    box-shadow: none;
    color: var(--text-color);
    border-top: 1px solid #00000091;
    border-left: 1px solid #00000091;
    border-right: 1px solid #00000091;
}

.form input:autofill,
.form input:autofill:focus {
    color: var(--accent-color-3);
    transition: background-color 5000s ease-in-out;
    -webkit-text-fill-color: var(--text-color);
    font-family: var(--font-2);
}

.form input::placeholder,
.form textarea::placeholder {
    color: #949494;
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 400;
}

.form label{
    font-size: 16.8px;
    font-weight: 500;
    text-align: start;
    color: var(--accent-color-2);
}

.form .form-select {
    color: var(--text-color-2);
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="blue" class="bi bi-check-xl" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form input.form-check-input {
    background-color: transparent;
    border: 1px solid gray;
}

.form input.form-check-input:checked {
    border: 1px solid blue;
    color: blue;
}

input.error-border,
textarea.error-border{
    border-color: var(--accent-color-1);
}

.error-text {
    color: var(--accent-color-1);
    font-size: 16px;
    margin-bottom: 10px;
  }

.form .submit_form {
    display: inline-block;
    text-decoration: none;
    border: none;
    transition: all 0.5s;
    background-color: var(--accent-color-1);
    color: white;
    border-radius: 50%;
}

.form .submit_form:hover {
    background-color: var(--accent-color-2);
    color: var(--accent-color-1);
}

.logo-footer{
    width: 50%;
}

.alert {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px solid var(--background-color);
  }

.success {
    color: var(--accent-color-3);
}
  
.error {
    color: var(--accent-color-3);
}  
  
.check-icon,
.cross-icon {
    font-size: 20px;
    margin-right: 10px;
}

.hidden{
    display: none;
}

.navbar-wrapper{
    position: fixed;
    display: flex;
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
    padding: 1em 0em 0em 0em;
    z-index: 1;
}

.navbar {
    display: flex;
    flex-direction: row;
    background-color: var(--accent-color-3);
    color: white;
    padding: 0.5em 2em 0.5em 2em;
    border-radius: 50px;
    z-index: 1000;
}

.nav-btn{
    display: none;
    padding: 8px 16px;
    background-color: var(--accent-color-1);
    color: var(--accent-color-3);
    transition: all 0.3s ease;
}

.nav-btn:hover, 
.nav-btn:focus{
    background-color: var(--accent-color-2) !important;
}

.navbar-nav .nav-link:focus {
    color: var(--accent-color-2);
}

.nav-link {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-1);
    color: var(--accent-color-2);
    text-transform: uppercase;
    padding: 0px 30px 0px 30px;
    line-height: 1em;
    transition: all 0.3s;
}

.nav-link:hover,
.nav-link.active,
.nav-link.show {
    color: var(--accent-color-4) !important;
}

.navbar-toggler {
    border: none;
    color: var(--accent-color-2);
}

.navbar-toggler:focus {
    box-shadow: none;
    background-color: transparent;
    color: var(--accent-color-2);
}

.navbar-toggler-icon {
    color: var(--accent-color-1);
}

.dropdown-menu {
    border-radius: 0px 10px 10px 10px;
    border: none;
    padding: 1em 0em;
    width: 200px;
    position: relative;
    z-index: 4;
}

.dropdown-item {
    padding-block: 0.75rem;
    color: var(--accent-color-2);
    font-family: var(--font-1);
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    padding-inline: 0.75rem;
    position: relative;
    text-transform: uppercase;
}

.dropdown-item.active {
    color: var(--accent-color-4);
    background-color: transparent;
}

.dropdown-item:hover {
    color: var(--accent-color-4);
}

.dropdown-item:focus {
    color: var(--accent-color-4);
    background-color: transparent;
}

.dropdown-toggle::after {
    display: none !important;
}

#newsletterForm {
    display: flex;
    gap: 8px;
    width: 100%;
}

#newsletterForm input {
    font-size: 16px;
    padding: 16px 26px 16px 16px;
    border-radius: 20px;
    font-weight: 400;
    background-color: var(--accent-color-3);
    border: 1px solid #69727D;
    color: #1f2124;
}

#newsletterForm .error-text {
    color: #e63946;
    font-size: 14px;
    margin-top: 4px;
}

#newsletterForm .hidden {
    display: none;
}

#newsletterForm button {
    background-color: var(--accent-color-1);
    color: var(--accent-color-3);
    padding: 20px 20px 20px 20px;
    border: none;
    border-radius: 35px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    align-self: flex-start;
}


.sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    background: var(--accent-color-3);
    color: var(--accent-color-2);
    transition: transform 0.4s ease-in-out;
    z-index: 4;
    overflow-y: auto;
    max-height: 100vh;
    padding: 0px 16px 0px 5px;
}

.sidebar.active{
    transform: translateX(350px);
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 20px;
}

.sidebar-header .logo {
    width: 100%;
}

.close-btn {
    display: inline-block;
    justify-content: center;
    background-color: var(--accent-color-1);
    border: none;
    border-radius: 8px 8px 8px 8px;
    color: var(--accent-color-3);
    position: relative;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 18px;
}

.menu {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.menu li {
    margin-bottom: 10px;
}

.menu a {
    color: var(--accent-color-2);
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.menu a:hover,
.menu a.active,
.menu a.focus {
    color: var(--accent-color-1);
    background-color: var(--accent-color-3);
}

.sidebar-dropdown .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-dropdown-btn {
    background: none;
    border: 1px solid var(--accent-color-1);
    color: var(--accent-color-1);
    font-size: 1rem;
    cursor: pointer;
    padding: 0px 18px;
    border-radius: 24px;
    transition: transform 0.3s ease;

}
.sidebar-dropdown-btn:hover {
    color: var(--accent-color-1);
    border: 1px solid var(--accent-color-1)
}

.sidebar-dropdown-menu {
    list-style: none;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar-dropdown-menu.active {
    max-height: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.below-dropdown {
    transition: margin-top 0.1s ease-in-out;
    margin-top: 0px;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

.btn{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 15px 35px;
    transition: all 0.15s ease-in-out;
    border-radius: 35px;
    line-height: 1em;
    font-family: var(--font-1);
    text-transform: uppercase;
}

.btn-accent-1{
    background-color: var(--accent-color-1);
    color: white;
    border: 2px solid var(--accent-color-1);
    transition: all 0.5s;
}

.btn-accent-2{
    background-color: var(--accent-color-2);
    color: var(--accent-color-3);
    transition: all 0.5s;
}

.btn-outline-accent-1{
    background-color: transparent;
    color: var(--accent-color-1);
    border: 2px solid var(--accent-color-1);
}

.btn-outline-accent-2{
    background-color: transparent;
    color: var(--accent-color-2);
    border: 1px solid var(--accent-color-2);
}

.btn-accent-1:hover{
    background-color: var(--accent-color-2);
    color: var(--accent-color-3);
    border: 2px solid var(--accent-color-2);
}

.btn-accent-2:hover{
    background-color: var(--accent-color-3);
    color: var(--accent-color-2);
    border: 1px solid #000000;
}

.btn-outline-accent-1:hover{
    background-color: var(--accent-color-2);
    color: var(--accent-color-3);
    border: 2px solid var(--accent-color-2);
}

.tab-content{
    padding: 1.5em;
}

.tab-btn{
    background-color: #F3F3F3;
    color: var(--accent-color-1);
    transition: all 0.3s ease;
}

.banner-img-1{
    background-image: url('../image/Hero-cover-img.jpg');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 90vh;
}

.banner-section{
    padding: 0em 1em 0em 1em;
    position: relative;
    background-color: #FFFFFF;
}

.section-wrapper{
    padding: 1em;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

.banner-img-2{
    background-attachment: scroll;
    background-image: url('../image/Hero-cover-img.jpg');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 40vh;
    padding: 1em 1em 1em 1em;
}

.banner-content{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
    text-align: center;
    justify-content: center;
}

.banner-content p{
    display: flex;
    width: 50%;
    height: 100%;
    text-align: center;
    align-self: center;
}

.banner-img-3{
    background-image: url('../image/Hero-cover-img.jpg');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1em 1em 1em 1em;
    min-height: 100vh;
    overflow: visible;
}


.join-us-bg{
    background-image: url('../image/CTAIMAGE123_11zon.jpg');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    padding: 5em 3em;
    border-radius: 10px;
    overflow: hidden;
}

.join-us-bg::before{
    content: "";
    position: absolute;
    background: var(--accent-color-1);
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.join-us-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    color: var(--accent-color-3);
    gap: 1em;
    z-index: 2;
}

.join-us-content p{
    width: 40%;
    color: var(--accent-color-3);
    align-self: center;
}

.contactus-bg.small{
    background-image: url('../image/male-plumber-hands-repairing-pipe-under-sink-2023-11-27-05-30-57-utc_result-1024x683.webp');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2em 2em;
    border-radius: 10px;
    overflow: hidden;
}

.space-header{
    display: block;
    height: 150px;
}

.banner-service{
    display: flex;
    flex-direction: row;
    gap: 1em;

}

.logo{
    width: 50%;
}


.banner-overlay-1{
    background: #000000;
    opacity: 0.32;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.overlay{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    transition: left 0.4s ease-in-out;
    z-index: 4;
}

.overlay.active{
    left: 0;
}

.banner-overlay-2{
    position: absolute;
    background-color: #00000091;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    transition: opacity 0.3s ease;
    opacity: 1;
}

.blog-image:hover .blog-overlay{
    opacity: 0;
}

.swiper-slide {
    padding: 0.5rem;
}

.swiper-slide img {
    width: 75%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.rating-box{
    display: flex;
    background-color: var(--accent-color-1);
    min-height: 200px;
    width: 200px;
    transform: rotate(-45deg);
    border-radius: 15px;
    margin-top: -150px;
    padding: 2em;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.rating-box-content{
    transform: rotate(45deg);
}

.rating-box-content span{
    font-size: 48px;
}

.banner-icon-container{
    position: absolute;
    bottom: 100px;
}

.banner-icon{
    align-items: center;
    padding: 5px 15px;
    background-color: var(--accent-color-3);
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.card{
    border-radius: 20px;
    border: none;
}

.card-expertise{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 3em 3em 3em 3em;
    background-color: #E5F1FF;
    width: 100%;
    height: auto;
    min-height: 425px;
    align-items: stretch;
}

.card-expertise.video{
    background-image: url('../image/project.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em 2em 2em 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.expertise-layout-up{
    margin-bottom: 50px;
}
.expertise-layout-down{
    margin-top: 50px;
}

.card-expertise--spacer{
    height: 100px;
    flex-shrink: 0;
}

.card-service{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #E5F1FF;
    padding: 1em;
    border: none;
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: start;
    text-align: start;
}

.card-service img{
    width: 100% !important;
}

.service-link{
    color: var(--accent-color-1);
    font-size: 14px;
    text-transform: uppercase;
}
.grade-card{
    position: absolute;
    top: 0;
    right: 40px;
    background-color: var(--accent-color-1);
    width: 20%;
    padding: 2em 0.7em 0.7em 0.7em;
    border-radius: 0px 0px 5px 5px;
}

.contact-icon{
    position: absolute;
    top: 0;
    right: 40px;
    background-color: var(--accent-color-1);
    width: 18%;
    padding: 3em 0.7em 0.7em 0.7em;
    border-radius: 0px 0px 5px 5px;
}

.contact-icon span{
    display: flex;
    color: var(--accent-color-3);
    justify-content: center;
}
  
.card-social{
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
    padding: 2em 2em 2em 2em;
    border: none;
    background-color: #E5F1FF;
}

.logging-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.logging-content img{
    width: 25%;
}

.card-blog{
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
    border: none;
}

.card-blog .card-body{
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em 0em;
}

.card-blog .card-footer{
    display: flex;
    flex-direction: row;
    border-top: 1px solid #d1d1d1;
    gap: 1em;
    font-weight: 500;
    padding: 7px 30px;
    color: black;
    font-size: 14px;
    background-color: #FFFFFF;
}

.meta-data{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: var(--font-2);
    color: var(--accent-color-1);
}

.card-bgaccent-2{
    background-color: var(--accent-color-2);
    color: var(--accent-color-3);
    padding: 2em;
    border-radius: 15px;
}

.card-pricing{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #E5F1FF;
    padding: 3em 3em 3em 3em;
}

.price-description{
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-1);
}

.contact-layout{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 4em 4em 4em 4em;
    border-radius: 15px 15px 15px 15px;
    background-color: #E5F1FF;
}

.contact-card{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    background-color: #E5F1FF;
    padding: 3em;
    gap: 1em;
    width: 100%;
    height: 100%;
}

.contact-title{
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact-title i {
    background-color: var(--accent-color-1);
    color: var(--accent-color-3);
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    border-radius: 10%;
    
}

.contact-content{
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-content i{
    color: var(--accent-color-1);
}

.other-post-layout{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 3em;
    background-color:#E5F1FF;
}

.other-post-layout a{
    font-size: 20px;
    color: var(--accent-color-2);
    line-height: 1em;
}

.other-post-layout .meta-data{
    font-size: 14px;
    font-weight: var(--font-1);
    color: var(--accent-color-1);
}

.other-post-img{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.other-post-img img{
    position: absolute;
    top: calc(50% + 44px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%,-50%);
    width: 100%;
    height: auto;
    border-radius: 10px 10px 10px 10px;
}

.whychoose-img{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.whychoose-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.whychoose-btn{
    position: absolute;
    bottom: 2em;
    left: 2em;
}

.whychooseus-details{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 4em 4em 4em 4em;
    background-color: #E5F1FF;
}

.whychooseus-spacer{
    height: 150px;
    flex-shrink: 0;
}

.faqcontact-img{
    display: flex;
    width: 50%;
}

.faqcontact-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 0px 20px 0px 0px;
}

.faqcontact-details{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 6em 13em 6em 3em;
    gap: 1em;
}

.card-appointment{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #E5F1FF;
    padding: 3em;
}

.card-about{
    padding: 20px;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
}

.testimonial-card{
    display: flex;
    flex-direction: column;
    padding: 2em 2em 2em 2em;
    background-color: #fff;
    align-items: start;
}
.blog-card{
    padding: 0px 30px;
    margin-bottom: 0;
}

.underline-1{
    border-bottom: 1px solid var(--accent-color-1) !important;
}

.underline-1.footer{
    width: 40px;
}

.underline-2{
    border-bottom: 1px solid var(--accent-color-3);
}

.underline-pricing{
    border-bottom: 1px solid #54595F;
}

.card-accent-1{
    justify-content: center;
    background-color: var(--accent-color-1);
    color: #f3f3f3;
    padding: 2em;
    width: 100%;
    height: 100%;
}

.card-outline{
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 1.5em;
    transition: all 0.3s ease;
}

.card-outline:hover{
    background-color: #E6E6E645;
}

.card-testimonial{
    border: 1px solid #ccc;
    padding: 2em;
    height: 100%;
    border-radius: 15px;
}

.card-testimonial span{
    font-size: 12px;
    color: var(--accent-color-1);
}

.newsletter-card{
    background-color: #E6E6E645;
    padding: 1.5em;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-event{
    background-color: #1d1d1dde;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
}

.icon-container{
    background-color: var(--accent-color-3);
    padding: 12px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    top: 16px;
    right: 16px;
    position: absolute;
}

.icon-circle {
    background-color: var(--accent-color-1);
    color: var(--accent-color-3);
    font-size: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.rotate45{
    transform: rotate(-45deg);
}

.rotate45:hover{
    transform: rotate(0deg);
}

.icon-circle-2{
    background-color: var(--accent-color-3);
    color: var(--accent-color-1);
    font-size: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-box {
    font-size: 20px;
    color: var(--accent-color-3);
    font-weight: 400;
}
.description-box-2 {
    font-size: 20px;
    color: var(--accent-color-2);
    font-weight: 400;
}

.info-box{
    background-color: var(--accent-color-3);
    color: var(--accent-color-1);
    font-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: end;
    justify-content: end;
    text-align: end;
}

.icon-box-2.rotate45{
    transform: rotate(-45deg);
}

.stars{
    color: var(--accent-color-4);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.social-item {
    aspect-ratio: 1/1;
    height: 30px;
    width: 30px;;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color-2);
    background-color: transparent;
    border-radius: 10%;
    text-decoration: none;
}

.social-item-2{
    background-color: var(--accent-color-1);
    color: var(--accent-color-3);
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-item-3{
    background-color: var(--accent-color-3);
    color: var(--accent-color-1);
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s;
}
.social-item-3:hover{
    background-color: var(--accent-color-2);
    color: var(--accent-color-3);
}
.social-item-4{
    aspect-ratio: 1/1;
    height: 30px;
    width: 30px;;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color-3);
    background-color: transparent;
    border-radius: 10%;
    text-decoration: none;
}

.social-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1em;
}

.team-card{
    background-color: #E5F1FF;
    padding: 1em 1em 1em 1em;
    display: flex;
    flex-direction: column;
}

.team-details{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 1em 1em 1em;
}

.team-details p{
    width: 85%;
    font-size: 12px;
    color: var(--text-color);
}

.social-team-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    background-color: var(--accent-color-1);
    padding: 1em;
    border-radius: 10px 10px 0px 0px;
}

.social-item:hover{
    background-color: var(--accent-color-1);
    color: var(--accent-color-3);
}

.custom-container{
    width: 70%;
    text-align: center;
}

.counter-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 6px;
}

.counter-box{
    padding: 2em 0em;;
    background-color: transparent;
    text-align: center;
}

.counter-text{
    text-align: center;
}

.counter-box span{
    font-size: 88px;
    font-family: var(--font-1);
    color: var(--accent-color-1);
    font-weight: 400;
    align-content: center;
    line-height: 1.2em;
}

.counter-plus{
    margin-left: 5px;
    color: #666;
}

.about-card{
    background-color: var(--accent-color-1);
    color: var(--accent-color-3);
    padding: 18px;
    border-radius: 10px;
}

.about-card span{
    font-size: 3.75rem;
    font-family: var(--font-1);
    font-weight: 600;
    line-height: 1.2em;
}
.about-card i{
    font-size: 56px;
}

.chevron-list {
    list-style: none;
    padding: 0;
}

.chevron-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}
.chevron-list a {
    color: var(--accent-color-3);
    font-size: 16px;
}

.chevron-list li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--accent-color-3);
    font-size: 14px;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list a{
    font-size: 18px;
    color: var(--text-color);
    font-weight: 500;
}

.check-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-family: var(--font-2);
    line-height: 1.4em;
    font-weight: 500;
    color: var(--accent-color-2);
    font-size: 18px;
}

.check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--accent-color-1);
    font-size: 20px;
}

.circle-list{
    list-style: none;
    padding: 0;
}

.circle-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}

.circle-list a {
    color: var(--accent-color-1);
    font-size: 16px;
}

.circle-list li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--accent-color-1);
    font-size: 14px;
}

.cost-detail-1{
    display: flex;
    flex-direction: row;
    background-color: var(--accent-color-2);
    padding: 2em;
    border: 1px solid var(--accent-color-2);
    border-radius: 15px;
}

.cost-detail-2{
    display: flex;
    flex-direction: row;
    background-color: var(--accent-color-1);
    padding: 2em;
    border: 1px solid var(--accent-color-1);
    border-radius: 15px;
}


.pricing-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-list li{
    display: flex;
    align-items: center;
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.pricing-list li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 6 Free";
    font-weight: bolder;
    position: absolute;
    left: 0;
    color: var(--accent-color-1);
    font-size: 16px;
}

.pricing-list-2 li{
    display: flex;
    align-items: center;
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.pricing-list-2 li:not(:last-child){
    border-bottom: 1px solid #ccc ;
}

.pricing-list-2 li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--accent-color-1);
    font-size: 14px;
}

.info-list{
    padding: 0;
}

.about-wrapper{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.about-image{
    position: relative;
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-details{
    width: 66.666%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.about-img{
    display: inline-block;
    width: 600px;
    height: 100%;
}

.about-detail-heading{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--accent-color-2);
}

.image-wrapper{
    padding: 10px 0px 0px 10px;
    border-radius: 10px;
    margin: 0em 0em 0em -4em;
    z-index: 2;
    background-color: #FFFFFF;
}

.image-container {
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.image-container img {
    border-radius: 15px;
    width: 600px;
    height: auto;
    display: block;
}

.blog-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.portfolio-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

.portfolio-container img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.portfolio-details{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 400px;
    height: 100%;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 700ms;
    padding: 2em 6em 2em 2em;
    transform: translate(-315px, 315px);
    overflow: hidden;
}

.portfolio-details:hover{
    transform: translate(0,0);
}

.testimonial-banner{
    max-width: 100%;
    height: 55px;
}

.testimonial-banner-wrapper{
    background-image: url('../image/testimonialsimage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em 2em 2em 2em;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.testimonial-spacer{
    height: 350px;
    flex-shrink: 0;
}

.testimonial-content{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 15px 0px 25px 0px;
    text-align: start;
}

.testimonial-person{
    width: 60px; 
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.person-name{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--accent-color-1);
    font-weight: 500;
}
.person-detail{
    font-size: 13px;
    font-weight: 500;
}

.testimonial-person{
    width: 60px !important; 
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-icon{
    font-size: 35px;
    color: #1da1f2;
}

.swiper{
    padding: 0em 0em 1.25em 0em;
}

.swiper-pagination{
    display: flex;
    justify-content: center;
    margin-top: 3em;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: var(--accent-color-1);
}

.works-container{
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-container{
    background-image: url('../image/project.jpg');
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 2em 2em 2em;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.request-loader {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border: none;
    background-color: var(--accent-color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color-3);
    font-size: 25px;
    aspect-ratio: 1/1;
    transition: all 0.3s ease-in-out;
}

.request-loader:hover {
    border: solid 2px var(--accent-color-1);
    color: var(--accent-color-3);
    background-color: var(--accent-color-2);
}


.request-loader::after,
.request-loader::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: var(--accent-color-3);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.165, 0, .134, 1);
    z-index: 0;
}

.request-loader::after {
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.request-loader::before {
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.ifr-video {
    aspect-ratio: 16/9;
    width: 100%; 
    height: 80vh;
}

.detail-list{
    color: var(--accent-color-3);
    transition: all 0.3s ease;
}

.detail-list:hover{
    color: var(--accent-color-1);
}

.small-description{
    color: var(--text-color);
    font-size: 0.8rem;
}

.blog-link{
    font-size: 14px;
    color: var(--accent-color-1);
    font-weight: 600;
    text-transform: uppercase;
}

.blog-icon{
    color: #C0C0C0;
}

.blog-link-2{
    font-size: 16.8px;
    color: var(--accent-color-3);
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-link-2:hover{
    color: var(--accent-color-1);
}

.faq-banner{
    background-image: url('../image/Hero-cover-img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    gap: 100px;
    padding: 4em 4em 4em 4em;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.faq-banner::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, #000000 100%);;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
}

.faq-card{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: var(--accent-color-3);
    padding: 3em 3em 3em 3em;
    justify-content: start;
    align-items: start;
    text-align: start;
    width: 40%;
}

.faq-card-second{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #E5F1FF;
    padding: 3em 3em 3em 3em;
    justify-content: start;
    align-items: center;
    text-align: center;
    width: 100%;
}

.accordion .accordion-item {
    background-color: var(--accent-color-3);
    border: none;
    outline: none;
    border-radius: none;
}

.accordion .accordion-item .accordion-body {
    color: var(--text-color);
    font-family: var(--font-2);
    padding: 20px 30px 30px 30px;
}

.accordion-button:focus {
    box-shadow: none;
    color: var(--accent-color-3);
}

.accordion .accordion-button {
    background-color: var(--accent-color-2);
    border: none;
    border-radius: 10px 10px 10px 10px !important;
    outline: none;
    font-family: var(--font-2);
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 1.4em;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 18px 18px 18px 18px;
    color: var(--accent-color-3);
}

.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v10.793l3.146-3.147a.5.5 0 1 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 1 1 .708-.708L7.5 13.293V2.5A.5.5 0 0 1 8 2z"/></svg>');
}

.accordion .accordion-button:not(.collapsed) {
    color: var(--accent-color-3);
    font-weight: 500 !important;
    background-color: var(--accent-color-1);
    font-weight: bold;
    box-shadow: none;
    outline: none;
}

.blog-container{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.maps{
    width: 100%;
    min-height: 450px;
    filter: grayscale(100%);
}

.maps:hover{
    filter: grayscale(0);
}

.service-list {
    width: 100%;
    color: white;
}

.service-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    padding: 10px 5px;
}

.service-list a {
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease-in-out;
    font-size: 16px;
    font-weight: normal;
}

.animate-box {
    opacity: 0;
}

.text-heading{
    width: 50%;
}

.text-container{
    max-width: 70%;
    align-self: center;
}

.text-container-paragraph{
    max-width: 50%;
    align-self: center;
}

.footer{
    border-radius: 10px;
}

.bg-footer{
    background-color: #E5F1FF;
}

.footer-gap{
    gap: 80px;
}

.footer-logo-container{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    justify-content: flex-start;
    width: 40%;
    padding: 3em 3em 3em 3em;
    margin-top: -160px;
    background-color: var(--accent-color-1);
    border: none;
    border-radius: 20px 20px 0px 0px;
    position: relative;
}

.border-footer{
    border-bottom: 1px solid var(--accent-color-2);
}

.footer-list{
    list-style: none;
    padding-left: 0;
}

.footer-list li{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    margin-bottom: 0.5em;
    color: var(--accent-color-2);
}

.footer-list p, a{
    font-size: 16px;
    font-weight: 400;
    color: var(--accent-color-2);
    transition: all 0.2s;
    font-family: var(--font-2);
}

.footer-list a:hover{
    color: var(--accent-color-1);
}

@media screen and (max-width: 1024px){
    h1{
        font-size: 54px;
        line-height: 0.9em;
    }
    h2{
        font-size: 38px;
        line-height: 0.9em;
    }
    h5{
        font-size: 20px;
    }
    h6{
        font-size: 14px;
        line-height: 0.9em;
    }

    button, a{
        font-size: 14px;
    }

    .navbar-wrapper{
        padding: 1em 1em 1em 1em;
    }

    .navbar-nav{
        display: none;
    }

    .banner-content p{
        width: 70%;
    }

    .section404 p{
        width: 100%;
    }

    .nav-btn{
        display: block;
    }

    .accordion .accordion-button{
        font-size: 18px;
    }
    .about-wrapper{
        flex-direction: column;
    }
    .about-details{
        width: 100%;
    }
    .about-image{
        width: 100%;
    }
    .about-img{
        margin-left: auto;
        margin-right: auto;
    }
    .about-card span{
        font-size: 2.75em;
    }

    .banner-icon-container{
        position: relative;
        padding-top: 12em;
    }
    .text-container,
    .text-container-paragraph{
        max-width: 100%;
    }
    .contact-card{
        padding: 2em;
    }
    .service-decoration{
        padding-top: 2em;
        width: 25%;
    }
    .grade-card{
        width: 20%;
    }
    .contact-icon{
        width: 10%;
        right: 15px;
    }
    .logo{
        width: 200px;
    }
    .logo-footer{
        width: 25%;
    }
    .form-layout{
        padding: 4em;
    }
    .form-layout p{
        width: 70%;
    }
    .nav-link{
        font-size: 16px;
    }
    .dropdown-item {
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 500;
    }
    .logo{
        max-width: 125px;
    }

    .text404{
        font-size: 64px !important;
    }

    .join-us-content p{
        width: 75%;
    }
    
    .event-banner{
        width: 100%;
    }
    .counter-box span{
        font-size: 60px;
    }

    .faq-banner{
        flex-direction: column;
    }

    .whychoose-img{
        width: 100%;
    }
    .whychooseus-details{
        width: 100%;
        padding: 1em 1em 6em 1em;
    }

    .underline-1.footer{
        width: 60px;
    }

    .footer-logo-container
    {
        width: 80%;
    }
    .footer-gap{
        gap: 40px;
    }
    .faq-card{
    width: 100%;
    }
}

@media screen and (max-width: 767px){
    h1{
        font-size: 42px;
    }
    h2{
        font-size: 34px;
    }
    h3{
        font-size: 28px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 14px;
    }
    p{
        font-size: 14px;
    }
    button, a{
        font-size: 12px;
    }
    .btn{
        font-size: 12px;
    }
    .accordion .accordion-button{
        font-size: 20px;
    }
    .banner-heading{
        max-width: 100%;
    }

    .event-image{
        width: 100%;
    }
    .overlay-avatar{
        width: 85%
    }
    .card-logging{
        flex-direction: column;
    }

    .text404{
        font-size: 42px !important;
    }

    .team-img img{
        height: 300px;
    }
    .team-img-wrapper{
        width: 100%;
    }

    .join-us-content P{
        width: 100%;
    }

    .banner-content p{
        width: 100%;
    }
    .about-card span{
        font-size: 2.25em;
    }
    .service-decoration{
        padding-top: 1em;
        width: 20%;
        border-radius: 0px 0px 10px 10px;
    }
    .grade-card{
        padding-top: 1em;
        width: 23%;
    }
    .contact-icon{
        width: 23%;
        padding-top: 1em;
    }
    .contact-card{
        padding: 1em;
    }
    .blog-link{
        font-size: 14px;
    }
    .blog-image{
        height: 180px;
    }
    .counter-container{
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
    .counter-box{
        padding: 1em;
    }
    .whychoose-img{
        height: 300px;
    }
    .whychooseus-details{
        padding-left: 1em;
        padding-right: 1em;
    }
    .rating-box-content span{
        font-size: 2em;
    }
    .form-layout p{
        width: 100%;
    }
    .logo-footer{
        width: 50%;
    }
    .footer-logo-container{
        width: 100%;
    }
    .counter-box span{
        font-size: 48px;
    }
}