/*
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
*/
/* Load DIN Pro (use relative paths) */
/* Regular */
@font-face {
  font-family: "DIN Pro";
  src: url("fonts/dinpro.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "DIN Pro";
  src: url("fonts/dinpro_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "DIN Pro";
  src: url("fonts/dinpro_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "DIN Pro";
  src: url("fonts/dinpro_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Use the font globally */
body {
  font-family: "DIN Pro", sans-serif;
}

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'DIN Pro', 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;
    border-radius: 10px;
    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: #FF2E88 !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{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #EF2B7F;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;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {}
.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 {max-width: 660px;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;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{
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
/* ---------------------------------------------------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: 1;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 {
    display: flex;
    justify-content: end;
    align-items: end;
}
.menu-header > ul > li { display:inline-block;}
.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 > a {}
.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 #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    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: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.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: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.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: #dddddd;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: white;
    padding: 30px 0 30px 0;
}

header .logo img {
    width: 62%;
    object-fit: cover;
}

header .menu ul {
    padding: 0;
    margin: 0;
}

header .menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 13px;
}

header .menu ul li a {
    position: relative;
    text-decoration: none;
    color: black;
    transition: .3s;
    text-transform: capitalize;
    font-size: 17px;
}

header .menu ul li a:hover {
    color: #EE3E80;
}
header .menu ul li a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -6px;
  margin: auto;
  width: 0%;
  height: 2px;
  background: #EE3E80;
  transition: .5s;
}

header .menu ul li a:hover:after {
    width: 100%;
}

/* Section */
.section-1{
  min-height: 100vh !important;
  display:flex;
  align-items:center;
  padding: 60px 0 !important;
  background-color: black;
}

/* Rail */
.rail{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
  margin-left: 21px;
}
.rail-label{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  letter-spacing:.35em;
  font-size:12px;
  color:#ff2e88;
  user-select:none;
}
.rail-divider{
  width:1px;
  height:120px;
  margin-left:10px;
  background:linear-gradient(180deg,transparent,#ff2e88 35%,#ff2e88 65%,transparent);
}
.rail-social{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.rail-social a{
  width:24px; height:24px; display:grid; place-items:center;
  border-radius:50%; color:#ff2e88; outline:1px solid #2a2a2a;
  text-decoration:none; font-size:12px; transition:.2s ease;
}
.rail-social a:hover{ transform:translateY(-2px) scale(1.05); background:rgba(255,46,136,.12); }

.ben h1{
  margin:0;
  font-weight: 700;
  text-transform:uppercase;
  color: white;
  font-size: 35px;
}

.triangle{
    position: relative;
}
.triangle img{
  /* display:block; */
  /* height:auto; */
  /* transform-origin:60% 50%; */
  /* transform: translateZ(0); */
  /* will-change: transform, filter, opacity; */
  /* filter: drop-shadow(0 0 8px rgba(255,255,255,.10)); */
  /* animation:
    triReveal .45s ease-out both,
    triFloat 3.8s ease-in-out .45s infinite,
    triGlow 3.6s ease-in-out .45s infinite !important; */
  max-width: 648px;
  overflow:  hidden !IMPORTANT;
}

/* ===== Keyframes ===== */
@keyframes triReveal{
  from{
    opacity:0;
    transform: translateY(26px) scale(.96) rotateZ(2deg);
    filter: blur(2px) brightness(.9);
  }
  to{
    opacity:1;
    transform: translateY(0) scale(1) rotateZ(0deg);
    filter: blur(0) brightness(1);
  }
}
@-webkit-keyframes triReveal{
  from{
    opacity:0;
    -webkit-transform: translateY(26px) scale(.96) rotateZ(2deg);
    filter: blur(2px) brightness(.9);
  }
  to{
    opacity:1;
    -webkit-transform: translateY(0) scale(1) rotateZ(0deg);
    filter: blur(0) brightness(1);
  }
}

@keyframes triFloat{
  0%   { transform: translate3d(0, 4px, 0)  rotateZ(0deg); }
  30%  { transform: translate3d(-6px,-10px,0) rotateZ(-1.6deg); }
  60%  { transform: translate3d( 4px,-18px,0) rotateZ( 1.2deg); }
  100% { transform: translate3d(0, 4px, 0)  rotateZ(0deg); }
}
@-webkit-keyframes triFloat{
  0%   { -webkit-transform: translate3d(0, 4px, 0)  rotateZ(0deg); }
  30%  { -webkit-transform: translate3d(-6px,-10px,0) rotateZ(-1.6deg); }
  60%  { -webkit-transform: translate3d( 4px,-18px,0) rotateZ( 1.2deg); }
  100% { -webkit-transform: translate3d(0, 4px, 0)  rotateZ(0deg); }
}

@keyframes triGlow{
  0%,100% { filter: drop-shadow(0 0 8px rgba(255,255,255,.12)); }
  50%     { filter: drop-shadow(0 0 24px rgba(255,255,255,.28)); }
}
@-webkit-keyframes triGlow{
  0%,100% { filter: drop-shadow(0 0 8px rgba(255,255,255,.12)); }
  50%     { filter: drop-shadow(0 0 24px rgba(255,255,255,.28)); }
}

.triangle:hover img{
  animation-duration: .35s, 2.6s, 2.2s;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.24));
}


.section-what{
  background:#fff;
  color:#111;
  padding: clamp(48px, 6vw, 80px) 0;
}
.section-what .we h2 {
    text-align: center;
    font-size: 51px;
    margin-bottom: 47px;
    FONT-WEIGHT: 700;
}
.section-what .we h2 span {
    position: relative;
}

.section-what .we h2 span::after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: -2px; /* offset niche/uper control */
    width: 95%;
    height: 3px;  /* line ki motai */
    background: #EE3E80;
}

.section-what .wwd-copy p{
  margin-bottom: 19px !IMPORTANT;
  line-height: 29px;
  color: black;
  text-align: justify;
}

.wwd-copy a{
  background:#ff2e88;
  color:#fff;
  border:0;
  padding:12px 18px;
  font-weight: 500;
  text-decoration:none;
  FONT-SIZE: 14px;
}

.wwd-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:0;             
  background:#fff;
  border:0;
}

.wwd-grid .cell{
  aspect-ratio:1 / 1;     
  display:flex; align-items:center; justify-content:center;
  border-right:1px solid #1f1f1f;
  border-bottom:1px solid #1f1f1f;
  padding: clamp(16px, 3vw, 24px);
   position: relative;
  overflow: hidden;            
  isolation: isolate;
  cursor: pointer;
}

.wwd-grid .cell:nth-child(3n){ border-right:0; }
.wwd-grid .cell:nth-last-child(-n+3){ border-bottom:0; }

.section-what .wwd-grid .cell img{
  display:block;
  max-width: 100%;
  height:auto;
  transform: translateZ(0);
  transition:
    transform .55s cubic-bezier(.2,.65,.3,1),
    filter .55s ease,
    opacity .35s ease;
  will-change: transform, filter, opacity;
}

.section-what .wwd-grid .cell::after{
  content:"";
  position:absolute;
  inset:-10% auto -10% -120%;
  width:60%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-25deg);
  transition: left .7s ease;
  z-index: 2;
}

.section-what .wwd-grid .cell:hover img,
.section-what .wwd-grid .cell:focus-within img{
  transform: translateY(-6px) scale(1.08) rotateZ(var(--tilt, .8deg));
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.28)) brightness(1.05);
}
.section-what .wwd-grid .cell:hover::after,
.section-what .wwd-grid .cell:focus-within::after{
  left:160%;
}

.section-what .wwd-grid .cell:active img{
  transform: translateY(-2px) scale(1.02) rotateZ(var(--tilt, .8deg));
  transition-duration: .12s;
}
/* ============ SECTION-3 (Services Slider) ============ */
.section-3{ background:#fff; color:#fff; font-family:"DIN Pro","Raleway",Arial,sans-serif; }
.section-3 .service-slider{ position:relative; }

/* slide column */
.section-3 .slide{
  position:relative;
  height:78vh; min-height:520px;
  display:flex; align-items:stretch;
  border-left:1px solid rgba(255,255,255,.35);
  overflow:hidden;
}

/* bg image layer */
.section-3 .slide .bg{
  position:absolute; inset:0;
  background: center/cover no-repeat;
  background-image: var(--bg);
  filter: grayscale(100%);
  transform: scale(1.02);
  transition: transform .6s ease, filter .6s ease, opacity .6s ease;
}

/* overlays: odd=dark, even=pink */
.section-3 .slide::after{
  content:""; position:absolute; inset:0; z-index:1;
  background: linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.45));
}
.section-3 .slide:nth-child(even)::after{ background: rgba(233,22,110,.82); }
.section-3 .slide:nth-child(even) .bg{ filter: grayscale(0%); }

/* content box fills slide for top/bottom anchors */
.section-3 .content{
  position:absolute; inset:0; z-index:2;
  padding: clamp(18px, 3.5vw, 28px);
}

/* logo + heading at top-left */
.section-3 .mark{width: 66px;height:auto;margin:6px 0 12px;background-color: transparent;}
.section-3 a h3.title{
  margin-top: 32px;
  font-size: 18px;
  text-transform:uppercase;
  FONT-WEIGHT: 600;
  position: absolute;
  top: 100px;
  color: white;
}

/* LEARN MORE bottom-left vertical */
.section-3 .learn{
  position:absolute; left:14px; bottom:18px;
  writing-mode: vertical-rl; transform: rotate(180deg);
  letter-spacing:.28em; font-size:12px; font-weight:700;
  text-decoration:none; color:#fff; opacity:.95;
}

.section-3 .slide:nth-child(even) .learn::before{ background: rgba(0,0,0,.55); }

/* current slide emphasis + subtle motion */
.section-3 .slick-current .bg{
  transform: scale(1.08) translateY(-6px);
  filter: grayscale(0%);
}
.section-3 .slick-current::before{
  content:""; position:absolute; inset:-20% -60% auto auto;
  width:50%; height:140%;
  background: radial-gradient(closest-side, rgba(255,255,255,.20), transparent 70%);
  transform: rotate(12deg); pointer-events:none; z-index:1;
  animation: s3glow 4s ease-in-out infinite;
}
@keyframes s3glow{ 0%,100%{opacity:.15} 50%{opacity:.35} }

/* hover lift */
.section-3 .slide:hover .bg{ transform: scale(1.12) translateY(-10px); }

/* edge rules */
.section-3 .slick-slide:first-child{ border-left:0; }
.section-3 .slide:nth-child(even){ border-left:1px solid rgba(0,0,0,.15); }

/* arrows like ref */
.section-3 .slick-prev, .section-3 .slick-next{
  position: absolute !important;
  top: 50%;
  transform:translateY(-50%);
  background:transparent;
  border:0;
  color:#fff;
  z-index:3;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  font-weight:700;
  letter-spacing:.1em;
  cursor: pointer;
}
.section-3 .slick-prev{left: 30px;}
.section-3 .slick-next{right: 30px;}
.section-3 .slick-prev::before, .section-3 .slick-next::before{ display:none; }
.section-3 .slick-prev .arrow, .section-3 .slick-next .arrow{font-size:18px;line-height:1;position: absolute;}

/* responsive heights */
@media (max-width: 992px){
  .section-3 .slide{ height:64vh; min-height:440px; }
}
@media (max-width: 576px){
  .section-3 .slide{ height:56vh; min-height:380px; }
}
.section-3 .servicehead h2 {
    color: black;
    margin-bottom: 51px;
    text-align: center;
    font-size: 47px;
    FONT-WEIGHT: 700;
    text-transform: uppercase;
}

.section-3 .servicehead h2 span {
    position: relative;
}

.section-3 .servicehead h2 span:after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: -2px;
    width: 95%;
    height: 3px;
    background: #EE3E80;
}

/* ===== SECTION-4 (Tools) ===== */
.section-4{
  background:#fff;
  color:#111;
  padding:clamp(48px,6vw,90px) 0;
  font-family:"DIN Pro","Raleway",Arial,sans-serif;
}

/* Right copy */
.section-4 .tools-copy .title{
  font-weight: 700;
  text-transform:uppercase;
  line-height:1.1;
  margin-bottom:14px;
  font-size: 40px;
  text-align: end;
  letter-spacing: -1px;
}
.section-4 .tools-copy p{color:#2b2b2b;line-height:1.75;margin-bottom: 24px !important;text-align: right;}
.section-4 .btn-accent{
  background:#ff2e88;
  color:#fff;
  padding:12px 20px;
  font-weight:700;
  transition:transform .15s ease, background .15s ease;
  display: flex;
  justify-content: end;
  width: 138px;
  margin-left: auto;
}

/* Cards */
.section-4 .tool-card{
}

/* universal dark gradient */
.section-4 .tool-card .card-overlay{
}
/* content inside */
.section-4 .tool-card .inner{
  position:relative; z-index:2;
  color:#fff;
  padding: 22px 22px 20px;
}
.section-4 .tool-card .card-title{
  margin:0 0 10px;
  text-transform:uppercase;
  font-weight:700;
  font-size: 16px;
  line-height: 28px;
}
.section-4 .tool-card .card-text{
  font-size:14px;
  line-height:1.7;
  opacity:.95;
  margin: 0 0 18px !important;
}

/* CTA link with arrow */
.section-4 .tool-card .card-cta{
  display:inline-flex; align-items:center; gap:10px;
  font-weight:700; color:#fff; text-decoration:none;
  position:relative;
}
.section-4 .tool-card .card-cta::after{
  transition: transform .25s ease;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
}
/* .section-4 .tool-card:hover .card-cta::after{ transform: translateX(4px); } */

/* Hover animation (zoom + lift + subtle glare) */
.section-4 .tool-card::before{
  content:"";
  position:absolute;
  inset:-40% -60% auto auto;
  z-index:1;
  width:60%;
  height:140%;
  background: radial-gradient(closest-side, rgba(255,255,255,.14), transparent 70%);
  transform: rotate(12deg);
  opacity:0;
  transition:opacity .35s ease;
}
.section-4 .tool-card:hover::before{ opacity:1; }

.section-4 .tool-card{}

@media (max-width: 575.98px){
  .section-4 .tool-card{ height: 420px; }
}
/* accent color */
.section-4{ --accent:#ff2e88; }

/* card must clip inside glow */
.section-4 .tool-card{
  position:relative;
  overflow:hidden;          /* important: andar hi rahe */
  background: center/cover no-repeat var(--bg);
  height:520px;
  display:flex;
  align-items:flex-end;
  transform:translateZ(0);
  transition:transform .3s ease, background-size .3s ease;
}

/* dark/pink overlays (as before) */
.section-4 .tool-card .card-overlay{
  position:absolute; inset:0; z-index:1;
  background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.75));
}
.section-4 .col-sm-6:nth-child(even) .tool-card .card-overlay{
}

/* === INNER pink glow from bottom (appears on hover) === */
.section-4 .tool-card .card-overlay::after{
  content:"";
  position:absolute;
  left: -20%;
  right: -20%;
  bottom: -28%;                 /* thoda card ke andar se start */
  height: 135%;
  border-radius:50%;
  pointer-events:none;
  z-index:1;                   /* overlay ke upar hi */
  filter: blur(10px);
  opacity:0;
  transform: translateY(16px) scale(1.05,1);
  transition: opacity .35s ease, transform .35s ease;
  background: radial-gradient(120% 100% at 50% 100%,      rgba(233,22,110,.85) 0%,      rgba(233,22,110,.45) 35%,      rgba(233,22,110,0) 72%);
}
.section-4 .tool-card:hover .card-overlay::after{
  opacity:1;
  transform: translateY(0) scale(1,1);
}

/* even card = thoda zyada deep pink */
.section-4 .col-sm-6:nth-child(even) .tool-card .card-overlay::after{
  background:
    radial-gradient(120% 100% at 50% 100%,
      rgba(233,22,110,.85) 0%,
      rgba(233,22,110,.45) 35%,
      rgba(233,22,110,0) 72%);
}

/* content stays above overlay */
.section-4 .tool-card .inner{ position:relative; z-index:2; color:#fff; padding:22px; }

/* small lift on hover (optional) */
.section-4 .tool-card:hover{transform: translateY(-5px);background-size: 105%;}

/* mobile height tweak (optional) */
@media (max-width:575.98px){
  .section-4 .tool-card{ height:420px; }
}



.section-5{padding: 12px 0 40px 0;}

.section-5 .stat{
  display:flex;
  align-items:center;
  gap: 14px;
  justify-content: center;
  margin: auto;
}

.section-5 .stat-icon{
  width:46px; height:auto; flex:0 0 auto;
  filter: hue-rotate(0deg) saturate(1.2);
}

.section-5 .stat-number{
  font-weight:800;
  font-size: 40px;
  font-weight: 600;
  color: black;
}

.section-5 .stat-label{
  margin-top:6px;
  font-size:14px;
  color: black;
}

/* alignment tweaks on small screens */
@media (max-width:575.98px){
  .section-5 .stat{ justify-content:flex-start; }
}

.section-6{
  --accent:#ff2e88;
  position:relative;
  color:#fff;
  padding: clamp(48px, 8vw, 110px) 0;
  font-family:"DIN Pro","Raleway",Arial,sans-serif;
  overflow:hidden;
}

/* bg + color overlay */
.section-6 .bg{
  position:absolute; inset:0;
  background: center/cover no-repeat;
  background-image: var(--bg);
  z-index:0;
  filter: saturate(1.05);
}
.section-6 .overlay{
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,.55) 100%),
    radial-gradient(140% 120% at 0% 100%, rgba(255,46,136,.45) 0%, rgba(255,46,136,0) 60%);
}

/* layout */
.section-6 .container{ position:relative; z-index:2; }
.section-6 .left-col .title{
  font-weight: 700;
  text-transform:uppercase;
  line-height:1.05;
  margin:0 0 18px;
  letter-spacing:.02em;
  font-size: clamp(28px, 4.4vw, 48px);
}
.section-6 .nav-wrap{display:flex;gap:10px;}
.section-6 .t-arrow{
  width:46px;
  height:46px;
  border:0;
  display:grid;
  place-items:center;
  cursor:pointer;
  background:#fff;
  color:#111;
  font-weight:800;
  box-shadow:0 6px 16px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  font-size: 20px;
}
.section-6 .t-arrow.pink{background:var(--accent);color:#fff;}
.section-6 .t-arrow:hover{ transform:translateY(-2px); box-shadow:0 10px 22px rgba(0,0,0,.28); }

/* slider panel */
.section-6 .t-card{ padding: 10px; }
.section-6 .panel{
  position:relative;
  margin-left: clamp(0px, 6vw, 80px);
  padding: clamp(18px, 3vw, 26px) clamp(20px, 3.6vw, 34px);
  background: rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.7);
  border-radius:6px;
  backdrop-filter: blur(2px);
  min-height: 210px;
}

/* quote marks */
.section-6 .panel::after{
  position:absolute;
  right: 28px;
  top: 2px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 44px;
}

/* text */
.section-6 .t-head{ font-weight:700; margin-bottom:8px; }
.section-6 .rating{ color:#ffbf00; margin:2px 0 10px; font-size:16px; }
.section-6 .t-text{ margin:0; line-height:1.7; color:#f2f2f2; }

/* slick basics */
.section-6 .testi-slider .slick-slide{ outline:0; }
.section-6 .testi-slider .slick-list{ overflow:visible; }

/* panel motion on active */
.section-6 .testi-slider .slick-current .panel{
  transform: translateY(0px);
  box-shadow: 0 20px 40px -18px rgba(0,0,0,.55);
  transition: transform .35s ease, box-shadow .35s ease;
}

/* responsive spacing */
@media (max-width: 991.98px){
  .section-6 .panel{ margin-left: 0; }
  .section-6 .left-col{ text-align:left; }
}

/* slider safety: slick init na ho to only first card */
.section-6 .testi-slider:not(.slick-initialized) > .t-card { display:none; }
.section-6 .testi-slider:not(.slick-initialized) > .t-card:first-child { display:block; }

/* optional: ensure track/list clipping */
.section-6 .testi-slider { overflow: hidden; }
.section-6 .testi-slider .slick-slide { outline: 0; }

/* make sure slider has space and slides are visible */
.section-6 .testi-slider { position: relative; min-height: 220px; }
.section-6 .testi-slider .slick-list { overflow: visible; }
.section-6 .testi-slider .slick-slide { outline: 0; height: auto; }

/* panel styling stays on top */
.section-6 .panel { position: relative; z-index: 2; }

/* (optional) when fading, hide backface flicker on Safari */
.section-6 .slick-slide,
.section-6 .slick-slide * { -webkit-backface-visibility: hidden; backface-visibility: hidden; }


/* ===== OUR CLIENTS ===== */
.section-clients{
  color:#111;
  padding: 50px 0 20px 0;
  font-family:"DIN Pro","Raleway",Arial,sans-serif;
}

.section-clients .clients-title h2{
  text-align:center;
  font-weight: 700;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin:0 0 28px;
  font-size:clamp(24px,4.5vw,38px);
  position:relative;
}
.section-clients .clients-title::after{
  content:"";
  width:120px; height:3px; background:#111;
  position:absolute; left:50%; transform:translateX(-50%);
  bottom:-10px;
}

/* grid */
.section-clients .client-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;                         /* only divider lines, no gaps */
  margin-top:34px;
}

.section-clients .cell{
  display:flex;
  align-items:center;
  justify-content: center;
  gap:14px;
  padding: clamp(22px,3vw,34px);
  border-right: 2px solid #2a2a2a;
  /* border-bottom: 2px solid #2a2a2a; */
  min-height: 143px;
}

/* remove last column/row borders */
.section-clients .cell:nth-child(3n){ border-right:0; }
.section-clients .cell:nth-last-child(-n+3){ border-bottom:0; }

/* logo + name */
.section-clients .logo{
  width: 48%;
  object-fit: cover;
}
.section-clients .cell span{
  font-weight:700; font-size:clamp(16px,1.2vw + 8px,20px);
}
.section-clients .cell .pink{ color:var(--accent); }

/* hover touch */
.section-clients .cell:hover{
}
.section-clients .cell:hover .logo{
  transform:translateY(-2px);
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.12));
  transition:.25s ease;
}

/* responsive: 2 columns on small */
@media (max-width: 767.98px){
  .section-clients .client-grid{ grid-template-columns:repeat(2,1fr); }
  .section-clients .cell:nth-child(3n){ border-right:1px solid #2a2a2a; }   /* reset */
  .section-clients .cell:nth-child(2n){ border-right:0; }                    /* last col */
  .section-clients .cell:nth-last-child(-n+2){ border-bottom:0; }            /* last row */
}

/* xs: single column */
@media (max-width: 480px){
  .section-clients .client-grid{ grid-template-columns:1fr; }
  .section-clients .cell{ border-right:0; }
  .section-clients .cell:last-child{ border-bottom:0; }
}
.section-clients .clients-title h2 span {
    position: relative;
}

.section-clients .clients-title h2 span::after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: -2px;
    width: 95%;
    height: 3px;
    background: #EE3E80;
}

/* ===== Contact Section ===== */
.section-7{
  
background:#fff;
  
color:#111;
  
padding: 70px 0 70px 0;
}

/* Form controls */
.section-7 .form-control,
.section-7 .form-select{
  background:#f3f3f3;
  border:1px solid #e6e6e6;
  border-radius:4px;
  height:48px;
  padding:12px 14px;
  font-size:14px;
  color:#111;
  outline:none;
  box-shadow:none;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.section-7 .form-control::placeholder{ color:#6b6b6b; }
.section-7 .form-control:focus,
.section-7 .form-select:focus{
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255,46,136,.12);
  background:#fff;
}

/* Textarea height + same look */
.section-7 .textarea{
  height:auto;
  min-height:130px;
  resize: vertical;
}

/* Custom select chevron */
.section-7 .select-wrap{ position:relative; }
.section-7 .select-wrap::after{
  content:"";
  position:absolute;
  right: 34px;
  top: 47%;
  width:8px;
  height:8px;
  border-right:2px solid #111;
  border-bottom:2px solid #111;
  transform: translateY(-60%) rotate(45deg);
  pointer-events:none;
}

/* Submit button full width */
.section-7 .btn-submit{
  width:100%;
  height:48px;
  border:0;
  border-radius:4px;
  background:var(--accent);
  color:#fff;
  font-weight:700;
  letter-spacing:.02em;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  background-color: #FF4A97;
}
.section-7 .btn-submit:hover{
  background:#ff4a97;
  transform: translateY(-1px);
  box-shadow:0 8px 18px rgba(255,46,136,.25);
}

/* Illustration */
.section-7 .contact-figure{
  text-align:center;
}
.section-7 .contact-figure img{
  max-width:100%;
  height:auto;
  display:inline-block;
}

/* Small tweaks */
.section-7 .visually-hidden{
  position:absolute !important;
  height:1px; width:1px;
  overflow:hidden; clip:rect(1px,1px,1px,1px);
  white-space:nowrap;
}

/* Stack nicely on small screens */
@media (max-width: 991.98px){
  .section-7 .contact-figure{ margin-top:18px; }
}

/* ===== Section-7 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ Hover Animation for Illustration ===== */

/* container for effects */
.section-7 .contact-figure{
  position: relative;
  overflow: visible;
  perspective: 800px;
}

/* image: only reveal on load (no idle wiggle) */
.section-7 .contact-figure img{
  display:inline-block;
  transform-origin: 50% 80%;
  animation: cf-reveal .45s ease-out both;
}

/* floor shadow (inside container) */
.section-7 .contact-figure::after{
  content:"";
  position:absolute;
  left: 12%; right: 12%; bottom: 4%;
  height: 18px; border-radius: 50%;
  pointer-events:none;
  background: radial-gradient(50% 100% at 50% 0,
              rgba(0,0,0,.32) 0%, rgba(0,0,0,0) 70%);
  filter: blur(6px);
  opacity:.45;
  transition: opacity .35s ease, filter .35s ease, transform .35s ease;
}

/* shine sweep layer (runs on hover) */
.section-7 .contact-figure::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(120deg,
              rgba(255,255,255,0) 20%,
              rgba(255,255,255,.65) 50%,
              rgba(255,255,255,0) 80%);
  mix-blend-mode: screen;
  transform: translateX(-120%) rotate(12deg);
  opacity:0; pointer-events:none;
}

/* HOVER EFFECTS */
.section-7 .contact-figure:hover img{
  animation: cf-pop .7s cubic-bezier(.2,.7,.2,1) both;
  filter: drop-shadow(0 18px 36px rgba(255,46,136,.28));
}
.section-7 .contact-figure:hover::after{
  opacity:.65; filter: blur(8px);
  transform: translateY(2px) scaleX(.92);
}
.section-7 .contact-figure:hover::before{
  opacity:1;
  animation: cf-shine 1s ease-out forwards;
}

/* Keyframes */
@keyframes cf-reveal{
  from{opacity:0; transform: translateY(16px) scale(.98) rotateZ(1deg); filter: blur(1px)}
  to  {opacity:1; transform: translateY(0)   scale(1)    rotateZ(0);   filter: blur(0)}
}

@keyframes cf-pop{
  0%   { transform: translateY(0)    rotateZ(0)    rotateX(0)    scale(1) }
  40%  { transform: translateY(-18px) rotateZ(-2deg) rotateX(2deg) scale(1.04) }
  70%  { transform: translateY(4px)   rotateZ(.6deg) rotateX(0)    scale(.995) }
  100% { transform: translateY(0)    rotateZ(0)    rotateX(0)    scale(1) }
}

@keyframes cf-shine{
  to { transform: translateX(120%) rotate(12deg); opacity:0; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .section-7 .contact-figure img{ animation:none; }
  .section-7 .contact-figure::before{ display:none; }
}


.site-footer{
  background:black;
  color: #dcdcdc;
  padding-bottom: 8px;
  padding-top: 41px;
}

/* headings */
.site-footer .foot-h{
  color: white;
  font-weight:800;
  letter-spacing:.04em;
  margin-bottom:12px;
  font-size: 15px;
}

/* lists */
.site-footer .foot-list{ list-style:none; padding:0; margin:0; }
.site-footer .foot-list li{ margin:8px 0; }
.site-footer .foot-list a{
  color:#c9c9c9;
  text-decoration:none;
  text-transform: capitalize;
}
.site-footer .foot-list a:hover{ color:#fff; }

/* social */
.site-footer .foot-social{ display:flex; gap:10px; }
.site-footer .foot-social a{
  width:36px; height:36px; display:grid; place-items:center;
  border-radius:50%;
  background:#ff2e88; color:#fff;
  text-decoration:none; font-size:14px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.site-footer .foot-social a:hover{
  transform: translateY(-2px);
  box-shadow:0 8px 18px rgba(255,46,136,.35);
}

/* right column */
.site-footer .brand-col{
  border-left:1px solid rgba(255,255,255,.18);
}
@media (max-width:991.98px){
  .site-footer .brand-col{ border-left:0; border-top:1px solid rgba(255,255,255,.18); padding-top:20px; }
}
.site-footer .brand-card{ padding-left:24px; }
@media (max-width:991.98px){ .site-footer .brand-card{ padding-left:0; } }

.site-footer .brand-logo{ height:44px; width:auto; margin-bottom:12px; }
.site-footer .contact{ list-style:none; padding:0; margin:0 0 14px; }
.site-footer .contact li{ margin:6px 0; }
.site-footer .contact a{ color:#fff; text-decoration:none; }
.site-footer .contact a:hover{ color:#ffbcd6; }

/* button */
.site-footer .btn-foot{
  display:inline-block;
  background:#fff;
  color:#111;
  font-weight:700;
  font-size:14px;
  padding:10px 16px;
  text-decoration:none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.site-footer .btn-foot:hover{
  background: white;
  color: black;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(255,46,136,.25);
}

/* separator + copyright */
.site-footer .foot-rule{
  border-color: rgba(255,255,255,.25);
  margin: 24px 0 10px;
}
.site-footer .copy{ color:#bfbfbf; }
.section-7 .col-12.col-md-6 {
    padding: 0;
    padding-right: 12px;
}
.section-7 .col-12 {padding-left: 1px;}
headerinner {
    padding: 0 !important;
}

.breadcrumbs li a {
    color: white;
    font-size: 15px;
}

.breadcrumbs li strong {
    color: white;
    font-weight: 500;
    font-size: 15px;
}
headerinner .banner-featured img {
    width: 80%;
    display: flex;
    justify-content: end;
    align-items: end;
    margin: auto;
}
section.about-1 {
    padding: 60px 0 50px 0;
}

section.about-1 .bout h2 {
    color: black;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}

section.about-1 .bout p {
    color: black;
    font-size: 16px;
}

section.about-1 .desc h3 {
    margin: 0;
    color: black;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

section.about-1 .desc ul {
    margin: 0;
}

section.about-1 .desc ul li {
    font-size: 16px;
    line-height: 29px;
    color: black;
    font-weight: 500;
}

section.about-1 .core img {
    width: 100%;
}
section.about-1 .core{
  position: relative;
  overflow: hidden;        
        
}

.core::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(0deg, #ee3e808c 0%, rgba(238, 62, 128, 0.85) 25%, rgba(136, 35, 73, 0.35) 67%, rgba(136, 35, 73, 0) 80%);
}

section.about-2 {
    padding: 19px 0 50px 0;
}

section.about-2 .value h3 {
    color: black;
    text-align: center;
    font-size: 39px;
    font-weight: 600;
    text-transform: uppercase;
}

section.about-2 .value p {
    text-align: center;
    width: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 26px;
    font-size: 16px;
}

.about-3 { padding: 60px 0; }

.about-card {
  position: relative;
  min-height: 360px;
  padding: 90px 40px 24px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-size: cover;
  background-position: center;
  isolation: isolate;
  transition: transform .25s ease;
}
.about-card:hover { transform: translateY(-4px); }

.about-card::before {
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:-1;
}
.about-card::after {
  content:"";
  position:absolute;
  inset:0;
  background: #EE3E80;
  mix-blend-mode:multiply;
  opacity:0;
  transition:opacity .25s ease;
  z-index:-1;
}
.about-card:hover::after {opacity: .9;}

.about-icon-img {
  position:absolute;
  top: 18px;
  left: 0;
  width: 54px;
  height: 94px;
  object-fit:contain;
  filter:brightness(0) invert(1);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.about-card h3 {font-size:18px;font-weight:700;margin: 36px 0 6px;text-align: center;}
.about-card p  {font-size:14px;line-height:1.6;color:#eee;display: flex;justify-content: center;align-items: center;margin: auto;text-align: center;margin-top: 3px;}

.about-3 .col-md-4 {
    padding: 0;
    border-right: 2px solid white;
}
body {
    overflow-x: hidden !important;
}

section.about-4 {
    padding: 10px 0 71px 0;
}

section.about-4 .anchor p {
    color: black;
    text-align: center;
    font-size: 16px;
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 33px !important;
}

section.about-4 .promise img {
    width: 100%;
    height: 406px;
    object-fit: cover;
}

section.about-4 .acend h2 {
    font-size: 50px;
    font-weight: 600;
    color: black;
    margin-top: 0;
}

section.about-4 .acend p {
    color: black;
    line-height: 26px;
    font-size: 16px;
}

section.about-4 .promise {
    position: relative;
    overflow: hidden;
}

section.about-4 .promise::After {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, #ee3e8052 0%, rgb(238 62 128 / 48%) 0%, rgba(136, 35, 73, 0.35) 67%, rgba(136, 35, 73, 0) 86%);
}

section.about-5 .memberslider {
    position: relative;
}

section.about-5 .teaminfo h3 {
    color: #EE3E80;
    font-size: 25px;
    margin: 0;
}

section.about-5 .teaminfo h2 {font-size: 13px;color: #EE3E80;margin-top: 10px;}

section.about-5 .teaminfo {
    right: 0;
    padding: 16px;
    width: 73%;
    background: black;
    transition: .2s;
    overflow: visible;
    position: relative;
    left: 0;
    bottom: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: block;
}


section.about-5 {
    padding: 0 0 30px 0;
}

section.about-5 .teaminfo:hover {
    background-color: #EE3E80;
    transition: .2s;
}

section.about-5 .teaminfo:hover h3, section.about-5 .teaminfo:hover h2 {
    color: black;
}

section.about-5 .teaming img {
    width: 100%;
    object-fit: cover;
    height: 319px;
}
section.about-5 .teaming {
    margin-left: 16px;
}
/* Sirf .memberslider slider par arrows ka control */
.memberslider .slick-prev:before,
.memberslider .slick-next:before {
    content: "" !important; /* prev/next text hat gaya */
}

.memberslider .slick-prev i,
.memberslider .slick-next i {
    font-size: 20px;
    color: black; /* icon ka color */
}

.memberslider .slick-prev,
.memberslider .slick-next {
    background: none;
    border: none;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
}

.memberslider .slick-prev {
    left: -53px; /* adjust karo */
    color: white;
}

.memberslider .slick-next {
    right: -19px;
}


.memberslider .slick-prev,
.memberslider .slick-next {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 14px;
    color: black;
    font-weight: 600;
}
section.about-6 {
    background-color: #E9E9E9;
    padding: 50px 0 50px 0;
}

section.about-6 .beyond h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 28px;
    font-size: clamp(24px, 4.5vw, 38px);
    position: relative;
    color: black;
}

section.about-6 .beyond h2 span {
    position: relative;
}

section.about-6 .beyond h2 span::after {content: "";position: absolute;left: 7px;bottom: -2px;width: 95%;height: 3px;background: #EE3E80;}

section.about-6 .beyond p {
    color: black;
    font-size: 16px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
    text-align:center;
}

section.about-6 .jaul h1 {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(24px, 4.5vw, 38px);
}

section.about-6 .jaul p {
    color: black;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

section.about-6 .jaul ul {
    margin: 0;
    padding-bottom: 14px;
}

section.about-6 .jaul ul li {
    font-size: 15px;
    color: black;
    line-height: 29px;
}

section.about-6 .jaul a {
    background-color: #EE3E80;
    color: black;
    padding: 13px 36px;
    font-size: 16px;
    font-weight: 600;
}

section.about-6 .lead img {
    width: 100%;
    object-fit: cover;
}

section.about-6 .lead {
    position: relative;
    overflow: hidden;
}

section.about-6 .lead::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, #ee3e8052 0%, rgb(238 62 128 / 48%) 0%, rgba(136, 35, 73, 0.35) 67%, rgba(136, 35, 73, 0) 86%);
} 

section.about-7 {
    padding: 50px 0 50px 0;
}

section.about-7 .youth h2 {
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 28px;
    color: black;
    font-size: clamp(24px, 4.5vw, 38px);
}


section.about-7 .youth p {
    color: black;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

section.about-7 .youth ul {
    margin: 0;
    padding-bottom: 14px;
}

section.about-7 .youth ul li {
    font-size: 15px;
    color: black;
    line-height: 29px;
}

section.about-7 .youth a {
    background-color: #EE3E80;
    color: white;
    padding: 13px 21px;
    font-size: 16px;
    font-weight: 600;
}

section.service-1 {
    padding: 50px 0 40px 0;
}

section.service-1 .shape h2 {
    color: black;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
}

section.service-1 .shape h2 span {
    position: relative;
}

section.service-1 .shape h2 span::after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: -8px;
    width: 95%;
    height: 3px;
    background: #EE3E80;
}

section.service-1 .shape p {
    color: black;
    font-size: 16px;
    width: 91%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: auto !important;
    text-align: center;
    margin-top: 25px !IMPORTANT;
}

section.service-2 {
    padding: 30px 0 40px 0;
}

section.service-2 .purpose h2 {
    color: black;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

section.service-2 .purpose p {
    color: black;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 20px;
}

section.service-2 .strat img {
    width: 100%;
    object-fit: cover;
    height: 461px;
}

section.service-2 .strat {
    position: relative;
    overflow: hidden;
}

section.service-2 .strat::After {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, #ee3e8052 0%, rgb(238 62 128 / 48%) 0%, rgba(136, 35, 73, 0.35) 67%, rgba(136, 35, 73, 0) 86%);
}

section.service-3 {
    padding: 0 0 40px 0;
}

service .ship h2 {
    text-align: center;
}

.service-3 .ship h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 28px;
    font-size: clamp(24px, 4.5vw, 38px);
    position: relative;
    color: black;
}

.service-3 .ship p {
    color: black;
    font-size: 16px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 9px;
    text-align: center;
}

.service-3 .ship h2 span {
    position: relative;
    overflow: hidden;
}

.service-3 .ship h2 span::After {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 0px;
    width: 95%;
    height: 3px;
    background: #EE3E80;
}

/* scope everything to service-4 */
.service-4 { padding: 40px 0; }
.service-4 .row > [class*="col-"] {padding: 0;border: 1px solid white;}   /* no gaps like mock */

/* card */
.service-4 .service-card{
  position: relative;
  min-height: 362px;
  padding: 48px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  isolation: isolate;
  filter: grayscale(100%);                /* B/W base */
  transition: filter .25s ease;
}
.service-4 .service-card:hover{ filter: grayscale(0%); }

/* dark base overlay */
.service-4 .service-card::before{
  content:"";
  position:absolute; inset:0;
  background: rgba(0,0,0,.55);
  z-index:-1;
}

/* pink overlay (hidden by default) */
.service-4 .service-card::after{
  content:"";
  position:absolute; inset:0;
  background:#e10074;
  mix-blend-mode:multiply;
  opacity:0;
  transition:opacity .25s ease;
  z-index:-1;
}

/* show pink on hover for all */
.service-4 .service-card:hover::after{ opacity:.9; }
/* center tile pink by default */
.service-4 .service-card.is-highlight::after{ opacity:.9; }

/* content */
.service-4 .service-icon{
  width: 82px;
  height: 72px;
  object-fit:contain;
  filter:brightness(0) invert(1);
  margin-bottom:8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.service-4 h3{
  font-size:18px;
  font-weight: 600;
  line-height:1.3;
  margin:0;
  text-transform: uppercase;
  text-align: center;
}
.service-4 p{
  font-size:14px;
  color:#e6e6e6;
  margin:8px 0 0;
  text-align: center;
}

/* responsive heights (optional) */
@media (max-width: 991.98px){ .service-4 .service-card{ min-height:300px; } }
@media (max-width: 575.98px){ .service-4 .service-card{ min-height:260px; padding:22px; } }

section.service-5 .build p {
    color: black;
    font-size: 16px;
    width: 63%;
}

section.service-5 .build p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 47px;
}

section.service-5 .cange h2 {
    color: black;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

section.service-5 .cange p {
    color: black;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 20px;
}

section.service-5 .people {
    position: relative;
    overflow: hidden;
}

section.service-5 .people::After {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, #ee3e8052 0%, rgb(238 62 128 / 48%) 0%, rgba(136, 35, 73, 0.35) 67%, rgba(136, 35, 73, 0) 86%);
}
section.service-5.boot {
    padding: 70px 0 70px 0;
}
section.service-5 .cange ul {
    margin: 0;
}

section.service-5 .cange ul li {
    font-size: 15px;
    color: black;
    line-height: 33px;
}
section.tool1 {
    padding: 30px 0 20px 0;
}

section.tool1 .fen h2 {
    color: black;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}

section.tool1 .fen p {
    color: black;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

section.tool1 .action {
    position: relative;
    overflow: hidden;
}

section.tool1 .action img {
    width: 100%;
}

section.tool1 .action::After {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, #ee3e8052 0%, rgb(238 62 128 / 48%) 0%, rgba(136, 35, 73, 0.35) 67%, rgba(136, 35, 73, 0) 86%);
}
section.tool2 {
    padding: 40px 0 6px 0;
}

section.tool2 .science h2 {
    color: black;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
}

section.tool2 .science h2 span {
    position: relative;
    overflow: hidden;
}

.science {}

section.tool2 .science h2 span::after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: -2px;
    width: 98%;
    height: 3px;
    background: #EE3E80;
}

section.tool2 .science p {
    width: 72%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-top: 31px !important;
    font-size: 16px;
    color: black;
}
section.tool3 {
    padding-top: 0;
    padding-bottom: 32px;
}

.tool-4 {padding: 20px 0 51px 0;}
.tool-4 .tool-list { display:flex; flex-direction:column; gap:28px; }

/* each item row */
.tool-4 .tool-item{
  display:flex;
  align-items:flex-start;
  border-bottom: 2px solid #000000;
  padding-bottom:18px;
}
.tool-4 .tool-item:last-child{ border-bottom:0; }

/* number circle */
.tool-4 .num{
  flex:0 0 50px;
  height:50px;
  border-radius:50%;
  background:#ff2e83;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 600;
  font-size: 21px;
  margin-right:16px;
}

/* text */
.tool-4 .content{ flex:1; }
.tool-4 .content h4{
  font-size: 20px;
  font-weight: 600;
  margin:0 0 6px;
}
.tool-4 .content p{
  font-size: 14px;
  color: black;
  margin:0;
}

/* icon */
.tool-4 .icon{
  flex:0 0 40px;
  margin-left:16px;
  margin-top: 21px;
}
.tool-4 .icon img{
    max-width: 60px;
}

/* right image */
.tool-4 .tool-img img{
  width:100%;
  object-fit:cover;
}
.tool-4 .tool-img {
    position: relative;
    overflow: hidden;
}

.tool-4 .tool-img::After {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, #ee3e8052 0%, rgb(238 62 128 / 48%) 0%, rgba(136, 35, 73, 0.35) 67%, rgba(136, 35, 73, 0) 86%);
}
.tool-4 .local p {
    font-size: 16px;
    color: black;
    width: 106%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-top: 31px;
}

/* ===== career1 ===== */
.career1{
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 0 60px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 60px;
  background-attachment: fixed;
}
.career1 .overlay{
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(0deg, #65656552 0%, rgb(21 20 21 / 48%) 0%, rgba(136, 35, 73, 0.35) 67%, rgba(136, 35, 73, 0) 86%);
}
.career1 .container{ position: relative; z-index: 1; }


/* feature items */
.career1-features .col-md-4{
  position: relative;
  text-align: center;
  padding: 0 24px;
}
.career1-item{
  display:flex;
  flex-direction: column;
  align-items:center;
  gap:16px;
  margin-top: 70px;
}
.career1-item p{
  margin:0;
  font-size: 16px;
  line-height: 1.5;
  max-width: 291px;
}

/* vertical divider on middle column (desktop) */
@media (min-width: 992px){
  .career1-item.with-divider{
    border-left: 1px solid rgb(255 255 255);
    border-right: 1px solid rgb(255 255 255);
    padding: 0 24px;
  }
}

/* icon card */
.icon-box{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 211px;
}
.icon-box img{
  width: 96px;
  height: 96px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* responsive tweaks */
@media (max-width: 991.98px){
  .career1{ padding: 56px 0 64px; }
  .career1-title{ font-size: 26px; margin-bottom: 28px; }
  .career1-item.with-divider{ border: none; }
  .career1-features .col-md-4{ margin-bottom: 26px; }
}

section.career3 .fen ul {
    margin: 0;
}

section.career3 .fen ul li {
    color: black;
    font-size: 15px;
    line-height: 25px;
}

/* ===== contact-1 ===== */
.contact-1 {padding: 50px 0 10px 0;}

.contact-1 .c1-title{
  text-align:center;
  font-weight: 600;
  font-size:40px;
  letter-spacing:.5px;
  margin:0 0 10px;
  text-transform:uppercase;
  color: black;
}
.contact-1 .c1-sub{
  text-align:center;
  margin:0 auto 36px;
  color: black;
  line-height:1.6;
  width: 50%;
  font-size: 16px;
}

/* cards */
.contact-1 .c1-card{
  padding: 24px 24px;
  text-align:center;
  color:#fff;
  position:relative;
  overflow:hidden;
  height: 99%;
}
.c1-dark{ background:#000; }
.c1-pink{ background:#e10074; }

/* icon circle */
.contact-1 .c1-icon{
  width:96px; height:96px; border-radius:50%;
  margin:0 auto 18px; display:flex; align-items:center; justify-content:center;
}
.c1-icon-pink{ background:#ff2e83; }
.c1-icon-dark{ background:#111; }

.contact-1 .c1-icon img{width:44px;height:44px;object-fit:contain;}

/* headings + text */
.contact-1 h5{ font-size:18px; font-weight:800; margin:6px 0 6px; }
.contact-1 p{ margin:0; color:#e8e8e8; }
.contact-1 a{ color:inherit; text-decoration:none; }
.contact-1 a:hover{ text-decoration:underline; }

/* subtle hover lift */
.contact-1 .c1-card{transition: transform .25s ease, box-shadow .25s ease;}
.contact-1 .c1-card:hover{ transform: translateY(-4px); box-shadow:0 10px 30px rgba(0,0,0,.25); }

/* spacing on small screens */
@media (max-width: 575.98px){
  .contact-1 .c1-title{ font-size:28px; }
}
.contact-1 .c1-icon i {
    font-size: 42px;
}

.resource-1 { padding: 60px 0; }

/* Tabs */
.resource-tabs {
  display:flex; justify-content:center;
  gap:10px; margin-bottom:30px;
}
.resource-tabs .tab{
  padding:8px 22px;
  border:1px solid #e10074;
  background:#fff; color:#000;
  font-weight:600; cursor:pointer;
  transition: all .25s ease;
}
.resource-tabs .tab.active,
.resource-tabs .tab:hover{
  background:#e10074; color:#fff;
}

/* Cards */
.resource-card{
  display:block;
  background:#fff;
  text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease;
}
.resource-card img{ width:100%; height:220px; object-fit:cover; }
.resource-card h5{
  font-size: 17px;
  font-weight:600;
  color:#000;
  padding:12px;
  margin:0;
  border: 2px solid black;
  border-top: 0;
  line-height: 21px;
  height: 91px;
}
.resource-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}

/* Load Button */
.load-btn{
  background:#e10074; color:#fff;
  border:0; padding:10px 30px;
  font-weight:600; cursor:pointer;
  border-radius:2px;
  transition:background .25s;
}
.load-btn:hover{ background:#c90062; }

/* Hidden items */
.hidden{ display:none; }

header .menu ul li.current-menu-item > a::after {
    width: 100%;
}
.section-7 .us h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 28px;
    font-size: clamp(24px, 4.5vw, 38px);
    position: relative;
}


.section-7 .us h2 span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #EE3E80;
    right: 256px;
}
section.about-7 .this img {
    width: 100%;
    height: 778px;
    object-fit: cover;
}
section.tool1 .ascend h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 48px;
    font-size: clamp(24px, 4.5vw, 38px);
}
.single-resources .banner-featured {
    display: none;
}

.single-resources .inner-banner h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !IMPORTANT;
    font-size: 52px;
    width: 100%;
    font-weight: 600;
}

.single-resources .col-md-7 {
    display: none;
}

.single-resources .row.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.single-resource {
    padding: 50px 0 50px 0;
}

.single-resource .resource-header h1 {
    font-size: 41px;
    font-weight: 600;
    text-transform: uppercase;
    color: #EF2B7F;
}
.single-resource .ben {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-resource .ben a {
    background-color: #EE3E80;
    color: white;
    padding: 13px 27px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 40px;
}
.single-resources .bull {display: none;}

.single-resource .resource-content p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

.single-resource .resource-content h3,h2,h4,h5,h6,h1 {
    color: black;
    font-weight: 600;
}

.single-resource .resource-content ul li {
    font-size: 15px;
    line-height: 33px;
}






.custom-slick-wrapper{
  width:80%;
  margin:0 auto;
  position:relative;
}

/* remove all borders from items */
.custom-slide-item{
  display:flex !important;
  justify-content:center;
  align-items:center;
  text-align:center;
  height:200px;
}
.custom-slide-item img{width: 92%;}

/* draw only the grid lines */
.custom-slick-wrapper::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  /* 4 columns => verticals at 25%, 50%, 75% | 2 rows => horizontal at 50%  */
  background:
    /* middle horizontal line */
    linear-gradient(#000 0 0) 0 50% / 100% 2px no-repeat,
    /* vertical lines */
    linear-gradient(#000 0 0) 25% 0 / 2px 100% no-repeat,
    linear-gradient(#000 0 0) 50% 0 / 2px 100% no-repeat,
    linear-gradient(#000 0 0) 75% 0 / 2px 100% no-repeat;
}

section.service-5.boot .people img {
    height: 391px;
    width: 100%;
}
section.career-0 .action img {
    width: 100%;
}
.career1 .career1-title h2 {
    color: white;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
}

.career1 .career1-title h2 span {
    position: relative;
}

.career1 .career1-title h2 span::after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: -5px;
    width: 95%;
    height: 2px;
    background: white;
}

section.map .col-md-12 {
    padding: 0;
    margin: 0;
}

section.map p {
    margin: 0;
    margin-bottom: -6px;
}

.custom-slick-wrapper .custom-slide-item{
  display:flex; align-items:center; justify-content:center; padding:16px;
}
.custom-slick-wrapper .logo{
  max-width:100%;
  max-height: 80px;
  object-fit:contain;
  display:block;
}


.col-12.col-lg-6.contact-form br {
    display: none;
}

select#cf-service {
    width: 98% !important;
}

.section-7 .textarea {
    width: 98%;
}









/* ===== Team Modal (standalone, slider se independent) ===== */
.team-modal {
  position: fixed;
  inset: 0;
  display: none;              /* hidden by default */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.6);
  z-index: 9999;
  padding: 24px;
}
.team-modal.is-open { display: flex; }

.team-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  padding: 10px 0 10px 0;
}

.team-modal__body { padding: 28px; }

.team-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 32px;
  line-height: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #333;
}

.team-modal-photo {
  width: 100%;
  border-radius: 50%;
  display: block;
  border: 3px solid black;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.team-modal-title {
  font-weight: 700;
  color: black;
  font-family: 'DIN Pro';
  font-size: 40px;
  text-align: center;
  margin: 10px 0px 0 0px;
  text-transform: uppercase;
}

.team-modal-designation {
  margin: 0 0 14px;
  font-weight: 400;
  color: black;
  font-family: 'DIN Pro';
  font-size: 16px;
  text-align: center;
  text-transform:uppercase;
}

/* optional: small designation under card title */
.team-designation-small {
  margin: 6px 0 0;
  font-size: 14px;
  color: white;
  text-align: center;
}

/* content spacing */
.team-modal-content p {margin-bottom: 12px;color: black;line-height: 27px;text-align: justify;}

section.about-5 .teaminfo h3 a {
    color: white;
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 17px;
}
@supports not (aspect-ratio: 1/1){
  .team-modal-avatar{ position: relative; padding-top: 100%; }
  .team-modal-avatar .team-modal-photo{ position:absolute; inset:0; }
}

.inner-banner {
    padding: 120px 0 !important;
}

.site-footer .foot-list .menu-footer-menu-container li {
    list-style: none;
    padding: 0;
}

ul#menu-footer-menu {
    padding: 0;
}

.site-footer .foot-list ul#menu-services-menu {
    margin: 0;
    padding: 0;
}

.site-footer .foot-list ul#menu-services-menu li {
    list-style: none;
}

section.about-6 .jaul .best {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about-7 .youth .ben {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-box img:hover {
    transform: scale(1.1);
}
.tool-card {
  cursor: pointer;
}
section.about-6 .lead img.boom {
    margin-top: 40px;
}
section.about-6 .ben {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lead-boom img.boom {
    margin-top: 20px;
}


.inner-banner.resource-banner {
  position: relative;
  height: 441px !important;
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: black; /* ðŸ‘ˆ white area black ho gaya */
}

.inner-banner.resource-banner img {
  width: auto;
  height: 100%;
  object-fit: contain; /* image poori dikhe center me */
  display: block;
}

.single-resources headerinner {background-color: black;padding: 30px 0 30px 0 !important;}

.service-4 .bull p {
    width: 51%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
}


.section-clients .clients-title p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 16px;
    width: 59%;
}