p{font-family: "Exo 2", sans-serif;
  font-weight: 200;}
  .search-dropdown{font-family: "Exo 2", sans-serif;
  font-weight: 200;}
  .nav-item{font-family: "Exo 2", sans-serif;}
  .text-gold{font-family: "Exo 2", sans-serif;}
.hidden-search {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.show-search {
    max-height: 800px; /* enough space */
    opacity: 1;
}

.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}

     .damac-footer {
    position: relative;
    overflow: hidden; /* taake image bahar na jaye */
    background-color: #111; /* dark background for contrast */
    color: #fff;
}
.damac-footer::before {
    content: "";
    position: absolute;
    top: 83%;
    left: -100px;
    width: 600px;
    height: 600px;
    transform: translateY(-50%);
    background: url('../images/footer-building.png') no-repeat;
    background-size: contain;
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
    animation: slideLeftRight 3s ease-in-out infinite alternate;
}

@keyframes slideLeftRight {
    0% { left: -20px; }
    50% { left: 20px; }
    100% { left: -20px; }
}

.damac-footer > .container-fluid {
    position: relative;
    z-index: 1;
}

        .damac-logo img{width: 100px;}
        .footer-section h5 {
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 13px;
            color: #a5a5a5;
            position: relative;
            padding-bottom: 10px;font-family: "Michroma", sans-serif;
        }
        
        .footer-section h5:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background-color: #a5a5a5;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            text-decoration: none;font-family: "Exo 2", sans-serif;
            color: #ccc;
            transition: all 0.3s;
            font-size: 0.95rem;
        }
        
        .footer-links a:hover {
            color: var(--damac-gold);
            padding-left: 5px;
        }
        
        .social-section {
            margin: 30px 0;
            border-radius: 8px;
        }
    .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 10px;
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
}
   .social-icons a:hover {
    background-color: #a5a5a5;
    transform: translateY(-3px);
    color: #fff;
}
        
        .newsletter-form {
            display: flex;
            margin-top: 15px;
        }
        
        .newsletter-form input {
            flex: 1;font-family: "Exo 2", sans-serif;
            padding: 10px 15px;
            border: none;
            border-radius: 4px 0 0 4px;
            background-color: #eee;;
            color: #000;
        }
        
        .newsletter-form input::placeholder {
            color: #aaa;
        }
        
     .newsletter-form button {
    background-color: #a5a5a5;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;font-family: "Exo 2", sans-serif;
}
        
        .newsletter-form button:hover {
            background-color: #a5a5a5;
        }
        
        .contact-info {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            color: #ccc;font-family: "Exo 2", sans-serif;
        }
        
        .contact-info i {
            color: #a5a5a5;
            margin-right: 10px;
            width: 20px;font-size: 20px;
        }
        .text-gold{color: #fff;}
        .footer-bottom {
            border-top: 1px solid #333;
            margin-top: 30px;
            padding-top: 30px;padding-bottom: 30px;
            text-align: center;
            font-size: 0.9rem;
            color: #999;font-family: "Exo 2", sans-serif;
        }
        
        .footer-bottom a {
            color: #ccc;
            text-decoration: none;
            margin: 0 10px;
            transition: color 0.3s;
        }
        
        .footer-bottom a:hover {
            color: var(--damac-gold);
        }
        
        .damac-logo {
            font-size: 2rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }
        
        .damac-logo span {
            color: var(--damac-gold);
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
          
            
            .footer-section h5 {
                margin-bottom: 15px;
            }
            
           
            
            .newsletter-form input,
            .newsletter-form button {
              
                margin-bottom: 10px;
            }
        }

        /* Cookie Banner */
        .cookie-banner {
            background-color: #f8f9fa;
            padding: 15px 0;
            border-bottom: 1px solid #dee2e6;
            font-size: 0.9rem;
        }
        
        .cookie-buttons .btn {
            font-size: 0.85rem;
            padding: 5px 15px;
            margin: 0 5px;
        }
        .navbar {
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            padding: 20px 0;
            background: transparent !important;
        }
        
      .navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: background-color 0.3s ease;
}

        
        .navbar.scrolled .nav-link {
            color: #333 !important;
        }
        
        .navbar.scrolled .navbar-brand {
            color: #333;
        }
        
        .navbar.scrolled .text-white {
            color: #333 !important;
        }
        
        .navbar.scrolled .hover-box {
            color: #333;
        }
        
        .navbar-brand {
            font-weight: bold;
            font-size: 1.8rem;
            color: #fff;
        }
        
        .brand-logo {
            height: 50px;
            width: auto;
        }
        
        .nav-link {
            font-weight: 600;
            margin: 0 10px;
            transition: color 0.3s;
            color: #fff;
            font-size: 0.95rem;
        }
        
        .nav-link:hover {
            color: #fff !important;
        }
        
        .navbar.scrolled .nav-link:hover {
            color: #000 !important;
        }
        
        .language-selector .dropdown-toggle {
            text-decoration: none;
        }
        
        .hover-box {
            position: relative;
            cursor: pointer;
            padding: 8px 12px;
            border-radius: 6px;
            transition: all 0.3s ease;
            color: #fff;
        }
        
        .navbar.scrolled .hover-box {
            color: #333;
        }
        
        .hover-box:hover {
            background: rgba(255, 255, 255, 0.2);
        }
        
        .navbar.scrolled .hover-box:hover {
            background: rgba(0, 0, 0, 0.05);
        }
        
     
        
        
        .language-selector {
            padding-left: 15px;
            margin-left: 15px;
        }
.language-selector .btn {
    font-size: 12px;font-family: "Exo 2", sans-serif;
    padding: 8px 16px;
    background-color: #fff;
    color: #232323 !important;
    border-radius: 0px;
    font-weight: 600;
}
      /* Language Dropdown */
.lang-dropdown {
    position: relative;
    cursor: pointer;
}

.lang-dropdown .lang-menu {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    color: #000;
    list-style: none;
    padding: 8px 0;
    width: 120px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
}

.lang-dropdown:hover .lang-menu {
    display: block;
}

.lang-dropdown .lang-menu li {
    padding: 8px 10px;
    cursor: pointer;
}

.lang-dropdown .lang-menu li:hover {
    background: #f3f3f3;
}



.navbar.scrolled .btn{background-color: #232323;
  color: #fff !important;}

        /* Video banner section */
        .video-banner {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }
        
        .video-banner video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translateX(-50%) translateY(-50%);
            z-index: -1; object-fit: cover;
        }
        
        .banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 0;
        }
        
        .banner-content {
            position: relative;
            z-index: 1;
            color: white;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 20px;
        }
        
        .banner-content h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        }
        
        .banner-content p {
            font-size: 1.25rem;
       
            margin-bottom: 2rem;
        }
        
      
        

        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .banner-content h1 {
                font-size: 2.5rem;
            }
            
            .banner-content p {
                font-size: 1rem;
            }
            
           
            
            .cookie-buttons {
                margin-top: 10px;
            }
            
            .language-selector {
                border-left: none;
                padding-left: 0;
                margin-left: 0;
                margin-top: 10px;
            }
        }
        
        @media (max-width: 576px) {
            .banner-content h1 {
                font-size: 2rem;
            }
            
            .section-padding {
                padding: 50px 0;
            }
        }
        .explorebtn{padding: 25px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
        }
        .explorebtn a{display: flex;margin: 0 auto;color: #222020;
  width: 10%;
  justify-content: center;
  background-color: #fff;
  border: none;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;font-family: "Michroma", sans-serif;}
        .search-section {
           
            width: 100%;
            z-index: 2;
        }
.search-section {
    position: relative;
    background: url('https://demo.7iquid.com/dexson/wp-content/uploads/2024/05/bgsmall-aboutus-1-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;border-bottom: 1px solid #eee;
}


.search-bar {
    position: relative;
    z-index: 5;
}



        .search-bar {
            background: #fff;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        
        .search-dropdown {
            position: relative;
        }
        
        .search-dropdown-btn {
            width: 100%;
            text-align: left;
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            padding: 12px 15px;
            border-radius: 5px;
            font-size: 14px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .search-dropdown-btn:after {
            content: '\f078';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 12px;
            color: #666;
        }
        
        .search-dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: #fff;
            border: 1px solid #dee2e6;
            border-radius: 5px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            z-index: 1000;
            display: none;
            max-height: 200px;
            overflow-y: auto;
        }
        
        .search-dropdown-menu.show {
            display: block;
        }
        
        .search-dropdown-item {
            padding: 10px 15px;
            cursor: pointer;
            border-bottom: 1px solid #f1f1f1;
            font-size: 14px;
        }
        
        .search-dropdown-item:hover {
            background: #f8f9fa;
        }
        
        .search-dropdown-item:last-child {
            border-bottom: none;
        }
        
        .search-btn {
            background: #d4af37;
            color: #fff;
            border: none;
            padding: 12px 20px;
            border-radius: 5px;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s;font-family: "Exo 2", sans-serif;
        }
        
        .search-btn:hover {
            background: #c19d2e;
        }
        .section-heading {
    position: relative;
  display: flex;
  justify-content: center;
    margin-bottom: 30px;font-family: "Michroma", sans-serif; /* spacing from content below */
}

.section-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px; /* distance from text */
    transform: translateX(-50%);
    width: 60px; /* line length */
    height: 3px; /* line thickness */
    background-color: #000; /* golden color */
    border-radius: 2px; /* optional: rounded edges */
}
.logos-section img {
    width: 88px;
    height: auto;
    opacity: 0.8;
    pointer-events: none;
    filter: grayscale(100%);
}


        /* gallery section */
        .grid-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 20%;
  max-width: 25%;
  padding: 5px 8px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 1200px) {
  .column {
    flex: 40%;
    flex-wrap: wrap;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .column {
    flex: 50%;
    max-width: 100%;
  }
}
.navbar-brand .brand-logo {
    height: auto;
    width: 100px;
    display: block;
}
.logoss img{ 
  width: 165px;}
  .logoss img:hover {
    filter: grayscale(0%);
}
  .global-presence {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.global-presence .heading {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.slider-row {
    display: flex;
    gap: 20px;
    width: max-content; /* important for continuous scroll */
    animation: scroll-left 20s linear infinite; /* default left scroll */
}

.slider-row.reverse {
    animation: scroll-right 20s linear infinite;
}

.slider-row .card {
    position: relative;
    width: 330px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.slider-row .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.slider-row .card:hover img {
    transform: scale(1.05);
}

.slider-row .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: white;
    font-size: 14px;
    font-weight: 600;font-family: "Michroma", sans-serif;
    text-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

.slider-row .title span {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    opacity: 0.9;
}

/* Keyframes for smooth scrolling */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* adjust -50% for smooth loop */
}

@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .slider-row .card {
        width: 250px;
        height: 150px;
    }
    .global-presence .heading {
        font-size: 24px;
    }
}

.auto-container {
   position: static;
   max-width: 1320px;
   padding: 20px 15px;
   margin: 0 auto;
}
.counter-one .counter-block_one:nth-child(2n+1) {
   transform: translateY(90px);
}

.counter-block_one-inner {
   position: relative;
   padding-left: 40px;
}


.counter-block_one-count {
   position: relative;
   font-size: 64px;
   font-weight: 700;
   line-height: 1em;
   color: var(--black-color);
   font-family: "Lexend Deca", sans-serif;
}
.counter-block_one-count sup {
   position: relative;
   color: #d4af37;
}
.counter-block_one-text {
   position: relative;font-family: "Exo 2", sans-serif;
   font-size: 24px;
   font-weight: 700;
   line-height: 36px;
   color: var(--black-color);
   text-transform: capitalize;
}

.counter-block_one-inner {
   position: relative;
   padding-left: 40px;
}
@keyframes slideBackground {
    0% {
        background-position: 0 100%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  
  /* Animation Properties */
  animation: fadeInUp 1s ease-out 0.5s both;
}

/* Keyframes for scroll animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Column animation with delays */
.column {
  flex: 20%;
  max-width: 25%;
  padding: 5px 8px;
  animation: fadeInUp 0.8s ease-out both;
}

/* Staggered animation for columns */
.column:nth-child(1) { animation-delay: 0.7s; }
.column:nth-child(2) { animation-delay: 0.9s; }
.column:nth-child(3) { animation-delay: 1.1s; }
.column:nth-child(4) { animation-delay: 1.3s; }

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  transition: transform 0.3s ease;
}

.column img:hover {
  transform: scale(1.02);
}

/* Responsive design */
@media (max-width: 1200px) {
  .column {
    flex: 40%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .column {
    flex: 50%;
    max-width: 100%;
  }
  
  /* Faster animation on mobile */
  .grid-container {
    animation-duration: 0.8s;
  }
}
.image-overlay-box {
   position: relative;
   width: 100%;
   overflow: hidden;
}

.image-overlay-box img {
   width: 100%;
   display: block;
}

.image-overlay-box .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.25); /* light black overlay */
   pointer-events: none;
}

.developer-area {
    position: relative;
    z-index: 1;
    background: #fff; /* Add white background */
}

.developer-area::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66%;
    background: rgba(165, 165, 165, 0.3);
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
}

/* Ensure video banner has proper z-index */
.video-banner {
    position: relative;
    z-index: 0;
}

.section-title {
   margin-top: -7px;
   position: relative;
}
.section-title .sub-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;          /* line aur text ke darmiyan equal spacing */
    font-weight: 700;
}

.section-title .sub-title::before,
.section-title .sub-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #d4af37; /* your gold color */
    border-radius: 2px;
}
.social-style-one a:hover {
 color: #a5a5a5 ;
   border: 1px solid #a5a5a5 ;
}
.social-style-one {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   margin-left: -10px;
   margin-right: -10px;
}
.social-style-one a {
   width: 36px;
   height: 36px;
   line-height: 35px;
   text-align: center;
   border-radius: 50%;
   margin-left: 10px;
   margin-right: 10px;
   color: #333 ;
   border: 1px solid #333 ;
}
a{text-decoration: none;}
.developer-item {
   overflow: hidden;
   margin-bottom: 30px;
   z-index: 1;
   position: relative;
}
.developer-item::before {
   z-index: 1;
}
.developer-item::before {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   z-index: 1;
   top: 0;
   left: 0;
   opacity: 1;
   background: rgba(0,0,0,0.25); /* light black overlay */
   transition: 0.3s ease;
}

.developer-item img {
   width: 100%;
}

.developer-item .developer-content .icon {
   font-size: 40px;
   margin-bottom: 16px;
}
.developer-item .developer-content * {
   color: white;padding-bottom: 12px;
}
.developer-item .developer-content h3 {
    margin-bottom: 20px;
    font-family: "Michroma", sans-serif;
}
.developer-item .developer-content p, .developer-item .developer-content .details-btn {

   transition: 0.5s;
}
.developer-item .developer-content .details-btn {
   margin-top: 15px;
}
.developer-item .developer-content {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 2;
    width: 100%;
    padding: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.developer-item:hover .developer-content {
   bottom: 0;
}
.mini-text{color: #a5a5a5;}

.heading-text{font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 12px;font-family: "Michroma", sans-serif;}
  /* responsive */


/* Remove border + outline from navbar toggle button */
.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0; /* optional: tighten spacing */
}

/* Remove border on click / focus */
.navbar-toggler:focus,
.navbar-toggler:active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Default white icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Scrolled — black icon */
.navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

  @media (max-width: 768px) {

    
    .video-banner video {
        width: 100%; /* Ensure full width on mobile */
        height: 100%; /* Ensure full height */
    }
}


/* countr section */
/* Counter Section - Mobile Same as Desktop */
.counter-one {
   position: relative;
   overflow: hidden;
   padding: 0px 0px 70px;
   margin-top: -3px;
}

.counter-one_pattern {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   background-position: center bottom;
   background-repeat: repeat-x;
   animation: slideBackground 10s linear infinite;
}

.auto-container {
   position: static;
   max-width: 1320px;
   padding: 20px 15px;
   margin: 0 auto;
}

/* Ensure 4 items in one row on ALL screens */
.counter-one .row.clearfix {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.counter-block_one {
   position: relative;
   margin-bottom: 33px;
   flex: 0 0 23%; /* Slightly less than 25% for spacing */
   max-width: 23%;
}

.counter-block_one-inner {
   position: relative;
   padding-left: 30px;
}

.counter-block_one-outline {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 2px;
    height: 278%;
    background-image: linear-gradient(to bottom, #999999, #717171, #4c4c4c, #2a2a2a, #060606);
}

.counter-block_one-outline::before {
   position: absolute;
   content: '';
   left: -5px;
   top: 0px;
   width: 12px;
   height: 12px;
   border-radius: 50px;
   background-color: #999999;
   outline: 1px dashed #000;
   outline-offset: 8px;
}

.counter-block_one-count {
   position: relative;
   font-size: 32px; /* Smaller base size for mobile first */
   font-weight: 700;
   line-height: 1em;
   color: var(--black-color);
   font-family: "Lexend Deca", sans-serif;
}

.counter-block_one-count sup {
   position: relative;
   color: #d4af37;
   font-size: 20px;
}

.counter-block_one-text {
   position: relative;
   font-size: 14px;
   font-weight: 700;
   line-height: 18px;
   color: var(--black-color);
   text-transform: capitalize;
   font-family: "Lexend Deca", sans-serif;
   margin-top: 8px;
}

@keyframes slideBackground {
    0% {
        background-position: 0 100%;
    }
    100% {
        background-position: 50% 50%;
    }
}

/* ========== RESPONSIVE DESIGN ========== */

/* Mobile First - All screens keep 4 columns */
@media (max-width: 575px) {
   .counter-block_one {
      flex: 0 0 23%;
      max-width: 23%;
      margin-bottom: 40px;
   }
   
   .counter-block_one-count {
      font-size: 28px;
   }
   
   .counter-block_one-count sup {
      font-size: 16px;
   }
   
   .counter-block_one-text {
      font-size: 12px;
      line-height: 16px;
   }
   
   .counter-block_one-inner {
      padding-left: 20px;
   }
   
   .counter-block_one-outline {
      top: 50px;
      height: 140%;
      width: 1.5px;
   }
   
   .counter-block_one-outline::before {
      width: 10px;
      height: 10px;
      left: -4px;
      outline-offset: 6px;
   }
   
   .counter-one {
      padding: 0px 0px 40px;
   }
}

/* Small Mobile - Extra small adjustments */
@media (max-width: 480px) {
   .counter-block_one-count {
      font-size: 24px;
   }
   
   .counter-block_one-count sup {
      font-size: 14px;
   }
   
   .counter-block_one-text {
      font-size: 11px;
      line-height: 14px;
   }
   
 
   
 .counter-block_one-outline {
    top: 28px;
    height: 255%;
    width: 1px;
}
   
   .counter-block_one-outline::before {
      width: 8px;
      height: 8px;
      left: -3px;
      outline-offset: 4px;
   }
}

/* Tablet - Slightly larger */
@media (min-width: 576px) and (max-width: 767px) {
   .counter-block_one-count {
      font-size: 32px;
   }
   
   .counter-block_one-count sup {
      font-size: 18px;
   }
   
   .counter-block_one-text {
      font-size: 13px;
      line-height: 16px;
   }
}

/* Desktop - Original sizes */
@media (min-width: 768px) {
   .counter-block_one-count {
      font-size: 48px;
   }
   
   .counter-block_one-count sup {
      font-size: 24px;
   }
   
   .counter-block_one-text {
      font-size: 18px;
      line-height: 24px;
   }
   
  
   
   .counter-block_one-inner {
      padding-left: 35px;
   }
   
  
}

/* Large Desktop - Full sizes */
@media (min-width: 1200px) {

   
   .counter-block_one-count sup {
      font-size: 32px;
   }
   
   .counter-block_one-text {
      font-size: 24px;
      line-height: 36px;
   }
   

   
   .counter-block_one-inner {
      padding-left: 40px;
   }
 
   

}

/* Ensure horizontal scroll on very small screens */
.counter-one .row.clearfix {
   min-width: 320px; /* Minimum width to prevent breaking */
}
/* vertical css */

   
     
  
         .name{
         font-size:20px;
         font-weight:700;
         margin-bottom:4px;
         }
         .role{
         font-size:14px;
         color:#6c6c6c;
         }
         .icon-wrap{
         display:flex;
         gap:12px;
         }
         .icon-btn{
         width:38px;
         height:38px;
         border-radius:50%;
         background:#ffeaea;
         display:flex;
         align-items:center;
         justify-content:center;
         }
         .icon-btn img{
         width:16px;
         height:16px;
         }
         .img-wrap{
         position: relative;
         width: 100%;
         height: 100%;
         border-radius: 30px;
         overflow: hidden;
         clip-path: polygon(
         50% 0%,
         100% 12%,
         100% 100%,
         0% 100%,
         0% 12%
         );
         }
         .img-wrap img{
         width: 100%;
         height: 100%;
         object-fit: cover;
         }
         .img-overlay{
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         /* YAHAN RGB COLOR SET KARO */
         background: rgba(0, 0, 0, 0.20); /* 35% black overlay */
         /* AGAR RED CHAHIYE */
         /* background: rgba(255, 0, 0, 0.30); */
         /* AGAR BLUE CHAHIYE */
         /* background: rgba(0, 60, 255, 0.30); */
         pointer-events: none;
         }
         .center-logo {
         position: absolute;
         bottom: -7px;
         left: 74%;
         transform: translate(-50%, -50%);
         width: 110px;
         height: 110px;
         background: #fff;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         z-index: 5;
         box-shadow: 0 8px 25px rgba(0,0,0,0.20);
         }
         .center-logo img {
         width: 75px;
         height: 75px;
         object-fit: contain;
         }

        @media screen and (max-width:1400px) {

        }
        @media screen and (min-width:1200px) and   (max-width:1399.98px) {
   .nav-link {
    margin: 0 5px;
    font-size: 14px;
}
.navbar-brand {
    margin-right: 0px;
}
.navbar-brand .brand-logo {
    height: 60px;
    width: 60px;
}
.hover-box {
    padding: 0px 0px;
}
.search-btn {
    padding: 4px 18px;font-size: 14px;
}
.section-heading {
    font-size: 17px;
}
.logoss img {
    width: 85px;
}
.logoss{margin-bottom: 22px;}
.developer-area{padding-top: 20px;}
.counter-block_one-outline {
    top: 72px;
    height: 250%;
}
.p_t{padding-top: 20px;}
.developer-item .developer-content .icon {
    margin-bottom: 0px;
}

.developer-item .developer-content * {
    padding-bottom: 20px;
}

.global-presence {
    padding: 12px 0;
}
.slider-row {
    margin-top: 6px;
}

.counter-one {
    padding: 2px 28px 76px 76px;

}
.developer-item .developer-content {

    bottom: -199px;
}
.explorebtn a {
    width: 15%;
}
 .navbar-brand .brand-logo {
    height: auto;
    width: 80px;
}

        }
        @media screen and (min-width:992px) and   (max-width:1199.98px) {
            .s_links{margin-bottom: 10px !important;}
.nav-link {
    margin: 0 3px;
    font-size: 12px;
}
.navbar-brand {
    margin-right: 0px;
}
.navbar-brand .brand-logo {
    height: 60px;
    width: 60px;
}
.hover-box {
    padding: 0px 0px;
}
.search-btn {
    padding: 4px 18px;font-size: 14px;
}
.section-heading {
    font-size: 17px;
}
.logoss img {
    width: 85px;
}
.logoss{margin-bottom: 22px;}
.developer-area{padding-top: 20px;}
.counter-block_one-outline {
    top: 72px;
    height: 250%;
}
.p_t{padding-top: 20px;}
.developer-item .developer-content .icon {
    margin-bottom: 0px;
}
.developer-item .developer-content h3 {
    margin-bottom: 75px;
    font-size: 20px;
}
.developer-item .developer-content * {
    padding-bottom: 20px;
}
.developer-item .developer-content {

    bottom: -288px;
    padding: 35px;
}
.global-presence {
    padding: 12px 0;
}
.slider-row {
    margin-top: 20px;
}

.counter-one {
    padding: 2px 28px 76px 76px;

}
.explorebtn a {
    width: 15%;
}
 .navbar-brand .brand-logo {
    height: auto;
    width: 60px;
}
        }
        @media screen  and (min-width:768px) and (max-width:991.98px) {
                        .damac-footer::before {
    top: 90%;
}
.search-dropdown-btn {
    padding: 12px 7px;
    font-size: 11px;
}
.search-btn {
    padding: 4px 0px;
    font-size: 12px;
}
.section-heading {
    font-size: 17px;
}
.logoss img {
    width: 85px;
}
.logoss{margin-bottom: 22px;}
.developer-area{padding-top: 20px;}
.counter-block_one-outline {
    top: 72px;
    height: 250%;
}
.p_t{padding-top: 20px;}
.developer-item .developer-content .icon {
    margin-bottom: 0px;
}
.developer-item .developer-content h3 {
     margin-bottom: 28px; 
}
.developer-item .developer-content * {
    padding-bottom: 0px;
}
.developer-item .developer-content {
    padding: 35px;
}
.global-presence {
    padding: 12px 0;
}
.slider-row {
    margin-top: 20px;
}
.explorebtn a {
    width: 15%;
}
 .navbar-brand .brand-logo {
    height: auto;
    width: 80px;
}
        }
        @media screen and (min-width:576px) and (max-width:767.98px) {
                        .damac-footer::before {
    top: 91%;
}
            .nav-link {
    margin: 0 0px !important;
}
.counter-block_one-outline {
    top: 72px;
    height: 250%;
}
    .search-section {
    padding: 36px 0;
}
.logoss img {
    width: 80px;
}
.logo_sec{margin-top: -45px;}
.section-heading {
    font-size: 16px;
}
.logoss img {
    width: 80px;
}
.logoss{margin-bottom: 22px;}
.developer-area{padding-top: 20px;}
.heading-text {
    font-size: 16px;
}
.p_t{padding-top: 20px;}
.developer-item .developer-content * {
    margin-bottom: 0;
}
.developer-item .developer-content h3 {
    margin-bottom: 20px;
    font-family: "Michroma", sans-serif;font-size: 16px;
}
.developer-item .developer-content .icon {
    margin-bottom: 0px;
}
.developer-item .developer-content {
    bottom:-212px;  padding: 30px;
}
.global-presence {
    padding: 12px 0;
}
.slider-row {
    margin-top: 20px;
}
.explorebtn a {
    width: 30%;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
}
 .navbar-brand .brand-logo {
    height: auto;
    width: 80px;
}
        }
        @media screen  and (min-width:381px) and (max-width:575.98px){
                        .damac-footer::before {
    top: 91%;
}
                     .nav-link {
    margin: 0 0px !important;
}
    .search-section {
    padding: 8px 0;
}

.section-heading {
    font-size: 16px;
}
.logoss img {
    width: 60px;
}
.social-style-one {

    margin-top: 10px;
}
.logoss{margin-bottom: 22px;}
.developer-area{padding-top: 20px;}
.heading-text {
    font-size: 16px;
}
.p_t{padding-top: 20px;}
.developer-item .developer-content * {
    padding-bottom: 0;
}
.developer-item .developer-content {
    bottom: -40px;
}
.global-presence {
    padding: 12px 0;
}
.slider-row {
    margin-top: 20px;
}
.explorebtn a {
    width: 30%;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
}
      .navbar-brand .brand-logo {
    height: auto;
    width: 80px;
} 
.explorebtn {
    padding: 150px 0;margin-bottom: 60px;
}
.logos-section::before {
    top: -60px;
}
.counter-block_one-outline {
    top: -22px;
}
 }
        @media screen and (min-width:320px) and (max-width:380.98px) {
            .damac-footer::before {
    top: 91%;
}
   .logos-section::before {
    top: -60px;
}
                     .nav-link {
    margin: 0 0px !important;
}
 .search-section {
    padding: 8px 0;
}
.social-style-one {

    margin-top: 10px;
}
.section-heading {
    font-size: 15px;
}
.logoss img {
    width: 60px;
}
.logoss{margin-bottom: 22px;}
.developer-area{padding-top: 20px;}
.heading-text {
    font-size: 15px;
}
.p_t{padding-top: 20px;}
.developer-item .developer-content * {
    padding-bottom: 0;
}

.global-presence {
    padding: 12px 0;
}
.slider-row {
    margin-top: 20px;
}
.navbar-brand .brand-logo {
    height: auto;
    width: 80px;
}
.explorebtn a {
    width: 30%;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
}
.explorebtn {
    padding: 150px 0;margin-bottom: 60px;
}
.counter-block_one-outline {
    top: -22px;
}
        }

