@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    background: #fff;
    color: #1a1a1a;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}


    .btn {
        padding: 12px 20px;
        font-size: 1rem;
        border-radius: 35px
    }
.form-check-input:checked {
    background-color: #333;
    border-color: #333;
}
.form-check-input:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #cbab61;
    border-color: #cbab61;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #cbab61;
        border-color: #cbab61;
    }
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #cbab61;
border-color: #cbab61;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #fff;
background-color: #cbab61;
border-color: #cbab61;
box-shadow: none;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: none;
}

.btn-outline-primary {
    color: #000;
    border-color: #cbab61 !important;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(212, 163, 115, 0.4);
    outline:none
}
.btn {
    transition: all 0.3s ease;

}
.btn-check:focus + .btn, .btn:focus {
outline: 0;
box-shadow: none;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
color: #000;
background-color: #cbab61;
border-color: #cbab61;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
box-shadow: none;
}

.btn-sm {
    padding: .5rem .8rem;
    font-size: .8rem;
    border-radius: 35px;
}
.form-control {
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 14px;
    color: #111827;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}
.form-select {
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    padding: 10px 24px 10px 10px;
    font-size: 14px;
    color: #111827;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
    background-position: right .3rem center;
}
.form-control:focus {
    color: #111827;
    background-color: #fff;
    border-color: #333;
    outline: 0;
    box-shadow: none;
}
.form-select:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

/* Navigation Styles */
.navbar {
  background: #fff;
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000 !important;
}
.navbar.home-navbar{background:rgba(0,0,0,.4)}
.navbar.home-navbar img.home{display:block}
.navbar.home-navbar img.inner {display: none}

.navbar img.home {
display: none
}

.navbar img.inner {
display: block
}



    .navbar-collapse {
        z-index: 1001;
    }

@media (min-width: 992px) {
  #navbarNav {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
    .navbar-brand img{max-height:60px}


    .brand-text {
        background: linear-gradient(135deg, #fff 0%, #cbab61 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        transition: all 0.3s ease;
    }

.navbar-brand:hover .brand-text {
  background: linear-gradient(135deg, #cbab61 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link {
    color: #000;
    margin: 0 1rem;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    transition: color 0.3s ease;
    padding: 1.5rem 1rem;
}
.navbar.home-navbar .nav-link {
    color: #fff;
}
.navbar.home-navbar .btn-outline-primary {
    color: #fff;
}
dropdown-arrow{position:relative}
.dropdown-arrow::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar .dropdown-menu {
    min-width: 14rem;
}
.navbar .dropdown-item {
    padding: .5rem 1rem;

}
/*.dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/


.nav-link::before {
content: '';
position: absolute;
bottom: 16px;
left: 0;
width: 0;
height: 2px;
background: #cbab61;
transition: width 0.3s ease;
}

.nav-link:hover {
color: #cbab61;
}

.nav-link:hover::before {
width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
    display: block
}


.nav-buttons .btn {
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-buttons .btn-outline-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(212, 163, 115, 0.4);
    border-color: #cbab61;
    background: transparent !important;
    color: #1a1a1a !important;
}
.nav-buttons .btn-primary:hover {
    color: #fff !important;
}

.home-slider {
    position: relative;
    z-index: 4;
}

.home-slider img {
width: 100%;
height: 100%;
object-fit: cover
}
.back-screen {
    height: 91vh;
    background: #000;
    position: absolute;
    z-index: 1;
    width: 100%;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 96vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    background-image: url(../images/hero_img.jpg);
    background-blend-mode: overlay;
    overflow: hidden;
    overflow: hidden;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(212, 163, 115, 0.1) 0%, transparent 50%);
  animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.3) 0%, rgba(26, 26, 26, 0.7) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 8rem 0 4rem;
}

.hero-subtitle {
  color: #cbab61;
  font-size: 0.9rem;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-buttons .btn {
  border-radius: 30px;
  padding: 1rem 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.hero-buttons .btn-primary {
  background: #cbab61;
  border: none;
  color: #1a1a1a;
  box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
}

.hero-buttons .btn-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.hero-buttons .btn-primary:hover::before {
  width: 300px;
  height: 300px;
}

.hero-buttons .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(212, 163, 115, 0.5);
}

.hero-buttons .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent;
}

.hero-buttons .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2);
}

/* Process Section */
.process-section {
  padding: 6rem 0;
  background: #fffcf4;
}

.section-label {
  color: #cbab61;
  font-size: 0.85rem;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: #666;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.process-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.process-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.process-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-card:hover .process-image {
  transform: scale(1.1);
}

.process-content {
  padding: 2rem;
}

.process-card-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.process-card-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.process-list li {
  color: #444;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.process-list li:hover {
  transform: translateX(5px);
  color: #cbab61;
}

.check-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #cbab61;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 0.7rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.process-pathway {
  color: #999;
  font-size: 0.85rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  font-style: italic;
}

/* Showcase Section */
.showcase-section {
  padding: 6rem 0;
  background: #fff;
}

.showcase-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/*.showcase-item:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}*/

.showcase-large-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.showcase-large-image img {
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transform: scale(1.05);
}

/*.showcase-item:hover img {
  transform: scale(1.05);
}*/

.showcase-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  padding: 2rem 2rem 3rem;
  color: #fff;
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.4s ease;
}

.showcase-item:hover .showcase-overlay {
  transform: translateY(20px);
  opacity: 1;
}

.showcase-overlay-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.showcase-overlay-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

/* Partnerships Section */

.partnerships-des-sec {
    padding: 40px;
    background: #fff5df;
    border-radius: 20px;
}
.partnerships-section {
    padding: 6rem 0;
    background: #fffcf4;
}

.partnerships-description {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.8;
}

partnerships-section .partner-box {
    background: #fff;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}
partnerships-section .image-sec {
    width: 90px;
    height: 70px;
    object-fit: cover;
    margin-right: 14px
}
    partnerships-section .image-sec img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

partnerships-section .partner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 163, 115, 0.2);
    background: #cbab61;
}

partnerships-section .partner-box-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    transition: color 0.3s ease;
}

partnerships-section .partner-box:hover .partner-box-title {
    color: #fff;
}

partnerships-section .assurances-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

    partnerships-section .assurances-list li {
        color: #444;
        font-size: 1rem;
        margin-bottom: 1rem;
        padding-left: 1.5rem;
        position: relative;
        transition: all 0.3s ease;
    }

.assurances-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #cbab61;
  font-weight: bold;
}

.assurances-list li:hover {
  color: #cbab61;
  transform: translateX(5px);
}

.partnerships-section .btn {
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.partnerships-section .btn-primary {
  background: #cbab61;
  border: none;
  color: #1a1a1a;
}

.partnerships-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 163, 115, 0.4);
}

.partnerships-section .btn-outline-dark {
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
}

.partnerships-section .btn-outline-dark:hover {
  background: #1a1a1a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 26, 26, 0.3);
}

/* Footer */
.footer-section {
  background: #1a1a1a;
  color: #fff;
  padding: 1rem 0;
}

.footer-brand {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #cbab61;
}

.footer-brand img{max-height:60px}

.footer-links {
gap: 2rem;
flex-wrap: wrap;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #cbab61;
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: #cbab61;
}

.footer-link:hover::after {
  width: 100%;
}

/* Navigation Menu - Desktop visibility fix */
@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  
  .navbar-nav {
    flex-direction: row;
  }
}

/*....................event-page.....................*/

.inner-hero {
    
   background-position:center center;
   background-repeat:no-repeat;
   background-size:cover;
    background-color: #0c0c0c;
    color: #fff;
    padding: 160px 0;
    position: relative;
}

    .inner-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.65);
    }

    .inner-hero .hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .inner-hero h1 {
        font-size: 3rem;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 1.5rem;
        line-height: 1.2;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    }
.inner-hero .banner-log{max-height:100px}

.meet-gemco{
margin:60px 0
}
.meet-gemco h3 {
color: #cbab61;
}
    .meet-gemco .card {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 12px;
        overflow: hidden;
        border: 0;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
.meet-gemco .card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.meet-gemco .card .card-body {
padding: 2rem 1rem;
}


    .meet-gemco .card .image-sec {
        margin: 0;
        width: 100%;
        height: 286px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
       
    }
.meet-gemco .card .image-sec::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
inset: 0;
background: rgba(0,0,0,.5);
z-index: 1;

}



/* CARDS */
.meet-gemco .card .image-sec img {
max-width: 100%;
max-height: 80px;
width: auto;
position: relative;
z-index: 2;
}


.preview-section {
    width: 100%;
    color: #fff;
}

/* TOP AREA */
.preview-top {
    display: flex;
    height: 600px;
    position: relative;
    justify-content: center;
    align-items: center;
}

.parallax-bg {
    position: absolute;
    inset: 0;
    background: url("../images/preview.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

/* DARK OVERLAY */
.preview-top::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.image-wrap {
    width: 55%;
}

    .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.content-wrap {
    width: 60%;
    padding: 80px 0;
    position: relative;
    z-index: 4;
    text-align:center
}

    .content-wrap h2 {
        font-size: 32px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        color:#fff
    }

    .content-wrap p {
        color: #fff;
        line-height: 1.6;
    }

/* BOTTOM BAR */
.preview-bottom {
    display: flex;
    align-items: center;
    background: #1a1a1a;
    padding: 25px 40px;
    border-top: 1px solid #2a2a2a;
    border-bottom: 4px solid #2a2a2a;
}

/* LEFT */
.visit {
    width: 30%;
    font-size: 13px;
}

    .visit span {
        display: block;
        color: #a0a0a0;
        margin-bottom: 5px;
    }

    .visit strong {
        font-weight: normal;
        letter-spacing: 1px;
    }

/* MIDDLE */
.form {
    width: 40%;
    display: flex;
    gap: 10px;
}

    .form .dropdown .btn {
        background: #111;
        color: #cfcfcf;
        border: 1px solid #333;
        padding: 10px;
        width: 150px;
        border-radius: 0;
    }

    .form button {
        background: #c8a25a;
        border: none;
        padding: 10px 18px;
        font-size: 12px;
        letter-spacing: 1px;
        cursor: pointer;
        color: #333;
    }
    .form .dropdown-menu {
        background-color: #222222;
        min-width: 14rem;
    }
    .form .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #737373;
    }
    .form .dropdown-item {
        padding: .4rem 1rem;
        color: #b3b3b3;
        font-size: 14px;
        padding: .6rem 1rem;
    }

/* RIGHT */
.downloads {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.download-card {
    background: #f5f1ea;
    color: #000;
    width: 80px;
    padding: 2px;
    text-align: center;
    font-size: 11px;
    border-radius:4px
}

    .download-card img {
        width: 100%;
        height:100%;
        object-fit:cover
    }


.contact-sec{padding:4rem 0}

.contact-sec .form-card {
background: #fff;
border: 1px solid #e6d9b8;
border-radius: 16px;
padding: 32px 28px;
height: 100%;
}

.contact-sec .form-card h5 {
font-weight: 600;
letter-spacing: 0.5px;
text-align: center;
}

.contact-sec .form-card p {
font-size: 14px;
color: #777;
text-align: center;
margin-bottom: 24px;
}

/*.form-control,
.form-select {
border-radius: 8px;
margin-bottom: 16px;
font-size: 14px;
}*/

.contact-sec .btn-dark-custom {
background: #2e2e2e;
color: #fff;
border-radius: 10px;
padding: 12px;
width: 100%;
}

.contact-sec .btn-gold {
background: #c8a75a;
color: #fff;
border-radius: 10px;
padding: 12px;
width: 100%;
}

.contact-sec .upload-box {
border: 2px dashed #e6d9b8;
border-radius: 14px;
padding: 30px;
text-align: center;
cursor: pointer;
transition: all 0.25s ease;
background: #fff;
width: 100%;
margin-bottom: 20px;
}

.contact-sec .upload-box:hover {
background: #faf7f0;
border-color: #c8a75a;
}
.contact-sec .upload-box i {
font-size: 20px;
color: #cbab61
}


.contact-sec .upload-text {
font-size: 14px;
font-weight: 500;
color: #9c8a5b;
letter-spacing: 0.5px;
}

.contact-sec .upload-filename {
font-size: 13px;
margin-top: 8px;
color: #333;
word-break: break-all;
}


.contact-info {
position: sticky;
top: 120px;
}

.contact-info h2 {
margin-bottom: 16px;
font-size: 32px;
font-weight: 600;
margin-bottom: 32px;
color: #000
}

.contact-info p.body-lg {
margin-bottom: 40px;
color: #333;
font-weight: 400;
line-height: 1.6;
font-size: 18px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 44px;
    margin-bottom: 0;
    background: #323232;
    padding: 20px;
    border-radius: 14px;
}

.contact-method {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.method-icon {
    width: 48px;
    height: 48px;
    background: rgb(203, 171, 97, .1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbab61;
    flex-shrink: 0;
}

.method-details {
    flex: 1;
}

.method-label {
    font-size: 14px;
    color: #a1a1aa;
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.method-value {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}



/* Responsive Design */
@media (max-width: 991px) {
  .hero-content {
    padding: 6rem 0 3rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .nav-link {
    margin:0;
  }

  .process-section,
  .showcase-section,
  .partnerships-section {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
    .preview-bottom {
        display: block;
    }
    .preview-bottom .visit {
        width: 100%;
        font-size: 13px;
    }
.preview-bottom .form {
    width: 100%;
    display: block;
    gap: 10px;
}
    .preview-bottom .form .dropdown .btn {
        background: #111;
        color: #cfcfcf;
        border: 1px solid #333;
        padding: 10px;
        width: 100%;
        border-radius: 0;
        text-align: left;
        margin: 10px 0;
    }
    .preview-bottom .downloads {
        width: 100%;
        display: flex;
        justify-content: start;
        gap: 12px;
        margin-top: 20px;
    }
        .preview-bottom .form button {
            width: 100%;
            margin-top: 6px;
        }

.preview-top {
height: 400px;
}
.preview-top .content-wrap {
    width: 90%;
    padding: 20px 0;
    position: relative;
    z-index: 4;
    text-align: center;
}
    .services-sec .process-box h3 {
        font-size: 24px;
        color: 333;
    }

    .content-wrap h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

/*    .slide-content{display:none}*/

    .inner-hero {
        padding: 65px 0;
        height: 350px !important;
    }
    .hero-content {
        padding: 1rem 0 3rem;
    }
    .navbar-toggler-icon {
        font-size: 30px;
    }
    .nav-link {
        padding: 1rem 1rem;
    }
    .navbar-brand img {
        max-height: 48px;
    }
    .inner-hero h1 {
        font-size: 1.2rem;
        padding: 0 20px
    }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 300px;
  }

    .section-title {
        font-size: 26px;
    }
    .footer-brand {
        text-align: center;
    }

  .process-card-title {
    font-size: 1.5rem;
  }

  .showcase-overlay-title {
    font-size: 1.5rem;
  }
    .about-content h2 {
        font-size: 28px;
        letter-spacing: 2px;
    }


    .footer-links {
        justify-content: center !important;
        margin-top: 1rem;
    }
}


/*..............newcollaborate...........*/

.hero-collaborate {
    margin: 0;
    height: 90vh;
    position: relative
}

    .hero-collaborate .overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.3);
    }

.hero-collaborate .swiper {
    width: 100%;
    height: 100%;
    background: #000;
}

.hero-collaborate .swiper-slide {
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 60px;
    justify-content: center;
    display: flex;
    align-items: center;
}

    .hero-collaborate .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-attachment: local;
    }

/*.overlay{
    position:absolute; left:0; top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5)
}*/

.slide-content {
    width: 60%;
    margin: 0 auto;
        position: absolute;
    z-index: 2;
    bottom: 70px;
    padding: 80px;
    color: #333
}

.hero-collaborate .swiper-slide .title {
    color: #333;
    font-size: 66px;
    font-weight: 800;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 4px;
}

.hero-collaborate .swiper-slide .subtitle {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    font-weight: 300;
    color: #333;
}

.hero-collaborate .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.hero-collaborate .btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

/*.hero-collaborate .btn-primary {
    color: #000;
    border-color: #d7aa33;
    background: #d7aa33;
}*/

.hero-collaborate .btn-outline-primary {
    color: #333;
    background:rgba(255,255,255,.8);
    border-color: #333;
}

/*    .hero-collaborate .btn-outline-primary:hover {
        color: #fff;
        background-color: 333;
        border-color: 333;
    }*/
.input-error {
    border: 1px solid #ed6c6c !important;
}

/* ======= About banner style ======= */
.about-section {
    padding: 100px 0;
}

.about-content {
    z-index: 5;
}

    .about-content h2 {
        color: #333;
        font-size: 44px;
        font-weight: 800;
        padding: 0;
        margin-bottom: 30px;
        line-height: 1.1;
        text-align: center;
        letter-spacing: 4px;
    }

    .about-content p {
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
        font-weight: 300;
        color: #333;
    }

    .about-content .about-circle {
        bottom: -100px;
        left: -180px;
    }

.border-top-left {
border-width: 0;
border-top-width: 1px;
border-left-width: 1px;
width: 6rem;
height: 6rem;
top: 0;
left: 31px;
position: absolute;
border-color: #d6d6d6;
border-style: solid;
}

.border-bottom-right {
border-width: 0;
border-right-width: 1px;
border-bottom-width: 1px;
width: 6rem;
height: 6rem;
bottom: 0;
right: 31px;
position: absolute;
border-color: #d6d6d6;
border-style: solid;
}

.about-img {
max-width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.about-img:hover img {
border-radius: 20% 0 20% 0;
transition: .4s
}

.about-img img {
border-radius: 0;
max-width: 80%;
border-radius: 0 20% 0 20%;
transition: .4s
}

.about-img .about-counter {
left: -60px;
bottom: 85px;
position: absolute;
background-color: #fff;
padding: 30px 70px 30px 60px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-left: 8px solid #0cb95e;
box-shadow: 0px 5px 48px 0px rgba(0, 0, 0, 0.05);
}

.about-img .about-counter h3 {
color: #0cb95e;
font-size: 48px;
font-weight: 700;
}

.about-img .about-counter h4 {
color: #0e0e0e;
font-size: 24px;
font-weight: 700;
}

.about-text {
max-width: 540px;
padding-top: 35px;
}

.about-text .section-title.headline h3 {
color: 333;
}

.about-text .about-details {
margin: 40px 0px 30px;
}

.about-text .about-list {
margin-bottom: 25px;
}

.about-text .about-list ul {
margin: 0;
padding: 0;
list-style-type: none
}

.about-text .about-list ul li {
padding-left: 0;
margin-bottom: 20px;
position: relative;
display: flex
}

.about-text .about-list ul li h4 {
font-size: 20px;
margin: 0 0 2px 0;
color: 333;
}

.about-text .about-list ul li p {
font-size: 14px;
line-height: 1.5em;
margin: 0 0 0;
color: #777;
text-align: left;
}

.about-text .about-list li:after {
top: 0;
left: 0;
content: "";
font-weight: 900;
color: #0cb95e;
position: absolute;
font-family: "Font Awesome 5 Free";
}

.about-text .about-fact-inner {
display: flex;
border-radius: 10px;
padding: 30px 25px;
border: 2px solid #0cb95e;
}

.about-text .about-fact-inner h3, .about-text .about-fact-inner h4, .about-text .about-fact-inner span {
font-weight: 700;
color: #0e0e0e;
}

.about-text .about-fact-inner h3 {
font-size: 42px;
}

.about-text .about-fact-inner span {
font-size: 24px;
}

.about-text .about-fact-inner h4 {
font-size: 18px;
margin-left: 15px;
}

.about-text .about-more {
margin-top: 45px;
}

.about-icon {
background-color: rgb(212, 175, 55,0.1);
border-color: rgb(212, 175, 55, 0.3);
border-width: 1px;
width: 3rem;
height: 3rem;
display: flex;
justify-content: center;
align-items: center;
color: #d7aa33;
border-style: solid;
margin-right: 14px;
}

@media screen and (max-width: 1024px) {
    .about-img .about-counter {
        left: 0;
    }

    .about-text .about-fact-inner h3 {
        font-size: 30px;
    }

    .about-text .about-fact-inner h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .about-img,
    .about-text {
        margin: 0 auto;
    }
}

@media screen and (max-width: 680px) {
    .about-fact-inner {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 380px) {
    .about-img .about-counter {
        padding: 30px;
    }

        .about-img .about-counter h4 {
            font-size: 20px;
        }

        .about-img .about-counter h3 {
            font-size: 30px;
        }
}


/* ======= Services style ======= */
.services-sec {
margin: 30px 0 100px 0
}

.services-sec h2 {
color: #333;
font-size: 44px;
font-weight: 800;
padding: 0;
margin-bottom: 30px;
line-height: 1.1;
text-align: center;
letter-spacing: 4px;
}

.services-sec p {
font-size: 20px;
text-align: center;
line-height: 1.6;
font-weight: 300;
color: #333;
}

.services-sec .process-box {
padding: 2.2rem;
background-color: #fff;
border-width: 1px;
position: relative;
border-style: solid;
border-color: #ffffff;
border-radius: 14px;
box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.14);
transition-duration: 500ms;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
}

.services-sec .process-box:hover {
transform: scale(1.05);
animation-delay: 0s;
}

.services-sec .process-box .about-icon {
background-color: rgb(212, 175, 55, 0.1);
border-color: rgb(212, 175, 55, 0.3);
border-width: 1px;
width: 4rem;
height: 4rem;
display: flex;
justify-content: center;
align-items: center;
color: #d7aa33;
border-style: solid;
margin-right: 14px;
}

.services-sec .process-box h3 {
font-size: 30px;
color: 333;
}

.services-sec .process-box p {
font-size: 16px;
text-align: left;
line-height: 1.4;
font-weight: 300;
color: #333;
}

.services-sec .process-box .box-content ul {
margin: 0 0 20px 0;
padding: 0;
list-style-type: none;
}

.services-sec .process-box .box-content ul li {
display: flex;
text-align: left;
align-items: center;
margin-bottom: 16px;
}

.services-sec .process-box .box-content ul li svg {
margin-right: 10px;
stroke: 333;
}

.services-sec .process-box .box-content h4 {
letter-spacing: 0.05em;
font-weight: 600;
font-size: 1rem;
line-height: 1.25rem;
margin-bottom: 1rem;
text-transform: uppercase;
color: 333;
}

.services-sec .process-box .box-content ul li span {
font-size: 14px;
text-align: left;
line-height: 1.6;
font-weight: 300;
color: #333;
}

.services-sec .process-box .box-content .btn {
padding: 8px 20px;
font-size: 1rem;
border-radius: 35px;
}

.services-sec .services .item {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}

.services-sec .services .item:hover img {
-webkit-filter: none;
filter: none;
-webkit-transform: scale(1.09, 1.09);
transform: scale(1.09, 1.09);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.services-sec .services .item:hover .con {
bottom: 0;
}

.services-sec .services .item img {
-webkit-transition: all .5s;
transition: all .5s;
}

.services-sec .services .mtop-60 {
margin-top: 60px;
}

.services-sec .services .item .con {
padding: 30px;
position: absolute;
bottom: -58px;
left: 0;
width: 100%;
-webkit-transition: all .3s;
transition: all .3s;
text-align: center;
z-index: 20;
height: auto;
box-sizing: border-box;
background: -moz-linear-gradient(top, transparent 0, rgba(255, 255, 255, .1) 2%, rgba(255, 255, 255, .75) 90%);
background: -webkit-linear-gradient(top, transparent 0, rgba(255, 255, 255, .01) 2%, rgba(255, 255, 255, .75) 90%);
background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, .01) 2%, rgba(255, 255, 255, .75) 90%);
}

.services-sec .services .item .con h6,
.services-sec .services .item .con h6 a {
position: relative;
color: #fff;
font-size: 16px;
margin-bottom: 5px;
}

.services-sec .services .item .con h5,
.services-sec .services .item .con h5 a {
position: relative;
color: 333;
font-size: 20px;
margin-top: 0px;
margin-bottom: 15px;
}

.services-sec .services .item .con p {
color: 333;
font-size: 20px;
}

.services-sec .services .item .con i {
color: #fff;
font-size: 18px;
}

.services-sec .services .item .con i.ti-arrow-right,
.services-sec .services .item .con i.ti-arrow-left {
color: 333;
font-size: 18px;
}

/* line animation */
.services-sec .services .item .line {
text-align: center;
height: 1px;
width: 60px;
background-color: rgba(0,0,0,0.5);
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
margin: 0 auto 30px;
}

.services-sec .services .item:hover .line {
width: 100%;
transition-property: all;
transition-duration: 0.8s;
transition-timing-function: ease-in-out;
}
/* prev/next services */
.services-sec .services-prev-next {
padding: 30px 0;
border: none;
margin-bottom: 60px;
}

@media (max-width: 576px) {
    .services-prev-next {
        text-align: center;
    }

    .services-prev-next-left {
        margin-bottom: 10px;
    }
}

.services-prev-next a {
    display: inline-block;
    font-size: 14px;
    color: #777;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    .services-prev-next a i {
        font-size: 20px;
    }

    .services-prev-next a:hover {
        color: 333;
    }

.services-prev-next .services-prev-next-left a i {
    margin-right: 3px;
    font-size: 9px;
}

.services-prev-next .services-prev-next-right a i {
    font-size: 9px;
    margin-left: 0;
    margin-left: 3px;
}



@media screen and (max-width: 768px) {
    .services .mtop-60 {
        margin-top: 0;
    }


}

/*..............our-showcase.................*/
.our-showcase {
    margin: 0
}

    .our-showcase h2 {
        color: #333;
        font-size: 44px;
        font-weight: 800;
        padding: 0;
        margin-bottom: 12px;
        line-height: 1.1;
        text-align: center;
        letter-spacing: 4px;
    }

    .our-showcase p {
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
        font-weight: 300;
        color: #333;
    }

.partner-sec {
    margin: 0;
    padding: 80px;
}

    .partner-sec h2 {
        font-size: 44px;
        font-weight: 800;
        padding: 0;
        margin-bottom: 30px;
        line-height: 1.1;
        text-align: center;
        letter-spacing: 4px;
    }

    .partner-sec .partner-box {
        padding: 2rem 1.2rem;
        background-color: #fff;
        border-width: 1px;
        position: relative;
        border-style: solid;
        border-color: #ffffff;
        border-radius: 14px;
        box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.14);
        transition-duration: 500ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        height: 100%;
    }

        .partner-sec .partner-box:hover {
            transform: scale(1.05);
            animation-delay: 0s;
        }

        .partner-sec .partner-box .about-icon {
            background-color: rgb(212, 175, 55, 0.1);
            border-color: rgb(212, 175, 55, 0.3);
            border-width: 1px;
            width: 4rem;
            height: 4rem;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #d7aa33;
            border-style: solid;
            margin: 0 auto;
        }

        .partner-sec .partner-box h3 {
            font-size: 18px;
            text-align: center;
        }

        .partner-sec .partner-box p {
            font-size: 16px;
            text-align: center;
            line-height: 1.4;
            font-weight: 300;
            color: #333;
        }

    .partner-sec .tab-sec {
        margin: 0;
        display: grid;
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 0;
        background: #fff;
        border: 1px solid #eee;
    }
.tab-btn {
    width: 260px;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.tab-btn .nav-link {
text-align: left;
padding: 18px 20px;
font-size: 14px;
color: #777;
background: #fafafa;
border: none;
border-bottom: 1px solid #eee;
border-radius: 0;
position: relative;
transition: 0.3s;
margin: 0;
}
    .tab-btn .nav-link svg {
        width: 20px;
        margin-right: 4px;
    }


    .tab-btn .nav-link.active {
        background: #cbab61;
        color: #fff;
        font-weight: 500;
        border-right: 1px solid #cbab61;
    }
.tab-btn .nav-link::before {
display:none
}


.tab-content {
    flex: 1;
    padding: 40px;
}



.our-showcase .tab-sec {
    margin-bottom: 24px
}
    .our-showcase .tab-sec .nav-link {
        padding:0 1rem 10px 1rem;
        text-transform:uppercase
    }
    .our-showcase .tab-sec .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 2px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
.our-showcase .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom-color: #cbab61;
}
.our-showcase .nav-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #cbab61;
    transition: width 0.3s ease;
}


.manufacturing-sec {
    margin: 100px 0
}

    .manufacturing-sec h2 {
        color: #333;
        font-size: 44px;
        font-weight: 800;
        padding: 0;
        margin-bottom: 30px;
        line-height: 1.1;
        text-align: center;
        letter-spacing: 4px;
    }

        .manufacturing-sec p{text-align:center}

        .manufacturing-sec .box-manufacturing ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        .manufacturing-sec .box-manufacturing ul li {
            display: flex;
            text-align: left;
            align-items: center;
            margin-bottom: 16px;
        }

            .manufacturing-sec .box-manufacturing ul li svg {
                margin-right: 10px;
                stroke: 333;
            }

    .manufacturing-sec .box-manufacturing h4 {
        letter-spacing: 0.05em;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

    .manufacturing-sec .box-manufacturing ul li span {
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
        font-weight: 300;
        color: #333;
    }

.modal-header {
    padding: .5rem 1rem;

}
.btn-close {
    width: .8em;
    height: .8em;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23000'%3E%3Cpath%20d='M.293.293a1%201%200%20011.414%200L8%206.586%2014.293.293a1%201%200%20111.414%201.414L9.414%208l6.293%206.293a1%201%200%2001-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%2001-1.414-1.414L6.586%208%20.293%201.707a1%201%200%20010-1.414z'/%3E%3C/svg%3E") center / .8em auto no-repeat;
}
.modal-form{margin:0; padding:0;}
.modal-form h2 {
font-size: 22px;
font-weight: 600;
margin-bottom: 8px;
color: #000;
}


.form-header {
margin: 0px 0 24px 0;
border-bottom: 1px solid #f1e4c7;
padding-bottom: 16px;
}
.form-header h2 {
font-size: 22px;
font-weight: 600;
margin-bottom: 8px;
color: #000;
}
.form-header p {
margin-bottom: 0;
color: #333;
font-weight: 400;
line-height: 1.3;
font-size: 14px;
}

.form-sec{margin:0;}
.form-sec p {
margin-bottom: 14px;
color: #333;
font-weight: 500;
line-height: 1.3;
font-size: 16px;
}
.form-sec .form-check {
margin-bottom: .7rem;
}
.form-sec .form-check-label {
color: #575757;
font-weight: 400;
line-height: 1.3;
font-size: 13px;
}
.form-sec  .form-check-input {
margin-top: .30em;
}

.col-form-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.col-form-label span {
color: #f73232
}

.form-sec .upload-box {
border: 2px dashed #dee2e6;
border-radius: 12px;
padding: 40px;
text-align: center;
cursor: pointer;
transition: 0.3s ease;
background-color: #f5f5f5;
}

    .form-sec .upload-box:hover {
        background-color: #f5f5f5;
        border-color: #cbab61;
    }

    .form-sec .upload-box.dragover {
        background-color: #e7f1ff;
        border-color: #0d6efd;
    }

.form-sec .preview-container {
    margin-top: 20px;
}

.form-sec .preview-item {
    position: relative;
}

.form-sec .preview-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.form-sec .remove-btn {
    position: absolute;
    top: 5px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 14px;
}

    .form-sec .remove-btn:hover {
        background: red;
    }



/* Additional Animation Classes */
.fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-in-left {
  animation: slideInLeft 0.8s ease-out;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-right {
  animation: slideInRight 0.8s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Parallax Effect */
.parallax {
  transition: transform 0.3s ease-out;
}

/* Loading Animation */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #cbab61;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c59563;
}



.start-project-form {
    padding: 60px 0;
}

    .start-project-form h2 {
        font-family: "Inter", sans-serif;
        font-size: 44px;
        font-weight: 800;
        padding: 0;
        margin-bottom: 30px;
        line-height: 1.1;
        text-align: center;
        letter-spacing: 4px;
    }

.right-sec{}
/* Radio box style */
.radio-box {
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
}

    .radio-box input {
        margin-right: 10px;
    }

.right-sec {
    box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.14);
    padding: 30px;
    background: #fff;
    border-radius:16px
}

.upload-box {
    border: 1px dashed #d7aa33;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
}

    .upload-box.dragover {
        border-color: #c8a96a;
        background: #f5f2ea;
    }

.preview-ima-sec {
    width: 300px;
    height: 270px;
    border-radius: 10px;
    border: 4px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    padding: 0;
}
    .preview-ima-sec img {
        height: 100%;
        width: 100%;
        object-fit:cover
    }

.slider-ss{width:100% !important}
/* Button */
.btn-gold {
    background: #c8a96a;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 13px;
    letter-spacing: 1px;
}

    .btn-gold:hover {
        background: #b89655;
    }

/* Right Card */
.appointment-card {
    border: 1px solid #ddd;
    padding: 30px;
    background: #fff;
    border-radius: 16px
}

.or-line {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

    .or-line::before,
    .or-line::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 40%;
        height: 1px;
        background: #ddd;
    }

    .or-line::before {
        left: 0;
    }

    .or-line::after {
        right: 0;
    }

    .or-line span {
        background: #fff;
        padding: 0 10px;
        font-size: 12px;
        color: #999;
    }



/* Slides container */
.home-slide {
    cursor: default;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Images responsive */
/*#jssor_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

/* Optional: Responsive height using aspect ratio */

#about-col {
    width: 87%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.privacy p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #444;
    margin-top: 15px;
    margin-bottom: 20px;
}
.list-newsitem {
    width: 80%;
    height: auto;
    margin: 0;
    clear: both;
}
.list-newsitem ul {
margin: 0;
padding: 0;
}
.list-newsitem ul li {
text-align: left;
font-size: 14px;
line-height: 16px;
color: #333;
padding-bottom: 10px;
}
    .list-newsitem ul li a {
        cursor: pointer;
        color: #333;
        text-decoration: none;
    }

.dorothea-photo-item{position:relative}
.dorothea-photo-item span {
position: absolute;
bottom: 14px;
left: 20px;
padding: 6px 10px;
border-radius: 6px;
background: rgba(255, 255, 255, .8);
color: #333;
font-size: 16px;
font-weight: 600;
}
    .dorothea-photo-item img{width:100%}

    @media (max-width: 768px) {
        .grecaptcha-badge {
            bottom: 60px !important;
        }

        .tab-content {
            flex: 1;
            padding: 20px;
        }
        .start-project-form h2 {
            font-size: 28px;
            font-weight: 800;
            line-height: 1.4;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }
        .start-project-form .mb-4 {
            margin-bottom: .5rem !important;
        }
        .start-project-form  .mt-5 {
            margin-top: 2rem !important;
        }
        .navbar {
            padding: .5rem 0;
        }
    .meet-gemco .card {
        margin-bottom: 30px;
    }
    .meet-gemco {
        margin: 40px 0;
    }
    .fixed-top {
        position: inherit;
    }

    .navbar.home-navbar img.home {
        display: none
    }

    .navbar.home-navbar img.inner {
        display: block
    }

/*    .navbar img.home {
        display: block
    }

    .navbar img.inner {
        display: none
    }*/


    .home-slider {
        height: auto;
    }
    .slider-ss {
        width: 100% !important;

    }
    .slider-ss img{
        width: 100% !important;
    }

    .navbar ul{
        padding: 14px 0 30px 0
    }
    .nav-link::before {
        display: none
    }
    #about-col {
        width: 90%;
        padding: 0 0;
    }
    .slide-content {
        width: 100%;
        position: inherit;
        padding: 14px;
    }
    .hero-collaborate .swiper-slide {
        font-size: 18px;
        padding: 14px 14px;
    }
        .hero-collaborate .swiper-slide .title {
            color: #333;
            font-size: 26px;
            font-weight: 800;
            padding: 0;
            margin-bottom: 30px;
            line-height: 1.1;
            text-align: center;
            letter-spacing: 2px;
        }
        .hero-collaborate .swiper-slide .subtitle {
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
            font-weight: 300;
            color: #333;
        }
    .hero-collaborate .btn {
        padding: 1rem 1rem;
        font-size: .9rem;
        line-height: 1rem;
    }
    .navbar-toggler-icon i {
        font-size: 34px;
        color:#333
    }
    .navbar.home-navbar {
        background: #fff;
    }
    #jssor_1 img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }
    .navbar.home-navbar .nav-link {
        color: #020202;
    }

    .navbar.home-navbar .btn-outline-primary {
        color: #333;
    }

    .visit {
        width: 100%;
        font-size: 13px;
    }

    .form {
        width: 100%;
        display: flex;
        gap: 18px;
        margin: 20px 0;
    }

    .preview-bottom {
        display: block;
    }
    .form .dropdown .btn {
        width: 226px;
    }
    .hero-collaborate {
        margin: 0;
        height: 40vh;
        position: relative;
    }
        .hero-collaborate .parallax-bg {
            width: 100%;
        }

}

@media (max-width: 480px) {

}

@media (max-width: 767px) {

    .services-sec .process-box h3 {
        font-size: 24px;
        color: 333;
    }
    .services-sec .process-box {
        margin-bottom: 30px;
        height:auto
    }
    .hero-collaborate .parallax-bg {
        width: 100%;

    }
    .services-sec .process-box:hover {
        transform: scale(1);
        animation-delay: 0s;
    }
    .about-content p {
        font-size: 16px;    
    }
    .preview-bottom {
        display: block;
    }

    .about-section {
        padding: 40px 0;
    }
    .about-content h2 {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .services-sec h2 {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .our-showcase h2 {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .partner-sec h2 {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .dorothea-photos .nav-link {
        margin: 0;
        font-size: .9rem;
        padding: 1.5rem .5rem;
    }
    .our-showcase .tab-sec .nav-link {
        padding: 0 .5rem 10px .5rem;
        text-transform: uppercase;
    }
    .partner-sec .tab-sec {
        display:block

    }
    .tab-btn {
        width: 100%;
    }
    .partner-sec .partner-box {
        height: auto;
        margin-bottom: 30px;
    }
.partner-sec {
margin: 0;
padding: 40px 0;
}

.contact-info {
position: sticky;
top: 120px;
margin-bottom: 30px;
}
.navbar.home-navbar {
background: #fff;
}
.navbar.home-navbar .nav-link {
color: #020202;
}
.navbar.home-navbar .btn-outline-primary {
color: #333;
}
    .hero-collaborate {
        margin: 0;
        height: 40vh;
        position: relative;
    }

}
