/*
    Template  Name: Accounting
*/

/*
Table Of Content

1. header top area
2. main menu area
3. slider area
4. video slider area  
5. breadcum area
6. feature area
7. about area
8. service area
9. project area
10.counter area
11. call to action area
12. contact area
13. contact service
14. map area
15. testimonial area
16. team area
17. pricing area
18. faq area
19. blog area
20. brand area
21. portfolio area
22. project information area
23. single blog page area 
24.  footer area

*/

/* ======= site font family ==========*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
:root{
    --blackc: #000;
    --whitec: #fff;
    --bgcolor: #67d46d;
    --bgcolor2: #f3fff4;
    --brcolor: #2E7D32;
    --paracolor: #555;
    --titlecolor: #033333;
}

/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "DM Sans", sans-serif;
    color: var(--paracolor);
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-size: 24px;
    font-weight: 700;
    color: var(--titlecolor);
    line-height: 1.2;
    font-family: "Red Hat Display", sans-serif;
    padding: 0;
    margin-bottom: 10px;
    
}
h1{
    font-size: 30px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 15px;
}

a{
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    color: var(--blackc);
    transition: .5s;
}
a:hover{
    color: var(--brcolor);
}

/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/*======= header top area start =====*/
.header_top_area {
    padding: 9px 162px;
    background-color: var(--brcolor);
}
/* hom 3 heaer top css */
.h3_heaer_top {
    padding: 9px 305px;
}
/* header left */
.header_left span, .header_right span, .header_left a{
    font-size: 15px;
    font-weight: 500;
}
.header_left span, .header_left a {
    margin: 0 22px 0 0;
    color: var(--whitec);
}
.header_left span i,
.header_left a i{
    margin-right: 6px;
}
/* header top middle css */
.header_top_middle{
    text-align: center;
}
/* header right */
.header_right a {
    font-size: 15px;
    font-weight: 600;
    color: var(--whitec);
    margin-left: 12px;
}
.header_right a:hover{
    color: var(--blackc);
}
.header_right span i{
    margin-right: 5px;
}
/*======= header top area end ======*/

/*======== main menu area start ==========*/
.main_menu_area {
    padding: 0px 162px;
    transition: .5s;
}
.h2_main_menu{
    background-color: rgba(0, 0, 0, 0.7);
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 70%);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons >i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_right_text h3,
.main_menu_area.sticky .main_nav_right_text h3 a{
    color: var(--whitec);
}
/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.main_menu_all_item{
    align-items: center;
}
/* inner main nav area css */
.inner_main_nav_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: inline-block;
    margin: 35px 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--whitec);
}
.inner_main_nav_area >ul >li >a>i {
    font-size: 14px;
    font-weight: 700;
    color: var(--whitec);
    margin-left: 5px;
}
.inner_main_nav_area >ul> li> a:hover{
    color: var(--brcolor);
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}
/* main nav icons together */
.main_nav_right_together {
    display: flex;
    align-items: center;
}
/* main nav btn css */
.main_nav_right_together .main_nav_btn a{
    display: inline-block;
    background: var(--brcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    padding: 11px 25px;
}
.main_nav_right_together .main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    width: 240px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    border-radius: 20px;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: var(--blackc);
    padding: 6px 17px;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--brcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
/* absolute menu css */
.absolute_menu, .h3_absolute_menu{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
/* home 3 menu css */
.h3_absolute_menu {
    /* top: 80px; */
    /* margin: 0 305px; */
    padding: 10px 20px;
    border-bottom: 1px solid var(--whitec);
    /* border-radius: 5px; */
}
.h3_absolute_menu .inner_main_nav_area ul li a,
.h3_absolute_menu .inner_main_nav_area ul li a i{
    color: var(--whitec);
}
.side_menu .inner_main_nav_area ul li a,
.side_menu .inner_main_nav_area ul li a i{
    color: var(--whitec);
}
/* main nav icons */
.main_nav_icons {
    margin-left: 10px;
}
.main_nav_icons >i {
    display: inline-block;
    cursor: pointer;
    transition: .5s;
    font-size: 19px;
}
/* main nav btn css */
.main_nav_btn {
    margin-left: 25px;
}
.main_nav_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 35px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: -110%;
    left: 0%;
    background: #000000f0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    top: 0;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}
.inner_nav_icon_popup input{
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
.inner_nav_icon_popup input::placeholder{
    font-size: 30px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}
.inner_nav_popup_btnicon{
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}
.inner_nav_icon_popup i{
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* main nav icons middle css */
.main_nav_icons_middle {
    margin-left: 15px;
    position: relative;
}
.main_nav_icons_middle a {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
}
.main_nav_icons_middle a span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 18px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--brcolor);
    border-radius: 100%;
    color: var(--whitec);
}
.main_nav_middle_box_item {
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    height: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--whitec);
    transition: .5s;
}
.main_nav_icons_middle:hover .main_nav_middle_box_item{
    top: 180%;
    opacity: 1;
    visibility: visible;
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area{
    padding: 20px 0;
    display: none !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}
.tx-s-open {
    transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: auto;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
.inner_slider_area {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}
.inner_slider_content {
    width: 60%;
    margin: 0 auto;
}
.inner_slider_content h1 {
    font-size: 20px;
    font-weight: 500;
    color: var(--whitec);
    margin: 0 0 25px;
    font-family: "DM Sans", sans-serif;
}
.inner_slider_content h2{
    width: 65%;
    font-size: 70px;
    line-height: 1;
    color: var(--whitec);
    margin: 0;
}
.inner_slider_content p {
    width: 50%;
    margin: 37px auto 50px 0;
    color: var(--whitec);
}
/* golobal btn css */
.g_btn a{
    display: inline-block;
    position: relative;
    padding: 22px 50px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--brcolor);
    color: var(--whitec);
    margin-right: 15px;
}
.g_btn a:after, .g_btn a:before {
    position: absolute;
    content: "";
    background: #67d46d;
    width: 40px;
    height: 18px;
    transition: .5s;
}
.g_btn a:before {
    border-radius: 0 0 20px 20px;
    right: 15px;
    top: 0;
}
.g_btn a:after {
    border-radius: 20px 20px 0 0;
    bottom: 0;
    left: 15px;
}
.g_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.g_btn a:hover::before,
.g_btn a:hover::after {
    background: var(--brcolor);
}
.g_btn a.active{
    background-color: var(--whitec);
    color: var(--brcolor);
}
/* home 2 slider area css */
.h2_slider_area .inner_slider_content h2 {
    font-size: 60px;
    margin-bottom: 7px;
}
/* golobal slick defult arrow css */
.slick-prev , .slick-next{
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.slick-prev{
    left: -60px;
}
.slick-next{
    right: -40px;
}
.slick-prev::before ,.slick-next::before{
    content: '\ea93';
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: 1s;
}
.slick-next::before{
    content: '\ea94';
}
.slick-prev:hover::before ,.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec)
}
/* slider defult arrow css */
.slider_area:hover .slick-prev, .slider_area:hover .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}
.slider_area .slick-prev{
    left: 0;
}
.slider_area .slick-next{
    right: 10px;
}
.slider_area .slick-prev::before ,.slider_area .slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    color: var(--blackc);
    display: inline-block;
    background: 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 50px;
    font-weight: 700;
}
.slider_area .slick-next::before{
    content: '\eaca';
}
.slider_area .slick-prev:hover::before ,.slider_area .slick-next:hover::before{
    background-color: var(--whitec);
    color: var(--blackc);
}
/*======== slider area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
}
.inner_breadcum_area h1{
    font-size: 29px;
    color: var(--whitec);
    font-weight: 700;
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_breadcum_area ul li{
    display: inline-block;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
}
/*======== breadcum area end  ==========*/

/*======== video slider area start  ==========*/
.video_slider_area{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000047;
}
.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
    transform: scale(1.2);
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video_slider_area .inner_slider_content h1,
.video_slider_area .inner_slider_content h2,
.video_slider_area .inner_slider_content h3{
    color: var(--whitec);
}
/*======== video slider area end  ==========*/

/*===== feature area start  ====*/
.feature_area{
    padding: 155px 0 50px;
    position: relative;
    z-index: 1;
}
.single_feature_area {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding: 60px 20px 10px 30px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
.single_feature_area:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 25%;
    content: "";
    z-index: -1;
    transition: .5s;
    border-radius: 0 0 0 100px;
    background-color: #CCEFEE;
}
.single_feature_area:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.single_feature_area h3 a{
    font-size: 20px;
}
.fea_ab_icon{
    position: absolute;
    top: -40px;
    left: 32px;
}
.fea_ab_icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: var(--brcolor);
    font-size: 40px;
    background-color: #f3fff4;
    text-align: center;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    border-radius: 100%;
    transition: .5s;
}
.single_feature_area:hover .fea_ab_icon i{
    border-color: var(--brcolor);
    background: transparent;
}
.feature_shap {
    position: absolute;
    top: 0;
    left: 85%;
    z-index: -1;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
@keyframes witr_movelr_box45 {
    0%{
         transform: translateX(0px);
      }
    100%{
        transform: translateX(45px);
      }
}
@keyframes witr_movelr_box46 {
    0%{
         transform: translateY(0px);
}
    100%{
        transform: translateY(45px);
}
}
/* home 3 feature aera css */
.h3_feature_area{
    padding: 120px 0 50px;
}
.h3_feature_area .section_title_area{
    margin-bottom: 90px;
}

/*===== feature area end  ====*/


/*======== about area start  ==========*/
.about_area {
    padding: 55px 0 50px;
    position: relative;
    z-index: 1;
}
/* single page about css */
.single_page_about{
    padding: 120px 0 50px;
}
.inner_about_left_area{
    position: relative;
}
/* home 2 video area css */
.h2_about_video {
    position: absolute;
    bottom: 100px;
    right: 110px;
}
.h2_about_video a {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 23px;
    animation: witr-shadow 1s linear infinite;
    background-color: var(
    --brcolor);
    color: var(
    --whitec);
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
   }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
   }
}
.inner_about_area {
    padding: 40px 0 0;
}
/* section title area css */
.section_title_area {
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}
.about_area .section_title_area {
    margin-bottom: 45px;
}
.section_title_area h2{
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--brcolor);
    text-transform: uppercase;
}
.section_title_area.lt_sp0 h2{
    letter-spacing: 0;
}
.section_title_area h3 {
    font-size: 48px;
}
.section_title_area.style2 h3{
    font-size: 48px;
}
.section_title_area p {
    margin: 10px 0 10px;
    width: 90%;
}
.witr_back_title {
    right: 75px;
    position: absolute;
    top: -40px;
    z-index: -1;
}
.witr_back_title h4{
    -webkit-text-stroke: 1px #E8E8E8;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-size: 120px;
    opacity: 1;
}
.witr_back_title.center{
    right: 0;
    left: 0;
}
/* big font style 3 */
.witr_back_title.big_font {
    top: -50px;
}
.witr_back_title.big_font h4{
    font-size: 150px;
}
/* inner about content css */
.inner_ab_con_title {
    margin-bottom: 20px;
}
.inner_ab_con_title ul{
    list-style: none;
    padding: 0;
}
.inner_ab_con_title ul li img{
    margin-right: 6px;
}
/* home 2 about paragraph css */
.h2_inner_ab_para p{
    margin: 0;
}
/* about name title css */
.about_name_title {
    padding: 40px 0 0;
}
.inner_ab_name_thumb , .inner_ab_call_thumb{
    display: flex;
    align-items: center;
}
.inner_ab_name_text{
    margin-left: 20px;
}
.inner_ab_name_text h3{
    color: var(--brcolor);
    margin: 0;
}
.inner_ab_name_text p{
    font-size: 14px;
}
/* inner about call thumb css */
.inner_ab_call_icon{
    margin-right: 20px;
}
.inner_ab_call_icon i{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    border-radius: 5px 5px 5px 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_ab_call_text p{
    margin: 0;
    font-size: 14px;
}
.inner_ab_call_text h3{
    color: var(--brcolor);
}
/* about shap area css */
.about_left_shap {
    position: absolute;
    top: -30px;
    left: 80px;
    z-index: -1;
    animation: witr_movelr_box46 5s linear 1s infinite alternate running;
}
.about_down_shap{
    position: absolute;
    bottom: 30px;
    z-index: -1;
    left: -10px;
    animation: witr_movelr_box46 5s linear 1s infinite alternate running;
}
.about_right_shap {
    position: absolute;
    bottom: 30px;
    z-index: -1;
    left: 92%;
    animation: witr_movelr_box46 5s linear 1s infinite alternate running;
}
/*======== about area end  ==========*/

/*======== service area start  ==========*/
.service_area {
    margin: 60px 0 50px;
    padding: 110px 0 55px;
    background-color: #F1F1F1;
}
.service_area .section_title_area{
    margin-bottom: 0;
}
.service_area .witr_back_title{
    left: -240px;
}
.service_area .witr_back_title h4{
    -webkit-text-stroke-color: var(--whitec);
}
/*======== service area end  ==========*/

/*======== service style 2 area start  ==========*/
.service_style2 {
    position: relative;
    padding: 20px 0 50px;
}
/* home 2 service style 2 */
.h2_service_style2 {
    background-position: center center;
    background-size: cover;
    padding: 205px 0 70px;
    margin-top: -110px;
    position: relative;
    z-index: 1;
}
.h2_service_style2 .section_title_area{
    margin-bottom: 90px;
}
.inner_service_style2{
    position: relative;
    padding: 65px 20px 30px 30px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--whitec);
    margin-bottom: 50px;
    transition: .5s;
}
.inner_service_style2:hover{
    transform: translateY(-5px);
}
.inner_service_style2 .ser_btn a{
    font-size: 16px;
    color: var(--brcolor);
}
.inner_service_style2 .ser_btn a i{
    font-weight: 900;
}
/* inner service style 2 icon css */
.inner_ser_style2_icon {
    position: absolute;
    top: -30px;
    left: 0;
}
.inner_ser_style2_icon i{
    display: inline-block;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 45px;
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    transition: .5s;
}
.inner_service_style2:hover .inner_ser_style2_icon i{
    background-color: var(--blackc);
    color: var(--whitec);
    transform: rotate(360deg);
}
.inner_service_style2_img {
    margin-top: -49%;
}
.service_style2_left_shap {
    position: absolute;
    bottom: 120px;
    left: 50px;
    z-index: -1;
    animation: witr_movelr_box46 5s linear 1s infinite alternate running;
}
/*======== service style 2 area end  ==========*/

/*======== service 3 area start  ==========*/
.h3_service_area {
    margin: 50px 0 0px;
    padding: 120px 0 120px;
    background-position: center center;
    background-size: cover;
}
.h3_single_service{
    background-color: var(--whitec);
    border: 2px solid transparent;
    padding: 30px 20px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
    transition: .5s;
}
.h3_single_service:hover{
    border: 2px solid var(--brcolor);
}
.h3_sin_service_img{
    position: relative;
    overflow: hidden;
}
.h3_sin_service_img img{
    width: 100%;
    transition: .5s;
}
.h3_single_service:hover .h3_sin_service_img img{
    transform: scale(1.1);
}
/* home 3 service overlay css */
.h3_service_ovealy{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: #00000075;
    transition: .5s;
}
.h3_single_service:hover .h3_service_ovealy{
    transform: scale(1.1);
}
.h3_single_ser_content {
    padding: 25px 0 20px;
}
.h3_single_ser_content p{
    margin: 0;
}
/* home 3 service btn css */
.h3_ser_btn a{
    font-size: 16px;
    font-weight: 600;
    color: var(--brcolor);
}
.h3_service_area:hover .slick-prev ,.h3_service_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/*======== service 3 area start  ==========*/

/*===== counter area start  ====*/
.counter_area {
    background-position: center center;
    background-size: cover;
    padding: 90px 0px 160px;
    margin: 20px 0 0px;
}
.inner_counter_area {
    display: flex;
    align-items: center;
}
.inner_counter_icon{
    margin-right: 20px;
}
.inner_counter_icon i{
    display: inline-block;
    color: var(--brcolor);
    background-color: var(--whitec);
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
/* inner counter thumb css */
.inner_counter_thumb {
    display: flex;
    align-items: center;
}
.inner_counter_thumb h2,
.inner_counter_thumb h4{
    color: var(--whitec);
    font-size: 52px;
    margin: 0;
}
.inner_counter_area h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--whitec);
}
/* counter shap css */
.counter_left_shap, .counter_right_shap {
    position: absolute;
    top: -90px;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
.counter_left_shap{
    left: 40px;
}
.counter_right_shap{
    left: 87%;
}
/*===== counter area end  ====*/

/*===== call to action area start  ====*/
.call_to_action{
    position: relative;
    margin-top: -80px;
}
.call_border {
    padding: 40px 50px 30px 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.call_to_action .section_title_area{
    margin-bottom: 0;
}
.call_to_action .section_title_area h3{
    font-size: 36px;
    line-height: 1.4;
}
.inner_title_btn .g_btn{
    margin-top: 10px;
}
/*===== call to action area end  ====*/

/*===== home 2 call to area start ====*/
.h2_call_to_area {
    padding: 70px 0 0;
    position: relative;
    z-index: 9;
}
.h2_inner_call_feed {
    display: flex;
    align-items: center;
    padding: 45px 30px 45px;
    background-color: var(--brcolor);
    transition: .5s;
}
.h2_inner_call_feed.style2{
    background-color: #033333;
    color: var(--whitec);
}
.h2_inner_call_feed:hover{
    background-color: #033333;
    color: var(--whitec);
}
.h2_inner_call_feed.style2:hover{
    background-color: var(--brcolor);
}
.h2_inner_cal_cont h2 a,
.h2_inner_cal_cont p{
    color: var(--whitec);
    margin: 0;
}
/* home 2 call icon css */
.h2_inner_call_icon a{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--whitec);
    color: var(--brcolor);
}
/*===== home 2 call to area end ====*/

/*======== team area start ==========*/
.team_pro_testi_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -100px;
    padding: 90px 0 150px;
}
.team_area{
    padding: 110px 0 50px;
    position: relative;
}
/* about team css */
.about_team{
    padding: 50px 0 100px;
}
/* service team css */
.service_team {
    padding: 120px 0 100px;
}
/* single page team css */
.single_page_team{
    padding: 120px 0 100px;
}
.inner_team_area{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.team_img_area img{
    width: 100%;
}
.team_overlay {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #264441cc;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_team_area:hover .team_overlay{
    opacity: 1;
    visibility: visible;
}
/* inner team content css */
.inner_team_content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_team_content h2{
    margin: 0;
    color: var(--whitec);
}
.inner_team_content p{
    font-size: 20px;
    color: var(--whitec);
}
/* team socail css */ 
.team_socail a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid var(--whitec);
    color: var(--whitec);
    font-size: 18px;
    margin: 5px 0px;
}
.team_socail a:hover {
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 2px solid transparent;
    transform: rotate(360deg);
}
.team_area .g_btn{
    margin-top: 35px;
}
/* home 2 team area css */
.h2_team_area{
    padding: 120px 0 50px;
}
.h2_team_area .section_title_area {
    margin-bottom: 20px;
}
/*======== team area end ==========*/

/*===== project img area start  ====*/
.project_img_area {
    padding: 50px 0 50px;
}
/* home 2 project img css */
.h2_project_img{
    padding: 70px 0 50px;
}
.single_project_img{
    position: relative;
    overflow: hidden;
}
.inner_pro_img img{
    width: 100%;
    transition: .5s;
}
.single_project_img:hover .inner_pro_img img{
    transform: scale(1.2);
}
/* project img overlay css */
.project_img_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222429;
    opacity: .5;
    transform: scale(0);
    transition: .5s;
}
.single_project_img:hover .project_img_overlay{
    transform: scale(1.2);
}
/* inner project content css */
.inner_pro_content {
    position: absolute;
    bottom: -200px;
    left: 30px;
    right: 70px;
    padding: 30px 35px 20px;
    background-color: var(--whitec);
    transition: .5s;
}
.single_project_img:hover .inner_pro_content{
    bottom: 10px;
}
.inner_pro_content h2,
.inner_pro_content p{
    margin: 0;
}
.inner_pro_ab_icon {
    position: absolute;
    top: 30px;
    right: -20px;
}
.inner_pro_ab_icon a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 20px;
}
.project_img_area .slick-prev ,.project_img_area .slick-next{
    opacity: 1;
    visibility: visible;
    top: -100px;
}
.project_img_area .slick-prev {
    left: 72%;
}
.project_img_area .slick-next {
    right: 22%;
}
.h2_project_img .slick-prev,
.h2_project_img .slick-next{
    opacity: 0;
    visibility: hidden;
}
/*===== project img area end  ====*/

/*===== home 3 project img area start  ====*/
.h3_project_img{
    position: relative;
    z-index: 9;
}
.h3_project_width {
    max-width: 1610px;
}
.h3_project_img .inner_pro_content{
    background: transparent;
    width: 100%;
}
.h3_project_img .inner_pro_content h2 a,
.h3_project_img .inner_pro_content p{
    color: var(--whitec);
}
.h3_project_img .inner_pro_ab_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    transform: rotateY(90deg);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.h3_project_img .single_project_img:hover .inner_pro_ab_icon{
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}
.h3_project_img .slick-prev,
.h3_project_img .slick-next{
    opacity: 0;
    visibility: hidden;
}
/*===== home 3 project img area end  ====*/

/*===== testimonial area start ====*/
.testimonial_area {
    padding: 65px 0 50px;
    position: relative;
}
/* single page tesimonial css */
.single_page_testi{
    padding: 120px 0 100px;
}
.inner_testimonial_area{
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #2E7D32;
    padding: 37px 30px 26px;
    box-shadow: 0 0 10px 0 rgb(240 241 243);
    background-color: var(--whitec);
    transition: .5s;
}
.inner_testimonial_area:hover{
    background: transparent;
    box-shadow: none;
}
/* testimonial start icon css */
.testi_start_icon i{
    color: var(--brcolor);
    font-size: 20px;
}
.inner_testi_all {
    display: flex;
    align-items: center;
}
.inner_testi_text{
    margin-left: 30px;
}
.inner_testi_text h2{
    margin: 0;
}
.inner_testi_text i{
    font-size: 30px;
    color: var(--brcolor);
}
.inner_testi_para {
    padding: 30px 0 0;
}
/* slick defult dots css */
.slick-dots {
    margin-top: 55px;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    display: inline;
    margin: 0 5px;
}
.slick-dots li button{
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: none;
    outline: none;
    font-size: 0;
    background-color: var(--bgcolor);
}
.slick-dots li.slick-active button{
    background-color: var(--brcolor);
}
/* home 2 testimonial css */
.h2_testimonial {
    padding: 230px 0 100px;
    margin-top: -110px;
    background-position: center center;
    background-size: cover;
}
.h2_testimonial .inner_testimonial_area{
    padding: 25px 30px 26px;
    border-width: 2px 0px 0px 0px;
}
.h2_testimonial .inner_testi_para{
    padding: 20px 0 0;
}
/* home 3 testimonial css */
.h3_testimonial {
    position: relative;
    /* margin: -250px 0 0; */
    padding: 305px 0 200px;
    z-index: 1;
}
.h3_testimonial .section_title_area h2,
.h3_testimonial .section_title_area h3{
    color: var(--whitec);
}
.h3_testimonial .inner_testimonial_area{
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 0;
}
.h3_testimonial .inner_testi_para{
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    background: var(--whitec);
    border-radius: 5px;
    padding: 40px 20px;
    margin-bottom: 30px;
}
.h3_testimonial .inner_testi_para p{
    margin: 0;
}
.h3_testimonial .inner_testi_text h2,
.h3_testimonial .inner_testi_text p{
    color: var(--whitec);
}

.h3_testimonial:hover .slick-prev ,.h3_testimonial:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/*===== testimonial area end ====*/

/*======== brand area start  ==========*/
.brand_area {
    position: relative;
    z-index: 1;
    margin-top: 85px;
    padding: 0px 0 50px;
}
/* home 2 brand area css */
.h2_brand_area {
    margin-top: 0;
    padding: 50px 0 0px;
}
/* home 3 brand area css */
.h3_brand_area {
    margin: 50px 0 10px;
    padding: 70px 0 70px;
    background-color: #f3fff4;
}
.brand_width{
    padding: 70px 0px 70px 0px;
    background-color: #f3fff4;
}
.inner_brand_area img{
    margin: 0 auto;
}
.brand_area:hover .slick-prev ,.brand_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/* brand shap css */
.brand_left_shap, .brand_right_shap {
    position: absolute;
    z-index: -1;
    animation: witr_movelr_box46 5s linear 1s infinite alternate running;
}
.brand_left_shap{
    top: -65%;
    left: 0;
}
.brand_right_shap {
    top: -70px;
    right: 240px;
}
/*======== brand area end  ==========*/

/*======== work area start  ==========*/
.work_area{
    padding: 80px 0 0;
}
.inner_work_area .section_title_area{
    margin-bottom: 25px;
}
.inner_work_thumb {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.inner_work_icon{
    margin-right: 20px;
}
.inner_work_icon i{
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    background-color: var(--bgcolor2);
    color: var(--brcolor);
    transition: .5s;
}
.inner_work_thumb:hover .inner_work_icon i{
    background-color: var(--brcolor);
    color: var(--bgcolor2);
}
/*======== work area end  ==========*/

/*======== home 2 work area start  ==========*/
.h2_work_area {
    margin: 50px 0 20px;
    padding: 120px 0 90px;
    background-position: center center;
    background-size: cover;
}
/* home 3 item css */
.h3_work_item2{
    padding: 60px 0 20px;
}
.h2_inner_work_area{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.h2_inner_work_area i{
    display: inline-block;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--blackc);
    color: var(--whitec);
    transition: .5s;
}
.h2_inner_work_area h2 {
    margin: 12px 0 15px;
}
.h2_inner_work_area:hover i{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* home 2 work shap css */
.h2_work_shap {
    position: absolute;
    top: 20px;
    right: -40px;
    z-index: -1;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
/*======== home 2 work area end  ==========*/

/* ====== pricing area start  =========*/
.pricing_area {
    padding: 65px 0 5px;
}
/* single page pricing css */
.single_page_pricing{
    padding: 120px 0 60px;
}
.pricing_area .section_title_area{
    margin-bottom: 20px;
}
/* pricing tab area css */
.pricing_tab_all {
    padding: 15px 0 70px;
}
.pricing_tab_area ul {
    justify-content: center;
}
.pricing_tab_area ul li a{
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    margin-right: 15px;
}
.pricing_tab_area ul li a.active{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner pricing area css */
.inner_pricing_area {
    padding: 105px 0 40px;
    position: relative;
    background-size: cover;
    background-position: center center;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #2E7D32;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    margin-bottom: 60px;
}
/* inner price abosolute text css */
.inner_price_abous_tex {
    padding: 20px 50px;
    position: absolute;
    text-align: center;
    top: -30px;
    left: 120px;
    transform: translateX(-50%);
    background-color: var( --brcolor);
    color: var( --whitec);
}
.inner_price_abous_tex h3{
    color: var(--whitec);
    margin: 0;
}
.inner_price_abous_tex h2 {
    font-size: 35px;
    margin: 0;
    color: var(--whitec);
}
.inner_pricing_content, .inner_pricing_list_area {
    margin: 0 30px;
}
.inner_pricing_content {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.inner_pricing_content h2{
    font-size: 30px;
}
.inner_pricing_content h3 {
    font-size: 36px;
    color: var(--brcolor);
    margin-bottom: 15px;
}
.inner_pricing_content p{
    font-size: 17px;
}
/* inner price list area css */
.inner_pricing_list_area ul{
    list-style: none;
    padding: 0;
}
.inner_pricing_list_area ul li {
    font-size: 16px;
    font-weight: 400;
    color: var(--pargc);
    padding: 9px 0;
}
.inner_pricing_list_area ul li i{
    color: var(--blackc);
    margin-right: 8px;
}
/* inner pricing btn css */
.inner_pricing_btn {
    margin-top: 20px;
}
.inner_pricing_btn a {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid var(--brcolor);
}
.inner_pricing_btn a:hover{
    background: transparent;
    color: var(--brcolor);
}
.price_style2 .inner_pricing_content h2,
.price_style2 .inner_pricing_content p,
.price_style2 .inner_pricing_list_area ul li,
.price_style2 .inner_pricing_list_area ul li i{
    color: var(--whitec);
}
/* ====== pricing area end  =========*/

/*===== apartment area start ====*/
.apartment_area {
    padding: 70px 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
/* home 3 appartment css */
.h3_apartment_area{
    padding: 30px 0 60px;
    position: relative;
    z-index: 11;
}
.inner_faq_area {
    padding-top: 60px;
}
.inner_faq_area .section_title_area {
    margin-bottom: 35px;
}
/* home 3 faq img css */
.h3_faq_img{
    margin-bottom: 20px;
}
.h3_faq_img img{
    width: 100%;
}
.inner_faq_area .section_title_area h3,
.inner_faq_area .section_title_area p{
    color: var(--whitec);
}
.accordion-item {
    margin-bottom: 20px;
    border: none;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background-color: var(--brcolor);
    color: var(--whitec);
}
.accordion-item .accordion-button {
    border-radius: 0;
    font-size: 17px;
    font-weight: 600;
    border: none;
    font-family: "DM Sans", sans-serif;
    box-shadow: 0 0 5px #dddddd7d;
}
/* inner apartment area css */
.inner_apartment_area {
    position: relative;
    left: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 80px 50px 80px;
}
.h3_apartment_area .inner_apartment_area {
    left: 0;
    margin-top: -130px;
}
/* apartment title css */
.apartment_title {
    margin-bottom: 35px;
}
.apartment_title h3{
    font-size: 36px;
    color: var(--whitec);
}
.apartment_title{
    color: var(--whitec);
}
/* apartment form css */
.apar_form input{
    width: 100%;
    height: 45px;
    margin-bottom: 23px;
    background-color: var(--whitec);
    border: none;
    outline: none;
    padding: 20px;
}
.apar_form textarea {
    width: 100%;
    background-color: var(--whitec);
    padding: 20px;
    margin-bottom: 15px;
    border: none;
    outline: none;
}
.apar_form_btn button{
    display: inline-block;
    width: 100%;
    font-weight: 600;
    padding: 15px 30px;
    background-color: var(--blackc);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: .5s;
}
.apar_form_btn button:hover{
    background-color: var(--bgcolor2);
    color: var(--blackc);
}
.inner_apartment_form p.form-messege{
    color: var(--whitec);
}
/* home 2 apartment_area area css */
.h2_apartment_area{
    padding: 120px 0 120px;
}
.h2_apartment_area .inner_apartment_area {
    margin: 0px 0px 0px 450px;
    left: 0;
}
/* faq area css */
.faq_area{
    padding: 120px 0 100px;
}
.faq_area .section_title_area h3,
.faq_area .section_title_area p{
    color: var(--blackc);
}
.faq_area .inner_faq_area{
    padding: 0 0;
}
/*===== apartment area end ====*/

/*======== contact area start  ==========*/
.contact_area {
    padding: 100px 0 120px;
}
.inner_contact_area {
    padding: 60px 30px 80px 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
}
.inner_contact_area .section_title_area{
    margin-bottom: 20px;
}
/* inner contact form */
.inner_contact_form input {
    border: 1px solid #ddddddcc;
    outline: none;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 23px;
}
.inner_contact_form textarea {
    width: 100%;
    border: 1px solid #ddddddcc;
    outline: none;
    padding: 20px 20px;
}
textarea::placeholder {
    color: var(--paracolor);
}
.inner_contact_form button {
    margin-top: 18px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    font-family: Jost,sans-serif;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_form button:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_contact_map{
    width: 100%;
    height: 100%;
}
.inner_contact_map iframe {
    width: 100%;
    height: 100%;
}
/*======== contact area end  ==========*/

/*======== contact service start ==========*/
.contact_service_area{
    padding: 120px 0 0px;
}
.inner_contact_service {
    margin-bottom: 20px;
    padding: 50px 30px 65px 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.inner_contact_service i{
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_service:hover i{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_contact_service h3 a {
    display: inline-block;
    font-size: 22px;
    margin: 12px 0 10px;
}
.inner_contact_service p{
    margin: 0;
}
/*======== contact service end ==========*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 100px 0 120px;
    position: relative;
    z-index: 9;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: var(--whitec);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .05);
    border-bottom: 2px solid var(--brcolor);
}
.blog_main_all {
    padding: 22px 25px 15px;
}
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    width: 100%;
    transition: .5s;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.2);
}
.inner_blog_text span i{
    margin-right: 3px;
    color: var(--brcolor);
}
/*inner blog content css */
.inner_blog_content {
    padding: 15px 0px 0px;
}
.inner_blog_content h2 {
    margin: 0;
}
.inner_blog_content h2 a {
    display: inline-block;
    font-size: 20px;
}
.inner_blog_content h2 a:hover{
    color: var(--brcolor);
}
.blog_btn a{
    color: var(--brcolor);
    font-weight: 700;
}
.blog_btn a:hover{
    color: var(--bgcolor);
}
.blog_left_shap {
    position: absolute;
    bottom: 250px;
    left: -10px;
    z-index: -1;
    animation: witr_movelr_box46 5s linear 1s infinite alternate running;
}
/*======== blog area end  ==========*/

/*======== subscribe area start ==========*/
.subscribe_area {
    padding: 100px 0 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub_width {
    padding: 35px 50px 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_subscribe_area h2{
    font-size: 36px;
}
.inner_subscribe_form {
    position: relative;
    overflow: hidden;
}
.inner_subscribe_form input{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0px;
    border: none;
    outline: none;
    padding: 15px 30px;
    height: 60px;
    background: var(--whitec);
    color: var(--blackc);
}
.inner_subscribe_form button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 18px 50px 17px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
}
/*======== subscribe area end ==========*/

/*======== map area start  ==========*/
.map_area {
    margin: 0 0 0px;
}
.inner_map_area {
    width: 100%;
    height: 400px;
}
.inner_map_area iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/*======== map area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    padding: 90px 0 65px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* footer wdget css */
.footer_logo{
    margin-bottom: 30px;
}
.footer_widget p {
    color: var(--whitec);
}
/* footer socail icon css */
.footer_socail_icons a {
    display: inline-block;
    border-radius: 4px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
}
.footer_socail_icons a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* footer widget */
.footer_widget h2 {
    padding: 0 0 10px;
    color: var(--whitec);
}
/* footer blog area css */
.footer_blog_area {
    margin-top: 20px;
}
.footer_main_add{
    display: flex;
    margin-bottom: 20px;
}
.footer_blog_area img {
    width: 75px;
    height: 60px;
    margin-right: 10px;
}
.footer_add_cont a {
    display: inline-block;
    font-size: 14px;
    color: var(--whitec);
    line-height: 19px;
}
.footer_add_cont a:hover{
    color: var(--whitec);
}
.footer_add_cont span{
    display: block;
    font-size: 12px;
    color: var(--whitec);
}
/* footer nav css */
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 12px;
}
.footer_nav ul li a{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.footer_nav ul li a:hover{
    color: var(--brcolor);
}
.footer_nav ul li a i{
    font-weight: 900;
    color: var(--whitec);
}
/* footer widget sub img */
.inner_footer_widget_img {
    margin: 12px 0 0px;
}
.inner_footer_widget_img img{
    width: 100%;
    height: auto;
}
/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copy_right_area {
    padding: 25px 0 25px;
    background-color: var(--brcolor);
}
.inner_copy_right_area p{
    color: var(--whitec);
    margin: 0;
}
.copy_right_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.copy_right_menu ul li {
    display: inline-block;
    margin-left: 15px;
}
.copy_right_menu ul li a{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    bottom: 40px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: var(--brcolor);
    color: var(--whitec);
    box-shadow: 0 0 10px #0000002e;
}
/* blog and portfolio all color css */
.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover,
.port_content_center a:hover,
.inner_portfolio_lower_nav ul li a.current,
.inner_portfolio_lower_nav ul li a:hover,
.ycalender_inner h5,
.ycalender_inner td.active,
.inner_project_in_icon a:hover,
.inner_sin_com_btn button,
.pay_sub_btn button,
.inner_my_accout_form_btn a ,
.inner_cart_btn a,
.shop_quenty button,
.shop_btn_area a  {
    background-color: var(--brcolor);
    color: var(--whitec);
}
.pay_sub_btn button:hover,
.inner_my_accout_form_btn a:hover,
.inner_cart_btn a:hover,
.tab_list_socail_icon a:hover,
.shop_btn_area a:hover,
.inner_shop_icons a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.port_content_center h2 a:hover{
    background: none;
    color: var(--brcolor);
}
.port_content_center p{
    color: var(--whitec);
}
.yblog_left_text_sub span i{
    color: var(--brcolor);
}

.inner_slider_area {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* TÜM İÇERİK AÇILIR KUTU */
.content_slideup_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, rgba(0,0,0,0.98));
    backdrop-filter: blur(10px);
    z-index: 15;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.content_slideup_box:hover {
    height: 100%;
    background: rgba(0,0,0,0.92);
    backdrop-filter: blur(15px);
}

/* GÖSTERGE */
.slide_indicator {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.3rem;
    transition: all 0.4s ease;
    z-index: 20;
}

.slide_indicator span {
    display: block;
    transition: transform 0.4s ease;
}

.content_slideup_box:hover .slide_indicator {
    top: 30px;
    opacity: 0.7;
}

.content_slideup_box:hover .slide_indicator span {
    transform: rotate(180deg);
}

/* İÇERİK */
.full_content {
    padding: 80px 40px 40px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease 0.2s;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.content_slideup_box:hover .full_content {
    opacity: 1;
    transform: translateY(0);
}

/* BAŞLIK */
.slide_title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
    position: relative;
    padding-bottom: 20px;
}

.slide_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
    border-radius: 2px;
}

/* AÇIKLAMA */
.slide_description {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* BUTON */
.slide_action_btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    color: white;
    padding: 16px 40px;
    border: 2px solid rgba(255,255,255,0.3);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.slide_action_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2E7D32, #e9f3f3);
    transition: left 0.4s ease;
    z-index: -1;
}

.slide_action_btn:hover {
    color: white;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.slide_action_btn:hover::before {
    left: 0;
}

.btn_icon {
    transition: transform 0.3s ease;
}

.slide_action_btn:hover .btn_icon {
    transform: translateX(8px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .content_slideup_box {
        height: 60px;
    }
    
    .full_content {
        padding: 60px 20px 30px;
    }
    
    .slide_title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    
    .slide_description {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .slide_action_btn {
        padding: 14px 30px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .slide_title {
        font-size: 1.8rem;
    }
    
    .slide_description {
        font-size: 1rem;
    }
    
    .content_slideup_box:hover {
        height: 90%;
    }
}

.diagonal_process {
    padding: 120px 0;
    background: #f8f9fa;
    font-family: 'Arial', sans-serif;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Başlık */
.corporate_header {
    text-align: center;
    margin-bottom: 100px;
}

.corporate_header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.corporate_subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
    font-weight: 400;
}

.header_line {
    width: 80px;
    height: 3px;
    background: #2E7D32;
    margin: 0 auto;
}

/* Çapraz Bloklar */
.diagonal_blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
    margin: 0 -50px;
}

.diagonal_block {
    position: relative;
    padding: 60px 40px;
    background: white;
    border: 1px solid #e0e0e0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

/* Çapraz Köşe Efekti */
.block_corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #2E7D32 transparent transparent;
    transition: all 0.4s ease;
}

.diagonal_block:hover .block_corner {
    border-width: 0 70px 70px 0;
}

/* Blok Pozisyonları */
.block-1 {
    transform: rotate(-2deg) translateX(20px) translateY(10px);
    z-index: 1;
}

.block-2 {
    transform: rotate(1deg) translateY(-15px);
    z-index: 3;
    margin: 0 -30px;
    border-left: 3px solid #2E7D32;
    border-right: 3px solid #2E7D32;
    box-shadow: 0 10px 40px rgba(46, 125, 50, 0.2);
}

.block-3 {
    transform: rotate(2deg) translateX(-20px) translateY(10px);
    z-index: 2;
}

.diagonal_block:hover {
    transform: rotate(0deg) translateY(-20px) !important;
    z-index: 10 !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* İçerik */
.block_content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.block_number {
    position: absolute;
    top: -30px;
    left: -10px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(46, 125, 50, 0.08);
    line-height: 1;
    z-index: 1;
}

.block_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #2E7D32, #4CAF50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.3);
}

.block_icon img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 8px;
    filter: brightness(0) invert(1);
}

.block_content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.block_description {
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

.block_description p {
    margin: 0;
}

/* Buton */
.block_button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #2E7D32;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.block_button:hover {
    color: #1B5E20;
    gap: 12px;
}

.button_line {
    width: 0;
    height: 2px;
    background: #2E7D32;
    transition: width 0.3s ease;
}

.block_button:hover .button_line {
    width: 100%;
}

/* Overlay */
.block_overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(46, 125, 50, 0.05), transparent);
    transition: left 0.6s ease;
}

.diagonal_block:hover .block_overlay {
    left: 100%;
}

/* Çapraz Bağlantılar */
.diagonal_connectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.connector {
    position: absolute;
    background: linear-gradient(45deg, transparent, #2E7D32, transparent);
    opacity: 0.1;
}

.conn-1 {
    top: 50%;
    left: 33%;
    width: 2px;
    height: 100px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.conn-2 {
    top: 50%;
    left: 66%;
    width: 2px;
    height: 100px;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Responsive */
@media (max-width: 968px) {
    .diagonal_blocks {
        grid-template-columns: 1fr;
        gap: 40px;
        margin: 0;
    }
    
    .diagonal_block {
        transform: none !important;
        margin: 0 !important;
    }
    
    .diagonal_block:hover {
        transform: translateY(-10px) !important;
    }
    
    .diagonal_connectors {
        display: none;
    }
    
    .block-2 {
        border-left: none;
        border-right: none;
        border-top: 3px solid #2E7D32;
        border-bottom: 3px solid #2E7D32;
    }
}

@media (max-width: 480px) {
    .diagonal_process {
        padding: 80px 0;
    }
    
    .corporate_header {
        margin-bottom: 60px;
    }
    
    .corporate_header h2 {
        font-size: 2rem;
    }
    
    .diagonal_block {
        padding: 40px 25px;
    }
    
    .block_icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .block_icon img {
        width: 40px;
        height: 40px;
    }
    
    .block_content h3 {
        font-size: 1.2rem;
    }
}

.radical_about_area {
    padding: 0;
    background: #0a0a0a;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.radical_container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

/* Diagonal Split Layout */
.diagonal_split {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 100vh;
    position: relative;
}

.split_content {
    background: #0a0a0a;
    padding: 80px 60px;
    position: relative;
    z-index: 2;
}

.split_visual {
    background: #2E7D32;
    position: relative;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.content_sticky {
    position: sticky;
    top: 100px;
    max-width: 500px;
}

/* Experience Counter */
.experience_counter {
    margin-bottom: 60px;
    position: relative;
}

.counter_number {
    font-size: 6rem;
    font-weight: 900;
    color: #2E7D32;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 0 30px rgba(46, 125, 50, 0.5);
}

.counter_text {
    font-size: 1.2rem;
    color: #ccc;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.counter_line {
    width: 80px;
    height: 3px;
    background: #2E7D32;
    margin-top: 20px;
}

/* Radical Content */
.radical_content {
    position: relative;
}

.content_badge {
    display: inline-block;
    background: rgba(46, 125, 50, 0.2);
    color: #2E7D32;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border: 1px solid rgba(46, 125, 50, 0.3);
}

.radical_title {
    margin-bottom: 40px;
}

.title_main {
    display: block;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #fff 0%, #ccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title_sub {
    display: block;
    font-size: 1.4rem;
    color: #2E7D32;
    font-weight: 600;
    letter-spacing: 2px;
}

.radical_description {
    margin-bottom: 50px;
}

.radical_description p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #999;
    margin-bottom: 25px;
}

/* Stats Grid */
.stats_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.stat_item {
    text-align: center;
}

.stat_number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2E7D32;
    margin-bottom: 5px;
    text-shadow: 0 0 20px rgba(46, 125, 50, 0.5);
}

.stat_label {
    font-size: 0.9rem;
    color: #ccc;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Radical Button */
.radical_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2E7D32, #4CAF50);
    color: white;
    padding: 20px 40px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(46, 125, 50, 0.3);
}

.radical_button:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(46, 125, 50, 0.5);
}

.button_shine {
    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.6s ease;
}

.radical_button:hover .button_shine {
    left: 100%;
}

/* Visual Side */
.visual_container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.visual_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
    opacity: 0.8;
}

/* Geometric Shapes */
.geometric_shape {
    position: absolute;
    background: rgba(46, 125, 50, 0.1);
    border: 2px solid rgba(46, 125, 50, 0.3);
}

.shape-1 {
    top: 20%;
    right: 30%;
    width: 120px;
    height: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float-1 8s ease-in-out infinite;
}

.shape-2 {
    bottom: 30%;
    right: 20%;
    width: 80px;
    height: 80px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation: float-2 6s ease-in-out infinite;
}

.shape-3 {
    top: 40%;
    right: 10%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: float-3 10s ease-in-out infinite;
}

/* Floating Cards */
.floating_card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2E7D32;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.card-1 {
    top: 25%;
    right: 50%;
    animation: float-card-1 6s ease-in-out infinite;
}

.card-2 {
    top: 50%;
    right: 40%;
    animation: float-card-2 8s ease-in-out infinite;
}

.card-3 {
    bottom: 25%;
    right: 30%;
    animation: float-card-3 7s ease-in-out infinite;
}

.card_icon {
    font-size: 1.2rem;
}

/* Animations */
@keyframes float-1 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes float-2 {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-15px) scale(1.1); }
}

@keyframes float-3 {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-25px); }
}

@keyframes float-card-1 {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-15px) translateX(10px); }
}

@keyframes float-card-2 {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-20px) translateX(-10px); }
}

@keyframes float-card-3 {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-10px) translateX(15px); }
}

/* Responsive */
@media (max-width: 1200px) {
    .diagonal_split {
        grid-template-columns: 1fr;
    }
    
    .split_visual {
        clip-path: none;
        height: 500px;
    }
    
    .visual_container {
        min-height: 500px;
    }
    
    .title_main {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .split_content {
        padding: 60px 30px;
    }
    
    .counter_number {
        font-size: 4rem;
    }
    
    .title_main {
        font-size: 2.5rem;
    }
    
    .stats_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .floating_card {
        position: relative;
        margin: 10px;
        animation: none !important;
    }
}

@media (max-width: 480px) {
    .split_content {
        padding: 40px 20px;
    }
    
    .title_main {
        font-size: 2rem;
    }
    
    .counter_number {
        font-size: 3rem;
    }
    
    .radical_description p {
        font-size: 1rem;
    }
}
.modern_services {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.wide_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

.services_showcase {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.service_showcase_item {
    display: flex;
    align-items: center;
    min-height: 450px;
    position: relative;
    margin: 0 -50px;
}

.service_showcase_item:nth-child(odd) {
    flex-direction: row;
}

.service_showcase_item:nth-child(even) {
    flex-direction: row-reverse;
}

/* Visual Side */
.service_visual {
    flex: 1.2;
    height: 450px;
    position: relative;
    overflow: hidden;
    margin: 0 50px;
}

.visual_bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.6s ease;
}

.service_showcase_item:hover .visual_bg {
    transform: scale(1.1);
}

.visual_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(46, 125, 50, 0.1), rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
}

.service_showcase_item:hover .visual_overlay {
    background: linear-gradient(45deg, rgba(46, 125, 50, 0.2), rgba(0, 0, 0, 0.2));
}

.service_badge {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 90px;
    height: 90px;
    background: #2E7D32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(46, 125, 50, 0.3);
    transition: all 0.4s ease;
    border: 3px solid white;
}

.service_showcase_item:hover .service_badge {
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 15px 40px rgba(46, 125, 50, 0.4);
}

.badge_icon {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.badge_fallback {
    color: white;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Info Side */
.service_info {
    flex: 0.8;
    padding: 80px 60px;
    position: relative;
    z-index: 2;
    margin: 0 50px;
}

.service_heading {
    margin-bottom: 25px;
}

.service_heading a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.service_heading a:hover {
    color: #2E7D32;
}

.service_excerpt {
    margin-bottom: 35px;
}

.service_excerpt p {
    color: #666;
    line-height: 1.7;
    font-size: 1.2rem;
    margin: 0;
}

/* CTA Button */
.service_cta {
    margin-top: 35px;
}

.cta_button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #2E7D32;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 35px;
    border: 2px solid #2E7D32;
    border-radius: 50px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.cta_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(46, 125, 50, 0.1), transparent);
    transition: left 0.6s ease;
}

.cta_button:hover {
    background: #2E7D32;
    color: white;
    padding-right: 45px;
}

.cta_button:hover::before {
    left: 100%;
}

.cta_arrow {
    transition: transform 0.3s ease;
}

.cta_button:hover .cta_arrow {
    transform: translateX(8px);
}

/* Alternating background colors */
.service_showcase_item:nth-child(odd) .service_info {
    background: white;
}

.service_showcase_item:nth-child(even) .service_info {
    background: #f8f9fa;
}

/* Border between items */
.service_showcase_item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: #2E7D32;
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 1200px) {
    .wide_container {
        max-width: 100%;
        padding: 0 20px;
    }

    .service_showcase_item {
        margin: 0 -20px;
    }

    .service_visual,
    .service_info {
        margin: 0 20px;
    }
}

@media (max-width: 968px) {
    .service_showcase_item {
        flex-direction: column !important;
        min-height: auto;
        margin-bottom: 60px;
        margin: 0 0 60px 0;
    }

    .service_visual {
        width: 100%;
        height: 350px;
        margin: 0;
    }

    .service_info {
        width: 100%;
        padding: 50px 40px;
        margin: 0;
    }

    .service_heading a {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .modern_services {
        padding: 80px 0;
    }

    .service_visual {
        height: 300px;
    }

    .service_info {
        padding: 40px 30px;
    }

    .service_heading a {
        font-size: 1.8rem;
    }

    .service_badge {
        width: 70px;
        height: 70px;
        top: 25px;
        left: 25px;
    }

    .badge_icon {
        width: 35px;
        height: 35px;
    }

    .badge_fallback {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .modern_services {
        padding: 60px 0;
    }

    .service_visual {
        height: 250px;
    }

    .service_info {
        padding: 30px 25px;
    }

    .service_heading a {
        font-size: 1.5rem;
    }

    .service_excerpt p {
        font-size: 1rem;
    }

    .service_badge {
        width: 60px;
        height: 60px;
        top: 20px;
        left: 20px;
    }

    .badge_icon {
        width: 30px;
        height: 30px;
    }

    .badge_fallback {
        font-size: 1.1rem;
    }

    .cta_button {
        padding: 14px 30px;
        font-size: 1rem;
    }
}
.modern_testimonial_area {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Başlık Stilleri */
.section_title_area h2 {
    color: #1a1a1a;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.section_title_area h3 {
    color: #2E7D32;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Floating Testimonial Card */
.floating_testimonial_card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 0;
    margin: 30px;
    position: relative;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.h2_test_active .slick-active .floating_testimonial_card {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

.floating_testimonial_card:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Diagonal Background */
.card_diagonal_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, transparent 50%, rgba(46, 125, 50, 0.05) 50%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/* Main Content */
.testimonial_main {
    padding: 60px 50px 50px;
    position: relative;
    z-index: 2;
}

.quote_symbol {
    font-size: 5rem;
    color: #2E7D32;
    position: absolute;
    top: 20px;
    left: 50px;
    opacity: 0.1;
    line-height: 1;
    font-family: serif;
}

.testimonial_text {
    margin-bottom: 40px;
    position: relative;
}

.testimonial_text p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    margin: 0;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

.testimonial_text p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #2E7D32, #4CAF50);
    border-radius: 2px;
}

/* Client Section */
.client_section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client_avatar {
    position: relative;
    flex-shrink: 0;
}

.avatar_frame {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #2E7D32;
    padding: 3px;
    background: white;
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.3);
    position: relative;
    z-index: 2;
}

.avatar_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar_dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    animation: rotate-dots 10s linear infinite;
}

.avatar_dots span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #2E7D32;
    border-radius: 50%;
    opacity: 0.3;
}

.avatar_dots span:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.avatar_dots span:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.avatar_dots span:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.client_details h4 {
    color: #2E7D32;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.client_details p {
    color: #666;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}

/* Corner Accents */
.corner_accent {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #2E7D32;
    opacity: 0;
    transition: all 0.4s ease;
}

.corner_accent.tl {
    top: 15px;
    left: 15px;
    border-right: none;
    border-bottom: none;
}

.corner_accent.tr {
    top: 15px;
    right: 15px;
    border-left: none;
    border-bottom: none;
}

.corner_accent.bl {
    bottom: 15px;
    left: 15px;
    border-right: none;
    border-top: none;
}

.corner_accent.br {
    bottom: 15px;
    right: 15px;
    border-left: none;
    border-top: none;
}

.floating_testimonial_card:hover .corner_accent {
    opacity: 1;
}

/* Slayt Stilleri */
.h2_test_active .slick-list {
    padding: 40px 0;
}

.h2_test_active .slick-dots {
    bottom: -70px;
}

.h2_test_active .slick-dots li button:before {
    color: #2E7D32;
    opacity: 0.3;
    font-size: 14px;
    transition: all 0.3s ease;
}

.h2_test_active .slick-dots li.slick-active button:before {
    color: #2E7D32;
    opacity: 1;
    transform: scale(1.2);
}

.h2_test_active .slick-prev,
.h2_test_active .slick-next {
    width: 60px;
    height: 60px;
    background: rgba(46, 125, 50, 0.1);
    border-radius: 50%;
    border: 2px solid rgba(46, 125, 50, 0.3);
    transition: all 0.3s ease;
    z-index: 3;
}

.h2_test_active .slick-prev:hover,
.h2_test_active .slick-next:hover {
    background: rgba(46, 125, 50, 0.2);
    border-color: #2E7D32;
}

.h2_test_active .slick-prev:before,
.h2_test_active .slick-next:before {
    color: #2E7D32;
    opacity: 0.8;
    font-size: 24px;
}

.h2_test_active .slick-prev {
    left: -80px;
}

.h2_test_active .slick-next {
    right: -80px;
}

/* Animations */
@keyframes rotate-dots {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .h2_test_active .slick-prev {
        left: -40px;
    }

    .h2_test_active .slick-next {
        right: -40px;
    }
}

@media (max-width: 768px) {
    .modern_testimonial_area {
        padding: 80px 0;
        background-attachment: scroll;
    }

    .section_title_area h2 {
        font-size: 2.5rem;
    }

    .floating_testimonial_card {
        margin: 20px;
        transform: none;
    }

    .testimonial_main {
        padding: 50px 30px 40px;
    }

    .testimonial_text p {
        font-size: 1.2rem;
        padding-left: 25px;
    }

    .quote_symbol {
        font-size: 4rem;
        left: 30px;
    }

    .h2_test_active .slick-prev,
    .h2_test_active .slick-next {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .modern_testimonial_area {
        padding: 60px 0;
    }

    .section_title_area h2 {
        font-size: 2rem;
    }

    .testimonial_main {
        padding: 40px 25px 35px;
    }

    .testimonial_text p {
        font-size: 1.1rem;
        padding-left: 20px;
    }

    .client_section {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .avatar_frame {
        width: 70px;
        height: 70px;
    }
}
.popular-products-creative {
    background: linear-gradient(135deg, #f8fdf8 0%, #e8f5e9 50%, #f8fdf8 100%);
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

.creative-header {
    position: relative;
}

.title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.title-bg {
    font-size: 80px;
    font-weight: 900;
    color: rgba(46, 125, 50, 0.05);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 1;
}

.creative-title {
    font-size: 48px;
    font-weight: 800;
    color: #1B5E20;
    position: relative;
    z-index: 2;
    margin: 0;
}

.creative-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 40px 10px;
}

.creative-product {
    perspective: 1000px;
}

.product-inner {
    background: white;
    border-radius: 25px;
    padding: 0;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow:
        0 10px 30px rgba(46, 125, 50, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(46, 125, 50, 0.1);
    overflow: hidden;
}

.product-inner:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow:
        0 25px 50px rgba(46, 125, 50, 0.15),
        0 0 0 1px rgba(46, 125, 50, 0.1);
}

.discount-ribbon {
    position: absolute;
    top: 20px;
    left: -5px;
    background: linear-gradient(45deg, #ff6b6b, #ff5252);
    color: white;
    padding: 8px 15px;
    border-radius: 0 15px 15px 0;
    font-weight: 700;
    font-size: 12px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(255, 82, 82, 0.3);
}

.discount-ribbon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c62828;
}

.creative-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.creative-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.product-inner:hover .creative-image img {
    transform: scale(1.15) rotate(2deg);
}

.image-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(46, 125, 50, 0.2), rgba(76, 175, 80, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-inner:hover .image-hover-effect {
    opacity: 1;
}

.product-actions-hover {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.product-inner:hover .product-actions-hover {
    opacity: 1;
    transform: translateX(0);
}

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: white;
    color: #2E7D32;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.action-btn:hover {
    background: #2E7D32;
    color: white;
    transform: scale(1.1);
}

.creative-content {
    padding: 25px;
    position: relative;
}

.product-name {
    margin-bottom: 15px;
}

.product-name a {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.product-name a:hover {
    color: #2E7D32;
}

.price-section {
    margin-bottom: 15px;
}

.price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.old-price {
    font-size: 14px;
    color: #95a5a6;
    text-decoration: line-through;
}

.new-price {
    font-size: 22px;
    font-weight: 800;
    color: #2E7D32;
}

.current-price {
    font-size: 22px;
    font-weight: 800;
    color: #2E7D32;
}

.product-features {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.feature-tag {
    background: rgba(46, 125, 50, 0.1);
    color: #2E7D32;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.creative-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(45deg, #2E7D32, #4CAF50);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: none;
}

.creative-btn:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.3);
}

.btn-hover-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.creative-btn:hover .btn-hover-effect {
    left: 100%;
}

.corner-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #2E7D32;
    border-left: 20px solid transparent;
    opacity: 0.1;
}

/* Responsive */
@media (max-width: 1200px) {
    .creative-title {
        font-size: 36px;
    }

    .title-bg {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }

    .creative-title {
        font-size: 32px;
    }

    .title-bg {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .popular-products-creative {
        padding: 40px 0;
    }

    .creative-title {
        font-size: 28px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
.news-creative-section {
    background:
        radial-gradient(circle at 20% 80%, rgba(46, 125, 50, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(76, 175, 80, 0.03) 0%, transparent 50%),
        linear-gradient(135deg, #fafdfa 0%, #f5f9f5 100%);
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.creative-header {
    position: relative;
    padding: 40px 20px;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.decoration-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2E7D32, transparent);
}

.decoration-dot {
    width: 8px;
    height: 8px;
    background: #2E7D32;
    border-radius: 50%;
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.creative-main-title {
    font-size: 52px;
    font-weight: 800;
    background: linear-gradient(135deg, #1B5E20 0%, #2E7D32 50%, #4CAF50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.creative-sub-title {
    font-size: 18px;
    color: #666;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 300;
}

.news-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.large-card {
    grid-column: span 2;
}

.wide-card {
    grid-column: span 2;
}

.normal-card {
    grid-column: span 1;
}

.creative-news-article {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow:
        0 8px 32px rgba(46, 125, 50, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    height: 100%;
}

.creative-news-article:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 20px 50px rgba(46, 125, 50, 0.2),
        0 0 0 1px rgba(46, 125, 50, 0.1);
    background: rgba(255, 255, 255, 1);
}

.article-image-wrapper {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.large-card .article-image-wrapper {
    height: 320px;
}

.wide-card .article-image-wrapper {
    height: 200px;
}

.article-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.creative-news-article:hover .article-image-wrapper img {
    transform: scale(1.15) rotate(1deg);
}

.image-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(46, 125, 50, 0.3), rgba(76, 175, 80, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.creative-news-article:hover .image-gradient-overlay {
    opacity: 1;
}

.date-circle {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.creative-news-article:hover .date-circle {
    transform: scale(1.1) rotate(5deg);
    background: #2E7D32;
    color: white;
}

.date-circle .day {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.date-circle .month {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2px;
}

.hover-action-bar {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.creative-news-article:hover .hover-action-bar {
    opacity: 1;
    transform: translateX(0);
}

.action-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #2E7D32;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.action-icon:hover {
    background: #2E7D32;
    color: white;
    transform: scale(1.1);
}

.article-content {
    padding: 25px;
    position: relative;
}

.category-chip {
    display: inline-block;
    background: linear-gradient(45deg, #2E7D32, #4CAF50);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.article-title {
    margin-bottom: 15px;
}

.article-title a {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.article-title a:hover {
    color: #2E7D32;
}

.article-preview {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.meta-left {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #888;
}

.read-more-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(45deg, #2E7D32, #4CAF50);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-arrow:hover {
    transform: scale(1.1) rotate(45deg);
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.4);
}

.article-corner-ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid #2E7D32;
    border-bottom: 20px solid transparent;
    transform: rotate(45deg);
    opacity: 0.1;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(45deg, #2E7D32, #4CAF50);
    color: white;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.load-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.4);
    gap: 20px;
}

.btn-orb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.load-more-btn:hover .btn-orb {
    transform: rotate(180deg);
    background: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 1200px) {
    .creative-main-title {
        font-size: 42px;
    }

    .large-card,
    .wide-card {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .news-grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .creative-main-title {
        font-size: 32px;
    }

    .creative-sub-title {
        font-size: 16px;
    }

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

@media (max-width: 576px) {
    .news-creative-section {
        padding: 50px 0;
    }

    .creative-main-title {
        font-size: 28px;
    }

    .article-content {
        padding: 20px;
    }

    .meta-left {
        flex-direction: column;
        gap: 5px;
    }
}
.brand_width{
    padding:40px 20px !important;
}