
@media screen and (max-width:700px){
	body {background: #ffffff;
    overflow-x: hidden;
}
		/*scroll bar*/
	/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
	
	
.mobile {display:block;}
.desktop {display:none;}
	
	.hero {
    
    background: #0f1a2b;
}
	.goog-te-gadget .goog-te-combo {
           margin: 5px 10px !important;
    padding: 6px;
    border: 0px solid #2196f3;
    color: white;
    border-radius: 4px;
    font-size: 17px;
    display: inline-block;
    width: fit-content;
    background: linear-gradient(45deg, #2196f3 83%, #ff5722 64%);
}
	
	/* ---- MOBILE SIDEBAR ---- */
	.header {
	    width: 82% !important;
	    background: #ffffff !important;
	    color: #1a1a2e !important;
	    display: block !important;
	    position: fixed !important;
	    top: 0 !important;
	    left: -600px;
	    z-index: 30 !important;
	    height: 100% !important;
	    overflow-y: auto !important;
	    box-shadow: 4px 0 30px rgba(18,132,223,0.18) !important;
	    border-right: 1px solid #e8f4fd !important;
	    border-bottom: none !important;
	    transition: left 0.3s ease !important;
	}

	/* Sidebar top logo area - gradient banner */
	.header .head_cont:first-child {
	    background: linear-gradient(135deg, #1284df 0%, #0a72cc 100%);
	    padding: 24px 20px 20px;
	    margin: 0;
	}

	.header .head_cont .head_logo img {
	    width: 110px;
	    filter: brightness(0) invert(1);
	    margin: 0;
	    display: block;
	}

	/* Search bar area */
	.header .head_cont:nth-child(2) {
	    background: #f5fbff;
	    padding: 12px 16px;
	    border-bottom: 1px solid #e8f4fd;
	    margin: 0;
	}

	.header .head_cont .search_bar {
	    border: 1.5px solid #cce4f8;
	    background: #ffffff;
	    border-radius: 30px;
	    padding: 2px 8px 2px 8px;
	    margin: 0;
	    width: 100%;
	    box-sizing: border-box;
	}

	.header .head_cont .search_bar input {
	    font-size: 14px;
	    width: 80%;
	}

	/* Nav items container */
	.header .head_cont:nth-child(3) {
	    padding: 8px 0 20px;
	    margin: 0;
	}

	.header .head_cont {
	    display: block;
	    margin: 0;
	    width: -webkit-fill-available;
	}

	/* Each nav link */
	.header .head_cont .head_text {
	    display: flex;
	    align-items: center;
	    gap: 12px;
	    padding: 14px 22px;
	    font-size: 15px;
	    width: 100%;
	    text-align: left;
	    color: #1a1a2e;
	    border-left: 3px solid transparent;
	    border-bottom: 1px solid #f3f4f6;
	    box-sizing: border-box;
	    font-weight: 500;
	}

	.header .head_cont .head_text:hover,
	.header .head_cont .head_text:active {
	    background: #f0f8ff;
	    border-left: 3px solid #1284df;
	    color: #1284df;
	}

	.header .head_cont .head_text h3 {
	    font-size: 15px;
	    font-weight: 500;
	    color: inherit;
	    display: inline;
	    margin: 0;
	}

	.header .head_cont .head_text i {
	    background: #1284df;
	    color: #ffffff;
	    width: 32px;
	    height: 32px;
	    border-radius: 8px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 13px;
	    flex-shrink: 0;
	}

	/* Login button - special style */
	.header .head_cont .head_text.login_btn {
	    background: #f0f8ff;
	    border-left: 3px solid #1284df;
	    color: #1284df;
	    font-weight: 600;
	}

	.header .head_cont .head_text.login_btn i {
	    background: linear-gradient(135deg,#1284df,#7c3aed);
	}

	/* Overlay background */
	.outside_click_close {
	    background: rgba(15, 26, 46, 0.5) !important;
	    backdrop-filter: blur(3px) !important;
	}
	
	.hero_text2 {
            background: white;
    display: inline-block;
    color: #00182b;
    padding: 30px;
    border-radius: 23px;
    width: -webkit-fill-available;
    margin: 10px auto;
    text-align: inherit;
    line-height: 1.3;
    vertical-align: top;
}
.hero_text2 h1 {
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: -2px;
    word-spacing: 9px;
    color: #002436;
}

.hero_text2 p {
    font-size: 20px;
    margin: 10px 0px;
}
.v_box {
  width: -webkit-fill-available;
    margin: -1px 3px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px;
    background: transparent;
   
}

.v_box .cards {color:white;    text-align: left; font-size: 40px;
}
.v_box .visitors, .v_box .happy_cls {
 font-size: 40px;
    color: #ffffff;
    text-align: left;

}

.drop_down li {
    list-style-type: none;
    width: 200px;
    padding: 24px 21px;
    border: 1px solid #eeeeee;
}

.v_box h3 {
    font-size: 14px;
    margin: 2px auto 6px;
    letter-spacing: 0px;
    text-align: end;
    text-transform: uppercase;
    background: #232d64;
    height: 50px;
    display: grid;
    align-items: center;
    padding: 6px 9px;
    width: 144px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
}

.mobile_header {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1284df 0%, #0a72cc 100%);
    color: white;
    padding: 0 16px;
    box-shadow: 0 3px 16px rgba(18,132,223,0.28);
    min-height: 58px;
}

.mobile_header img {
    width: 65px;
    margin: 8px 12px 8px 4px;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 100px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.mobile_home_btn {
    position: absolute;
    right: 16px;
    margin: 9px;
    z-index: 34;
}

/* Hamburger lines - white rounded */
.mobile_home_btn .mhline1,
.mobile_home_btn .mhline2,
.mobile_home_btn .mhline3 {
    background: white;
    border-radius: 4px;
}

/* Sidebar hamburger icon button style */
.mobile_home_btn span {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    cursor: pointer;
}
	.mobile_home_btn .mhline1,.mhline2,.mhline3{width: 27px;
    border-radius: 0px;
    height: 0px;
    display: block;
    background: white;
    padding: 2px;
    margin: 4px;}
	.cross_menu_line .mhline1{animation:transf1 0.4s linear forwards;-webkit-animation:transf1 0.4s linear forwards;}
	.cross_menu_line .mhline2{animation:transf2 0.4s linear forwards;-webkit-animation:transf2 0.4s linear forwards;}
	
	@keyframes transf1{
		from {transform:rotate(0deg);}
		to {transform:rotate(45deg);top: 8px;}
	}
	@-webkit-keyframes transf1{
		from {transform:rotate(0deg);}
		to {transform:rotate(45deg);top: 8px;}
	}
	
	
	@keyframes transf2{
		from {transform:rotate(0deg);}
		to {transform:rotate(135deg);}
	}
	@-webkit-keyframes transf2{
		from {transform:rotate(0deg);}
		to {transform:rotate(135deg);}
	}
	
	.outside_click_close {border: 0px solid red;
    width: 15%;
    height: 100%;
    position: fixed;
    top: 1px;
    display:none;
    right: 0;
    z-index: -1;
    background: #00000012;}
	
	.header .head_cont .search_bar input {
    
    width: 85%;
}
.row_backimg .flex_box {
    display: block;
}

.title_sample {text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 32px 0px 0px;}
	
		
	.expander {
   width: -webkit-fill-available;
    overflow-x: auto;
    border: 0px;
    margin: 22px 0px;
    
}

.expander_slide {display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;}

.temp_preview {
    padding: 4px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    overflow-x: scroll;
}

.head_text:hover .drop_down  {display:none;}
.row33 .benefit_box {
        width: 48%;
    display: inline-block;
    margin: 7px 2px;
    background: #ffffff;
    padding: 16px 6px;
    word-break: break-word;
    min-height: 206px;
    vertical-align: top;
    box-shadow: 0px 0px 0px 0px #77737330;
    border-radius: 6px;
    color: var(--color);
}

.row33 .benefit_box h3 {
    margin: 7px;
    font-weight: 600;
    font-size: 17px;
}
.row33 .benefit_box p {
    color: #585858;
    font-size: 13px;
    font-weight: 600;
    text-align: inherit;
    letter-spacing: 0;
    margin: 2px auto 3px;
}
.row33 {
    padding: 6px;
    color: #313131;
    text-align: center;
}

.row_features {
    padding: 50px 10px;
    text-align: center;
}

.cont_share_boxes {
    width: 42%;
    display: inline-grid;
   
}

.w_l_f img {
    width: 100%;
}

.w_l_f h1 {
    margin: 0px;
    padding: 20px 9px 0px;
    font-weight: 600;
    text-align: center;
    color: black;
}

.display_flex {
    display: block;
    padding: 0px;
}
.row_bottom .side1 {
    text-align: left;
    padding: 24px 0px 18px 29px;
    background: #ffffff00;
    color: white;
    width: auto;
}
.row_bottom .side2 input, .row_bottom .side2 textarea {
    width: -webkit-fill-available;
    border: 2px solid #ffffff;
   
   
}

.row_bottom input[type=submit] {
    width: -webkit-fill-available;
   
    font-size: 22px;
    padding: 11px;
    border-radius: 4px;
    border-bottom: 0px;
    margin: 15px 0px;
}

#servicesh2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin: 40px 1px 0px;
}

.flex_pricingin {
    padding: 0px 0px;
    box-shadow: 0px 0px 10px 0px #00000038;
    text-align: left;
    width: -webkit-fill-available;
}

.row2 {
    padding: 50px 0px;
    text-align: center;
}

.cookies_policy {
   
        width: 96%;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 282px;
}

.feedback_box p {
    margin: 12px 0px;
    font-size: 14px;
    text-align: center;
    color: #4e4e4e;
height: 18px;
}

.search_result {
    width: -webkit-fill-available;
    
}

.containerimg {
           position: relative;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto auto;
}

.poster_img img {
    width: 200px;
    margin: 6px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px #00000047;
}

.promo img {
          width: auto;
    margin: 10px;
    border-radius: 8px;
}
.promo {
    height: auto;
    text-align: center;
    overflow: hidden;
}

.business2 {
    background: var(--color);
    color: white;
    padding: 44px 8px;
    margin: 0;
    text-align: center;
}


.fr_offer {
    width: -webkit-fill-available;
}

/* ============================================================
   MOBILE HERO ENHANCEMENT v2 - LIGHT THEME
   ============================================================ */

@media screen and (max-width:700px){
    .hero {
        background: linear-gradient(150deg, #f0f9ff 0%, #e8f4fd 40%, #f3f0ff 100%) !important;
        border-radius: 0 0 36px 36px !important;
        padding: 20px 12px 30px !important;
    }

    .hero_text2 {
        background: #ffffff !important;
        border: 1px solid rgba(18,132,223,0.12) !important;
        border-radius: 18px !important;
        padding: 24px 18px !important;
        color: #1a1a2e !important;
        box-shadow: 0 10px 30px rgba(18,132,223,0.1) !important;
    }

    .hero_text2 h1 {
        font-size: 24px !important;
        color: #0f1a2e !important;
        font-weight: 800 !important;
        letter-spacing: -0.3px !important;
        text-transform: none !important;
        word-spacing: normal !important;
    }

    .hero_text2 p {
        color: #4a5568 !important;
        font-size: 14px !important;
    }

    .v_box {
        background: #ffffff !important;
        border-left: 4px solid #1284df !important;
        border-top: none !important; border-right: none !important; border-bottom: none !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 16px rgba(18,132,223,0.1) !important;
        color: #1a1a2e !important;
        margin: 6px !important;
    }

    .v_box .cards {
        font-size: 36px !important;
        text-align: center !important;
        -webkit-text-fill-color: transparent !important;
        background: linear-gradient(135deg, #1284df, #7c3aed) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
    }

    .v_box .visitors, .v_box .happy_cls {
        font-size: 36px !important;
        text-align: center !important;
        -webkit-text-fill-color: transparent !important;
        background: linear-gradient(135deg, #1284df, #7c3aed) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
    }

    .v_box h3 {
        background: transparent !important;
        color: #6b7280 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        height: auto !important;
        width: auto !important;
        text-align: center !important;
        padding: 4px !important;
        border-radius: 0 !important;
    }

    .btn1 {
        border-radius: 50px !important;
        padding: 12px 22px !important;
        font-size: 13px !important;
        box-shadow: 0 4px 14px rgba(18,132,223,0.25) !important;
        background: linear-gradient(135deg, #1284df, #0a72cc) !important;
        color: white !important;
    }

    .mobile_header {
        background: linear-gradient(135deg, #1284df, #0a72cc) !important;
        box-shadow: 0 3px 12px rgba(18,132,223,0.25) !important;
    }

    .hero_trust {
        gap: 6px !important;
        margin: 12px 0 16px !important;
    }

    .hero_trust_item {
        font-size: 11px !important;
        padding: 5px 10px !important;
    }
}
/* ============================================================
   END MOBILE ENHANCEMENT v2
   ============================================================ */