/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nobile:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    background-color: white !important;
}

::-webkit-scrollbar-thumb {
    background-color: white !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #3DCAAA !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{ padding:20px 0;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{}
#back-top > a {bottom: 1%;color: #3DCBAB;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {margin: 0;padding: 0;border: 0;list-style: none;line-height: 40px;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {}
.menu-header > ul > li {display:inline-block;padding-left: 19px;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li:hover>a:after, .menu-header > ul > li.current-menu-item>a:after {
    width: 100%;
}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #3BC3A4;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 0px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 38px;}
.menu-header ul ul ul {margin-left: 100%;top: 0px;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 2px solid #37B598;padding: 11px 15px !important;width: 241px;font-size: 14px !important;text-decoration: none !important;color: white !important;font-weight: 400 !important;background: #000;z-index: 999;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {/* border-bottom: 0; */}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: -5px;right: -212px;width: 9px;height: 2px;display: block;background: #36B598;content: '';/* left: 0; */}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #37B698;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}


/* ======================================My Css======================================== */

header {
    background-color: #232632;
    padding: 8px 0 6px 0;
}

header .menu ul {
    padding: 0;
    margin: 0;
}

header .menu ul li a {
    transition: .3s;
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 0 11px;
    position: relative;
}
header .tool {
    display: inline-block;
}

header .tool ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

header .tool ul li {
    display: inline-block;
}

header .tool ul li a.one {
    background-color: #E00000;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

header .tool ul li.one a {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
}

header .tool ul li.two a {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
}
header .logo a img {
    width: 100%;
}
header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

/* Optional: make sure body doesn't force overflow */
#globe-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #232632;
  overflow: hidden;
}

#canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background-color: #232632;  /* keeps perfect circle */
}
.section-1 {
  background: #232632; /* or any color you like */
  padding: 40px 0 40px 0;
}

.section-1 .best h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: white;
}

.section-1 .best h2 span {
    color: #3DCBAB;
}

.section-1 .best p {
    color: white;
    line-height: 29px;
    font-size: 14px;
}

.section-1 .pose {
    margin-top: 26px;
}

.section-1 .pose a {
    border-radius: 15px 0px 15px 0px;
    background-color: white;
    color: black;
    font-weight: 400;
    text-decoration: none;
    padding: 13px 20px 13px 20px;
}

section.section-2 {
    padding: 70px 0 50px 0;
}

section.section-2 .we h4 {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #3DCBB7;
}

section.section-2 .we h2 {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 700;
}

section.section-2 .we h2 span {
    color: #3DCBAB;
}

section.section-2 .we p {
    color: black;
    font-weight: 400;
    width: 71%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !IMPORTANT;
    text-align: center;
}

.section-3 .award-slider .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 150px; /* Adjust this height as needed */
}

.section-3 .award-slider .top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.section-3 .award-slider img {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.section-4 {
  background: #232533;
  color: #fff;
  padding: 80px 0;
}

.section-4 h4 {font-family: "Montserrat", Sans-serif;font-size: 16px;font-weight: 600;color: #3DCBB7;text-transform: uppercase;}

.section-4 h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-4 h2 span {
  color: #3DCBB7;
}

.section-4 p {
  color: white;
  font-size: 16px;
  width: 100%;
}

.section-4 .counters h3 {
  font-size: 48px;
  font-weight: 700;
  color: #3DCBB7;
}

.section-4 .counters p {
  font-size: 14px;
  color: white;
}

.section-4 .call-btn a {
  display: inline-block;
  background: #fff;
  color: #111;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
}

.section-4 .call-btn a span {
  color: #3DCBB7;
}

.section-4 .form-box {
  background: #fff;
  color: #111;
  border-radius: 12px;
  padding: 27px;
}

.section-4 .form-box h4 {
  color: #3DCBB7;
  font-weight: 700;
}

.section-4 .form-box h5 {
  margin-bottom: 20px;
  font-weight: 600;
}


.section-4 a {
  text-decoration: none;
}
.section-5 {
  background: #1c1e27;
  padding: 80px 0;
  margin-bottom: 70px;
}
.section-5 h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  color: white;
}
.section-5 h2 span { color: #3DCBB7; }
.section-5 p { color: white; font-size: 16px; width: 80%; margin: 0 auto 40px; line-height: 28px; }

.custom-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.tab-btn {
  background: none;
  border: 2px solid #3DCBB7;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-btn:hover {
  background: #3DCBB7;
  color: #10111B;
}
.tab-btn.active {
  background: #3DCBB7;
  color: #10111B;
}

.tabs-content {
  display: flex;
  justify-content: center;
}
.tabs-content .tab-content {
  display: none;
  width: 100%;
}
.tabs-content .tab-content.active {
  display: flex;
  justify-content: center;
}

.tech-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.tech-box {
  background: #10111B;
  border-radius: 8px;
  padding: 25px 15px;
  width: 130px;
  text-align: center;
  transition: all 0.3s ease;
}
.tech-box:hover {
  transform: translateY(-6px);
  background: #24272d;
  border-bottom: 4px solid #3DCBB7;
}
.tech-box img {
  height: 60px;
  width: auto;
  margin-bottom: 10px;
}
.tech-box h6 {
  color: #fff;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}


section.section-3 {
    padding: 0 0 60px 0;
}
header .menu ul li {
    display: inline-block;
}

.section-6 {
  background: #fff;
  padding: 0px 0 50px 0;
}

/* Left content */
.section-6 .holds h2 {
  font-size: 48px;
  font-weight: 800;
  color: #1c1c1c;
  margin-bottom: 25px;
}

.section-6 .holds p {
  font-size: 15px;
  color: black;
  line-height: 1.7;
  margin-bottom: 20px !important;
}

.section-6 .holds .just {
  margin-top: 30px;
}

.section-6 .holds a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
  position: relative;
  background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-6 .holds .cta-link:hover {
  color: #c40000;
}

.section-6 .holds .cta-link .icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 22px;
}

/* Right side (2 images side by side) */
.section-6 .craft {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.section-6 .craft .img-box {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}

.section-6 .craft .img-box img {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.section-6 .craft .img-box img:hover {
  transform: scale(1.03);
}

/* Responsive: stack vertically on smaller screens */
@media (max-width: 991px) {
  .section-6 .craft {
    flex-direction: column;
    gap: 25px;
  }

  .section-6 .craft .img-box {
    width: 80%;
  }

  .section-6 .holds {
    text-align: center;
    margin-bottom: 40px;
  }
}

.section-6 .craft .img-box img.boss {
    width: 100%;
    height: 351px;
    object-fit: cover;
    margin-bottom: 100px;
}
.section-6 .holds a:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -13px;
    width: 53px;
    height: 53px;
    border: 2px solid #3FD1B0;
    border-radius: 60%;
    transition: 2.5s;
}

.section-6 .holds a:after {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 2px;
    background: #3FD1B0;
    bottom: 0;
    transition: 1.5s;
}


.section-6 .holds .just:hover a:after {
    width: 100%
}

.section-6 .holds .just:hover a:before {
    left: 90%
}
.section-6 .holds a i {
    padding-right: 6px;
}
.section-6 .holds h2 span {
    color: #3DCBB7;
}
.section-7 {
  padding: 80px 0;
  background: #fff;
}

.section-7 h2 {
  font-weight: 800;
  font-size: 48px;
  color: #1c1c1c;
}
.section-7 p {
  color: #555;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* ==== MAIN TABS ==== */
.portfolio-main-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.tab-btn {
  background: #f3f3f3;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 30px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-btn.active {
  background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
  color: #fff;
}

/* ==== SUB TABS ==== */
.portfolio-sub-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.subtab-btn {
  background: none;
  border: none;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.subtab-btn.active {
  color: #E60026;
}
.subtab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: #E60026;
}

/* ==== CONTENT SECTIONS ==== */
.tab-content,
.subtab-content {
  display: none;
}
.tab-content.active,
.subtab-content.active {
  display: block;
  animation: fadeIn 0.4s ease;
  padding-top: 0;
}

/* ==== PORTFOLIO GRID ==== */
.portfolio-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.portfolio-grid img {
  border-radius: 10px;
  max-width: 250px;
  transition: transform 0.3s ease;
}
.portfolio-grid img:hover {
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}


.section-testimonial {
  padding: 30px 0 50px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.section-testimonial .testi-heading {
  margin-bottom: 50px;
}
.section-testimonial .testi-heading h2 {
  font-weight: 700;
  font-size: 55px;
  background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-testimonial .testi-heading p {
  font-size: 16px;
  color: black;
  width: 44%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto !important;
}

/* Testimonial Box */
.section-testimonial .testi-wrapper {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  border: 1px solid #eee;
  transition: all 0.4s ease;
}
.section-testimonial .testi-wrapper:hover {
  border-color:  #38BC9E;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Quote Icon */
.section-testimonial .quote-icon {
  font-size: 40px;
  color: #e9c5ca;
  margin-bottom: 10px;
  display: block;
}

/* Client Details */
.section-testimonial .client-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.section-testimonial .client-detail img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 12px;
}
.section-testimonial .client-name h4 {
  font-weight: 600;
  margin-bottom: 4px;
}

/* --- Slick Buttons --- */
/* Slick Buttons (Aligned with Review Box) */
.section-testimonial .slick-prev,
.section-testimonial .slick-next {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  width: 48px;
  height: 100%;
  max-height: 300px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: none;
  z-index: 5;
  transition: all 0.4s ease;
  opacity: 0;
  background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
}

/* Left & Right Position Inside Box */
.section-testimonial .slick-prev {
  left: -90px;
  border-right: 2px solid #fff;
}
.section-testimonial .slick-next {
  right: -90px;
  border-left: 2px solid #fff;
}

/* Text Rotation (Vertical) */
.section-testimonial .slick-prev span,
.section-testimonial .slick-next span {
  transform: rotate(-90deg);
  font-weight: 600;
  letter-spacing: 1px;
}

/* Hover Animation */
.section-testimonial:hover .slick-prev {
  left: 0;
  opacity: 1;
}
.section-testimonial:hover .slick-next {
  right: 0;
  opacity: 1;
}

/* Hide Default Icons */
.section-testimonial .slick-prev:before,
.section-testimonial .slick-next:before {
  content: none;
}


/* Dots */
.section-testimonial .slick-dots {
  margin-top: 30px;
}
.section-testimonial .slick-dots li button:before {
  color: #cf0420;
  font-size: 10px;
}



footer.footer {
  background: #232632;
  color: #ccc;
  padding: 60px 0 30px;
  font-family: 'Poppins', sans-serif;
}

footer h5 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #3BC4A5;
}

.social-icons a {
  text-decoration: none;
  color: #fff;
  background: #2a2d36;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #3BC4A5;
  color: white;
}

.footer-bottom {
  color: #aaa;
  font-size: 14px;
}

.footer-bottom a {
  color: #cf0420;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom .poli {
    display: flex;
    justify-content: flex-end;
}
footer.footer .office img {
    display: inline-flex;
}

footer.footer .office {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer.footer .office img {
  width: 47px;
  height: auto;
}

footer.footer .office p {
  margin: 0 !IMPORTANT;
  color: white;
  font-size: 14px;
  line-height: 1.5;
}

footer.footer .office {
  margin-top: 10px;
}

.contact.mt-4 h6 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
}

.contact p {
    color: white;
    line-height: 29px;
}
footer.footer .footer-logo img {
    width: 86%;
}

footer.footer .review img {
    width: 30%;
}
.section-4 .form-box .col-md-6 {padding: 7px;padding-bottom: 0;}

.section-4 .form-box .col-md-12 {
    padding: 0 !important;
}

.section-4 .form-box .col-12 {
}


.section-testimonial ul.slick-dots {
    position: absolute;
    bottom: -29px;
}

#website .portfolio-grid img:hover {
    overflow: hidden;
    transform: translate(0, -50%);
    margin-right: auto;
    transition: 5s;
}

#website .portfolio-grid {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    background-color: var(--ogency-black2);
    height: 311px;
}

.right p {
    color: white;
}

.footer-bottom .poli a {
    color: white;
}


/* MAIN BANNER */
section.innerbanner {
    padding: 80px 0;
    color: #fff;
}

/* LEFT SECTION */
section.innerbanner .banner-left .subheading {
    padding: 8px 25px;
    border-radius: 8px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
}

section.innerbanner .banner-left .main-heading {
    font-size: 37px;
    font-weight: 700;
}


section.innerbanner .banner-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.innerbanner .banner-list li {
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

section.innerbanner .banner-list li i {
    color: #e50914;
    margin-right: 10px;
    font-size: 18px;
}

/* FORM BOX */
section.innerbanner .banner-form {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.25);
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    section.innerbanner {
        padding: 50px 0;
    }

    section.innerbanner .banner-left .main-heading {
        font-size: 32px;
    }

    section.innerbanner .banner-form {
        margin-top: 30px;
    }
}

section.innerbanner .banner-left .main-heading span {
    color: #38BB9D;
}

section.innerbanner .banner-left p {
    color: white;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}

section.innerbanner .banner-list li i {
    font-size: 16px;
}

section.innerbanner {
    position: relative;
    background: #232632; /* Tumhara dark bg */
    overflow: hidden;
}

/* LEFT CORNER GLOW / SHADOW */
section.innerbanner::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 37%;
    left: 0;
    bottom: -24px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        81deg,
        rgba(54, 179, 150, 0.85) 0%,     /* #36B396 */
        rgba(63, 209, 176, 0.0) 100%     /* #3FD1B0 */
    );
    filter: blur(78px);
}


/* CONTENT ABOVE BG */
section.innerbanner .container {
    position: relative;
    z-index: 5;
}


/* Form box */
.innerbanner .banner-form {}

/* Inputs */
.innerbanner .banner-form .form-field {
    width: 100% !important;
    background: #f3f3f3 !important;
    border: none !important;
    padding: 15px 18px !important;
    border-radius: 6px !important;
    font-size: 14px;
    color: #333;
}

/* Title */
.innerbanner .banner-form .form-title {
    font-size: 30px;
    font-weight: 800;
}

/* Subtitle */
.innerbanner .banner-form .form-subtitle {
    font-size: 15px;
    color: black;
    margin-bottom: 20px;
}

/* Submit Button */
.innerbanner .banner-form .submit-btn {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
    border: none;
}

.services-2 {
    padding: 43px 0;
    background: #f7f7f7;
}

.services-2 .service-box {
    position: relative;
    padding: 20px 10px;
}

.services-2 .service-box h2 {
    font-size: 48px;
    font-weight: 700;
    color: #3DCAAA; /* red */
    display: inline-block;
    margin: 0;
}

.services-2 .service-box .plus {
    font-size: 48px;
    font-weight: 700;
    color: #3DCAAA;
    margin-left: 2px;
}

.services-2 .service-box p {
    margin-top: 8px;
    font-size: 17px;
    color: #667085; /* grey */
    font-weight: 500;
}

/* Vertical Divider */
.services-2 .col-md-3:not(:last-child) .service-box::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 80%;
    background: #e5e5e5;
}


.service-3 {
    padding: 52px 0;
}

.service-3 .service-title {
    font-size: 42px;
    font-weight: 700;
}

.service-3 .service-box {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 573px;
    margin-top: 28px;
}

.service-3 .service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}

.service-3 .service-box h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-3 .service-box h4 span {
    color: #37B79A;
    margin-right: 4px;
}

.service-3 .service-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* ---- Read More Button ---- */
.service-3 .readmore a {
    background: #37B79A;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 23px !important;
    display: inline-block;
}


/* SECTION BASE */
.service-4 {
    padding: 100px 0;
    background: #232632;
}

/* LEFT CONTENT */
.service-4 .award-content h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
}

.service-4 .award-content p {
    color: white;
    font-size: 17px;
    line-height: 29px;
    text-align: justify;
}

/* SLIDER WRAPPER */
.service-4 .service-slider .slide-box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.service-4 .slide-box {
    position: relative;
    overflow: hidden;
    height: 300px; /* better visible height */
    border-radius: 14px;
    background: #111; /* so overlay dikhe even if image small */
}

/* OVERLAY HIDDEN DEFAULT */
.service-4 .award-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: white;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.90) 100%
    );
    opacity: 0;
    transform: translateY(20px);
    transition: 0.35s ease;
    pointer-events: none; /* content click block fix */
}

/* ONLY CENTER SLIDE SHOW */
.service-4 .slick-center .award-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* TEXT DESIGN */
.service-4 .award-overlay h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.service-4 .award-overlay h2 {
    margin: 5px 0 0;
    font-size: 34px;
    font-weight: 700;
}

/* DOTS */
.service-4 .slick-dots li button:before {
    color: #fff !important;
}

.service-4 .slick-dots li.slick-active button:before {
    color: red !important;
}

.service-4 .service-slider {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.service-4 .award-content img {
    width: 41%;
}

.service-4 .service-slider .slick-slide {
    margin: 0 22px; /* EXTRA GAP BETWEEN SLIDES */
}

.service-4 .service-slider .slide-box img {
    width: 100%;
    height: 260px; /* <- CHOTA SIZE */
    object-fit: contain; /* OR cover */
    padding: 10px 0;
}

section.section-3 .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-3 .readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
section.innerbanner .banner-form textarea.wpcf7-form-control.wpcf7-textarea.form-field {
    height: 100px;
}
section.innerbanner .banner-img img {
  width: 100%;
  object-fit: cover;
}





/* MAIN SECTION */
.casestudy {
    background: #fff; /* your white website background */
    padding-bottom: 25px;
}

/* LEFT + RIGHT BOX KA SEPARATE LOOK */
.casestudy .col-md-6 {
    padding: 23px;
    border-radius: 24px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(54, 179, 150, 0.22),
        inset 0 0 34px rgba(63, 209, 176, 0.12) !important;
}

/* IMAGE */
.casestudy .case-image img {
    width: 100%;
    border-radius: 20px;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* IMAGE HOVER ANIMATION */
.casestudy .case-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* TITLE */
.casestudy .case-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

/* TAG */
.casestudy .case-tag span {
    padding: 10px 30px;
    border-radius: 40px;
    border: 2px solid #3ECCAC;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 21px;
    box-shadow: inset 0 1px 2px #00000018;
    transition: .2s;
    font-weight: 600;
}

/* DESCRIPTION */
.casestudy .case-desc p {
    color: #222;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* BUTTON WRAPPER ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â SAME LINE */
.casestudy .live-buttons {
    align-items: center;
    display: inline-block;
    padding: 11px 13px 9px 13px;
    box-shadow: inset 0 1px 2px #00000018, inset 0 0 34px #00000007;
    border-radius: 12px;
    border: 2px solid #3CCAA9;
}

/* CASE STUDY BUTTON */
.casestudy .case-buttons a {
    padding: 11px 23px;
    border-radius: 14px;
    background: #fff;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    transition: 0.25s;
    box-shadow: inset 0 1px 2px #00000018, inset 0 0 34px #00000007;
    display: inline-flex;
    border: 2px solid #3CCAA9;
}

/* BUTTON HOVER */
.casestudy .case-btn:hover {background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);color: white;}

/* CHROME BUTTON */
.casestudy .live-buttons a {
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.3);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.25s;
    /* box-shadow: inset 0 1px 2px #00000018, inset 0 0 34px #00000007; */
}

.casestudy .chrome-btn:hover {
    background: #f1f1f1;
}

.casestudy .live-buttons a img {
    width: 21px;
    margin: 0;
    display: flow;
    justify-content: center;
    align-items: center;
    margin: auto;
    align-items: center;
    justify-items: anchor-center;
}

@media (min-width: 992px) {
    .casestudy .col-md-6 {
        width: 48%;
    }

    /* .casestudy .col-md-6:first-child {
        margin-right: 1%;
    } */
}
@media (min-width: 992px) {
    .casestudy .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        column-gap: 15px !important;
    }
}

.casestudy .case-buttons {
    display: inline-block;
}
.casestudy .case-tag span:hover {
    background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
    color: white;
}
/* REVERSE EVEN CASE-STUDY SECTIONS */
.casestudy:nth-child(even) .row {
    flex-direction: row-reverse;
    display: flex !important;
    flex-wrap: nowrap !important;
    column-gap: 11px;
}

.case {
    margin-bottom: 70px;
}
header .menu ul li a:hover {
    color: #3ECDAC;
}
header .menu ul li a:After {
    position: absolute;
    content: '';
    left: 0;
    margin: auto;
    width: 0%;
    height: 2px;
    background: #3DCDAC;
    bottom: 0;
    transition: .5s;
}

/* MAIN WRAPPER */
.single-casestudy {
    padding: 40px 0;
    background: #fff;
}


/* TOP HEADER (Back + Title) */
.single-casestudy .single-case-header {
    margin-bottom: 0px;
}

.single-casestudy .back-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    border: 2px solid #36B497;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 22px;
    background: #ffffffaa;
    backdrop-filter: blur(4px);
    transition: 0.3s;
}

.single-casestudy .back-icon:hover {
    background: #f3f3f3;
}

.single-casestudy .single-case-title-text {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    color: #38B89B;
}


/* FEATURED IMAGE */
.single-casestudy .single-case-main-image img {
    width: 70%;
    border-radius: 20px;
    margin-bottom: 17px;
}


/* MAIN DESCRIPTION */
.single-casestudy .single-case-description {
    font-size: 18px;
    line-height: 29px;
    color: black;
}


/* REPEATER SECTION */
.single-casestudy .repeater-wrapper {
    margin-top: 60px;
}


.single-casestudy .repeater-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    color: black;
    margin-top: 2px;
}

.single-casestudy .repeater-image {
    width: 59%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.single-casestudy p.repeater-content {
    font-size: 17px;
    color: black;
}

.single-casestudy .back-icon i {
    color: #3ECDAC;
    font-size: 29px;
}
.single-casestudy .bull p {
    color: black;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px !IMPORTANT;
}
.menu-header ul ul li a:hover {
    background-color: #40D1B0;
    color: white;
}
.section-4 .form-box input {
    width: 100%;
    padding: 4px;
    background: #f3f3f3 !important;
    border: none !important;
    padding: 15px 18px !important;
    border-radius: 6px !important;
    font-size: 14px;
    color: #333;
}

.section-4 .form-box  textarea.wpcf7-form-control.wpcf7-textarea {
    background: #f3f3f3 !important;
    border: none !important;
    padding: 15px 18px !important;
    border-radius: 6px !important;
    font-size: 14px;
    width: 100%;
    height: 91px;
    color: black;
}

.section-4 .form-box  span.wpcf7-list-item-label {
    color: black;
    font-size: 11px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: -22px;
    margin-bottom: 12px;
}

.section-4 .form-box input[type="checkbox"] {width: 14px;height: 12px;margin: 0;}

.section-4 .form-box  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 15px 0px 15px 0px !IMPORTANT;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%) !important;
}
.section-4 .form-box .wpcf7-response-output {
    color: black;
    margin-top: -17px;
}
.section-6:nth-child(even) .row.align-items-center {
    flex-direction: row-reverse;
}



.pricing-section {
    padding: 50px 0;
    background: #fff;
}

/* ---------- Tabs ---------- */

.pricing-tabs {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 40px;
}

.pricing-tab {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 10px;
    color: #444;
}

.pricing-tab.active {
    color: white !important;
    background: linear-gradient(81deg, #36B396 4.28%, #3FD1B0 101.99%);
}

/* ---------- Boxes ---------- */

.pricing-box {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: 0.3s;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding-left: 14px;
    padding-bottom: 30px;
    height: 456px;
}

.pricing-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

/* price line */
.price-line {
    height: 2px;
    width: 100%;
    background: #e5e5e5;
    margin: 10px 0 20px;
}

/* price */
.price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-box h2 {
    color: #3DCBAB;
    font-size: 32px;
    font-weight: 800;
}

/* discount ribbon */
.off-tag {
}

.off-tag p {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 0;
}

/* features */
.pricing-features {
    margin: 25px 0;
    padding: 0;
    overflow-y: scroll;
    height: 39%;
}

.pricing-features li {
    list-style: none;
    font-size: 13px;
    margin-bottom: 10px;
    color: #444;
}

.pricing-features i {
    color: #3DCBAB;
    margin-right: 10px;
}

/* Buttons */
.pricing-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.order-btn {
    padding: 12px 18px;
    background: #3DCBAB;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.chat-btn {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    padding-right: 9px;
    font-size: 14px;
}

.chat-btn i {
    color: #3DCBAB;
    margin-right: 3px;
}

.off-tag {
    background: #7a7a7a;
    color: #fff;
    display: inline-block;
    padding: 3px 18px 6px 22px;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    border-radius: 2px;
    text-align: right;
    line-height: 16.2px;
}

.off-tag span {
    display: block;
}

.off-tag strong {
    display: block;
    text-decoration: line-through;
    font-size: 16px;
    margin-top: 3px;
}

/* LEFT CUT ARROW (exact shape from screenshot) */
.off-tag::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 22px solid #7a7a7a;
}

.pricing-tabs button.pricing-tab {
    background-color: transparent;
    border: 2px solid;
    border-radius: 30px;
    padding: 8px 12px;
    color: black;
}