@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: #f26224;
  --secondary-color: #cb2744;
  --text-color: #fefefe;
  --secondary-text-color: #002051;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

#primary-btn {
  background-color: var(--primary-color, #f26224) !important;
  color: var(--text-color, #fefefe) !important;
}

h2 {
  color: var(--secondary-text-color, #002051);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3rem;
}

h3 {
  font-size: 1.5rem;
  color: var(--secondary-text-color, #002051);
  font-weight: 600;
}

p {
  padding: 0 !important;
}

/* From Uiverse.io by cssbuttons-io */
.c-button {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0.9em 1.6em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.c-button--gooey {
  color: #f26224;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* border: 4px solid #008578; */
  border: none;
  border-radius: 10px;
  position: relative;
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color: #f26224;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.c-button--gooey:hover {
  color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}

/* Navbar Styling */
#offcanvasNavbar {
  width: 250px;
}

.nav-item a {
  columns: var(--secondary-text-color, #002051) !important;
  transition: all 0.3s ease;
}

.nav-item a:hover {
  color: var(--primary-color, #f26224) !important;
}

/* Breadcrumb */
.breadcrumb-section {
  background: url("/images/breadcrumbs-bg.jpeg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
  position: relative;
  height: 60vh;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.breadcrumb-item.active {
  color: white;
}

.custom-shape-divider-bottom-1741429710 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1741429710 svg {
  position: relative;
  display: block;
  width: calc(141% + 1.3px);
  height: 263px;
}

.custom-shape-divider-bottom-1741429710 .shape-fill {
  fill: #ffffff;
}

/* Hero Section Styling */
#hero-container {
  background: url("../images/pr-hero.png") center center/cover no-repeat;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--text-color, #fefefe);
}


/* Why choose card */
.new-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.new-card:hover {
  transform: translateY(-10px);
}

.new-card p {
  text-align: justify;
}

.new-card.new-card1 {
  background-color: var(--primary-color);
  color: white;
}
.new-card.new-card2 {
  background-color: #f2fbfe;
}
.new-card.new-card3 {
  background-color: var(--primary-color);
  color: white;
}

.new-card .icon-round {
  position: absolute;
  top: 0;
  width: 80px;
  height: 70px;
  border-radius: 0 0 50px 50px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-card #icon-round2 {
  background-color: var(--primary-color);
}

.new-card .icon-round i {
  color: black;
}

/* Hero Divider Styling */
.custom-shape-divider-bottom-1741337554 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1741337554 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1741337554 .shape-fill {
  fill: #ffffff;
}

/* About Section Styling */
.tag {
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.about-list {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-list i {
  color: var(--primary-color, #f26224);
}

.about-list span {
  color: var(--secondary-text-color, #002051);
}

/* What we do Section Styling */
.explore-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
}

.explore-wrapper:hover {
  border-bottom: 5px solid var(--primary-color, #f26224);
}

.explore-wrapper:hover a {
  color: var(--primary-color, #f26224);
}

.explore-icon {
  width: 60px;
  height: 50px;
  background-color: var(--primary-color, #f26224);
  position: absolute;
  top: -20px;
  left: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* CTA Section style */
#cta-container {
  background: url("../images/banner.jpg") center center/cover no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}

/* Services styling */
.card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

/* Stats Section Styling */
#stats-section {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid var(--secondary-text-color, #002051);
  border-bottom: 2px solid var(--secondary-text-color, #002051);
}

.stat-card {
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding: 2rem;
  border-radius: 15px;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-10px);
  /* background-color: rgba(0, 0, 0, 0.7); */
}

.stat-card .counter {
  display: inline-block;
  color: var(--primary-color, #f26224);
  font-size: 2.5rem;
}

.stat-card span {
  margin-left: -10px;
  color: var(--primary-color, #f26224);
  font-size: 1.5rem;
}

.stat-card p {
  color: var(--secondary-text-color, #002051);
}

/* Work Section Styling */
#work-img {
  height: 300px !important;
  transition: all 0.3s ease;
}

#work-img:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Testimonial Section */
#testimonial-left i {
  color: var(--secondary-text-color, #002051);
  font-weight: bold;
}

/* Contact Section */
#contact-section {
  background-color: var(--text-color, #fefefe);
}

#contact-section span {
  color: var(--secondary-text-color, #002051) !important;
}

#contact-section i {
  color: var(--secondary-text-color, #002051);
}

#contact-title {
  background-color: var(--secondary-text-color, #002051);
}

#contact-btn {
  background-color: var(--secondary-text-color, #002051);
}

/* Service process */
/* Service Detail Page Styles */
.service-detail-section {
  background-color: #f8f9fa;
}

.service-image img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.service-image img:hover {
  transform: scale(1.02);
}

.feature-item {
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon i {
  font-size: 24px;
  color: var(--primary-color);
}

.feature-content h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.service-process{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.process-steps {
  position: relative;
}

.step {
  padding: 30px;
  background: white;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.step-number {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Footer Styling */
footer {
  background-color: var(--secondary-text-color, #002051);
  color: var(--text-color, #fefefe);
}

/* About Page Styles */
.section-divider {
  display: flex;
  align-items: center;
  gap: 15px;
}

.section-divider span {
  height: 2px;
  width: 50px;
  background: var(--primary-color, #f26224);
}

.section-divider i {
  color: var(--primary-color, #f26224);
}

.about-content-left {
  padding-right: 2rem;
}

.subtitle {
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.about-image-wrapper {
  position: relative;
  padding: 1rem;
}

.experience-badge {
  position: absolute;
  bottom: 30px;
  right: -20px;
  text-align: center;
  min-width: 150px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.feature-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
  transform: translateY(-5px);
}

.hover-shadow:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f26224;
  border-radius: 50%;
}


/* PR & Communication */
#pr-communication {
  background-color: #dbf4fb;
}

/* Director's Page Styles */
.director-image-wrapper {
  position: relative;
  padding: 20px;
}

.experience-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 120px;
}

.experience-badge span {
  display: block;
}

.message-content {
  position: relative;
  padding: 2rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.message-quote {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.signature {
  filter: brightness(0.8);
}


@media (max-width: 768px) {
  #hero-container {
    height: 90vh;
  }

  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  
  .experience-badge {
    position: relative;
    margin-top: 1rem;
    display: inline-block;
  }
  
    .about-content-left {
    padding-right: 0;
    text-align: center;
  }

  .achievement-stats {
    justify-content: center;
  }

  .experience-badge {
    right: 0;
  }
}

/*<style>*/
        #go-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
        }
        
        #call {
            position: fixed;
            top: 50%;
            right: 10px;
            z-index: 999;
            background-color: #4CAF50;
        }
        #whatsapp {
            position: fixed;
            top: 58%;
            right: 10px;
            z-index: 999;
        }
        
        @keyframes scaleUpDown {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2);
            }
        }
        
        #call, #whatsapp {
            animation: scaleUpDown 1.5s ease-in-out infinite;
        }

        .float-button .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-bottom: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease-in-out;
        }

        .float-button .btn i {
            font-size: 20px;
        }

        .float-button .btn:hover {
            transform: scale(1.1);
        }

        #go-to-top {
            display: none;
        }
    /*</style>*/
