/*-----------------------------------------------------------------------------------

 Theme Name: Coco
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #1A237E , #2576FD
 main Font    : Rubik

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 wedding
	06 Films
	07 rituals
	08 Art
	09 our teams
	10 Contact Us
	11 Footer
	12 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.curve {
  position: absolute;
  z-index: 7;
}

.curve.curve-center:after {
  border-left: 50vw solid transparent;
}

.curve.curve-center:before {
  border-right: 50vw solid transparent;
}

.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}

.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}

.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}

.curve.curve-bottom:after,
.curve.curve-bottom:before {
  bottom: 0;
}

.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}

.curve.curve-top:after,
.curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}

.curve.curve-top:after {
  border-left: 70vw solid transparent;
}

.curve.curve-top:before {
  border-right: 30vw solid transparent;
}

.curve.curve-gray-b:after,
.curve.curve-gray-b:before {
  border-bottom: 50px solid #f9f9f9;
}

.curve.curve-gray-t:after,
.curve.curve-gray-t:before {
  border-top: 50px solid #f9f9f9;
}

.curve:after,
.curve:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}

.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}

.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

.section-padding {
  padding: 120px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}

.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}

[data-overlay-color].process .icon {
  color: #fff !important;
}

.bg-gray {
  background: #f9f9f9;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1A237E;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 35px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}

.butn span {
  position: relative;
  z-index: 2;
}

.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 1;
}

.butn:hover:after {
  width: 100%;
}

.butn-bg {
  background: #1A237E;
  border-color: #1A237E;
  color: #fff;
}

.butn-bg:hover span {
  color: #1A237E;
}

.butn-light,
.butn-bord {
  background: #fff;
}

.butn-light:after,
.butn-bord:after {
  background: #1A237E;
}

.butn-light:hover span,
.butn-bord:hover span {
  color: #fff !important;
}

.butn-light span,
.butn-bord span {
  color: #1A237E;
}

.butn-bord {
  background: transparent !important;
  border-color: #1A237E;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: transparent;
  z-index: 9;
  min-height: 70px;
}

.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #eee;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar .navbar-nav .active {
  color: #2576FD !important;
}

.nav-scroll {
  background: #fff;

  background-image: url(https://i.gifer.com/origin/03/03270abe66b1c66ef8832c57aa6da0c1_w200.gif);
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(90px);
  transform: translateY(100px);
  padding: 1px 0;
  /* Reduced height */
}

.nav-scroll .icon-bar {
  color: #222;
}

.nav-scroll .navbar-nav .nav-link {
  color: #222;
}

.nav-scroll .navbar-nav .logo {
  padding: 10px 0;
  color: #111;
}

.logo {
  padding: 5px 0;
  width: 100px;
}


/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  background-size: cover !important;
  /* Ensures the image covers the entire section */
  background-position: center !important;
  /* Centers the image */
  background-repeat: no-repeat !important;
  /* Prevents repeating */
  width: 100%;
  height: 100vh;
}

.header.video {
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.header .caption h1 {
  margin: 10px 0;
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.header .caption p {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}

.header .caption p span:last-child {
  padding: 0;
}

.header .caption p span:last-child:after {
  display: none;
}

.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1A237E;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}

.header .caption .butn {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}




.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.wave {
  min-height: 105vh;
}

.wave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  z-index: 7;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Default full height for large screens */
.header {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  /* Ensures it doesn't get too small */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  /* Centers content */
  justify-content: center;
  text-align: center;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
  .header {
    height: 70vh;
    /* Reduce height on mobile */
    min-height: 400px;
  }

  .header .caption h4 {
    font-size: 24px;
  }

  .header .caption h1 {
    font-size: 40px;
  }

  .header .caption p {
    font-size: 14px;
    padding: 0 15px;
  }
}


/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 05 Start Weddings ]
-----------------------------------------------------------------*/

#wedding-events {
  position: relative;
  text-align: center;
  padding: 50px 20px;
  background: url('img/wedbg.jpg') no-repeat center center fixed;
  background-size: cover;
  color: white;
  overflow: hidden;
}

#wedding-events::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  z-index: 0;
}

#wedding-events h2 {
  font-size: 2rem;
  color: #d63384;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* Grid Container */
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

/* Grid Item */
.grid-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.grid-item img {
  width: 100%;
  max-height: 180px;
  border-radius: 10px;
  object-fit: cover;
}

.grid-item p {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

/* Hover Effect */
.grid-item:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

/* Popup Styling */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.popup img {
  width: 100%;
  max-height: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.popup h3 {
  margin-top: 10px;
  font-size: 1.5rem;
  color: #d63384;
}

.popup p {
  color: #555;
  margin-top: 10px;
}

/* Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #d63384;
}

.close:hover {
  color: #a12664;
}

/* Center last row */
.center-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
/* ----------------------------------------------------------------
     [ End Weddings ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ 06 Start Films ]
-----------------------------------------------------------------*/
/* General Styles */
.films body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f4f4f4;
}

/* Title Section */
.line-production-title {
  text-align: center;
  margin-bottom: 20px;
}

.line-production-title h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.line-production-title p {
  font-size: 18px;
  color: #666;
}

/* Services Section */
.line-production-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Centers all flip cards */
  align-items: center;
  text-align: center;
  /* Ensures text is center-aligned */
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}

/* Flip Card Container */
.flip-card {
  background: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px;
  margin: 10px;
}

/* Flip Card Inner */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Flip Effect */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Flip Card Front & Back */

/* Center-align text inside flip card front */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

/* Flip Card Back Side (Image) */
.flip-card-back {
  background-size: cover;
  background-position: center;
  transform: rotateY(180deg);
}

/* Ensure even-numbered (blue) cards have white text */
.flip-card:nth-child(even) .flip-card-front {
  background-color: #28354e !important;
  /* Dark blue */
  color: white !important;
  /* Ensure all text inside is white */
}

/* Ensure heading (h2, h3) inside blue cards is white */
.flip-card:nth-child(even) .flip-card-front h2,
.flip-card:nth-child(even) .flip-card-front h3 {
  color: white !important;
}

/* Ensure all other text (p, span) inside blue cards is white */
.flip-card:nth-child(even) .flip-card-front p,
.flip-card:nth-child(even) .flip-card-front span {
  color: white !important;
}

/* Ensure odd-numbered cards have a white background and black text */
.flip-card:nth-child(odd) .flip-card-front {
  background-color: white;
  color: black;
}

/* Ensure odd-numbered cards' heading (h2, h3) is black */
.flip-card:nth-child(odd) .flip-card-front h2,
.flip-card:nth-child(odd) .flip-card-front h2 {
  color: black !important;
}
/* ----------------------------------------------------------------
     [ End Films ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 07 Start Rituals ]
-----------------------------------------------------------------*/
.rituals-container {
  width: 80%;
  max-width: 800px;
  background: white;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  margin: 50px auto;
}

.rituals-image-box {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}

.rituals-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.rituals-dot {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.rituals-dot.active {
  background: #333;
}

.rituals-next-btn {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background: #007BFF;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.rituals-next-btn:hover {
  background: #0056b3;
}



/* ----------------------------------------------------------------
     [ End Rituals ]
-----------------------------------------------------------------*/




/* ----------------------------------------------------------------
     [ 08 Start art artefacts ]
-----------------------------------------------------------------*/
.art_services_section {
  font-family: Arial, sans-serif;
  background-image: url(https://i.pinimg.com/564x/51/a6/85/51a6859fd3425e4cdb41517c93957de5.jpg);
  margin: 0;
  padding: 50px 0;
  text-align: center;
}

.art_container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.art_service_card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.art_service_card:hover {
  transform: scale(1.02);
}

.art_service_card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.art_service_card h3 {
  margin: 10px 0;
  font-size: 18px;
}

.art_arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.art_arrow:hover {
  transform: scale(1.2);
}

/* Popup Styling */
.art_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background: white;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: none;
  z-index: 1000;
}

.art_popup h3 {
  margin-top: 0;
}

.art_popup .art_close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.art_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

/* Responsive */
@media (max-width: 1024px) {
  .art_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .art_container {
    grid-template-columns: repeat(1, 1fr);
  }

  .art_popup {
    width: 80%;
  }
}

.art_service_card h3,
.art_popup h3,
.art_popup p {
  color: black !important;
  /* Ensures text is black */
  display: block !important;
  /* Forces visibility */
  visibility: visible !important;
}

.art_popup {
  color: black !important;
  /* Makes sure text inside the popup is black */
}

.art_service_card h3,
.art_popup h3,
.art_popup p,
.art_arrow {
  color: black !important;
  /* Makes text and arrow black */
  display: block !important;
  /* Ensures visibility */
  visibility: visible !important;
}
/* ----------------------------------------------------------------
     [ End art artefacts ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ 09 Start our Teams ]
-----------------------------------------------------------------*/
body {
  font-family: 'Arial', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

.team {
  position: relative;
  padding: 50px 0;
  background: url('img/bgteams.jpg') center/cover no-repeat;
  /* Add a background image */
  color: white;
}

/* Overlay Effect */
.team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  z-index: 1;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
  /* Ensures content is above the overlay */
}

.team-card {
  background: rgba(255, 255, 255, 0.9);
  /* Slightly transparent white */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.team-card img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid #d37542;
  margin-bottom: 10px;
}

h1 {
  position: relative;
  z-index: 2;
  color: rgb(30, 64, 123);
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  color: black;
}

.role {
  font-size: 14px;
  color: #d37542;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 1024px) {
  .team-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .team-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* ----------------------------------------------------------------
     [ End our Teams ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ 10 Start Contact ]
-----------------------------------------------------------------*/
.contact .contact-info h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact .contact-info .item {
  margin-top: 30px;
}

.contact .contact-info .item .icon {
  float: left;
  font-size: 25px;
  color: #1A237E;
}

.contact .contact-info .item .cont {
  margin-left: 50px;
}

.contact .contact-info .item .cont h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact .contact-info .item .cont p {
  font-size: 13px;
}

.contact .form input,
.contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #f9f9f9;
}

.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 80px 0;
  background-color: #111;
}

footer .social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #151515;
  color: #999;
  font-size: 16px;
  margin: 15px 5px;
}

footer .social a:hover {
  background-color: #1A237E;
  color: #fff;
}

footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
 	 [ 12 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }

  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-toggler {
    margin-right: 15px;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #1A237E !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }

  .header .caption h4 {
    font-size: 30px;
  }

  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .hero .feat-item.active .text-center {
    padding-top: 50px;
    margin-top: 0;
  }

  .tabs-section .tab-content .image {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 50px 0 0;
  }

  .process .item img {
    display: none;
  }

  .process .item.odd {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .hero .extra-title {
    font-size: 22px;
  }

  .tabs-section .nav-pills .nav-link {
    padding: 12px 0;
  }

  .tabs-section .nav-pills .nav-item {
    width: 33.33333%;
    text-align: center;
  }

  .works .filtering .filter {
    padding: 0;
  }

  .works .filtering span {
    margin: 0;
  }

  .call-action h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .call-action h5 {
    font-size: 20px;
    font-weight: 300;
  }
}

@media screen and (max-width: 480px) {
  .header .caption h4 {
    font-size: 14px;
  }

  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }

  .works .filtering span {
    padding: 5px 15px;
  }
}

/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  text-align: center;
}

/* Section Styling */
#categories {
  padding: 40px 20px;
  background-color: #ffffff;
}

h2 {
  font-size: 32px;
  color: #004080;
  margin-bottom: 20px;
}

/* Category Container */
.categories-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  /* Space between items */
}

/* Category Box */
.category {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  transition: transform 0.3s ease;
}

/* Hover Effect on Box */
.category:hover {
  transform: translateY(-10px);
}

/* Image Styling */
.category img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: filter 0.3s ease-in-out, transform 0.3s ease;
}

/* Hover Effect on Image */
.category img:hover {
  filter: brightness(70%) sepia(20%) saturate(120%);
  transform: scale(1.05);
}

/* Heading inside Category */
.category h3 {
  color: #004080;
  font-size: 20px;
  margin-top: 15px;
}

/* Paragraph inside Category */
.category p {
  color: #555;
  font-size: 16px;
  margin-top: 10px;
}