/*
Theme Name:  Galway Web Design
Theme URI: #
Author: Galway Web Design
Author URI: #
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/
@font-face {
    font-family: 'Roboto Flex';
    src: url('./fonts/roboto_flex.ttf') format('truetype-variations');
    font-weight: 100 1000; 
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('./fonts/LibreFranklin.ttf') format('truetype-variations');
    font-weight: 100 1000; 
    font-style: normal;
}


:root {
    --lightred-color: #330013;
    --black-color: #120007;
    --caseStudyBg: #1A0C11;
    --white-color: #FCFCFC;
    --primary-color: #78002D;
    --black-font: #111111;
    --footer: #110006;

    --buttongradient1: #DE6000;
    --buttongradinet2: #DE0053;
    --buttongradinet3: #AA0342;

    --linegradient1: #FFCC02;
    --linegradient2: #FF6F00;
    --linegradient3: #DE0053;
    --linegradient4: #AA0342;

    --lightpink: #FBEEF4;
    --lightbluebg: #EEF7FB;
    --lightorangebg: #FBF6EE;
    --green: #00DA43;
    --blue: #00A8F2;
    --orange: #D68400;
    --lightgreen: #EEFBF2;

    --lightbluebg2: #EEFBFA;
    --lightyellowbg: #F8FBEE;
    --lightyellowbg2: #FBF4EE;
    --lightpurplebg: #F1EEFB;


    --grey-font: #555555;
    --font-color: #78002D;

    --heading-font: "Roboto Flex", sans-serif;
    --body-font: "Libre Franklin", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: var(--black-font);
    background: var(--white-color);
    /* overflow-x: hidden; */
}

.w-maxcontent {
    width: max-content;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}



.white-text {
    color: var(--white-color);
}

.dark-grey1 {
    color: #1F2732;
}

.dark-grey {
    color: #42545E;
}

.grey-text {
    color: var(--grey-font);
}

.green-text {
    color: var(--green);
}

.blue-text {
    color: var(--blue);
}

.black-text {
    color: var(--black-font);
}

.heading-font {
    font-family: var(--heading-font);
}

.orange-text {
    color: var(--orange);
}

.primary-text {
    color: var(--primary-color);
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}
.fs-22{
    font-size: 22px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.pt-90 {
    padding-top: 90px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-44 {
    padding-bottom: 44px;
}

.pt-100 {
    padding-top: 84px;
}

.pb-100 {
    padding-bottom: 84px;
}


/*.container {*/
/*    max-width: 1450px;*/
/*}*/

/*@media (max-width: 1400px) {*/
/*    .container {*/
/*        max-width: 1100px;*/
/*    }*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .container {*/
/*        max-width: 1100px;*/
/*        padding: 0px 20px;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .container {*/
/*        max-width: 100%;*/
/*        padding: 0px 25px;*/
/*    }*/
/*}*/

/* nav bar css  */
header {
    height: 164vh;
    /* height: 1400px; */
    font-size: 18px;
    overflow: hidden;
    background: url('./images/hero_section.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    /* overflow-x: hidden; */
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.circle_gradient {
    background: radial-gradient(circle, #330013 5%, #120007 95%);
    height: 1000px;
}

.nav_gradient {
    background: radial-gradient(circle, #26000E 10%, #140007 90%);
}
.nav_gradient  ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
}

.navbar ul li a {
    font-size: 18px;
    font-weight: 500;
}
.navbar .logo{
    width: 220px !important;
}
.navbar .logo img{
    width: 100%;
}
.navbar-nav .nav-link {
    color: var(--white-color) !important;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}

.fa-bars {
    font-size: 40px;
    color: var(--white-color);
}

.navbar-toggler:focus {
    outline: 1px solid var(--white-color);
    box-shadow: none;
}

/* Remove hover effect from navbar links */
.navbar-nav .nav-link:hover {
    color: var(--white-color) !important;
    text-decoration: none;
}

.navbar.fixed {
    position: fixed; 
    background-color: rgba(0, 0, 0, 0.6) !important; 
    backdrop-filter: blur(10px) !important; 
    -webkit-backdrop-filter: blur(10px) !important; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown 0.4s ease forwards;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.whiteNavBg.fixed {
    position: fixed; 
    background: var(--white-color) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-bottom: 0;
    animation: slideDown 0.4s ease forwards;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}


.login_btn {
    border: none;
    background: transparent;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
}

.cart_btn {
    border: none;
    background: transparent;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
}

.cart_nav .cart_btn {
    border: none;
    background: transparent;
    color: var(--grey-font);
    font-size: 18px;
    font-weight: 500;
}

.getstarted_btn {
    background: transparent;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    padding: 15px 45px;
    border: 1px solid var(--white-color);
    font-size: 20px;
}
.getstarted_btn_priamry{
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
    color: var(--white-color);
}
.viewdesign_btn{
    font-size: clamp(18px, 2vw, 20px);
    color: var(--white-color);
    background: transparent;
    border: none;
}

.header_content .content {
    padding-top: 180px;
}

/* header heading  */

.header_content .container p:nth-of-type(1) {
    font-size: 100px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--heading-font);
}

.header_content .container p:nth-of-type(2) {
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0;
    text-align: center;
}

.header_content .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

.header_content .viewdesign_btn {
    border: 1px solid var(--white-color);
    padding: 20px 50px;
    border-radius: 10px;
    background: transparent;
    font-size: clamp(16px, 2vw, 18px);

}

.underline_effect {
    border-bottom: 6px solid;
    border-image-source: linear-gradient(to right, var(--linegradient1), var(--linegradient2), var(--linegradient3), var(--linegradient4));
    border-image-slice: 1;
}

/* header css ends  */


/* home section css starts  */

/* steps section css  */
.step_heading {
    font-size: 65px;
    font-weight: 700;
    font-family: var(--heading-font);
    padding-left: 15px;
    padding-right: 15px;
}

.gap-24 {
    gap: 24px;
}

.steps {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 40px;
    color: var(--primary-color);
}

.bglight_pink {
    background: var(--lightpink);
    padding: 40px;
    border-radius: 16px;
}


.fa-headset {
    font-size: 40px;
    color: var(--buttongradient1);
}

.bglight_pink p:nth-of-type(2) {
    font-size: 40px;
    color: var(--font-color);
}

.bglight_pink p:nth-of-type(3) {
    font-size: 20px;
    font-weight: 500;
    color: var(--grey-font);
}

/* step section css ends  */


/* choose plan section css starts  */
.bglight_green {
    background: var(--lightgreen);
    border-radius: 16px;
}

.choose_plan {
    margin-bottom: 100px;
}

.choose_heading {
    font-size: 65px;
    font-weight: 700;
    font-family: var(--heading-font);
}

.choose_plan .plan_heading {
    font-size: clamp(22px, 3vw, 40px);
    font-weight: 700;
    font-family: var(--heading-font);
}
.chooseWebsiteimage_contaner{
    height: 250px;
    margin: 20px 0;
}
.chooseWebsiteimage_contaner img{
    height: 100%;
    width: 100%;
    /* object-fit: contain; */
}
.choose_plan .fa-circle-check {
    color: var(--green);
    font-size: 20px;
}

.choose_plan .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}
.website_plan_list_container ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.website_plan_list_container ul li{
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500;
    color: var(--grey-font);
    position: relative;
    padding-left: 30px;
}
.website_plan_list_containerLunch ul li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    color: var(--green); 
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.website_plan_list_containerPlus ul li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    color: var(--blue); 
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.website_plan_list_containerGrowth ul li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    color: var(--orange); 
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.client .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

.plan_choose {
    background: var(--lightbluebg);
    border-radius: 16px;
}

.growth_choose {
    background: var(--lightorangebg);
    border-radius: 16px;
}

.choose_plan .plan_choose .fa-circle-check {
    color: var(--blue);
    font-size: 20px;
}

.choose_plan .growth_choose .fa-circle-check {
    color: var(--orange);
    font-size: 20px;
}

.plan_choose .choose_img,
.growth_choose .choose_img {
    margin-top: auto;
}

/* choose plan section css ends  */



/* page image section css starts */
.image_section {
    background: #F7F7F7;
    padding: 84px 0;
}

.service_image_section {
    background: var(--white-color) !important;
    padding: 100px 0;
}

.image_section .image_container {
    height: 550px;
    border-radius: 16px;
    overflow: hidden;
}

.image_section .image_container img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.image_section .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

.radius-16 {
    border-radius: 16px;
}

/* page images section css ends  */


/* business service section starts  */
.business_service_section {
    background: #110006;
    padding: 84px 0;
    /* overflow-x: hidden; */
}


.business_services {
    border-radius: 16px;
    padding: 48px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 100%;
    background-image: url('./images/border.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}



.business_services p:nth-of-type(1) {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    color: var(--white-color);
}

.business_services p:nth-of-type(2) {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 500;
    color: #E2E2E2;
}

.business_service_section .service_img {
    height: 70px;
    width: 70px;
    overflow: hidden;
}

.business_service_section .service_img img {
    width: 100%;
}

/* business service section ends  */

/* business company logo section css starts  */

.business_service_logo .clogo {
    aspect-ratio: 3/2;
    object-fit: contain;
}

.image-width {
    height: 100px;
    width: 200px;
    overflow: hidden;
}

/* business company logo section css ends  */


/* join community section starts  */
.join_community {
    background: url('./images/trustpilot.jpg');
    padding: 84px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.join_description {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--heading-font);
}

.off-white {
    color: #E2E2E2;
}

.darkgreen {
    color: #08BD7C;
}

/* join community section ends  */

/* client review section css starts */
.client {
    padding: 84px 0;
    overflow-x: hidden;
}

.client .cname {
    font-size: 20px;
    font-weight: 700;
    color: var(--black-font);
}

.client .cpost {
    font-size: 16px;
    color: var(--grey-font);
    font-weight: 400;
}

.client_review {
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    padding: 35px;
}
.client_review .profile img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.cdate {
    color: #929292;
    font-size: 16px;
    font-weight: 700;
}

.cstar {
    color: #FFE100;
    font-size: 20px;
}

.cdescription {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--grey-font);
}

/* swiper css  */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    font-size: 20px;
    border: 1px solid var(--grey-font);
    color: var(--grey-font);
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

/* client review section css ends  */


/* FAQ section CSS starts  */
.faq_section {
    background: #110006;
    padding: 84px 0;
}

.faq_heading {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 1.2;
}

.faq_section .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    font-size: 20px;
    padding: 20px 60px;
}

.faq_des {
    max-width: 400px;
}

/* FAQ section CSS ends */
#accordionContainer button {
    background: transparent;
    border: none;
    color: var(--white-color);
}


.borderFaq {
    border: 1px solid var(--grey-font);
}

.accordionfaq {
    padding: 25px;
}

.accordionfaq button {
    background: none;
    border: none;
}

.accordion-header {
    padding: 10px 0;
}

.accordion-button {
    box-shadow: none !important;
}
.brand_color{
    color: var(--linegradient4);
    /* text-decoration: underline; */
}
.accordion-button:not(.collapsed) {
    color: var(--white-color);
    background: none;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button::after {
    display: none !important
}

.accordion-button .icon::before {
    content: '+';
    font-size: 18px;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"] .icon::before {
    content: '−';
}


/* dream section css starts  */
.dream {
    background: url('./images/cta_bgimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
}

.dream_heading {
    font-size: 85px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--white-color);
    text-align: center;
    padding-top: 84px;
}

.dream .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

/* dream section ends  */

/* footer section css starts  */
footer {
    background: var(--footer);
    padding-top: 100px;
    color: var(--white-color);
    /* overflow-x: hidden; */
}

.footer_social_links div {
    border: 1px solid var(--white-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social_links .fa-twitter,
.fa-facebook,
.fa-instagram,
.fa-pinterest-p {
    font-size: 26px;
    color: var(--white-color);
}

.copyright {
    font-size: 18px;
    color: #929292;
    font-weight: 500;
}

/* footer section css ends  */






/* about page  css starts  */
.about_hero_section .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

.about {
    background: radial-gradient(circle, #330013 5%, #120007 95%);
    min-height: 110vh;
    height: auto;
    padding-bottom: 20px;
}

.about_hero_section {
    position: relative;
}

.about_hero_image {
    position: absolute;
    top: 30%;
    right: 0;
}
.about_hero_image img{
    max-width: 600px;
    width: 100%;
}

.about_hero_section .about_hero_description {
    /* max-width: 750px; */
    padding-top: 150px;
}

.about_heading {
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--white-color);
    line-height: 1.2;
    width: 100%;
}

.arrow {
    position: absolute;
    right: 50%;
    bottom: -70%;
}

.aboutPage .about_steps .numberImage {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.lightyellow {
    padding: 60px 40px;
    background: #F8FBEE;
    border-radius: 16px;
    font-size: 22px;
    color: var(--grey-font);
    transform: rotate(10deg);
    margin-bottom: 60px;
    font-weight: 500;
}

.lightyellow2 {
    padding: 60px 40px;
    background: var(--lightyellowbg2);
    border-radius: 16px;
    font-size: 22px;
    color: var(--grey-font);
    font-weight: 500;
    transform: rotate(16deg);
}

.lightpurple {
    padding: 60px 40px;
    background: #F7EEFB;
    font-size: 22px;
    border-radius: 16px;
    color: var(--grey-font);
    transform: rotate(-4deg);
    font-weight: 500;
}

.secondpurple {
    padding: 60px 40px;
    background: #F1EEFB;
    font-size: 22px;
    border-radius: 16px;
    color: var(--grey-font);
    transform: rotate(-5deg);
    margin-left: 100px;
    margin-right: -40px;
    margin-top: 90px;
    font-weight: 500;


}

.lightblue2 {
    padding: 60px 40px;
    background: var(--lightbluebg2);
    border-radius: 16px;
    font-size: 22px;
    color: var(--grey-font);
    font-weight: 500;
    transform: rotate(-20deg);
}



/* about why choose css starts  */
.about_why_choose {
    padding: 84px 0;
    background: #F7F7F7;
}

/* about why choose section ends  */


/* about how work css starts  */
.how_we_work {
    padding-top: 50px;
    padding-bottom: 100px;
}

.how_we_work .number {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, #5C84FF 5%, #1A40B5 95%);
}

/* about how work css ends  */
.linebg {
    background: url('./images//aboutImage/work/line.png');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* about why choose css ends  */
/* about page css ends  */





/* service page css starts  */
.service_nav {
    background: #11000633;
}

.service_bg_hero {
    background: url('./images/serviceImages/bg_galway.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 140vh; */

    position: relative;
    color: var(--white-color);
}

.service_hero_heading {
    font-size: 100px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--white-color);
    padding-top: 100px;
    line-height: 1.2;
    text-align: center;
}

.service_hero_section .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

/* service  features  */
.features_Section {
    padding-top: 20px;
    padding-bottom: 100px;
}

.features_Section .feature_image_container {
    max-width: 500px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.features_Section .feature_image_container .feature_img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.website_features_content_list_container ul li{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--grey-font);
    padding-left: 35px;
}
.website_features_content_list_container ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.website_features_content_list_container ul li::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('./images/serviceImages/tick.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
  }
.tick {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.what_makes_difference {
    padding-top: 20px;
    padding-bottom: 100px;
    background: var(--footer);
    /* margin-top: 100px; */
    color: var(--white-color);
}

.check,
.cross {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* table  */
.table {
    background: transparent !important;
}

/* Custom striped rows */
.table tbody tr:nth-child(even) {
    background-color: #272023 !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #191114 !important;
}

/* Custom striped rows */
.price_page_table .table tbody tr:nth-child(even) {
    background-color: #2B2B2B !important;
}

.price_page_table .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #242424 !important;
}

.image_filter .btn-dark{
    background: transparent !important;
    border: none;
}
.table th,
.table td {
    color: var(--white-color);
    background: transparent;
    font-size: 20px;
    font-weight: 500;
}

.price_page_table .table th {
    padding: 20px 50px;
}

.table td {
    padding: 30px 10px;
    /* border: 1px solid #4B4B4B; */
}

.table {
    border-collapse: collapse;
}

.table th,
.table td {
    border-top: none !important;
    /* Removes horizontal borders */
    border-left: 1px solid #4B4B4B;
    /* Adds vertical border between columns */
}

.table tr td:first-child,
.table tr th:first-child {
    border-left: none !important;
    /* Removes the leftmost vertical border */
}

.table_border_gradient {
    background: url('./images/serviceImages/border_gradient.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 100% !important;

}

.border_bottom_gradinet {
    border-bottom: 1px solid #FF0000 !important;
}

/* service page css ends  */




/* website_Example section css starts  */

.Website_hero_section {
    background: var(--footer);
    color: var(--white-color);
}

.Website_hero_section .image_section {
    background: var(--footer);
    padding: 80px 0;
    color: white;
}

.website_example_heading {
    font-size: 100px;
    font-weight: 700;
    font-family: var(--heading-font);
    text-align: center;
    line-height: 1.2;
}

.website_example_hero_section .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

.image_filer_border {
    border-bottom: 1px solid var(--grey-font);
    padding-bottom: 16px;
}


/* website_Example section css ends  */


/* pricing page css starts  */
.pricing_nav {
    background: #11000633;
    color: var(--white-color);
}

.pricing_hero_section {
    padding-top: 80px;
}

.pricing_bg_hero {
    background: url('./images/pricingImages/pricing_hero_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 1400px;
    /* border-bottom-right-radius: 30%;
    border-bottom-left-radius: 30%; */
    /* margin-bottom: 500px; */
}

/* .pricing_bg_hero{
    background: url('./images/pricingImages/pricing_hero_bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1100px;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 30%;
} */
.pricing_hero_section .getstarted_btn {
    background: linear-gradient(to right, #DE6000 0%, #DE0053, #AA0342);
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

.pricing_hero_section .service_hero_heading {
    font-size: 100px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--white-color);
    padding-top: 20px;
    line-height: 1.2;
    text-align: center;
}

.table_heading {
    font-size: 25px !important;
    font-weight: 500;
}

.website_palns .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 15px 60px;
    font-size: 20px;
    box-shadow: inset 5px 4px 8px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}

.plan-btn {
    background: none;
    border: 1px solid #ccc;
    padding: 10px 40px;
    font-size: 20px;
    transition: 0.3s;
}

.plan-btn.active {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    box-shadow: inset 5px 4px 8px rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 8px;

}

.plans_container .plans .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 18px 50px;
    font-size: 20px;
}

.popular-btn {
    background: linear-gradient(to right, #48AAFF, #EDF7FF00);
    border: none;
    color: #153DBA;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.website_palns button {
    background: transparent;
    border: none;
    color: var(--white-color);
    padding: 10px 20px;
}

.plan_select_btn {
    border: 1px solid#F3E3EA;
    border-radius: 10px;
    width: max-content;
    margin: auto;
    padding: 8px 10px;
}

.website_palns .container {
    margin-top: 80px;
}

.plans p:nth-of-type(1) {
    font-family: var(--heading-font);
}

.plans_container {
    margin-top: -350px;
}

.plans_container .plans {
    background: var(--white-color);
    padding: 30px;
    border-radius: 25px;
}

/* Initially hide all discount images */
.save25, .save251, .save252 {
    position: absolute;
    top: -200%;
    left: -10%;
    visibility: hidden; /* Hide by default */
}

/* Show only for the active button */
.plan-btn.active .save25,
.plan-btn.active .save251,
.plan-btn.active .save252 {
    visibility: visible;
}

/* pricing page css ends */


/* contact page css starts  */
.contact_page_header {
    background: url('./images/contactImage/faqbg.png');
    padding-bottom: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .contact_page_header::before{
    background: url('./images/contactImage/bgG.png');
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
} */
.contact_hero_section .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

.contact_hero_section .content_heading_description {
    font-size: 20px;
    font-weight: 500;
    max-width: 700px;
    margin: auto;
    padding: 30px 0;
}

.contact_hero_section form .checkbox {
    background: transparent !important;
}

.contact_hero_heading {
    padding-top: 150px;
    font-size: 110px;
    font-weight: 700;
    font-family: var(--heading-font);
}


.Contact_form {
    background: url('./images/contactImage/strokeee.png');
    padding: 30px;
    border-radius: 16px;
    margin-top: 100px;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
}


.contact_form_heading {
    font-size: 35px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--white-color);
}

.required_star {
    color: #F70000;
}

.Contact_form input,
select,
textarea {
    padding: 15px 20px;
    background: transparent;
    outline: none;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.Contact_form input,
select,
textarea {
    color: white;
}
.Contact_form input[type = "checkbox"] {
    height: 18px;
    width: 18px;
    border: 1px solid #929292;
    margin: 0;
    /* background: transparent !important; */
}

.Contact_form 
option {
    color: var(--black-color) !important;
}

.Contact_form input::placeholder,
select,
textarea {
    color: #C4C4C4;
    font-weight: 500;
}

.Contact_form .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 15px 45px;
    font-size: 20px;
}

.map_image {
    /* background: #110006; */
    padding: 150px 0;
}

.map_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* contact page ends starts  */


/* get started page css starts */


.getstarted_left {
    height: 100%;
    width: 100%;
    background: var(--footer);
}
.mt-60{
    margin-top: 60px;
}

.getstarted_page .getstarted_right {
    background: var(--white-color);
    color: var(--black-font);
    height: 100%;
    width: 100%;
}
.getstarted_right form input::placeholder{
    font-weight: 500;
}
.getstart_heading {
    font-size: 50px;
    padding: 20px 0;
    font-weight: 700;
    font-family: var(--heading-font);
}

.get_start_image {
    width: 100%;
    height: 100%; 
}


.get_start_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


#togglePassword{
    top: 13px;
    color: #929292;
    cursor: pointer;
    right: 10px;
    font-size: 20px;
}
.get_start_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.start_heading {
    font-size: 45px;
    font-weight: 700;
    color: var(--black-font);
    font-family: var(--heading-font);
    text-align: center;
    /* padding-top: 70px; */
}


.getstarted_right .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 50px;
    font-size: 20px;
    width: 100%;
}
.CheckBoxWidthContainer input[type = "checkbox"]{
    height: 18px;
    width: 18px;
}


.getstarted_right input {
    padding: 15px 20px;
    border: 1px solid #C4C4C4;
    background: transparent;
    border-radius: 5px;
    outline: none;
}

.signUp {
    color: #929292;
    font-size: clamp(16px, 2vw, 18px);
    margin: 20px auto;
    font-weight: 500;
    text-align: center;
    width: max-content;
    /* margin: auto; */
    position: relative;
}

.signUp::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 120%;
    width: 50px;
    height: 2px;
    background: #929292;
}

.signUp::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 120%;
    width: 50px;
    height: 2px;
    background: #929292;
}

.getstarted_right .g_image {
    width: 30px;
    object-fit: contain;
    height: 30px;
}

.getstarted_right .login_social_links {
    border: 1px solid #C4C4C4;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 10px;
    cursor: pointer;
}

.getstarted_right .red {
    color: #78002D;
    cursor: pointer;
}

.getstarted_right .loginPageSignIn {
    padding-top: 120px;
}

/* get started page css ends */

/* FAQs page css starts  */
.faq_page_section_bg {
    background: var(--footer);
    /* height: 100vh; */
    color: var(--white-color);
    padding-bottom: 80px;
}

.faq_nav_bg {
    background: var(--footer);
}

/* FAQs page css ends */


/* Blog page css starts  */
.Blog_heading {
    font-size: 50px;
    font-family: var(--heading-font);
    color: var(--white-color);
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 20px;
}

.Modern_web {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--heading-font);
    color: white;
}

.heading_image_container {
    overflow: hidden;
    border-radius: 10px;
}

.heading_image_container img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.other_blog {
    font-size: 40px;
    font-weight: 500;
    padding: 30px 0;
}

.py-60 {
    padding: 60px 0;
}

/* individual blog css  */
.individual_blog_image_container img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    /* height: 500px; */
    /* height: auto; */
    border-radius: 16px;
}

.Background_Animations {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--heading-font);
}

/* Blog page css ends */



/* testinomial page css starts  */
.testinomial_header_section .logo a img {
    max-width: 180px;
    width: 100%;
}

.testinomial_navbar {
    border-bottom: 1px solid #E2E2E2;
}

.testinomial_header_section .testinomial_navbar ul li a {
    color: var(--grey-font) !important;
    font-size: 18px;
}

.testinomial_header_section .testinomial_navbar {
    color: var(--grey-font) !important;
}

.testinomial_header_section .testinomial_navbar .nav-link:hover {
    color: inherit !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

.testinomial_header_section .testinomial_navbar .fa-bars {
    color: var(--grey-font);
}

.testinomial_header_content .getstarted_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 60px;
    font-size: 20px;
}

.getstarted_btn_testinomial {
    color: var(--grey-font) !important;
    padding: 18px 50px;
    font-size: 20px;
    background: none;
    font-weight: 500;
    border: 1px solid var(--grey-font);
}

.login_btn_testinomial {
    color: var(--grey-font) !important;
    font-size: 18px;
    background: none;
    font-weight: 500;
    border: none;
}

.testinomial_header_content .content .heading {
    font-size: 100px;
    font-weight: 700;
    color: var(--black-font);
    font-family: var(--heading-font);
}

/* testinomial page css ends  */


/* individual Product page css starts  */
.individual_product_image_container_left{
    height: max-content;
}
.individual_product_image_container_left img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
    border: 1px solid red;
}

.individual_product_hero_section {
    padding: 80px 0;
}

.individual_product_hero_section .individual_product_left .individual_product_image_container_left {
    overflow: hidden;
    border-radius: 16px;
}

.individual_product_hero_section .individual_product_right #heading {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--heading-font);
}
.luxuary_comfort_list_container ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.luxuary_comfort_list_container_description ul{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.luxuary_comfort_list_container ul li{
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 500;
    color: var(--grey-font);
    position: relative;
    padding-left: 38px;
}
.luxuary_comfort_list_container_description ul li{
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 500;
    color: var(--grey-font);
    position: relative;
    padding-left: 38px;
}
.luxuary_comfort_list_container ul li::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('./images/pricingImages/checkmark-badge-01.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
.luxuary_comfort_list_container_description ul li::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('./images/pricingImages/checkmark-badge-01.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }

.individual_product_hero_section .individual_product_right .buy_now_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 20px 50px;
    font-size: 18px;
    color: var(--white-color);
    border-radius: 10px;
    font-weight: 500;
}

.individual_product_hero_section .individual_product_right .live_demo_btn {
    background: transparent;
    border: 1px solid #929292;
    padding: 20px 50px;
    font-size: 18px;
    color: var(--black-font);
    border-radius: 10px;
    font-weight: 500;
}

.individual_product_second_col_right {
    background: #FBEEF4;
    padding: 30px;
    border-radius: 16px;
    height: max-content;
}


.individual_product_second_col_left .individual_product_description_container h4{
    font-size: 40px;
    font-weight: 700;
}
.individual_product_second_col_left .individual_product_description_container h6{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}

.individual_product_second_col_left .individual_product_description_container p{
    font-size: 20px;
    font-weight: 500;
    color: var(--grey-font);
}
.similar_products {
    background: #F7F7F7;
    padding: 100px 0;
}
.flex_conntainer{
    display: flex;
    gap: 50px;
}
.flex_conntainer p:first-child{
    width: 40% !important;
    font-size: clamp(18px, 3vw, 22px);
}
.flex_conntainer p:nth-child(2){
    width: 60% !important;
    font-size: clamp(16px, 2.5vw, 20px);
}
.similar_products .view_more_btn {
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

.similar_products .similar_heading {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--black-font);
}

.similar_products .Similar_image .image_container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2/3;
}

.similar_products .Similar_image {
    height: 100%;
}

.Similar_image {
    display: flex;
    justify-content: center;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.image_container {
    width: 100%;
}


/* ======== INDIVIDUAL PRODUCT NEW DESING STYLE CSS  */
.products_details_container{
    padding: 60px 0 44px 0;
}
.previous_project_Detials_Container .hover_image_container{
    height: 550px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--grey-font);
}
.hover_image_container img{
    width: 100%;
    height: auto;
}
.hover_image_container img {
    transition: transform 16s linear; 
    will-change: transform;
  }
  
  .hover_image_container:hover img {
    transform: translateY(calc(-100% + 550px));
  }
.right_product_Details_Contaienr{
    background: var(--white-color);
    border-radius: 10px;
    padding: 20px;
    position: sticky;
    top: 110px;
    left: 0;
}
.right_product_Details_Contaienr h3{
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 600;
    color: var(--black-color);
}
.right_product_Details_Contaienr p{
    color: var(--grey-font);
    font-size: clamp(16px, 2vw, 18px);
    padding: 16px 0;
    font-weight: 500;
}
.right_product_Details_Contaienr .ratings{
    color: var(--orange);
    font-size: 20px;
    padding-bottom: 12px;
}
.additonal_features{
    padding: 15px;
    border: 1px solid #EEEFF1 ;
}
.additonal_features h5{
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #EEEFF1;
    color: var(--black-color);
    padding-bottom: 16px;
}
.additonal_features ul li {
    display: flex;
    align-items: center;
    margin: 15px 0;
    width: 100%;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-font);
}
.additonal_features ul li .fbox-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-check-input:focus {
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.additonal_features ul li .fbox_item .price{
    color: var(--primary-color);
    font-weight: 500;
}
.right_product_Details_Contaienr h5{
    padding-top: 25px;
    font-size: 18px;
    font-weight: 600;
}
.right_product_Details_Contaienr .get_now button{
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.project_info_details_contaienr .demo_btns .liveDemo{
    width: max-content;
    padding: 12px 24px;
    color: var(--white-color);
    background: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
   border: 1px solid var(--primary-color);

    transition: all .5s ease-in-out;
}
.project_info_details_contaienr .demo_btns .liveDemo:hover{
   background-color: transparent;
   color: var(--primary-color);
}
.project_info_details_contaienr{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0 30px 0;
}
.project_info_details_contaienr .social_links a{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
}
.project_info_details_contaienr .social_links{
    display: flex;
    align-items: center;
    gap: 16px;
}
.project_info_details_contaienr .social_links a i{
    color: var(--primary-color) !important;
    font-size: 18px;
}
.previous_project_Detials_Container .project_details_description{
    background: var(--white-color);
    padding: 20px;
    border-radius: 10px;

}
.previous_project_Detials_Container .project_details_description h4{
    color: var(--black-color);
    font-size: clamp(22px, 3vw, 25px);
    font-weight: 600;
    margin-bottom: 16px;
}
.previous_project_Detials_Container .project_details_description p{
    color: var(--grey-font);
    font-size: clamp(16px,2vw, 18px);
    font-weight: 400;
    padding-bottom: 20px;
}
.website_features_cotainer{
    background: var(--white-color);
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
}
.website_features_cotainer h4{
    color: var(--black-color);
    font-size: clamp(22px, 3vw, 25px);
    font-weight: 600;
    margin-bottom: 16px;
}
.project_keyFeature_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 30px;
}
.project_keyFeature_container .key_box{
    border: 1px solid #EEEFF1;
    padding: 20px;
    border-radius: 5px;
}
.project_keyFeature_container .key_box i{
    font-size: 22px;
    color: var(--primary-color);
}
.project_keyFeature_container .key_box h5{
    font-size: 20px;
    padding: 10px 0 0 0;
}
.project_keyFeature_container .key_box p{
    color: var(--grey-font);
    font-size: clamp(16px,2vw, 18px);
    font-weight: 400;
}









/* individual product page css ends  */


/* cart Page css starts  */
.cart_Details_section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.cart_Details_section .my_cart_heading {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    font-family: var(--heading-font);
    padding-bottom: 20px;
}

.cart_Details_section .cart_Detail_right .cart_summary_heading {
    font-size: clamp(20px, 4vw, 36px);
    font-weight: 700;
    background-color: #FBEEF4;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #D0D4D9;
}

.cart_Detail_right {
    border: 1px solid #D0D4D9;
}

.cart_Details_section .cart_Detail_right .proceed_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    color: var(--white-color);
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
}

.cart_Details_section .cart_Detail_right .price_cart {
    border-bottom: 1px solid #D0D4D9;
    padding-bottom: 10px;
}

.cart_table table {
    border: 1px solid #D0D4D9;

}

.cart_Details_section .cart_table table th {
    color: var(--grey-font);
}

.cart_Details_section .cart_table table td {
    color: var(--black-font);
}

.cart_Details_section .cart_table .table th,
.cart_Details_section .cart_table .table td {
    border-top: none !important;
    /* Removes horizontal borders */
    border: 1px solid #D0D4D9;
    /* Adds vertical border between columns */
}

.cart_Details_section .cart_table td img {
    max-width: 300px;
    border-radius: 10px;
}

.delete_icon .fa-trash {
    color: red;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}

.cart_Details_section .second_table {
    border: 1px solid #E2E2E2;
    padding: 30px;
}

.cart_Details_section .second_table .social_page_heading {
    font-size: clamp(20px, 4vw, 40px);
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D4D9;
}

.cart_select select {
    color: var(--grey-font);
    font-size: 18px;
    font-weight: 500;
}
.cart_Details_section .scroll_container input[type = "checkbox"] {
    width: 20px;
    height: 20px;
}

.scroll_container {
    position: relative;
}

.cart_Details_section .sticky_cart_item {
    position: sticky;
    top: 190px;
    right: 0;
    z-index: 1;
    height: 55vh;
}

.dashboard_page .sticky_cart_item_account {
    position: sticky;
    top: 130px;
    left: 7%;
    z-index: 1;
    height: 45vh;
}
.dashboard_page .dashboard_left {
    position: sticky;
    top: 130px;
    left: 7%;
    z-index: 1;
    height: 80vh;
}

/* .dashboard_right{
    margin-left: 28%;
} */
.dashboard_btn img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.edit-icon {
    color: var(--green);
    font-size: 25px;
    cursor: pointer;
}

.delete-icon {
    color: red;
    font-size: 25px;
    cursor: pointer;
}

/* cart Page css ends */


/* checkout page css starts  */
.payment_page .payment_method {
    padding-bottom: 30px;
    border-bottom: 1px solid #D0D4D9;
}

.payment_page .payment_method label {
    border: 1px solid #929292;
    border-radius: 5px;
    padding: 15px;
}

.payment_page input[type="radio"] {
    width: 20px;
    /* Adjust width */
    height: 20px;
    /* Adjust height */
    transform: scale(1.1);
    /* Makes it bigger while keeping original proportions */
    cursor: pointer;
}

.billing_form form input,
.bill_payment_selection select {
    outline: none;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #929292;
}

.small_grey {
    color: #929292;
}

.bill_payment_selection select {
    color: var(--grey-font);
    padding: 10px 20px !important;
}

.bill_payment_selection .bill_inputs select,
.bill_payment_selection .bill_inputs input {
    flex: 1;
    max-width: 160px;
    width: 100%;
}

.bill_checkbox input[type="checkbox"] {
    width: 20px;
    /* Increase the size of the checkbox */
    height: 20px;
    /* Increase the size of the checkbox */
    background-color: green;
    /* Set background color to green */
    border-radius: 5px;
    /* Optional: Add rounded corners */
    border: 2px solid #333;
    /* Optional: Add a border */
    transition: background-color 0.3s ease;
}

.bill_checkbox2 input[type="checkbox"] {
    width: 20px;
    /* Increase the size of the checkbox */
    height: 20px;
    /* Increase the size of the checkbox */
    background-color: green;
    /* Set background color to green */
    border-radius: 5px;
    /* Optional: Add rounded corners */
    border: 2px solid #333;
    /* Optional: Add a border */
    transition: background-color 0.3s ease;
}

.bill_checkbox {
    padding-bottom: 20px;
    border-bottom: 1px solid #D0D4D9;
}

.bill_checkbox input[type="checkbox"]:checked {
    background-color: var(--green) !important;
}

.bill_checkbox input[type="checkbox"]:focus {
    outline: none;
    /* Removes the focus outline */
}

.bill_checkbox2 input[type="checkbox"]:checked {
    background-color: var(--green) !important;
}

.bill_checkbox2 input[type="checkbox"]:focus {
    outline: none;
    /* Removes the focus outline */
}

.credit_cart_info {
    border: 1px solid #E2E2E2;
    padding: 25px;
}

.secure_line_heading {
    background: #E1FFE8;
    padding: 10px 25px;
}

.pay_now_btn_bill_payment {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    color: var(--white-color);
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* checkout page css ends */


/* contact popup css starts  */
.popup_onclick {
    background: rgb(0, 0, 0, 0.6);
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    scale: 0;
    overflow-y: scroll;
    transition: all .3s ease-in-out;
}

.popup_onclick.active {
    scale: 1;
}

.popup_onclick .pop_up_content {
    background: var(--white-color);
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
}

.popup_onclick .pop_up_content form input {
    max-width: 1500px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #929292;
    border-radius: 5px;
    outline: none;
}
/* ======== MULTIPLE CHEKBOXES  */
.multiselect {
    position: relative;
    width: 100%;
  }
  
  .selectBox {
    position: relative;
  }
  
  .selectBox select {
    width: 100%;
    font-size: 16px;
  }
  
  .overSelect {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    cursor: pointer;
  }
  
  .checkboxes {
    display: none;
    border: 1px solid #929292;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 5px !important;

  }
  .checkboxes input{
    width: max-content !important;
  }
  
  .checkboxes label {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    cursor: pointer;
    padding: 10px;

  }
  .checkboxes label:hover{
    background: var(--primary-color);
    color: var(--white-color);
  }
  .selected-values {
    padding: 10px;
    border: 1px solid #929292;
    background: transparent;
    color: var(--grey-font);
    font-size: 16px;
    border-radius: 5px !important;
    cursor: pointer;
  }
    


.popup_onclick .submit_btn {
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    color: var(--white-color);
    border-radius: 10px;
    font-weight: 500;
    margin: auto;
    width: max-content;
}

.popup_onclick .close_icon {
    cursor: pointer;
}

/* contact popup css ends */



/* Account dashboard page css starts  */
.dashboard_page .dashboard .dashboard_btn {
    background: transparent;
    padding: 15px 25px;
    border: none;
    color: var(--grey-font);
    font-weight: 500;
    font-size: 18px;
    max-width: 350px;
    width: 100%;
}

.dashboard_page .dashboard .dashboard_btn.active {
    background: #F0F0F0;
    max-width: 250px;
    /* width: max-content; */
    width: 100%;
}

.dashboard_page .dashboard_right .account_holder_name {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--heading-font);
    padding-bottom: 20px;
}

/* Make the table background transparent */
.dashboard_table table {
    background-color: transparent !important;
}

/* Remove table border */
.dashboard_table .table {
    border: none;
}

/* Remove borders from table headers and cells */

.dashboard_table .table tbody td {
    border: none;
    background-color: transparent !important;
}

.dashboard_table .table thead th {
    background: #F0F0F0;
    padding: 20px;
    border: none;
}
.cart_Details_section table th{
    font-size: 20px !important;
    font-weight: 700 !important;
}
.font_chek{
    font-size: 1vw;
}
ul {
    padding: 0;
}

/* Transparent rows */
.dashboard_table .table tbody tr {
    background-color: transparent !important;
    border-bottom: 2px solid #D0D4D9 !important;
}

/* Optional: Adjust text color if needed */
.dashboard_table .table th,
.dashboard_table .table td {
    color: #1F2732;
    font-weight: 500;
    font-size: 18px;
    border: none;
}

.table-bordered>:not(caption)>* {
    border-width: 0 !important;
}

.dashboard_page .dashboard_right .product_image {
    max-width: 300px;
    width: 250px;
    /* height: 200px; */
    overflow: hidden;
    border-radius: 14px;
    /* border: 1px solid red; */
}

.dashboard_page .dashboard_right .product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}


.similar_products1 {
    padding: 60px 0;
}



.similar_products1 .view_more_btn {
    border: none;
    background: transparent;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
    color: var(--primary-color);
}

.similar_products1 .similar_heading {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--black-font);
}

.similar_products1 .Similar_image .image_container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2/3;
}

.similar_products1 .Similar_image {
    height: 100%;
}

.similar_products2 {
    padding: 20px 0;
}

.similar_products2 .similar_heading {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--black-font);
}

/* my info css  */
#myInfoContent form label,
#billingContent form label {
    color: #B3B4B6;
    font-weight: 500;
}

#myInfoContent form input,
#billingContent form input {
    color: #42545E;
    outline: none;
    border: none;
    border-bottom: 1px solid #D0D4D9;
    padding: 20px 0px;
}

#myInfoContent form input::placeholder,
#billingContent form input::placeholder {
    color: #42545E;
    font-weight: 500;
}

#myInfoContent form div span .fa-pen,
#billingContent form div span .fa-pen {
    color: #42545E;
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}

#myInfoContent form .change_password_container .change_password_btn {
    border: none;
    width: 100%;
    border-bottom: 1px solid #D0D4D9;
    padding: 20px 0;
    background-color: transparent;
    text-align: start;
    font-weight: 700;
    font-size: 18px;
    color: #FF0000;
    margin-top: 10px;
}

#myInfoContent form .address p .address_add_btn,
#billingContent form .address p .address_add_btn,
#billingContent .add_new {
    background-color: transparent;
    border: none;
    font-size: 16px;
    text-decoration: underline;
    color: #42545E;
}

form .address .addresses .default_address {
    color: #42545E !important;
    background: #F0F0F0 !important;
    padding: 10px !important;
    font-weight: 500;
}

input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 50px;
    cursor: pointer;
}

.default {
    color: #42545E !important;
    background: #F0F0F0 !important;
    padding: 10px !important;
    font-weight: 500;
}

#myInfoContent form .address p,
#billingContent form .address p {
    color: #42545E;
    font-weight: 500;
    font-size: 16px;
}

#myInfoContent form .address,
#billingContent form .address {
    border-bottom: 1px solid #D0D4D9;
    padding-bottom: 20px;
}

#myInfoContent form .address .fa-pen {
    color: #42545E;
    font-size: 18px;
    cursor: pointer;
}

.box-shadow-faq {
    box-shadow: 2px 2px 16px -4px #00000026;
}

#helpContent .accordion-button:not(.collapsed) {
    color: #1F2732 !important;
}

#helpContent .accordion-button i {
    transition: transform 0.3s ease;
}

#helpContent .accordionfaq {
    padding: 30px 0;
}

#helpContent .accordion-button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

#helpContent .accordion-button .icon::before {
    content: '';
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
    transition: transform 0.3s ease;
}

#helpContent .accordion-button[aria-expanded="true"] .icon::before {
    content: '−';
}

#helpContent .help_social_icons .fa-facebook-f,
#helpContent .help_social_icons .fa-x-twitter,
#helpContent .help_social_icons .fa-instagram,
#helpContent .help_social_icons .fa-youtube {
    color: #929292;
    height: 40px;
    width: 40px;
    border: 1px solid #929292;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact_container_help .contact_h {
    color: #111111;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--heading-font);
}

.contact_container_help {
    color: #555555;
}


/* add btn pop up css  */
.info_add_container {
    background: rgb(0, 0, 0, 0.6);
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden  ;
    transition: all .3s ease-in-out;
}


.info_add_container.active {
    opacity: 1;
    visibility: visible;
}

.info_add_container .info_add_content{
    background: var(--white-color);
    padding: 25px;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    width: 40%;
}


.info_add_container .info_add_content form .pass_heading, .edit_email_container .pass_heading, .add_creditContainer, .pass_heading{
    font-size: 30px;
    font-weight: 700;
    font-family: var(--heading-font);
    padding-bottom: 15px;
    color: #1F2732;
}

.close_icon_info_add, .closeEmail_icon {
    cursor: pointer;
    width: max-content;
}

.info_add_container form input, .edit_email_container input, .edit_email_container select, .add_creditContainer input{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #D0D4D9;
    outline: none;
    background-color: transparent;
}
.info_add_container form label, .edit_email_container label, .add_creditContainer label {
    color: #42545E;
    font-weight: 500;
}

.info_add_container form input::placeholder, .add_creditContainer form input::placeholder {
    color: #B3B4B6;
    font-weight: 500;
}
.edit_email_container form input::placeholder, .edit_email_container form select{
    color: #1F2732;
    font-weight: 500;
}

.info_add_container .change_password_btn, .edit_email_container  .edit_address_btn, .add_creditContainer .add_credit_content, .add_credit_btn{
    background: linear-gradient(to right, var(--buttongradient1), var(--buttongradinet2), var(--buttongradinet3));
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    color: var(--white-color);
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
}
#myInfoContent .saveChanges_btn{
    background: var(--primary-color);
    color: white !important;
    border: none !important;
    border-radius: 2px;
    padding: 8px 20px;
    font-size: 16px !important;
    position: absolute !important;
    top: 5px !important;
}

/* email edit section  */
.edit_email_container {
    background: rgb(0, 0, 0, 0.6);
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all .3s ease-in-out;
}
.edit_email_container.active{
    opacity: 1;
    visibility: visible;
}
.edit_email_container .edit_email_content{
    background: var(--white-color);
    padding: 25px;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    width: 40%;
}
.delete_address_btn{
    background-color: transparent;
    color: #FF0000;
    border: none;
    font-weight: 500;
    padding-top: 10px;
    text-align: left    ;
}
/* email edit section ends  */

.add_creditContainer {
    background: rgb(0, 0, 0, 0.6);
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all .3s ease-in-out;
}
.add_creditContainer.active{
    opacity: 1;
    visibility: visible;
}
.add_creditContainer .add_credit_content{
    background: var(--white-color);
    padding: 25px;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    width: 40%;
}
.add_creditContainer .delete_address_btn{
    background-color: transparent;
    color: #FF0000;
    border: none;
    font-weight: 500;
    padding-top: 10px;
    text-align: left    ;
}

/* Account dashboard page css ends */

/* responsive design  */
.height_hh{
    height: 110vh;
}


/* =================== CASE STUDY PAGE CSS STARTS FORM HERE =============== */
.CaseStudyBg_hero{
    background: url('./images/caseStudyFrame.svg');
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.case_Study_hero_content_contaienr h1{
    font-size: clamp(48px, 10vw, 84px);
    font-family: var(--heading-font);
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    margin-top: 150px;
    position: relative;
}
.case_Study_hero_content_contaienr p{
    color: #E2E2E2;
    padding: 25px 0;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
    text-align: center;
}

.floating_bg{
    padding: 10px 20px !important;
    border-radius: 50px;
    width: max-content;
    position: absolute;
    font-size: 14px;
    right:0px;
    top: -50px;
    font-weight: 500;
}
.floating_icon{
    position: absolute;
    height: 50px;
    width: 50px;
    left: -30px;
    bottom: -40px;
}
.floating_ico_green{
    position: absolute;
    height: 50px;
    width: 50px;
    right: -20px;
    top: -40px;
}
.blueArrow_contianer{
    position: absolute;
    height: 50px;
    width: 50px;
    left: -20px;
    top: -40px;
}
.floating_icon img, .blueArrow_contianer img, .floating_ico_green img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.purple_bg{
    background-color: #9726E2;
}
.Green_light_bg{
    background: #00AAA1;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    width: max-content;
    padding: 10px 20px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -100%;
}
.blue_arrrow_bg{
    background: #0077FF;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    width: max-content;
    padding: 10px 20px;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    bottom: -40px;
}
.case_study_Content_section_container{
    padding: 100px 0;
    background: var(--caseStudyBg);
    color: var(--white-color);
}
.case_Study_content_image_Container{
    height: 100%;
    /* height: 350px; */
    width: 100%;
    padding: 1px;
}
.case_Study_content_image_Container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg_case_cpntent_bg{
    background: url('./images/Frame\ 1000006384.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: block !important;
}
.caseStyduContent_container{
    padding: 24px 24px 24px 44px;
    height: 100%;
}
.caseStyduContent_container h3{
    font-size: clamp(18px, 4vw, 32px);
    font-family: var(--heading-font);
}
.caseStyduContent_container .icon{
    height: 20px;
    width: 20px;
}
.caseStyduContent_container .icon img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.caseStyduContent_container .location_container_caseStudy .flex_div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.caseStyduContent_container .location_container_caseStudy{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #3E2D33;
    border-bottom: 1px solid #3E2D33;
    padding: 10px 0;
    margin: 10px 0;
}
.caseStyduContent_container .location_container_caseStudy .flex_div p {
   font-size: 16px;
   font-weight: 500;
   color: var(--linegradient1);
}
.caseStyduContent_container a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.caseStyduContent_container ul li{
    position: relative;
    padding-left: 20px;
}
.caseStyduContent_container ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
}
.caseStyduContent_container ul li::before{
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    background: transparent;
    top: 5px;
    left: 0;
}

/* =============== INDIVIDUAL CASE STUDY PAGE CSS ========== */
.individualCaseStudyHeroSection{
    padding: 100px 0;
}
.individual_right_imageContainer{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.individual_right_imageContainer img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.individual_hero_lef_content_container h1{
    font-size: clamp(32px, 5vw, 84px);
    font-weight: 700;
    color: var(--black-font);
    font-family: var(--heading-font);
}
.individual_hero_lef_content_container{
    max-width: 550px;
    width: 100%;
}
.individual_hero_lef_content_container p{
    color: var(--grey-font);
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
    padding: 16px 0;
}
.individual_hero_lef_content_container ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.individual_hero_lef_content_container ul li{
    font-size: 16px;
    font-weight: 500;
    color: var(--grey-font);
    padding-left: 30px;
    position: relative;
}
.individual_hero_lef_content_container ul li::before{
   position: absolute;
   top: 2px;
   left: 0;
   background: url('images/serviceImages/Check.png');
   height: 20px;
   width: 20px;
   content: '';
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.case_study_client_overview{
    padding: 100px 0;
    background: #110006;
}
.case_study_client_overview .overView_content_container h2{
    font-size: clamp(18px, 3vw, 32px);
    font-family: var(--heading-font);
    color: #E2E2E2;
    text-align: center;
}
.case_study_client_overview .overView_content_container p{
    font-size: clamp(16px, 2vw, 18px);
    color: #E2E2E2;
    text-align: center;
    padding: 20px 0;
}
.projects_goals_section_container{
    padding: 100px 0;
    background: url('./images/bgSvg_individyal.svg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: var(--white-color);
}
.projects_goals_section_container h3{
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    text-align: center;
    padding-bottom: 50px;
}
.challange_frame_container, .challange_frame_container_red{
    background: url('./images/challangeFrame.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 48px 44px ;
    height: 100%;

}
.challange_frame_container h5, .challange_frame_container_red h5{
    font-size: clamp(18px, 3vw, 32px);
    font-family: var(--heading-font);
    color: #E2E2E2;
    padding-bottom: 20px;
    font-weight: 700;
}
.challange_frame_container ul, .challange_frame_container_red ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.challange_frame_container ul li, .challange_frame_container_red ul li{
    position: relative;
    font-size: clamp(16px, 2vw, 18px);
    color: var(--white-color);
    font-weight: 500;
    padding-left: 30px;

}
.challange_frame_container ul li::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url('./images/icons/listGreenTick.svg');
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.challange_frame_container_red ul li::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url('./images/icons/listRedTick.svg');
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* =========== OUR APPROACH SECTION CSS  */
.our_approach_container_Section{
    padding: 100px 0;
}
.our_approach_container_Section h3{
    font-size: clamp(18px, 3vw, 32px);
    font-family: var(--heading-font);
    color: var(--black-font);
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;   
}
.solution_implementation_header_container h3, .result_impace_section_container h3{
    font-size: clamp(32px, 3vw, 48px);
    font-family: var(--heading-font);
    color: var(--black-font);
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;   
}
.approach_light_grey_bg{
    padding: 44px 22px;
    background: #F1F1F1;
    border-radius: 16px;
    height: 100%;
}
.approach_light_grey_bg h3{
    font-size: clamp(44px, 4vw, 66px);
    font-weight: 700;
    font-family: var(--heading-font);
    color: #D4D4D4;
    text-align: center;
}
.approach_light_grey_bg h4{
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--black-font);
    text-align: center;
}
.approach_light_grey_bg p{
    color: var(--grey-font);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.approach_primary_bg{
    background: var(--primary-color);
    color: var(--white-color);
}
.approach_primary_bg h4{
    color: var(--white-color);
}
.approach_primary_bg h3{
    color: #AD4069;
}
.approach_primary_bg p{
    color: var(--white-color);
}

.result_impace_section_container{
    padding: 100px;
    background: #110006;
    color: var(--white-color);
}
.result_impace_section_container h3{
    color: var(--white-color) !important;
}
.result_impact_bg{
    padding: 48px 24px;
    background: url('./images/imapace_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    height: 100%;
}
.result_impact_bg .image_container_impact {
    height: 64px;
    width: 64px;
}
.result_impact_bg .image_container_impact img {
   height: 100%;
   width: 100%;
   object-fit: contain;
}
.result_impact_bg p{
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
    color: var(--white-color);
    text-align: center;
}
.caseStudyClientImage{
    width: 100%;
    overflow: hidden;
    height: 450px;
}
.caseStudyClientImage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.case_Study_client_section_container{
    padding: 100px 0;
    background: #F0F0F0;

}

.case_Study_client_review h3{
    font-size: clamp(32px, 3vw, 48px);
    font-family: var(--white-color);
    font-weight: 700;
    color: var(--black-color);
    padding-bottom: 30px;
}
.case_Study_client_review .client_description{
    padding: 44px;
    background: var(--white-color);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
}

.case_Study_client_review .client_description::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, var(--linegradient1), var(--linegradient2), var(--linegradient3), var(--linegradient4));
    height: 100%;
    width: 5px;
}

/* ================= READY TO GO WEBSITE PAGE CSS == */
.ready_to_go_website_template_filter_Container{
    padding: 100px 0;
}
.ready_website_image_contaienr .image{
    height: 500px;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
}
.ready_website_image_contaienr .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ready_website_image_contaienr h4{
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--heading-font);
}
.filter_templates_button{
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    border-radius: 6px;
    cursor: pointer;
}
.filter_templates_button.active{
    background-color: var(--white-color);
}
.filter_templates_button img{
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.filter_templates_button.active p{
    color: var(--black-color);
}

.filter_templates_button p{
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
}

.mySwiperReadyToGo .swiper-slide{
    width: max-content !important;
    margin-right: 30px;
}
.swiper-paginationReadyGo{
    position: absolute;
    bottom: -80% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: max-content !important;
}
.ready_to_go_website_template_filter_Container .swiper-pagination-bullet {
    background-color: var(--grey-font); 
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }

.ready_to_go_website_template_filter_Container  .swiper-pagination-bullet-active {
    background-color: var(--primary-color) !important; /* your active color */
  }
.swiper-button-nextReadyGo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border: 1px solid var(--white-color);
    border-radius: 5px;
    cursor: pointer;
    right: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prevReadyGo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border: 1px solid var(--white-color);
    border-radius: 5px;
    cursor: pointer;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-nextReadyGo::after {
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f105"; 
}
.swiper-button-prevReadyGo::after {
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f053"; 
}


/* =========  SERVICE PAGE WHY CHOOSE SECTION CSS  */
.service_page_whyChoose_section{
    padding: 100px 0;
}
.service_page_whyChoose_section h4{
    font-size: clamp(26px, 3vw, 48px);
    color: var(--black-font);
    text-align: center;
    font-weight: 700;
}
.service_page_whyChoose_section .why_ChooseContent_Container .image_container{
    height: 350px;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}
.why_ChooseContent_Container{
    border: 1px solid var(--lightpink);
    border-radius: 16px;
}
.service_page_whyChoose_section .why_ChooseContent_Container .image_container img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.why_ChooseContent_Container h5{
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 700;
    text-align: center;
    color: var(--black-font);
    padding-bottom: 10px;
}
.why_ChooseContent_Container .paddingThree{
    padding: 20px;
}
.why_ChooseContent_Container p{
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
    color: var(--grey-font);
    text-align: center;
}








@media (max-width: 1400px) {
    .step_heading{
        font-size: 55px;
    }
    .about_heading{
        font-size: 64px;
        /* max-width: 600px; */
    }
}

@media (max-width: 1400px) {

    .navbar .logo{
        width: 140px !important;
    }
}
@media (max-width: 992px) {
    .height_hh{
        height: auto;
    }
    .dream_heading {
        font-size: 60px;
    }
    .info_add_container .info_add_content {
        width: 70%;
    }
    .edit_email_container .edit_email_content{
        width: 70%;
    }
    .about_heading {
        font-size: 70px;
    }

    .about_hero_section .about_hero_description {
        padding-top: 60px;
    }

    .pricing_hero_section .service_hero_heading {
        font-size: 80px;
    }

    .popup_onclick .pop_up_content {
        width: 90%;
        margin: auto;
    }

    .cart_Details_section .sticky_cart_item {
        position: static;
    }

    .dashboard_page .sticky_cart_item_account {
        position: static;
    }
    .dashboard_right{
        margin-top: 40px;
    }
    .small_paddint_top{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .add_creditContainer .add_credit_content{
        width: 80%;
    }
    .dashboard_page .dashboard_left{
        height: max-content;
    }
    .similar_products1 .similar_heading{
        font-size: 20px;
    }
    .image_section .image_container{
        height: 400px;
    }
    .dashboard_btn span:nth-of-type(2) {
        font-size: 13px;
    }
    
    .dashboard_btn span:nth-of-type(1) img {
        height: 20px;
        width: 20px;
    }
    .dashboard_page .dashboard .dashboard_btn{
        padding: 5px;
        border-radius: 5px;
    }
    .dashboard_page .dashboard .dashboard_btn.active{
        width: 100%;
    }
    .dashboard{
        width: 80px;
        height: auto;
    }
    .case_Study_content_image_Container, .individual_right_imageContainer{
        height: 400px;
    }
    .challange_frame_container, .challange_frame_container_red{
        padding: 20px;
    }
    .swiper-button-nextReadyGo, .swiper-button-prevReadyGo{
        display: none;
    }.project_keyFeature_container{
        grid-template-columns: 1fr 1fr;
    }
    .Contact_form{
        margin-top: 64px;
    } 
    .getstarted_left{
        display: none;
    }
    footer{
        padding-top: 30px;
    }
    header{
        height: 1600px;
    }
}


@media (max-width: 768px) {
    .right_product_Details_Contaienr{
        position: static;
    }
    .previous_project_Detials_Container .hover_image_container{
        height: 400px;
    }  .hover_image_container:hover img {
        transform: translateY(calc(-100% + 400px));
      }
    .header_content .container p:nth-of-type(1) {
        font-size: 45px;
    }
    .pricing_bg_hero{
        background-size: cover;
    }
    .case_study_client_overview{
        padding: 64px 0;
    }

    .header_content .container p:nth-of-type(2) {
        font-size: 18px;
        text-align: center;
    }

    .popup_onclick .pop_up_content {
        width: 90%;
        margin: auto;
    }

    header {
        /* height: 168vh; */
        height: 1050px;
    }

    .contact_hero_heading {
        padding-top: 80px;
        font-size: 48px;
    }
    .header_content .content{
        padding-top: 150px;
    }

    .step_heading {
        font-size: 32px;
        padding: 40px 20px;
    }
    .dashboard_page .dashboard_right .account_holder_name{
        font-size: 30px;
    }

    .choose_heading {
        font-size: 35px;
        padding: 0 10px 24px 10px;
    }

    .community_heading {
        font-size: 14px;
    }

    .join_description {
        font-size: 32px;
    }

    .dream_heading {
        font-size: 50px ;
    }

    .website_example_heading {
        font-size: 60px;
    }

    /* about  */
    .about_hero_description {
        max-width: 800px;
        padding-top: 40px;
    }

    .about_heading {
        font-size: 50px;
    }

    .circle_gradient {
        height: 950px;
    }

    /* service  */
    .features_Section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .service_hero_heading {
        font-size: 60px;

    }

    .pricing_hero_section {
        padding-top: 20px;
    }

    .getstarted_right .loginPageSignIn {
        padding-top: 40px !important;
    }

    .testinomial_header_content .content .heading {
        font-size: 60px;
        padding-bottom: 20px;
    }

    .about_hero_section .about_hero_description {
        padding-top: 40px;
    }

    .pricing_hero_section .service_hero_heading {
        font-size: 60px !important;
    }

    .individual_product_hero_section .individual_product_right #heading {
        font-size: 40px;
        line-height: 1.2;
    }
    .tab-content{
        margin-top: 40px;
    }

    .website_plan_list_container ul{
        grid-template-columns: 1fr;
    }
    .luxuary_comfort_list_container_description ul{
        grid-template-columns: 1fr;

    }
    .getstarted_btn_priamry{
        padding: 12px 30px;
        font-size: 18px;
    }
    .case_Study_hero_content_contaienr h1 {
        margin-top: 100px;
    }
    .Green_light_bg {
        font-size: 14px;
        padding: 6px 14px;
        border-radius: 50px;
        bottom: -20px;
    }
    .individualCaseStudyHeroSection{
        padding: 25px 0;
    }
    .our_approach_container_Section, .projects_goals_section_container, .result_impace_section_container, .case_Study_client_section_container{
        padding: 64px 0;
    }
    .lightyellow,.lightpurple, .lightblue2, .lightyellow2{
        padding: 35px 20px;
    }
    .case_Study_client_review .client_description{
        padding: 20px;
    }
    .caseStudyClientImage{
        height: 350px;
    }
    .ready_website_image_contaienr .image{
        height: 400px;
    }
    .dream_heading{
        padding-top: 44px;
    }
    .image_section, .business_service_section, .client, .about_why_choose {
        padding: 44px 0;
    }
    .about_why_choose .step_heading {
        padding: 0;
    }
    footer{
        padding-top: 0px;
    }
}




@media (max-width: 576px) {
    .similar_products1 .similar_heading{
        font-size: 16px;
    }
    #helpContent .fs-30{
        font-size: 26px;
    }
    .plans_container {
        margin-top: 30px;
    }
    .client_review{
        padding: 10px;
    }

    .bill_payment_selection .bill_inputs select,
    .bill_payment_selection .bill_inputs input {
        max-width: 100%;
        width: 100%;
    }
    .header_content .container p:nth-of-type(1) {
        font-size: 40px;
    }

    .step_heading {
        font-size: 26px;
        line-height: 1.6;
    }
    .bglight_pink p:nth-of-type(2){
        font-size: 20px;
    }
    .bglight_pink p:nth-of-type(3){
        font-size: 18px;
    }
    .bglight_pink{
        padding: 24px;
    }
    .save25 {
        top: -140%;
        left: -45%;
        z-index: 10;
    }
    .save251 {
        top: -120%;
        left: 0%;
        z-index: 5;
    }
    .save252 {
        top: -120%;
        left: 65%;
        z-index: 5;
        transform: rotate(20deg);
    }
    .choose_heading {
        font-size: 26px;
        line-height: 1.6 ;
    }

    .community_heading {
        font-size: 14px;
    }

    .join_description {
        font-size: 26px;
    }

    .dream_heading {
        font-size: 32px;
    }

    /* about  */
    .about_hero_description {
        max-width: 600px;
        padding-top: 20px;
    }

    .about_heading {
        font-size: 40px !important;
    }

    .website_example_heading {
        font-size: 40px !important;
    }

    .about_hero_description .des {
        font-size: 18px;
    }

    .circle_gradient {
        height: 800px;
    }

    /* service  */
    .features_Section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .service_hero_heading {
        font-size: 45px !important;
    }


    .pricing_hero_section .service_hero_heading {
        font-size: 45px !important;
    }

    /* getstarted  */
    .getstarted_page {
        height: max-content;
        overflow: visible;
    }

    .getstart_heading {
        font-size: 30px;
        padding: 10px 0;
    }

    .get_start_image img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .get_start_image {
        width: 100%;
    }

    .getstarted_left .desc {
        font-size: 14px;
        text-align: center;
    }

    .start_heading {
        font-size: 26px;
        padding-top: 20px;
    }

    .getstarted_right .getstarted_btn {
        padding: 10px 20px;
        font-size: 15px;

    }
    .header_content .content{
        padding-top: 100px;
    }


    .getstarted_right input {
        padding: 10px 15px;
    }


    .signUp::before {
        width: 25px;
    }

    .signUp::after {
        width: 25px;
    } 

    .getstarted_right .g_image {
        width: 20px;
        height: 20px;
    }

    .getstarted_right .login_social_links {
        border: 1px solid #C4C4C4;
        padding: 8px 15px;
        gap: 5px;
    }

    .about_hero_section .about_hero_description {
        padding-top: 20px;
    }

    .arrow {
        position: absolute;
        right: 10%;
    }

    .contact_hero_heading {
        padding-top: 60px;
        font-size: 48px;
    }

    .individual_product_hero_section .individual_product_right #heading {
        font-size: 30px !important;
        line-height: 1.2;
    }

    .price_page_table .table th {
        padding: 5px;
    }
    .info_add_container .info_add_content {
        width: 90% !important;
    }
    .edit_email_container .edit_email_content{
        width: 90% !important;
    }
    .pricing_bg_hero{
        height: auto;
        padding-bottom: 30px;
    }
    .secondpurple {
        margin-left: 0px;
        margin-right: 0px;
    }
    .accordionfaq{
        padding: 30px 0 30px 0;
    }
    .getstarted_right .getstarted_btn{
        margin-top: 20px;
    }
    .cart_Details_section{
        padding-bottom: 50px;
    }
    .cart_Details_section .sticky_cart_item {
       
        height: max-content;
    }
    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        right: 5px;
        cursor: pointer;
    }
    .p-5{
        padding: 20px !important;
    }

    .how_we_work .number {
        height: 60px;
        width: 60px;
    }
    .choose_plan{
        margin: 44px 0;
    }
    .service_hero_section .hhhdhd    .fs-20, .pricing_hero_section .hhhdhd .fs-20{
        font-size: 16px;
    }
    .pt-70{
        padding-top: 40px;
    }
    .send_message_btn_cetnter{
        margin: auto;
    }
    .getstarted_right .loginPageSignIn{
        font-size: 15px;
    }
    .fssmall{
        font-size: 15px;
    }
    .individual_product_second_col_left .individual_product_description_container p{
        font-size: 18px;
    }
    .individual_product_second_col_right{
        padding: 16px;
    }
    .flex_conntainer{
        gap: 30px;
    }
    .flex_conntainer p:first-child{
        width: 50% !important;
    }
    .blue_arrrow_bg{
        bottom: 100px;
        padding: 6px 14px;
        font-size: 14px;
    }
    .floating_ico_green {
        position: absolute;
        height: 40px;
        width: 40px;
        right: -17px;
        top: -25px;
    }
    .floating_bg{
        font-size: 14px;
        padding: 8px 14px;
    }
    .CaseStudyBg_hero{
        padding-bottom: 100px;
    }
    .caseStyduContent_container {
        padding: 24px ;
    }
    .individual_hero_lef_content_container ul{
        grid-template-columns: 1fr ;
    }
    .service_page_whyChoose_section{
        padding: 60px 0;
    }
    .navbar .logo{
        width: 150px !important;
    }
    .project_keyFeature_container{
        grid-template-columns: 1fr;
    }
    .choose_plan .fs-22{
        font-size: 18px;
    }
    .plan_choose .fs-20{
        font-size: 18px;
    }
    .growth_choose  .fs-20{
        font-size: 18px;
    }
    .image_section .getstarted_btn, .faq_section .getstarted_btn, .choose_plan .getstarted_btn, .client .getstarted_btn, .dream .getstarted_btn, .header_content .getstarted_btn, .website_example_hero_section .getstarted_btn, .about_hero_section .getstarted_btn, .service_hero_section .getstarted_btn, .contact_hero_section .getstarted_btn, .header_content .viewdesign_btn{

        padding: 12px 32px;
        font-size: 16px;
    }
    .Contact_form{
        padding: 20px;
    }
    .faq_des{
        font-size: 16px;
    }
    .fs-20{
        font-size: 18px;
    }
    .business_service_logo {
        padding-top: 64px;
    }
    .dream {
        padding: 64px 0;
        height: 400px;
    }
       .dream_heading{
        padding-top: 0px;
    }
    .aboutPage .about_steps .numberImage{
        height: 60px;
        width: 60px;
    }
    .about_problem .step_heading, .how_we_work .step_heading{
        padding: 0 10px;
    }
    .about_why_choose .fs-22{
        font-size: 20px;
    }
    .about_why_choose .fs-20{
        font-size: 16px;
    }
    .bg-white img{
        height: 45px;
        width: 45px;
        overflow: hidden;
    }
    .linebg{
        background: none;
    }
    .how_we_work img{
        height: 300px;
    }
    .cart_Details_section .second_table{
        padding: 20px;
    }
    .second_table  .fs-18{
        font-size: 16px;
    }
    .join_community .fs-20{
        font-size: 16px;
    }
    .join_description{
        font-size: 20px;
    }
}

