/* Import Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap');


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}

body, p, li, span, a {
    font-family: 'Open Sans', sans-serif !important;
}

button, .btn, .kekanoo-btn {
    font-family: 'Montserrat', sans-serif !important;
}

strong, b {
    font-family: 'Montserrat', sans-serif !important;
}

 */



.body{
    color: #030303 !important;
}


.header-transparent{
    background-color: rgb(255 255 255 / 70%) !important;
            padding: 15px 0px;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* adjust darkness */
    z-index: 1;
}
.tp-hero-area {
    position: relative;
    z-index: 2;
}
.tp-hero-area > .container-fluid,
.tp-hero-area .tp-hero-2-left,
.tp-hero-area .tp-hero-2-author {
    position: relative;
    z-index: 3;
}
.tp-service-vp-bigtitle {
    font-size: 60px;
    line-height: 1;
}

/* Large desktops / 4K */
@media (max-width: 1920px) {
    .tp-service-vp-bigtitle {
        font-size: 50px;
        font-weight: 500;
    }
}

/* Desktops */
@media (max-width: 1500px) {
    .tp-service-vp-bigtitle {
        font-size: 40px;
                font-weight: 500;

    }
}

/* Laptops */
@media (max-width: 1366px) {
    .tp-service-vp-bigtitle {
        font-size: 30px;
                font-weight: 500;

    }
}

/* Tablets (landscape) */
@media (max-width: 1024px) {
    .tp-service-vp-bigtitle {
        font-size: 20px;
                font-weight: 500;

    }
}

/* Tablets (portrait) */
@media (max-width: 768px) {
    .tp-service-vp-bigtitle {
        font-size: 20px;
                font-weight: 500;

    }
}

/* Large mobiles */
@media (max-width: 576px) {
    .tp-service-vp-bigtitle {
        font-size: 20px;
                font-weight: 500;

    }
}

/* Small mobiles */
@media (max-width: 375px) {
    .tp-service-vp-bigtitle {
        font-size: 20px;
                font-weight: 500;

    }
}




/* ================================
   ABOUT SECTION IMAGES – RESPONSIVE
================================ */

/* Base styles (Desktop) */
.tp-about-2-thumb img,
.tp-about-2-thumb-left img {
    width: 100%;
    height: 36rem;
    object-fit: cover;
    display: block;
}

/* Right-side angled image */
.tp-about-2-thumb img {
    clip-path: polygon(
        15% 100%,   /* bottom-left */
        100% 100%,  /* bottom-right */
        100% 0%,    /* top-right */
        0% 0%       /* top-left */
    );
}

/* Left-side angled image */
.tp-about-2-thumb-left img {
    clip-path: polygon(
        0% 100%,    /* bottom-left */
        85% 100%,   /* bottom-right */
        100% 0%,    /* top-right */
        0% 0%       /* top-left */
    );
}

/* ================================
   TABLET (≤1024px)
================================ */
@media (max-width: 1024px) {
    .tp-about-2-thumb img,
    .tp-about-2-thumb-left img {
        height: 28rem;
    }

    .tp-about-2-thumb img {
        clip-path: polygon(
            10% 100%,
            100% 100%,
            100% 0%,
            0% 0%
        );
    }

    .tp-about-2-thumb-left img {
        clip-path: polygon(
            0% 100%,
            90% 100%,
            100% 0%,
            0% 0%
        );
    }
}

/* ================================
   MOBILE (≤768px)
================================ */
@media (max-width: 768px) {
    .tp-about-2-thumb img,
    .tp-about-2-thumb-left img {
        height: auto;
        aspect-ratio: 16 / 10;
        clip-path: none; /* remove angles */
        border-radius: 12px; /* optional */
    }
}

/* ================================
   SMALL MOBILE (≤480px)
================================ */
@media (max-width: 480px) {
    .tp-about-2-thumb img,
    .tp-about-2-thumb-left img {
        aspect-ratio: 4 / 3;
    }
}



.btn-text{
    color: white !important;    
}
.tp-btn-switch-2-animation .btn-icon{
    color: white !important;    
}
.tp-btn-switch-animation:hover .btn-icon{
    color: white !important;
}
.tp-portfolio-it-tag a:hover{
        color: white !important;
}
.scrollToTop .arrowUp i {
    color: white !important;
}
.tp_text_invert.invert-black-3 > div{
        background-image: linear-gradient(to right, #000000 50%, #a0a8a6 50%) !important;
}
.tp-about-cst-list ul li{
    color: white !important;
}
.tp-btn-rounded:hover {
    color: #ffffff !important; 
}

.tp-hero-2-title {
    line-height: 1.2 !important; 
}

.tp-about-cst-tab-content{
    text-align: justify !important;
}

.tp-team-it-thumb::before{
    background: linear-gradient(180deg, rgba(180, 231, 23, 0) 55.57%, #0896DB 100%) !important;
}







/* CUSTOME BUTTON */
.khalilkanoo-btn {
    border: 1px solid rgb(0, 0, 0) !important;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #ffffff; /* main button color */
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.khalilkanoo-btn:hover {
        border: 1px solid #0896DB !important;
    background-color: #0896DB;
    color: #fff;
    transform: translateY(-2px);
}

.khalilkanoo-btn-icon {
    display: inline-flex;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.khalilkanoo-btn:hover .khalilkanoo-btn-icon {
    transform: translateX(5px);
}

@media (max-width: 767px) {
    .khalilkanoo-btn {
        padding: 0.6rem 1.5rem;
        font-size: 14px;
    }
}







/* HERO BASE */
.hero-video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: #fff;
}

/* VIDEO */
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0),
        rgba(0,0,0,0.9)
    );
    z-index: 1;
}

/* CONTENT */
.hero-content {
    position: absolute;
    top: 50%;
    /* left: 5%; */
    transform: translateY(-50%);
    z-index: 2;
    /* max-width: 650px; */
}

.hero-subtitle {
    text-align: center;
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-title span {
    color: #ffffff;
    display: block;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.05;
}

.hero-title .accent {
    color: #0896DB;
}

/* BUTTON */
.hero-btn {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
    padding: 14px 40px;
    border: 1px solid #fff;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #0896DB;
    border-color: #0896DB;
}

/* BOTTOM NAV */
.hero-bottom-nav {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding: 0 5%;
    display: flex;
    gap: 3%;
    z-index: 2;
}



.hero-bottom-nav a {
    flex: 1;
    color: #d7dcd7;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,0.25);
    transition: 0.3s;
}

.hero-bottom-nav a:hover {
    color: #0896DB;
    border-color: #0896DB;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-title span {
        font-size: 42px;
    }

    .hero-bottom-nav {
        display: none;
    }
}











/* ===== KEKANOO TEAM SECTION ===== */

.kekanoo-team {
    background: #ffffff;
}

/* Card */
.kekanoo-team-member {
    background: #f9f9f9;
    border-radius: 14px;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Inner Flex Layout */
.kekanoo-team-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 40px 20px;
    text-align: center;
}

/* Hover Effect */
.kekanoo-team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.kekanoo-team-img {
    margin-bottom: 20px;
}

/* Fixed Image Size */
.kekanoo-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Name */
.kekanoo-team-name {
    font-size: 20px;
    font-weight: 600;
    color: #030303;
    margin-bottom: 6px;
}

/* Position */
.kekanoo-team-position {
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

/* Responsive */
@media (max-width: 991px) {
    .kekanoo-img {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 575px) {
    .kekanoo-img {
        width: 150px;
        height: 150px;
    }
}








.affiliated-partners {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url("/assets/img/home_images/build-yours.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 5%;
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
}


.partners-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.partners-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}

.partners-text {
    max-width: 900px;
    margin-bottom: 50px;
}

.partners-text h4 {
    color: #ffffff !important;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.partners-text p {
    font-size: 1.1rem;
    line-height: 1.75rem;
    color: #ffffff;
}

.partners-logos {
    display: flex;
    gap: 50px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.partners-logos a {
    flex-shrink: 0;
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
}

.partners-logos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.partners-logos img:hover {
    opacity: 0.6;
}

/* Hide scrollbar (optional, clean look) */
.partners-logos::-webkit-scrollbar {
    display: none;
}

.partners-logos {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Responsive */
@media (max-width: 768px) {
    .affiliated-partners {
        padding: 60px 20px;
    }

    .partners-text h4 {
        font-size: 2rem;
    }

    .partners-text p {
        font-size: 1rem;
    }
}






/* CUSTOM  HEADER */

.tp-header-social {
   gap: 10px;
}

.tp-header-social .social-icon {
   font-size: 16px;
   color: #243866;
   transition: 0.3s ease;
}

.tp-header-social .social-icon:hover {
   color: #0896DB; 
}



.tp-header-2-menu-btn span {
    width: 30px !important;
    height: 3px !important;
    /* background: #ffffff !important; */
    margin: 7px 0 4px auto !important;
}

/* .tp-about-cst-thumb-wrap{
    padding-bottom: 100px !important;
}

@media (max-width: 767px) {
    .tp-about-cst-thumb-wrap {
          padding-bottom: 0px !important;

    }
} */

.tp-header-2-menu-btn{
    padding-right: 8px !important;
    background: unset !important;
    border: unset !important;
    backdrop-filter: unset !important;
}










/* Global Container */
.kanoo-media-center {
  max-width: 95%;
  margin: auto;
  padding: 60px 20px;
}

/* Header */
.kanoo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}



/* Featured */
.kanoo-featured {
  display: flex;
  flex-direction: column;   /* IMAGE ON TOP */
  gap: 20px;
}

/* Make image full width */
.kanoo-featured-img img {
  width: 100%;
  max-width: 100%;
  height: 50vh;
  object-fit: cover;
  border-radius: 8px;
}



/* CSS FOR FEATURED IMAGE TO BE 4:1 RATIO WITH CONTAINED IMAGE */
/* .kanoo-featured-img {
    width: 100%;
    aspect-ratio: 4 / 1;  
    border-radius: 8px;
    background: #000;    
}

.kanoo-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;   
    display: block;
} */



.kanoo-featured-content {
  flex: 1;
}

.kanoo-date {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #030303;
}

.kanoo-featured-title {
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0;
  color: #030303;
}

.kanoo-featured-desc {
    text-align: justify !important;
  font-size: 16px;
  margin-bottom: 15px;
  color: #444;
}

.kanoo-btn-read-more {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.kanoo-btn-read-more:hover {
  background: #fb511e;
  border-color: #fb511e;
  color: #fff;
}

/* Grid Layout */
.kanoo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.kanoo-card {
  border: 1px solid #ddd;
  padding: 18px;
  border-radius: 6px;
  transition: 0.3s;
}

.kanoo-card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.kanoo-card img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 12px;
}

.kanoo-card-title {
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0;
  color: #030303;
}

.kanoo-card-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 770px) {
  .kanoo-featured {
    flex-direction: column;
  }
}




.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
    margin-bottom: 20px;
}


.tp-offcanvas-menu ul li > a {
    font-weight: 500 !important;
    font-size: 22px; /* default for desktop */
}

/* Large tablets */
@media (max-width: 1024px) {
    .tp-offcanvas-menu ul li > a {
        font-size: 20px;
    }
}

/* Tablets / small laptops */
@media (max-width: 768px) {
    .tp-offcanvas-menu ul li > a {
        font-size: 18px;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .tp-offcanvas-menu ul li > a {
        font-size: 16px;
    }
}

.tp-breadcrumb-2-spacing{
        padding-top: 0px !important;
}
/* CUSTOM BREADCRUMB HERO SECTION START */

.tp-breadcrumb-area {
    position: relative;
    width: 100%;
    height: 70vh; /* default desktop height */
    overflow: hidden;
    background-color: #1a1a1a;
}

/* FULL IMAGE OVERLAY */
.tp-breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* adjust overlay strength */
    z-index: 2;
}

.tp-breadcrumb-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tp-breadcrumb-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* TEXT OVERLAY */
.breadcrumb-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 3; /* ABOVE overlay */
    color: #fff;
}

.hero-content {
    max-width: 100%;
    width: 100%;
}

.hero-title {
    text-align: center;
    font-size: clamp(1.75rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-title span {
    display: inline-block;
}

.hero-subtitle {
    font-size: clamp(0.875rem, 2vw, 1.125rem);
    line-height: 1.6;
    max-width: 100%;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* TABLET */
@media (max-width: 1024px) {
    .tp-breadcrumb-area {
        height: 70vh; /* fixed tablet height */
    }

    .breadcrumb-overlay {
        left: 4%;
        right: 4%;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .tp-breadcrumb-area {
        height: 70vh; /* fixed mobile height */
    }

    .breadcrumb-overlay {
        left: 5%;
        right: 5%;
    }

    .hero-subtitle {
        max-width: 100%;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .tp-breadcrumb-area {
        height: 70vh; /* fixed small mobile height */
    }

    .breadcrumb-overlay {
        left: 4%;
        right: 4%;
    }

    .hero-title {
        margin-bottom: 0.75rem;
    }

    .hero-content {
        max-width: 310px;
        width: 100%;
    }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 360px) {
    .breadcrumb-overlay {
        left: 3%;
        right: 3%;
    }
}

/* CUSTOM BREADCRUMB HERO SECTION END */




.header-sticky.tp-header-blur::after{
    backdrop-filter: unset !important;
}
.header-sticky {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    transition: none !important;
}

#header-sticky,
#header-sticky.header-sticky,
#header-sticky.tp-header-cst-wrap {
   position: fixed !important;
   
}



.kanoo-sidebar-menu{
color: white !important;
text-transform: uppercase !important;
}
/* Base text color */
.tp-offcanvas-2-area,
.tp-offcanvas-2-area * {
    color: #ffffff !important;
}

/* Menu links */
.tp-offcanvas-menu a,
.kanoo-sidebar-menu a {
    color: #ffffff !important;
}

/* Labels */
.tp-offcanvas-2-right-info-item label {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Headings */
.tp-offcanvas-2-right-info-title,
.tp-offcanvas-2-left h1,
.tp-offcanvas-2-left h2,
.tp-offcanvas-2-left h3,
.tp-offcanvas-2-left h4 {
    color: #ffffff !important;
    text-transform: uppercase !important;
}

/* Close button icon + text */
.tp-offcanvas-2-close-btn,
.tp-offcanvas-2-close-btn svg,
.tp-offcanvas-2-close-btn span {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Underline links */
.underline-white {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}



.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left{

    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(16px) brightness(50%) !important;
}



.tp-offcanvas-2-bg.left-box{
    width: 100% !important;
}







#service-bg-img .service-bg{
        background-size: contain !important;
}





.container-95{
    max-width: 90% !important;
}



.tp-portfolio-it-wrap {
    padding: 300px 50px 50px 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-portfolio-it-wrap {
        padding: 100px 20px 50px 20px;
        height: 100%;
    }
}



.tp-footer-cst-widget-form .tp-footer-wd-social a:hover {
    color: #ffffff !important;
    background: #0896DB !important;
}



/*custom side Menu two columns */
.kanoo-sidebar-menu.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; /* spacing between columns and rows */
  list-style: none;
  padding: 0;
  margin: 0;
}

.kanoo-sidebar-menu.two-columns li {
  margin-bottom: 10px;
}

.kanoo-sidebar-menu.two-columns a {
  text-decoration: none;
  color: inherit;
}



.tp-footer-widget-form .tp-button{
    top: 22% !important;
}