.my_switcher
{
    display:none !important;
}

.home-banner
{
   margin-top: -100px;
}

.breadcrum-area
{
    margin-top:0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .home-banner {
        margin-top: -50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-banner {
        margin-top: 0px;
    }
}

/* ================================
   DESKTOP MEGA MENU ONLY
================================ */
@media (min-width: 992px) {

    /* Hide default old submenu only for mega items */
    .mega-menu-item .axil-submenu{
        display:none !important;
    }

    .mega-menu-item{
        position:relative;
    }

    .mega-menu{
        position:absolute;
        top:110%;
        left:50%;
        transform:translateX(-50%) translateY(20px);
        width:1000px;
        max-width:95vw;
        background:#fff;
        opacity:0;
        visibility:hidden;
        transition:all .35s ease;
        box-shadow:0 20px 60px rgba(0,0,0,0.12);
        border-radius:14px;
        overflow:hidden;
        z-index:999;
    }

    .mega-menu-item:hover .mega-menu{
        opacity:1;
        visibility:visible;
        transform:translateX(-50%) translateY(0);
    }

    /* COMPANY MENU */
    .company-menu-layout .mega-menu{
        width:720px;
        max-width:55vw;
    }

    .company-wrapper{
        display:flex;
        align-items:center;
        margin:0 auto;
    }

    .company-left{
        width:48%;
        padding:20px;
        display:flex;
        flex-direction:column;
        gap:16px;
    }

    .company-item{
        display:flex;
        align-items:flex-start;
        gap:12px;
        text-decoration:none;
        transition:.3s;
    }

    .company-item .icon{
        width:36px;
        height:36px;
        border-radius:8px;
        flex-shrink:0;
    }

    .company-item h6{
        margin:0;
        font-size:14px;
    }

    .company-item p{
        margin:3px 0 0;
        font-size:12px;
        line-height:1.4;
        color: var(--color-link) !important;
    }

    .company-divider{
        width:1px;
        height:220px;
    }

    .company-right{
        width:52%;
        padding:20px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .company-right .desc{
        font-size:13px;
        line-height:1.5;
    }

    .company-item:hover{
        transform:translateX(4px);
    }

    /* SERVICES MENU */
    .services-menu-layout .mega-menu{
        width:720px;
        max-width:90vw;
    }

    .services-wrapper{
        display:flex;
        align-items:center;
        margin:0 auto;
    }

    .services-left{
        width:48%;
        padding:20px;
        display:flex;
        flex-direction:column;
        gap:16px;
        max-height:320px;
        overflow-y:auto;
    }

    .services-item{
        display:flex;
        align-items:flex-start;
        gap:12px;
        text-decoration:none;
        transition:.3s;
    }

    .services-item .icon{
        width:36px;
        height:36px;
        border-radius:8px;
        flex-shrink:0;
    }

    .services-item h6{
        margin:0;
        font-size:14px;
    }

    .services-item p{
        margin:3px 0 0;
        font-size:12px;
        line-height:1.4;
    }

    .services-divider{
        width:1px;
        height:220px;
    }

    .services-right{
        width:52%;
        padding:20px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .services-right .desc{
        font-size:13px;
        line-height:1.5;
    }

    .services-item:hover{
        transform:translateX(4px);
    }

    /* PRODUCTS MENU */
    .products-menu-layout .mega-menu{
        width:720px;
        max-width:90vw;
    }

    .products-wrapper{
        display:flex;
        align-items:center;
        margin:0 auto;
    }

    .products-left{
        width:48%;
        padding:20px;
        display:flex;
        flex-direction:column;
        gap:16px;
    }

    .products-item{
        display:flex;
        align-items:flex-start;
        gap:12px;
        text-decoration:none;
        transition:.3s;
    }

    .products-item .icon{
        width:36px;
        height:36px;
        border-radius:8px;
        flex-shrink:0;
    }

    .products-item h6{
        margin:0;
        font-size:14px;
    }

    .products-item p{
        margin:3px 0 0;
        font-size:12px;
        line-height:1.4;
    }

    .products-divider{
        width:1px;
        height:220px;
    }

    .products-right{
        width:52%;
        padding:20px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .products-right .desc{
        font-size:13px;
        line-height:1.5;
    }

    .products-item:hover{
        transform:translateX(4px);
    }

    /* COMMON IMAGE BOX */
    .image-box{
        width:100%;
        height:250px;
        border-radius:10px;
        overflow:hidden;
        margin-bottom:12px;
    }

    .image-box img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }
}


/* ================================
   MOBILE MENU ONLY
================================ */
@media (max-width: 991px){

    /* hide desktop mega dropdown completely */
    .mega-menu{
        display:none !important;
    }

    .company-wrapper,
    .services-wrapper,
    .products-wrapper{
        display:none !important;
    }

    /* mobile submenu */
    .mainmenu .axil-submenu{
        display:none;
        padding-left:15px;
        margin-top:8px;
    }

    .mainmenu .axil-submenu li{
        margin:6px 0;
    }

    .mainmenu .axil-submenu li a{
        font-size:14px;
        color:#444;
    }

    .mainmenu .menu-item-has-children.active .axil-submenu{
        display:block;
    }
}
   

   .pay-btn {
    background: var(--color-primary);
    color: #fff !important;
    padding: 0px 16px;
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 36px !important;  
    transition: all 0.3s ease !important;
    }

.pay-btn::before {
  display: none !important;
}
.pay-btn:hover {
  background-color: var(--color-link);
  transform: translateY(-2px);
}

.whatsapp-chat-icon
{
    right: 8%;
    bottom: 30px;
    background: unset;
    opacity: 1;
    width: 60px;
    height: 60px;
	position: fixed;
	z-index: 9;
}

.whatsapp-chat-icon img
{
    width:100%;
}

.call-icon {
    left: 2%;
    bottom: 30px;
    background: unset;
    opacity: 1;
    width: 60px;
    height: 60px;
	position: fixed;
	z-index: 9;
}

/* image */
.call-icon img {
    width: 100%;
}


.process-work .paralax-image img
{
    width:100%;
}

.twitter-logo:hover .twitter-front
{
    display:none;
}

.twitter-logo:hover .twitter-hover
{
    display:inline-block !important;
}

@media only screen and (max-width: 991px) {
   .whatsapp-chat-icon.call-icon
    {
        right: 20%;
        bottom: 3px;
        width: 50px;
        height: 50px;
    }
	
	.process-work .content
	{
	    margin-left:0px;
	}
}
.fab, .far {
    padding-top:15px;
}

.service-scroll-nav {
    top:85;
}


/* team page  */

/* team page */

.founder-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.founder-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.founder-content {
    flex: 1;
}

.founder-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.founder-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.founder-content h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}

.founder-content span {
    color: #888;
}

/* IMAGE */
.founder-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.founder-image img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
}

/* Mobile View */
@media (max-width: 768px) {
    .founder-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .founder-content {
        text-align: justify;
    }

    .founder-content h2 {
        font-size: 28px;
        text-align: left; 
    }

    .founder-content h3 {
        font-size: 20px;
        text-align: left;
    }

    .founder-image img {
        width: 250px;
        height: 250px;
    }
}

