/*
-------------------------------------------------------------------------
* Template Name    : Axzisz - Startup Agency and SasS Business Template * 
* Author           : Webonzer                                           *
* Version          : 1.0.0                                              *
* Created          : June 2019                                          * 
* File Description : Main CSS file of the template                      *
*------------------------------------------------------------------------
*/

/*************************************
    1. BASIC
    2. HELPER
    3. NAVBAR CUSTOM
    4. HOME PAGE
        -LOGO CLIENT
        -ABOUT US
        -DESCRIPTION
        -SERVICES
        -PLAN & PRICE
        -CTA SECTION
        -FUNFACTS
        -TESTIMONIAL
        -FAQ
        -SUBCRIBE
    5. ABOUT PAGE
        -SECTION HEADER
        -HOW IT WORK
        -VIDEO SECTION
        -LOGO LIGHT
    6. WORK
        -WORK
        -WORK DETAIL
    7. PAGES
        -HEADER STYLE
        -TEAM
    8. BLOG
        -BLOG
        -BLOG SIDEBAR
        -SINGLE BLOG
    9. CONTACT US
    10.FOOTER
    11.RESPONSIVE
*************************************/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');

/*======================
        1.BASIC
========================*/

body {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}

/* Force Nunito on all text elements, but not icons */
body *, 
h1, h2, h3, h4, h5, h6, 
p, span, a, li, button, 
input, textarea, label, 
div {
    font-family: 'Nunito', sans-serif !important;
}

/* Keep Material Design Icons */
.mdi, 
[class*="mdi-"],
i {
    font-family: 'Material Design Icons' !important;
}


.font-weight-bold {
    font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #2AAFC0;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}


/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    background-color: #fff;
}

.container{
    position: relative;
}

.header_section {
    padding: 170px 0 100px;
}

.section_title h3 {
    text-transform: capitalize;
    text-shadow: 0 3px 0 #ddd;
}

.section_title .sec_subtitle {
    max-width: 500px;
    font-size: 25px;
   /* line-height: 1.8; */
}

.small_title {
    font-size: 30px;
}

.bg-dark {
    background-color: #22232f;
}

.bg-custom {
    background-color: #2AAFC0;
}

.text-muted {
    color: #404242 !important;
}

.text-dark {
    color: #000 !important;
}

.text-custom {
    color: rgb(35, 64, 147) !important;
    padding-top: 10px;
}

.text-custom-blue {
    color: #4e74d6;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-gradient {
    background: #2AAFC0 !important;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff)) !important;
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff) !important;
}

.bg-overlay-gradient {
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.over_margin {
    margin: 20px;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.btn {
    padding: 15px 28px;
}

.btn-sm {
    padding: 8px 15px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-custom {
    border: 2px solid #2AAFC0;
    color: #2AAFC0;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background: #2AAFC0;
    border-color: #2AAFC0 !important;
    color: #fff !important;
}

.btn-custom {
    background-color: #2AAFC0;
    border: 2px solid #2AAFC0;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #2d9caa;
    border-color: #2d9caa;
    color: #fff;
}

.btn-gradient {
    background: rgb(35, 64, 147);
    background: -webkit-gradient(linear, left top, right bottom, fromrgb(35, 64, 147));
    background: linear-gradient(to bottom right, rgb(35, 64, 147));
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    border: none;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient.active,
.btn-gradient.focus,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover,
.open>.dropdown-toggle.btn-gradient {
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#6ec5ff), to(#2154cf));
    background: linear-gradient(to bottom right, #6ec5ff, #2154cf);
    transition: all 0.5s;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #2AAFC0;
    font-size: 13px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    background-color: #efefef;
    border-color: #efefef;
    color: #2AAFC0;
}

.btn-outline-black {
    border: 2px solid #000;
    color: #000;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.focus,
.btn-outline-black:active,
.btn-outline-black:focus,
.btn-outline-black:hover,
.open>.dropdown-toggle.btn-outline-black {
    background: #000;
    border-color: #000 !important;
    color: #fff !important;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}


/*===========================
        3.NAVBAR
=============================*/

.custom_nav {
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
    min-height: 70px;
    font-family: Nunito, sans-serif;
    position: sticky;
    top: 0;
}

.custom_nav.stickyadd {
    background-color: #fff;
}

.custom_nav .social_menu>li:hover a {
    color: rgb(35, 64, 147);
}

.custom_nav .social_menu .list-inline-item:not(:last-child) {
    margin-right: 12px;
}

.custom_nav .social_menu>li a {
    color: #000;
    transition: all 0.5s;
    font-size: 22px;
}

.custom_nav .navbar-brand.logo img {
    height: 50px;
    transition: transform 0.3s ease;
    /*filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));*/
}

.custom_nav .navbar-brand.logo img:hover {
    transform: scale(1.05);
}

.custom_nav .main_menu {
    position: relative;
}

.custom_nav .main_menu li {
    padding: 0;
}

.custom_nav .main_menu > li > a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent !important;
    padding: 24px 0 !important;
    position: relative;
    margin: 0 12px;
    text-transform: uppercase;
    transition: all 0.4s;
}

.custom_nav .main_menu .sec_sub_menu li a.nav-link:hover,
.custom_nav .main_menu .sec_sub_menu li.active a.nav-link {
    color: rgb(35, 64, 147);
}

.custom_nav .main_menu .sec_sub_menu li a.nav-link:hover {
    margin-left: 7px;
}

.custom_nav.stickyadd .main_menu>li.active a,
.custom_nav.stickyadd .main_menu>li:hover a,
.custom_nav.stickyadd .main_menu>li:active a,
.custom_nav .main_menu>li.active a,
.custom_nav .main_menu>li:hover a,
.custom_nav .main_menu>li:active a {
    color: rgb(35, 64, 147);
}

.anim-middleout:hover:before {
    width: 100%;
}

.custom_nav .main_menu li.active .first_sub_menu li.active > a {
    color: rgb(35, 64, 147);
}

.custom_nav a.first_sub_menu.nav-link {
    position: relative;
    padding-right: 15px;
}

.custom_nav .main_menu .sec_sub_menu li a.nav-link {
    color: #42506e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.4s;
}

.custom_nav li ul {
    display: none;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.custom_nav li ul.sec_sub_menu {
    background-color: #ffffff;
    position: absolute;
    padding: 10px 0px;
    min-width: 220px;
    margin: 0px;
    border-radius: 5px;
    width: auto;
    height: auto;
    border: 1px solid #f1f1f1;
    opacity: 1;
    visibility: hidden;
}

.custom_nav li ul.sec_sub_menu li {
    display: block;
    padding: 0;
}

.custom_nav li ul.sec_sub_menu li a.nav-link {
    padding: 6px 15px !important;
    display: block;
    margin-left: 0;
    word-break: break-word;
}

.sec_sub_menu.depth-1 {
    right: 0;
    left: 100%;
    top: 0;
}

.navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
    border: none;
}


/*==========================
        4.HOME PAGE
============================*/

.header_bg {
    background-color: #fff;
    padding: 10px 0 10px;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.home_content {
    max-width: 800px;
}

.home_small_title {
    font-size: 12px;
    padding: 10px 24px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    border-radius: 30px;
    color: rgba(0, 0, 0, 0.64);
}

.home_small_content {
    font-size: 18px;
    line-height: 1.8;
}

.home_content h1 {
    font-size: 36px;
    line-height: 1.4;
}

.moeny-more p {
    font-size: 14px;
}

.curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    overflow: hidden;
}

.learn_more {
    position: relative;
    top: 6px;
}

.learn_more i {
    background: rgb(35, 64, 147);
    border-radius: 50px;
    width: 58px;
    text-align: center;
    height: 58px;
    line-height: 58px;
    color: #fff;
    box-shadow: 0px 0px 0px 9px #2aafc029;
    font-size: 26px;
    display: inline-block;
}

.scroll_down {
    position: absolute;
    bottom: 5%;
    left: calc(50% - 13px);
    width: 26px;
    height: 44px;
    border-radius: 15px;
    border: 2px solid #dedede;
    cursor: pointer;
    z-index: 9;
}

.scroll_down span {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 3px);
    background: rgb(35, 64, 147);
    -webkit-animation: scroll .5s infinite alternate;
    animation: scroll .5s infinite alternate;
}

@keyframes scroll {
    0% {
        top: 50%;
    }
    50% {
        top: 55%;
    }
    100% {
        top: 60%;
    }
}

@-webkit-keyframes scroll {
    0% {
        top: 50%;
    }
    50% {
        top: 55%;
    }
    100% {
        top: 60%;
    }
}

/*HOME 4*/


/*----------LOGO CLIENT---------*/

.logo_img img {
    opacity: 0.5;
    transition: all 0.5s;
}

.logo_img:hover img {
    opacity: 1;
    transform: scale(1.1);
}


/*---------ABOUT US------------*/

.features_axi_box {
    padding: 50px 35px;
    padding-bottom: 70px;
    background: #ffffff;
    border-top: 2.7px groove;
    border-right: 2.3px groove;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}



/* red box medi-skin shadow and border*/
.row.mt-5 .col-lg-4:nth-child(1) .features_axi_box {
    border-color: rgba(215, 21, 58, 0.6);
    box-shadow: 0 4px 15px rgba(215, 21, 58, 0.2);
}

.row.mt-5 .col-lg-4:nth-child(1) .features_axi_box:hover {
    box-shadow: 0 12px 35px rgba(215, 21, 58, 0.1); 
}

/* purple box sensitive-skin shadow and border*/
.row.mt-5 .col-lg-4:nth-child(2) .features_axi_box {
    border-color: rgba(112, 78, 136, 0.6);
    box-shadow: 0 4px 15px rgba(112, 78, 136, 0.2);
}

.row.mt-5 .col-lg-4:nth-child(2) .features_axi_box:hover {
    box-shadow: 0 12px 35px rgba(112, 78, 136, 0.1); 
}

/* blue box hair & scalp shadow and border*/
.row.mt-5 .col-lg-4:nth-child(3) .features_axi_box {
    border-color: rgba(8, 113, 185, 0.6);
    box-shadow: 0 4px 15px rgba(8, 113, 185, 0.2);
}

.row.mt-5 .col-lg-4:nth-child(3) .features_axi_box:hover {
    box-shadow: 0 12px 35px rgba(8, 113, 185, 0.1); 
}






.features_axi_box:hover {
    transform: translateY(-30px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}


.features_axi_box .features_axi_icon i {
    color: #ffffff;
    font-size: 26px;
    background: linear-gradient(to bottom right, rgb(35, 64, 147));
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.row.mt-5 .col-lg-4:nth-child(1) .features_axi_icon i {
    background: #e9eaea !important;
    color: #2c3e50;
}

.row.mt-5 .col-lg-4:nth-child(2) .features_axi_icon i {
    background: #e9eaea !important;
    color: #2c3e50;
}

.row.mt-5 .col-lg-4:nth-child(3) .features_axi_icon i{
    background: #e9eaea !important;
    color: #2c3e50;
}

.features_axi_box.active {
    background: #ffffff;
    box-shadow: 0px 0px 42px 13px rgba(112, 112, 112, 0.08);
}

.features_axi_content p {
    font-size: 15px;
    line-height: 1.8;
}

.features_axi_content h5 {
    font-family: Nunito, sans-serif;
    font-weight: 600;
}

.product-cta-button {
    display: inline-block;
    padding: 12px 30px;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.product-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.product-cta-button.red {
    background: rgb(215, 21, 58);
}

.product-cta-button.purple {
    background: rgb(112, 78, 136);
}

.product-cta-button.blue {
    background: rgb(8, 113, 185);
}













/*----------DESCRIPTION---------*/

.banner-container {
    position: relative;
    width:100%;
    margin: 0;
    padding: 0;
    max-height: auto;
    overflow: hidden;
    /*
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    */
}

.home-banner-img {
    width: 100%;
    max-width: 1500px;
    height: 400px;
    margin: 0 auto;
    display: block;
}




/*
.bg-features {
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #d4ed31 0%, #d4ed31 33%, #62d113 66%, #0232e0 100%);
    opacity: 85%;
    position: relative;
    overflow: hidden;
}
*/


.bg-features-overlay {
    background: url(../images/wave-mask.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.features_side_mockup {
    position: absolute;
    right: 50vw;
    width: calc(50vw + 242px);
    top: 50%;
    transform: translateY(-50%);
}

.features_desc .features-heading {
    line-height: 1.4;
}

.features_desc .features {
    position: relative;
    margin-top: 32px;
}

.features_desc .features .features-icon {
    float: left;
    font-size: 16px;
    width: 26px;
    text-align: center;
    height: 26px;
    position: absolute;
    border-radius: 50%;
    top: 17%;
    transform: translateY(-50%);
    background: #fff;
    color: #2255d0;
    line-height: 26px;
}

.features_desc .features .features-desc {
    margin-left: 8%;
}

.features_desc .features .features-desc .features-title {
    font-size: 18px;
}

.features_desc .features .features-desc .features-sub-title {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 22px;
}


/*--------SERVICES---------*/

.services_box_side {
    padding: 44px 60px;
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.08);
}

.services_box_side .services_icons {
    position: absolute;
    left: 14%;
    top: 33%;
    transform: translateY(-50%);
}

.services_box_side .services_icons i {
    height: 54px;
    width: 54px;
    display: block;
    font-size: 26px;
    box-shadow: 0 0 0px 8px rgba(70, 138, 230, 0.17);
    line-height: 54px;
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.services_box_side .services_more a {
    font-size: 15px;
    transition: all 0.5s;
}

.services_box_side .services_more a:hover {
    color: #2aafc0 !important;
}

.services_box_side .services_content {
    margin-left: 25%;
}

.services_box_side .services_content p {
    line-height: 1.6;
}

.services_box_side .services_content h5 {
    font-family: Nunito, sans-serif;
}


/*---------PLAN & PRICE--------*/

.plan_price_box {
    border: 1px solid #f1f1f1;
    padding: 40px 30px;
}

.plan_price_box .plan_name p {
    box-shadow: 0 0 0px 8px rgba(70, 138, 230, 0.17);
    padding: 12px 10px;
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
}

.plan_price_box .plan_price p {
    font-size: 56px !important;
}

.plan_price p sub {
    font-size: 14px;
}

.plan_divider {
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    margin: 30px 0px;
}

.plan_price_box .plan_features p {
    margin-bottom: 14px !important;
}

.plan_price_box .plan_features p {
    font-size: 15px !important;
}

.plan_price_box.active .lable h6 {
    font-size: 12px;
}

.plan_price_box.active .lable {
    background: #2aafc0;
    padding: 6px 0;
    text-align: center;
    width: 120px;
    position: absolute;
    top: -13px;
    right: 0;
    margin: 0 auto;
    left: 0;
    border-radius: 5px;
}


/*---------CTA SECTION--------*/

.cta_sec {
    border-radius: 15px;
    padding: 60px 30px;
    position: relative;
}

.cta-desc {
    max-width: 550px;
}

.cta_sec:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../images/cta-bg.png);
}


/*---------FUNFACTS--------*/

.bg_funfact {
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.14);
    position: relative;
    margin-top: -44px;
}

.funfact_box {
    box-shadow: 0 0 0px 8px rgba(70, 138, 230, 0.17);
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
}


/*---------TESTIMONIAL----------*/

.testi_boxes {
    margin: 15px 20px;
    padding: 40px 30px;
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.08);
    border-top: 4px solid #ecebeb;
    position: relative;
}

.testi_icon i {
    font-size: 50px;
    height: 60px;
    right: 20px;
    top: -12px;
    color: #fff;
    width: 60px;
    position: absolute;
    line-height: 60px;
    display: inline-block;
    box-shadow: 0 0 0px 8px rgba(70, 138, 230, 0.17);
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, rgb(35, 64, 147));
}

.testi_icon .quote-green {
    background: linear-gradient(to bottom right, rgb(114, 191, 68));
}

.testi_icon .quote-yellow {
    background: linear-gradient(to bottom right, rgb(196, 209, 57));
}

.testi_icon .quote-blue {
    background: linear-gradient(to bottom right, rgb(35, 64, 147));
}

.client_review {
    font-size: 18px;
    line-height: 1.8;
}

.testi_img img {
    max-width: 80px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #2aafc0 !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}


/*----------FAQ---------*/

.faq_main .accordion .accordion-item {
    border: none;
}

.faq_main .accordion .accordion-item .accordion-header {
    cursor: pointer; 
    border-radius: 5px;
    border: none;
    color: #fff;
    margin: 5px 0px 0px;
    padding: 12px 20px;
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
}

.faq_main .accordion .accordion-item:not(:first-of-type) .accordion-header:first-child {
    border-radius: 5px;
}

.faq_main .accordion .accordion-item .accordion-header h5 {
    font-family: Nunito, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.faq_main .accordion .accordion-item .accordion-header h5 span {
    position: relative;
    top: -3px;
    margin-left: 3px;
}

.faq_main .accordion .accordion-item p {
    font-size: 14px;
    line-height: 1.6;
}


/*------------SUBCRIBE-----------*/

.sub_cta {
    background-size: cover;
    background-image: url('../images/sub.jpg');
    background-position: center center;
    position: relative;
    border-radius: 15px;
    padding: 60px 30px;
}

.sub_cta .bg-overlay-gradient {
    border-radius: 15px;
}

.subcribe-newslatter input {
    padding: 15px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.subcribe-newslatter button {
    position: absolute;
    top: 4px;
    right: 4px;
    outline: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 30px;
}

.subcribe-newslatter form {
    max-width: 450px;
}


/*==========================
        5.ABOUT PAGE
============================*/

/*-------SECTION HEADER-----*/

.section_page_header {
    margin-top: 70px;
}

.section_page_header .page_title_list ul > li:after {
    content: "*";
    font-weight: 900;
    padding: 4px 11px 0 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    opacity: .6;
}

.section_page_header .page_title_list ul > li:last-child:after {
    content: "";
    display: none;
}

.section_page_header .page_title_list ul > li {
    margin-right: 0px !important;
}


/*-------HOW IT WORK------*/

.hit_box {
    z-index: 10;
    border: 1px solid #f0f0f0;
    padding: 50px 30px;
    overflow: hidden;
}

.hit_box .hit_icon {
    font-size: 46px;
}

.hit_box .hit_number h1 {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 30px;
    height: 68px;
    line-height: 68px;
    width: 68px;
    border-radius: 50%;
    z-index: -1;
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    box-shadow: 0 0 0px 8px rgba(70, 138, 230, 0.17);
    color: #ffffff;
}


/*------VIDEO SECTION-------*/

.video_presentation_play {
    border: 3px solid #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
}

.video_presentation_play .presentation_icon {
    outline: none !important;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    color: #2aafc0 !important;
    font-size: 35px;
    line-height: 65px;
    transition: all 0.5s;
}


/*------LOGO LIGHT------*/

.img_light_logo_sec {
    border-radius: 15px;
    padding: 60px 30px;
}


/*==========================
        6.WORK
============================*/

/*------WORK------*/

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "*";
    top: 3px;
    position: relative;
    display: inline-block;
    color: #bbb;
    margin: 0px 8px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 5px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.work_menu li a.active {
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    color: #ffffff;
}

.work_menu li a:hover {
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    color: #ffffff !important;
}

.work_img_box {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.work_img_box {
    position: relative;
    overflow: hidden;
}

.work_img_box a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.work_img_box .work_images {
    position: relative;
}

.work_img_box .work_images img {
    transition: all 0.5s;
    width: 100%;
}

.work_img_box .work_images .work_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    border-radius: 7px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.work_img_box .work_images .work_overlay a {
    height: 100%;
    width: 100%;
}

.work_img_box .work_images .work_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background: linear-gradient(to bottom right, rgba(33, 84, 207, 0.89), rgba(110, 197, 255, 0.89));
    border-radius: 30%;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.work_img_box .work_images .work_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 58px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.work_img_box .work_images .work_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}

.work_img_box .work_images .work_overlay h4:before {
    content: '';
    background: #fff;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    transition: right 600ms ease-in-out 0s;
}

.work_img_box .work_images .work_overlay h6::before {
    content: '';
    background: #fff;
    bottom: 0;
    right: auto;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: left 600ms ease-in-out 0s;
}

.work_img_box:hover img {
    transform: scale(1.1);
}

.work_img_box:hover .work_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.work_img_box:hover .work_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.work_img_box:hover .work_overlay h4:before {
    right: -100%;
}

.work_img_box:hover .work_overlay h6 {
    color: white;
}

.work_img_box:hover .work_overlay h6:before {
    left: -100%;
}


/*--- WORK DETAIL--- */

.work-detail-title h6 {
    font-size: 14px;
    font-family: Nunito, sans-serif;
}

.work-detail-title h1 {
    font-size: 32px;
    font-family: Nunito, sans-serif;
}

.work_detail_desc p {
    font-size: 15px;
}

.work_detail_list p {
    font-size: 17px;
}

.work_single_icon>li:hover a {
    color: #2aafc0;
}

.work_single_icon .list-inline-item:not(:last-child) {
    margin-right: 22px;
}

.work_single_icon>li a {
    color: #000;
    transition: all 0.5s;
    font-size: 22px;
}





.cta_sec {
    padding: 50px 20px;
    background: #ffffff;
}

.cta_sec h2 {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.cta_sec p {
    font-size: 18px;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 50px;
}

.cta_sec ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.cta_sec li {
    background: white;
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    line-height: 1.7;
    color: #2c3e50;
    border-top: 3px groove #347fdb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta_sec li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.cta_sec li strong {
    color: #3498db;
    font-weight: 600;
}


/*==========================
        7.PAGES
============================*/


/*-------HEADER STYLE--------*/

.section_page_header_img {
    margin-top: 70px;
    position: relative;
    background-image: url(../images/head.jpg);
    background-size: cover;
    background-position: center center;
}

.section_page_header_img .page_title_list ul > li:after {
    content: "*";
    font-weight: 900;
    padding: 4px 11px 0 14px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    opacity: .6;
}

.section_page_header_img .page_title_list ul > li:last-child:after {
    content: "";
    display: none;
}

.section_page_header_img .page_title_list ul > li {
    margin-right: 0px !important;
}

.section_page_header_img .page_title_list ul > li.active {
    color: rgba(255, 255, 255, .7);
}

.section_page_header_gradient {
    margin-top: 70px;
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
}

.section_page_header_gradient .page_title_list ul > li:after {
    content: "*";
    font-weight: 900;
    padding: 4px 11px 0 14px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    opacity: .6;
}

.section_page_header_gradient .page_title_list ul > li:last-child:after {
    content: "";
    display: none;
}

.section_page_header_gradient .page_title_list ul > li {
    margin-right: 0px !important;
}

.section_page_header_gradient .page_title_list ul > li.active {
    color: rgba(255, 255, 255, .7);
}

/*---------Table--------*/


.table td, .table th{
    padding: 0.75rem !important;
}


/*---------TEAM--------*/

.team_box_main.active {
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    box-shadow: 0 0 0px 6px rgba(70, 138, 230, 0.17);
    border: none !important;
}

.team_img img {
    max-width: 120px;
}

.team_box_main .team_detail .team_bor {
    height: 2px;
    width: 30px;
    margin: 8px 0;
}

.team_detail .team_work {
    font-size: 12px !important;
}

.team_box_main {
    border: 1px dotted #e6e6e6;
}

.team_box_main .follow_area {
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    padding: 20px 0 20px;
    border-radius: 50px 0px 50px 4px;
}

.team_box_main.active .follow_area {
    background: #fff !important;
    padding: 20px 0 20px;
    border-radius: 50px 0px 50px 4px;
}

.team_box_main.active .follow_team_social li a {
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    color: #2aafc0;
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    box-shadow: 0 0 0px 4px rgba(70, 138, 230, 0.17) !important;
}

.team_box_main .follow_team_social li:hover a {
    color: #2aafc0;
    background: #fff !important;
    transform: translateY(-6px);
}

.team_box_main .follow_team_social li a {
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    color: #2aafc0;
    background: #fff !important;
    box-shadow: 0 0 0px 4px rgba(255, 255, 255, 0.33) !important;
}


/*==========================
        8.BLOG
============================*/

/*--------BLOG-------*/ /*het blog verander na products*/

.blog_box {
    box-shadow: 0 5px 30px -2px rgba(154, 161, 171, .1);
    transition: all 0.5s;
    position: relative;
    transition: all 0.5s;
    border: 1px solid #f2f2f2;
    max-height: 460px;
    min-height: 460px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.blog_box .blog_img img {
    transition: all 0.5s;
}

/*
.blog_box:hover .blog_img img {
    transform: translateY(-8px);
    box-shadow: 0 1px 25px -12px rgba(0, 0, 0, 0.41);
}
*/






/*


.blog_img { 
    
    overflow: visible;
    position: relative;
    z-index: 1;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.blog_box:hover .blog_img {
    z-index: 10;
    overflow: visible;
}

.blog_box:hover .blog_img img {
    transform: translateY(-20px) scale(1.05);
    height: auto;
    min-height: 100%;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.5);
    object-fit: contain;
}

*/








.blog_box .blog_content .blog_date_post p {
    font-size: 14px;
}

.blog_content p {
    font-size: 15px;
}

.blog_box h5 {
    font-family: Nunito, sans-serif;
    font-weight: 600;
}

.blog_box .read_more {
    font-size: 14px;
    font-weight: bold;
}

.blog_box .blog_budget {
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    border-radius: 30px;
    letter-spacing: 2px;
    top: 25px;
    left: 25px;
}

.row.mt-5:nth-child(2) .col-lg-4 .blog_budget.bg-gradient {
        background: rgb(215, 21, 58) !important;
}
        
.row.mt-5:nth-child(3) .col-lg-4 .blog_budget.bg-gradient {
        background: rgb(215, 21, 58) !important;
}

.row.mt-5:nth-child(4) .col-lg-4 .blog_budget.bg-gradient {
    background: rgb(112, 78, 136) !important;
}

.row.mt-5:nth-child(5) .col-lg-4:nth-child(1) .blog_budget.bg-gradient {
    background: rgb(112, 78, 136) !important;
}
.row.mt-5:nth-child(5) .col-lg-4:nth-child(2) .blog_budget.bg-gradient,
.row.mt-5:nth-child(5) .col-lg-4:nth-child(3) .blog_budget.bg-gradient {
    background: rgb(8, 113, 185) !important;
}


.blog_box .blog_border {
    height: 2px;
    width: 0px;
    background: #2aafc0;
    display: inline-block;
    position: relative;
    top: -4px;
    transition: all 0.5s;
}

.blog_box .read_more:hover .blog_border {
    width: 30px;
}

.blog_video .blog_play {
    position: absolute;
    top: 52%;
    left: 52%;
    margin-left: -40px;
    margin-top: -40px;
}

.blog_play {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #000 !important;
    font-size: 35px;
    line-height: 65px;
    background-color: #fff;
}

.blog_box .blog_divider {
    height: 1px;
    margin: 20px 0;
    width: 100%;
    background-color: #e7e7e7;
}

.blog_box .blog_content .comment_icon i {
    position: relative;
    top: 1px;
}

.blog_gra_user {
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    box-shadow: 0 0 0px 6px rgba(70, 138, 230, 0.17);
    padding: 12px 8px;
    position: relative;
    top: 25px;
}


/*---- BLOG SIDEBAR ----*/

.blog_sidebar {
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
    background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
    box-shadow: 0 0 0px 6px rgba(70, 138, 230, 0.17);
}

.blog_sidebar .sidebar_widget_title {
    font-size: 16px;
    color: #fff;
}

.sidebar_title_line {
    height: 2px;
    background-color: #fff;
    width: 26px;
    position: relative;
    top: -4px;
    display: inline-block;
}

.side_widget_search form {
    position: relative;
    box-shadow: none;
}

.side_widget_search form input {
    box-shadow: none !important;
    height: 46px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.22) !important;
    border: none;
    padding: 5px 56px 5px 10px;
    color: #fff !important;
}

.search_icon {
    top: 0;
    font-size: 20px;
    height: 100%;
    background-color: white;
    border: none;
    position: absolute;
    transition: all .3s ease-out;
    cursor: pointer;
    right: 0px;
    padding: 5px 15px;
}

.search_icon:focus,
.search_icon.focus,
.search_icon.active.focus,
.search_icon.active:focus,
.search_icon:active.focus,
.search_icon:active:focus {
    outline: 0;
}

.search_icon:hover {
    color: #2aafc0;
}

.blog_sidebar textarea.form-control {
    height: auto;
}

.blog_sidebar .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.6);
}

.blog_sidebar .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.blog_sidebar .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.blog_sidebar .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6);
}

.blog_sidebar .widget_list li a {
    color: rgba(255, 255, 255, 0.73);
    font-size: 14px;
    transition: all 0.5s;
    padding: 5px 0px;
    display: inline-block;
}

.blog_sidebar .widget_list li a:hover {
    color: #fff;
}

.widget_recent_entries_custom ul li {
    border-bottom: 1px solid rgba(238, 238, 238, .7);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget ul li:last-child {
    border: 0;
}

.widget_recent_entries_custom .re_post_img {
    float: left;
    width: 68px;
}

.widget_recent_entries_custom .re_post_desc {
    margin-left: 80px;
}

.widget_recent_entries_custom .re_post_desc a {
    color: #fff;
    font-size: 14px;
    display: block;
}

.widget_recent_entries_custom .re_post_desc span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.blog_tag a {
    background: rgba(248, 249, 250, 0.30);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    transition: all 0.5s;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
}

.blog_tag a:hover {
    background-color: #fff;
    color: #2aafc0;
}


/*--- SINGLE BLOG ---*/

.blockquote {
    border: 1px solid #e7e7e7;
    border-left: 4px solid #d6d6d6;
    background-color: #f8f9fa;
    padding: 14px 20px;
}

.comment_blog .comment_read {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.comment_blog .comment_read:nth-child(odd) {
    margin-left: 80px;
}

.comment_blog .comment_read:last-child {
    margin-bottom: 0;
}

.comment_blog .comment_read .comment_img {
    width: 80px;
    float: left;
}

.comment_blog .comment_read .comment_data {
    margin-left: 100px;
}

.comment_blog .comment_read .comment_data h6 {
    font-size: 16px;
}

.comment_blog .comment_read .comment_data .comment_content {
    font-size: 15px;
}

.comment_data h6 span {
    font-size: 12px;
    margin-top: 8px;
    color: #777;
}

.comment_blog .comment_read .comment_data .comment_reply {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.comment_blog .comment_read .comment_data .comment_reply i {
    padding-right: 2px;
    font-size: 14px;
}

.comments-form .comment-form-input .form-control {
    height: 44px;
    border-radius: 0px;
    font-size: 15px;
    border: 1px solid #efecec;
    box-shadow: none !important;
}

.comments-form .comment-form-input .form-control:focus {
    border-color: #2aafc0;
}

.comments-form .comment-form-input textarea.form-control {
    height: auto;
}

.blog_forms {
    box-shadow: 0 5px 30px -2px rgba(154, 161, 171, .1);
    position: relative;
    transition: all 0.5s;
    border: 1px solid #f2f2f2;
}


/*==========================
        9.CONTACT US
============================*/

.contact_icon_box .contact-icon i {
    height: 58px;
    width: 58px;
    display: inline-block;
    font-size: 26px;
    font-family: 'Pe-icon-7-stroke' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 58px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 0px 2px rgb(35, 64, 147);
    background: rgb(35, 64, 147);
    background: -webkit-gradient(linear, left top, right bottom, from(rgb(35, 64, 147)));
    background: linear-gradient(to bottom right, rgb(35, 64, 147));
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

    .section_title.text-center {
        padding-top: 0px;
}

.contact_icon_box .contact-detail p {
    font-size: 15px;
}

.contact-detail h6 {
    font-size: 18px;
}

.contact_form .form-control {
    box-shadow: none !important;
    height: 48px;
    border-radius: 0px;
    border: 1px solid #ececec;
    font-size: 14px;
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_form .form-control:focus {
    border-color: #2aafc0;
}

.custom-button {
    padding: 12 30pxpx;
    margin-top: 15px;
}


/*==========================
        10.FOOTER
============================*/

.footer_detail {
    background-color: #222527;
    position: relative;
    overflow: hidden;
}

.footer_detail:before {
    background: url(../images/footer-pt.png);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.footer_detail .footer_logo {
    height: 34px;
}

.footer_detail .footer_title_border {
    background-color: rgba(255, 255, 255, 0.22);
    height: 2px;
    width: 26px;
}

.footer_detail h6 {
    font-size: 18px;
}

.footer_detail .footer_menu_list li a {
    color: rgba(255, 255, 255, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer_detail .footer_menu_list li a:hover {
    color: #fff !important;
}

.footer_detail p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.42);
}

.fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.fot_social .social-icon:hover {
    color: #fff !important;
}


/*==========================
        11.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .home_content h1 {
        font-size: 28px;
        line-height: 1.4;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .h-100vh {
        height: auto;
    }
    .header_bg,
    .header_bg_img {
        padding: 120px 0 130px;
    }
    .services_box {
        padding: 24px;
    }
    .section_title h2 {
        font-size: 24px;
    }
    .logo_img,
    .img_light_logo {
        margin-top: 20px;
    }
    .client_review {
        font-size: 16px;
        line-height: 1.8;
    }
    .testi_boxes {
        padding: 35px 15px;
    }
}

@media (min-width: 992px) {
    .custom_nav li:hover > ul {
        display: block;
        visibility: visible;
    }
    .custom_nav a.nav-link.first_sub_menu {
        position: relative;
    }
    .custom_nav .sec_sub_menu:before {
        left: 20px;
        border-right: 12px solid transparent;
        content: "";
        display: block;
        position: absolute;
        border-bottom: 12px solid #f1f1f1;
        border-left: 12px solid transparent;
        background-color: transparent;
        top: -12px;
        z-index: 9999;
    }
}

@media (max-width: 992px) {
    .custom_nav {
        background-color: #fff;
        padding: 15px 0px;
    }
    .custom_nav .container {
        width: 93%;
    }
    .custom_nav .navbar-collapse {
        max-height: 350px;
        overflow: scroll;
    }
    .custom_nav .main_menu > li > a {
        margin: 0px;
        padding: 6px 0px !important;
    }
    .custom_nav .main_menu > li.active > a {
        color: rgb(35, 64, 147);
    }
    .custom_nav.stickyadd .main_menu > li > a:before,
    .custom_nav .main_menu > li > a:before {
        display: none;
    }
    .custom_nav .social_menu {
        display: none;
    }
    .custom_nav li > ul {
        position: static;
        visibility: visible;
        width: 100%;
    }
    .custom_nav a.nav-link.first_sub_menu.nav-link:after {
        margin-right: 15px;
        top: 3px;
    }
    .custom_nav a.nav-link.active_menu.first_sub_menu:after {
        transform: rotate(180deg);
        transition: all ease-in-out 0.4s;
    }
    .custom_nav li ul.sec_sub_menu {
        position: static;
        visibility: visible;
        width: 100%;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
    }
    .custom_nav ul.main_menu {
        padding: 15px 0 0;
    }
    .custom_nav a.nav-link.first_sub_menu:after {
        font-family: 'Material Design Icons';
        content: "\F140";
        right: 0;
        font-size: 18px;
        position: absolute;
    }
    .foo_detail {
        padding-top: 10px;
    }
    .header_section {
        padding: 110px 0 50px;
    }
    .about-box .about-detail h1 {
        font-size: 26px;
    }
    .cta_content h1 {
        font-size: 24px;
    }
    .about_title {
        font-size: 18px;
    }
    .work-detail-title h1 {
        font-size: 24px;
    }
    .work_menu {
        border: 1px solid #e9e9e9;
        display: table;
        padding: 0 6px;
        border-radius: 0;
    }
    .work_menu li a {
        padding: 2px 6px;
    }
    .features_desc .features-heading {
        line-height: 1.4;
        font-size: 24px;
    }
    .features_desc .features .features-icon {
        top: 10%;
    }
    .features_desc .features .features-desc {
        margin-left: 13%;
    }
    .section_page_header .page_title_main,
    .section_page_header .page_title_list,
    .section_page_header_img .page_title_main,
    .section_page_header_img .page_title_list,
    .section_page_header_gradient .page_title_main,
    .section_page_header_gradient .page_title_list {
        text-align: center !important;
    }
    .blog_box{
        margin-top: 50px !important;
    }    
    .logo_img,
    .img_light_logo {
        margin-top: 20px;
    }
}

@media (max-width: 768px) and (min-width: 426px) {
    .features_desc .features .features-icon {
        top: 17% !important;
    }
    .features_desc .features .features-desc {
        margin-left: 7% !important;
    }
}

@media (max-width: 767px) {
    .services_box_side .services_icons {
        position: relative !important;
        left: auto;
        top: auto;
        transform: translateY(0);
    }
    .services_box_side .services_content.float-left {
        float: none !important;
    }
    .services_box_side .services_content {
        margin-left: 0%;
        margin-top: 22px;
    }
    .services_box_side {
        padding: 26px 20px;
    }
}

@media screen and (min-width:1200px){
    .container{
        max-width: 1140px;
    }
} 

/* hero illustration float animation */
@keyframes float {
     0%, 100% { transform: translateY(0px); }
        50% {transform: translateY(-10px); }
    }

/*
    .hero-illustration img {
        animation: float 3s ease-in-out infinite;
    }
*/

/* end hero illustration float animation */

.hero-illustration {
    position: relative;
    width: 100%;
    height: 400px;
}

.hero-illustration .hero_img {
    position: absolute !important;
    top: 0;
    left: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
    height: 10%;
}

.hero-illustration .hero_img.active {
    opacity: 1;
}

.hero-img:first-child {
    position: relative !important;
}

h1, h2 {
    font-size: 38px;
    font-weight: 700;
    color: rgb(59, 59, 60);
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}


.container {
    max-width: 1140px;
}

/*About Us Page*/

.section-title {
    font-size: 35px !important;
    font-weight: 500;
    margin-bottom: 15px;
    color: #22232f;
}

.section-title {
  font-size: 28px !important;
  font-weight: 600;
  margin-bottom: 16px !important;
}
/*
.mission-section .container {
  background: #fff;
  padding: 28px 22px;
  border-radius: 10px;
  margin-top: -20px;              
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  min-height: 260px;              
  border: 1px solid rgba(0,0,0,0.05);
}
*/
.mission-text {
  font-size: 15px;
  line-height: 1.55;
  margin-top: 6px;
}

.bunny-banner {
    
    padding-bottom: 30px;
}


/*home page*/

.home-banner {
    padding-top: 48px;
    padding-bottom: 30px;
}



.home-banner-img {
    width: 100%;
    height: auto;
    max-height: 1300px;
    object-fit: cover;
    display: block;
}

.banner-hero {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        height: 50vh;
        max-height: 450px;
        min-height: 400px;
        overflow: hidden;
    }

.banner-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.home-table {
    background: rgb(35, 64, 147);
    padding-bottom: 70px;
    padding-top: 70px;
}    

h1 {
    color: white;
    font-weight: 400;
}

.text-custom{
    padding-top: 10px;
    color: rgb(35, 64, 147) !important;
}

.home_small_content {
    color: white !important;
}

.home_small_content {
    font-size: 25px;
}

.business-name {
    margin-right: 10px;
    font-size: 63px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f2937 !important;
}


.main-nature-heading {
    font-size: 70px;
    text-align: center;
}

.second-nature-heading {
    font-size: 43px;
    text-align: center;
}




/*product page*/

.heading-text {
    padding-top: 20px;
    padding-bottom: 10px
}

/*contact page*/

.GIT .heading-text {
    padding-top: 48px;
}




/*custom styling for vertical product cards*/
.product-card {
    min-height: 750px;
    display: flex;
    flex-direction: column;
}

.product-card blog_img {
    height: 650px;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.product-card .blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .blog_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}



/*medi skin range page styling*/

.hero_img {
    height: 500px;
}

.product-info-box {
    background: rgb(255, 255, 255);
    padding: 1.5rem;
    border-radius: 8px;
}

.product-detail-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.product-detail-item {
    display: flex;
    flex-direction: column;
}

.product.detail.item span {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #1f2937;
}

.product-detail-item p {
    color: #4b5563;
    font-size: 0.875rem;
}


/*size and price table styling*/

.size-price-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.size-price-table th {
    padding: 0.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem;
    border-bottom: 2px solid #c2d0d0;
}

.size-price-table td {
    padding: 0.5rem;
    font-size: 0.875rem;
    color: #4b5563;
    border-bottom: 1px solid #e5e7eb;
}


/*bullet point alignment*/

.benifits-list {
    list-style-position: outside;
    padding-left: 1.6rem;
    margin-left: 0;
}

.benifits-list li {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/*targets list fix*/

.targets-list {
    list-style-position: outside;
    padding-left: 1.5rem;
}

.targets-list li {
    padding-left: 0.5rem;
    margin-bottom: 0.25rem;
}


/*pages for footer to stay at bottom of page*/

html, body {
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper {
    flex: 1;
}

.footer_detail {
    position: relative;
    overflow: hidden;
}


/*navbar on sub-pages*/
nav.custom_nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
}




/*buttons for view of other products*/

.explore-other-ranges {
    background: white;
    padding: 60px 30px;
    margin: 40px 0;
}

.explore-other-ranges .container {
    max-width: 700px;
    padding-left: 30px;
}


/*button colors*/
.cta-button.red {
    border-left-color: rgb(215, 21, 58);
}

.cta-button.purple {
    border-left-color: rgb(112, 78, 136)
}

.cta-button.blue {
    border-left-color: rgb(8, 113, 185)
}


.explore-other-ranges h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #222527;
    font-family: Nunito, sans-serif;
}

.cta-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cta-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #222527;
    transition: all 0.3s ease;
    border-left: 5px solid;
}

.cta-button.red {
    border-left-color: #e74c3c;
}

.cta-button.purple {
    border-left-color: #9b59b6;
}

.cta-button:hover {
    background: #222527;
    color: white;
    transform: translateX(10px);
}

.cta-button .text h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-family: Nunito, sans-serif;
}

.cta-button .text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.cta-button:hover .text p {
    color: #ddd;
}

.cta-button .arrow {
    font-size: 28px;
    font-weight: bold;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .explore-other-ranges {
        padding: 40px 20px;
    }
    
    .cta-button {
        padding: 20px;
    }
    
    .cta-button .text h3 {
        font-size: 18px;
    }
}


/*page banners*/

    .full-width-banner {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        overflow: hidden;
    }

    .full-width-banner img {
        width: 100%;
        height: auto;
        
        object-position: center;
    }

    .full-width-banner.hair {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        overflow: hidden;
    }

    .full-width-banner.hair img {
        width: 100%;
        height: auto;
        display: block;
    }

.bunny-banner {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        overflow: hidden;
}

.bunny-banner img {
        width: 100%;
        height: 400px;
        /*object-fit: cover;*/
        object-position: center;
    }



/*main headings color themes*/

.main-heading.medi {
    color: rgb(215, 21, 58) !important;
}

.main-heading.sensitive {
    color: rgb(112, 78, 136) !important;
}

.main-heading.hair {
    color: rgb(8, 113, 185) !important;
}



/*final CTA above footer*/

.final-cta {
    text-align: center;
    padding: 30px 20px;
    background: rgb(35, 64, 147);
}

.final-cta h2 {
    font-size: 42px;
    color: white;
    margin-bottom: 15px;
}

.final-cta p {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

.final-cta-button {
    display: inline-block;
    padding: 10px 30px;
    background: white;
    color: rgb(35, 64, 147);
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.final-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* CTA on product pages */

.simple-contact-cta {
padding: 40px 20px;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
position: relative;
overflow: hidden;
}

/* Animated background circles */
.simple-contact-cta::before {
content: ‘’;
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
top: -200px;
right: -200px;
animation: float 6s ease-in-out infinite;
}

.simple-contact-cta::after {
content: ‘’;
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
bottom: -150px;
left: -150px;
animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
0%, 100% { transform: translateY(0px) scale(1); }
50% { transform: translateY(30px) scale(1.1); }
}

.cta-box {
max-width: 600px;
margin: 0 auto;
text-align: center;
background: white;
padding: 30px 40px;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
position: relative;
z-index: 1;
transition: transform 0.3s ease;
}

.cta-box:hover {
transform: translateY(-5px);
box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

/* Icon styling */
.cta-icon {
width: 70px;
height: 70px;
padding-top: 10px;
margin: 0 auto 25px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.cta-icon i {
font-size: 2.5rem;
color: white;
}

/* Heading */
.cta-heading {
font-size: 2rem;
font-weight: bold;
color: #2c3e50;
margin-bottom: 15px;
}

/* Message */
.cta-message {
font-size: 20px;
color: #3d3232;
margin-bottom: 15px;
line-height: 1.6;
}

/* Button */
.cta-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 40px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
text-decoration: none;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 600;
transition: all 0.3s ease;
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
position: relative;
overflow: hidden;
}

.cta-btn::before {
content: ‘’;
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.8s ease;
}

.cta-btn:hover::before {
left: 100%;
}

.cta-btn:hover {
transform: translateY(-2px);
box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
color: white;
}

.cta-btn i {
font-size: 1.3rem;
transition: transform 0.3s ease;
}

.cta-btn:hover i {
transform: translateX(5px);
}

/* Range-specific colors */
body.range_hair .simple-contact-cta {
background: linear-gradient(135deg, #e8f4f8 0%, #b8dce8 100%);
}

body.range_hair .cta-icon {
background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
}

body.range_hair .cta-btn {
background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

body.range_hair .cta-btn:hover {
box-shadow: 0 12px 35px rgba(52, 152, 219, 0.4);
}

body.range_medi .simple-contact-cta {
background: linear-gradient(135deg, #fef5f6 0%, #f8d7da 100%);
}

body.range_medi .cta-icon {
background: linear-gradient(135deg, #c41e3a 0%, #a01729 100%);
box-shadow: 0 10px 30px rgba(196, 30, 58, 0.3);
}

body.range_medi .cta-btn {
background: linear-gradient(135deg, #c41e3a 0%, #a01729 100%);
box-shadow: 0 8px 25px rgba(196, 30, 58, 0.3);
}

body.range_medi .cta-btn:hover {
box-shadow: 0 12px 35px rgba(196, 30, 58, 0.4);
}

body.range_sensitive .simple-contact-cta {
background: linear-gradient(135deg, #f8f3fb 0%, #e8d5f0 100%);
}

body.range_sensitive .cta-icon {
background: linear-gradient(135deg, #9b59b6 0%, #7d3c98 100%);
box-shadow: 0 10px 30px rgba(155, 89, 182, 0.3);
}

body.range_sensitive .cta-btn {
background: linear-gradient(135deg, #9b59b6 0%, #7d3c98 100%);
box-shadow: 0 8px 25px rgba(155, 89, 182, 0.3);
}

body.range_sensitive .cta-btn:hover {
box-shadow: 0 12px 35px rgba(155, 89, 182, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
.cta-box {
padding: 40px 30px;
}


.cta-heading {
    font-size: 1.6rem;
}

.cta-message {
    font-size: 1rem;
}

.cta-btn {
    padding: 14px 30px;
    font-size: 1rem;
}

.cta-icon {
    width: 70px;
    height: 70px;
}

.cta-icon i {
    font-size: 2rem;
}


}






/*Trusted Section*/

.trust-section {
    padding: 50px 20px;
    background: #f8f9fa;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.badge-item {
    text-align: center;
}

.badge-icon {
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
}

.badge-item p {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Trusted section in Index*/

.trust-section {
    padding: 50px 20px;
    background: #f8f9fa;
}

.trust-badges {
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.badge-item {
    text-align: center;
}

.badge-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(238, 237, 237);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.badge-circle img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.badge-item p {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.section_header.our_word {
    padding: 0 !important;
}

.their_experience {
    padding: 2px !important;
}







/*Skins on sub pages*/


/* 
HAIR & SCALP RANGE - BLUE THEME
 */
body.range_hair .main-heading.hair {
color: #2980b9 !important;
border-bottom: 4px solid #3498db;
padding-bottom: 10px;
}



body.range_hair .bg-gray-50 {
background-color: #ebf5fb !important;
border-left: 4px solid #3498db;
}

body.range_hair .targets-list li::before,
body.range_hair .benifits-list li::before {
content: “✓ “;
color: #3498db;
font-weight: bold;
margin-right: 8px;
}

body.range_hair .size-price-table thead {
background-color: #3498db !important;
color: white !important;
}

body.range_hair .size-price-table tbody tr:hover {
background-color: #ebf5fb;
}

body.range_hair .product-info-box {
border: 2px solid #5dade2;
border-radius: 8px;
padding: 15px;
background: white;
}

/* 
MEDI-SKIN RANGE - RED THEME
 */
body.range_medi .main-heading.medi {
color: #a01729 !important;
border-bottom: 4px solid #c41e3a;
padding-bottom: 10px;
}



body.range_medi .bg-gray-50 {
background-color: #fef5f6 !important;
border-left: 4px solid #c41e3a;
}

body.range_medi .targets-list li::before,
body.range_medi .benifits-list li::before {
content: “✓ “;
color: #c41e3a;
font-weight: bold;
margin-right: 8px;
}

body.range_medi .size-price-table thead {
background-color: #c41e3a !important;
color: white !important;
}

body.range_medi .size-price-table tbody tr:hover {
background-color: #fef5f6;
}

body.range_medi .product-info-box {
border: 2px solid #d64556;
border-radius: 8px;
padding: 15px;
background: white;
}

/* 
SENSITIVE SKIN RANGE - PURPLE THEME
*/
body.range_sensitive .main-heading.sensitive {
    color: #7d3c98 !important;
    border-bottom: 4px solid #9b59b6;
    padding-bottom: 10px;
}


.sensitive-hero-image {
    align-items: flex-start;
    padding: 116px 30px 116px 30px;
    border-radius: 0;
    flex-direction: column;
    background: linear-gradient(135deg, #f0e6f6 0%, #e8d9f0 100%);
    border: 2px groove #c4b0d6;
    box-shadow: 10px 8px 20px rgba(147, 112, 186, 0.2);
}

.sensitive-hero-image img {
    border-radius: 7px;
}

body.range_sensitive .bg-gray-50 {
background-color: #f8f3fb !important;
border-left: 4px solid #9b59b6;
}

body.range_sensitive .targets-list li::before,
body.range_sensitive .benifits-list li::before {
content: “✓ “;
color: #9b59b6;
font-weight: bold;
margin-right: 8px;
}

body.range_sensitive .size-price-table thead {
background-color: #9b59b6 !important;
color: white !important;
}

body.range_sensitive .size-price-table tbody tr:hover {
background-color: #f8f3fb;
}

body.range_sensitive .product-info-box {
border: 2px solid #bb8fce;
border-radius: 8px;
padding: 15px;
background: white;
}

/* 
ADDITIONAL SHARED STYLING
 */
.targets-list,
.benefits-list {
list-style: none;
padding-left: 1px;
}

.targets-list li,
.benefits-list li {
padding: 8px 0;
line-height: 1.6;
}

.size-price-table {
width: 100%;
margin-top: 15px;
border-collapse: collapse;
}

.size-price-table th,
.size-price-table td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}

.size-price-table th {
font-weight: 600;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.5px;
}

.product-detail-row {
margin-bottom: 15px;
}

.product-detail-item span {
display: block;
color: #555;
margin-bottom: 5px;
}

.product-detail-item p {
color: #333;
font-size: 1rem;
}

/*contact page boxes*/

/* Fix line spacing in contact detail sections */
.contact-detail h5,
.contact-detail h6,
.contact-detail p {
line-height: 1.3 !important;
margin-bottom: 5px !important;
}

/* Reduce spacing between phone numbers and text */
.contact-detail.mt-4 p {
margin-top: 5px !important;
margin-bottom: 5px !important;
}

/* Tighter spacing for text-muted paragraphs */
p.text-muted {
margin-bottom: 5px !important;
line-height: 1.4 !important;
}

/* icon boxes the same height */
.contact_icon_box {
min-height: 320px !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
align-items: center !important;
}

/* Ensure all three column boxes have equal height */
.row.mt-5 > .col-lg-4 {
display: flex !important;
}

.row.mt-5 > .col-lg-4 > .contact_icon_box {
width: 100% !important;
}

/* Reduce spacing in icon boxes */
.contact-icon.text-custom {
margin-bottom: 15px !important;
}

/* Tighter spacing for headings in boxes */
.contact-detail h5 {
margin-top: 10px !important;
margin-bottom: 8px !important;
}

/* Reduce spacing between lines in address */
.contact-detail p br {
line-height: 1.2 !important;
}

/* Alternative approach: target by paragraph position */
.contact_icon_box p:first-of-type {
margin-bottom: 3px !important;
}

.contact_icon_box p:last-of-type {
margin-bottom: 0 !important;
}

/* Fix “Let’s connect” section spacing */
.section_subtitle {
line-height: 1.4 !important;
margin-bottom: 10px !important;
}

/* Reduce overall paragraph spacing on contact page */
.contact-detail p + p {
margin-top: 3px !important;
}

/* Make the form section consistent */
.vertical-content {
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
}

/* Ensure boxes stretch to fill container */
.text-center.rounded.bg-light.p-4 {
height: 100% !important;
min-height: 320px !important;
}


/*Hair & Scalp columns adjustments*/

.grid.items-center {
    align-items: start !important;
}

.targets-list li {
    margin-bottom: 4px;
    line-height: 1.5;
}

.benefits-list li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.bg-gray-50 h3,
.bg-gray-50 h4 {
    margin-bottom: 12px;
}

.bg-gray-50 {
    padding: 1.25rem !important;
}


.space-y-4 >*+* {
    margin-top: 1rem !important;
}


/*border for img on medi range*/

.hero-image {
    align-items: center;
    background: linear-gradient(135deg, #ffeef1 0%, #ffdde3 100%);
    border: 2px groove rgb(215, 21, 58);
    box-shadow: 10px 8px 20px rgba(215, 21, 58, 0.2);
    padding: 75px 30px 65px 30px;
}

.hero-image img {
    border-radius: 7px;
}


/*About Us page Layout*/

.about-header {
    color: rgb(59, 59, 60);
}

.about-text-custom {
    color: rgb(35, 64, 147);
}

.about-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

.section {
    padding: 60px 0;
}

.lead {
    font-size: 1.15rem;
    line-height: 1.6;
}

.shadow-sm {
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}