@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family:'poppins', sans-serif;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;   
}
:root{
    --body-bg: #fffaee;
    --item-bg: #ffffff;
}

.partner_section{
    margin-top: 55rem 0;
    padding: 64px 0;
}

.section_title{
    text-align: center;
    margin-bottom: 1.5rem;
}
.section_title h3{
            font-size: 48px;
            margin: 10px 0 40px;
            color: #000;
            text-transform: uppercase;
            font-weight: 800;
            position: relative;
            display: flex;
            justify-content: center;            
        }
.section_title h3:after{
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            display: flex;
            text-align: center;
            height: 4px;
            background-color: #E16C1C
}

.logos_slider{
    overflow-x: hidden;

}
.overflow{
    display: flex;
    padding: .5rem 1rem;
    overflow: hidden;
}
.logos_wrapper{
    display: flex;
    /*animation: logoLoop 50s linear infinite;*/
    width: auto;
}
.logo_item{
    margin-left: 1rem;
    padding: 1rem;
    aspect-ratio: 30/9;
    background: var(--item-bg);
    display: grid;
    place-items: center;
    border-radius: 50%;
     border: 3px solid #000;

}
.logo_item:hover {
            transform: scale(1.05);
            border-color: #E16C1C;
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
        }

.logo_item img{
    max-width: 75%;
    max-height: 75%;
    object-fit: contain;
}
.logos_wrapper:hover {
            animation-play-state: paused;
        }
@keyframes logoLoop{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }

}

.mjestic{
   margin-top: 1rem;
   text-align: center;
   background: #19232b;
   color: #E16C1C;
   border-radius: 15px;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
   padding: 30px;
    position: relative;
    transition: transform 0.4s, box-shadow 0.4s;
    border: 1px solid #19232b;
}
.mjestic h2{
    font-size: 48px;
            margin: 10px 0 40px;
            color: #f6f6f6;
            text-transform: uppercase;
            font-weight: 800;
            position: relative;
            display: flex;
            justify-content: center;
}
.mjestic h2:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    display: flex;
    text-align: center;
    height: 4px;
   
}
.mjestic h5{
    font-size: 25px;
    color: #E16C1C;
    margin-bottom: 50px;
    font-weight: 700;
}
.mjestic h6{
    font-size: 1rem;
      line-height: 1.6;
      color: #ffffff; 
}
.mjestic .card{
     background: #000000; 
      border-radius: 12px;
      padding: 25px 20px;
      width: 300px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      color: #fff;
     
}
.mjestic .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 18px rgba(225, 108, 28, 0.4);
  border-color: #E16C1C;
}


.mjestic .row{
   display: flex;
   justify-content: center;
   justify-content: space-around;
   row-gap: 10vh;
   
}
.majestic-about-section {
      background-color: #19232b;
      border-radius: 12px;
      padding: 35px;
      max-width: 900px;
      margin: 40px auto;
      box-shadow: 0 8px 20px rgba(57, 181, 212, 0.5);
      color: #E16C1C;
      border-top: 6px solid #E16C1C;
    }

    .majestic-header h2 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 15px;
      color: #E16C1C;
      text-transform: uppercase;
      text-align: center;
    }

    .majestic-header .certified {
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
    }

    .majestic-header .certifications {
      margin: 15px 0;
	  
    }

    .majestic-about-section .certifications span{
      display: inline-block;
      background: #E16C1C;
      color: #000000;
      padding: 7px 18px;
      margin-right: 8px;
      margin-bottom: 6px;
      border-radius: 20px;
      font-size: 15px;
      font-weight: 500;
	  
    }
	.certifications {
    margin-left: 20%;
}

    .majestic-header .location {
      font-size: 16px;
      font-style: italic;
      color: #cccccc;
      margin-top: 12px;
      text-align: center;
    }

    .majestic-content p {
      line-height: 1.9;
      margin-bottom: 18px;
      font-size: 17px;
      color: #e0e0e0;
    }
    @media (max-width: 768px) {
      .majestic-about-section {
        padding: 25px;
      }
      .majestic-header h2 {
        font-size: 26px;
      }
    }

.clients{
    background: #000000;
    color: #E16C1C;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: left;
    position: relative;
    transition: transform 0.4s, box-shadow 0.4s;
    border: 1px solid #E16C1C;
}
.clients .card{
    
      background: #000000;
      color: #E16C1C;
      border-radius: 15px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      padding: 30px;
      text-align: left;
      position: relative;
      transition: transform 0.4s, box-shadow 0.4s;
      border: 1px solid #E16C1C;

}
 h1:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            display: flex;
            text-align: center;
            height: 4px;
            
        }

h1 {
            font-size: 48px;
            margin: 10px 0 40px;
            color: #E16C1C;
            text-transform: uppercase;
            font-weight: 800;
            position: relative;
            display: flex;
            justify-content: center;
        }

.clients .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 8px 20px rgba(57, 181, 212, 0.5);
}


.clients .card img{
   flex: 0 0 auto;
   width: 220px;
   height: 220px;
   margin: 0 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   background-color: #fff;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   transition: all 0.3s ease;
   border: 3px solid #000;
   max-width: 75%;
   max-height: 75%;
   object-fit: contain;
   width: 70px;
   height: 70px; 
   overflow: hidden;
   border: 3px solid #E16C1C;
   position: relative;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
   transition: transform 0.3s, box-shadow 0.3s;
    
}

.clients .card img:hover {
    transform: scale(1.05);
    border-color: #E16C1C;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(57, 181, 212, 0.5);
}

.explore_products{
   margin: 4rem;
   padding: 3rem;
   padding-bottom: .5rem;
   margin-top: 10px;
}
.explore_products .row{
   display: flex;
   justify-content: center;
   justify-content: space-between;
   row-gap: 10vh;
}
.explore_products h1{
    font-size: 48px;
    margin: 10px 0 40px;
    color: #E16C1C;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    display: flex;
    justify-content: center;
}
.explore_products .card {
    background: #000000;
    color: rgb(248, 252, 252);
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    margin: 0px 70px;
    padding: 40px 20px;
    text-align: left;
    position: relative;
    transition: transform 0.4s, box-shadow 0.4s;
    border: 1px solid #0f1212;
}

.explore_products .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 10px 18px rgba(225, 108, 28, 0.4);
  border-color: #E16C1C;  
}

.explore_products h5{
    color: #E16C1C;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;    
}
.explore_products h5::after{
     content: '';
     position: absolute;
     bottom: -10px;
     left: 50%;
     transform: translateX(-50%);
     width: 60px;
     height: 3px;
     
     border-radius: 3px;
}
.explore_products h6{
            margin-top: 20px;
            line-height: 1.6;
            font-size: 0.95rem;
            color: #fdffff;
}
.contactus .card-header{
    background-color: #E16C1C;
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
    position: relative;      
}
.contactus .card-body{
    background-color: #000;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
}
.contactus .card-footer{
    background-color: #E16C1C;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.contactus .btn{
    background-color: #E16C1C;
    color: #000;
    border-radius: 30px;
}
.contactus .btn:hover{
    color: #3b6666;
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(60, 195, 212, 0.3);

}
.contactus .btn:hover::after{
    width: 100%;
}

  footer{
        background: #19232b;
        padding-top: 50px;
    }
    .container{
        width: 1140px;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .footer-content {
  width: 100%;
  max-width: 400px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.footer-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #E16C1C;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #E16C1C;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-content p {
  margin: 10px 0;
  padding: 0 10px;
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}

.footer-content ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  text-align: center;
}
.footer-content ul li {
  /*margin: 10px 0;*/
}
.footer-content ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer-content ul li a:hover {
  color: #E16C1C;
}

@media (max-width: 768px) {
  .footer-content {
    padding: 15px;
  }

  .footer-content p {
    font-size: 14px;
  }
}

    .list{
        padding: 0;
        color: #fff;
    }
    .list li{
        width: auto;
        text-align: center;
        list-style-type:none;
        padding: 7px;
        position: relative;
        color: #fff;
    }
    .list li::before{
        content: '';
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 100%;
        width: 0;
        height: 2px;
        background: #E16C1C;
        transition-duration: .5s;
    }
    .list li:hover::before{
        width: 70px;
    }
    .social-icons{
        text-align: center;
        padding: 0;
        color: #E16C1C;
    }
 .social-icons li {
  display: inline-block;
  margin: 0 10px;
}
 .social-icons i {
  color: white;
  font-size: 24px;
  transition: color 0.3s ease;
}
    a{
        text-decoration: none;
    }
    a:hover{
        color: #E16C1C
    }
  .social-icons i:hover {
  color: #E16C1C;
}
    .bottom-bar{
        background: rgb(255, 255, 255);
        text-align: center;
        padding: 10px 0;
        margin-top: 50px;
    }
    .bottom-bar span{
        color: #E16C1C;
        font-weight: 1000;
        font-size: larger;
    }
    .bottom-bar p{
        color: #000;
        margin: 0;
        font-size: 16px;
        padding: 7px;
    }

    /* ABOUT US */

    /* Reset and Base Styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'poppins', sans-serif;
    }

    :root {
      --primary: #E16C1C;       /* Bold #E16C1C */
      --secondary: rgb(173, 235, 235);     /* Soft Bright #E16C1C */
      --accent:rgb(183, 255, 255);        /* #E16C1Cn Accent */
      --light: #f7f7f7;         /* Light #E16C1Cish background */
      --dark: #000000;          /* Black */
      --gray: #6c757d;
    }

    body {
      background-color: var(--light);
      color: var(--dark);
      line-height: 1.6;
    }

    .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
	      padding-top: 2%;
    }

    /* Section Styles */
    .section {
      padding: 0px 0;
    }

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 2.2rem;
  color: var(--primary);
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin: 0 auto;
}

    .section-heading h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: var(--primary);
    }

    /* Company Overview Section */
    .company-overview {
      display: flex;
      align-items: center;
      gap: 30px;
      margin-bottom: 60px;
    }

    .company-logo {
      flex: 0 0 180px;
    }

    .company-logo img {
      max-width: 100%;
      border-radius: 25px;
    }

    .company-info {
      flex: 1;
      text-align: center;
    }

    .company-name {
      font-size: 1.8rem;
      color: var(--primary);
      margin-bottom: 10px;
    }

    .company-certifications {
      display: inline-block;
      background-color: #E16C1C;
      color: var(--dark);
      padding: 6px 15px;
      border-radius: 20px;
      font-size: 0.9rem;
      margin-bottom: 15px;
    }

    .company-location {
      color: var(--gray);
      margin-bottom: 15px;
      font-style: italic;
    }

    /* About Section */
.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about-text {
  flex: 1;
  text-align: left;
  max-width: 600px;
}
.about-text h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
.about-text p {
  margin-bottom: 1rem;
  color: #333;
  line-height: 1.7;
}

    .about-img {
      flex: 1;
      text-align: center;
      border-radius: 8px;
      padding-bottom: 30px;
    }

 .about-img img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

    /* Company Statement */
.company-statement {
  /*background: linear-gradient(145deg, black, #e16c1c);*/
background-color: black;
  text-align: center;
  color: #E16C1C;
  padding: 60px 30px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}

.company-statement {
  animation: fadeInUp 1.2s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.company-inner {
  max-width: 900px;
  margin: 0 auto;
}

.company-img {
  max-width: 180px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #E16C1C;
  letter-spacing: 1px;
  position: relative;
}

.section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #E16C1C;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.company-desc {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  color: #f9f9f9;
  line-height: 1.8;
  font-weight: 400;
}
.value-points {
  padding-left: 20px;
  margin-top: 10px;
  text-align: left;
}

.value-points li {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  list-style-type: disc;
}

    /* Mission Vision Values */
    .mvv-container {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-bottom: 40px;
    }

    .mvv-box {
      flex: 1;
      min-width: 300px;
      padding: 30px;
      background-color: #fff8dc; /* Light yellow card */
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .mvv-title {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .mvv-icon {
      width: 40px;
      height: 40px;
      background-color: var(--primary);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--dark);
      margin-right: 15px;
    }

    .mvv-title h3 {
      color: var(--primary);
      font-size: 1.4rem;
    }

    .values-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .value-item {
      background-color: var(--primary);
      color: var(--dark);
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 0.9rem;
    }

    /* Responsive Styles */
    @media (max-width: 992px) {
      .company-overview {
        flex-direction: column;
        text-align: center;
      }

      .about-content {
        flex-direction: column;
      }

      .about-text {
        order: 2;
      }

      .about-img {
        order: 1;
        margin-bottom: 30px;
      }
    }

    @media (max-width: 768px) {
      .section {
        padding: 40px 0;
      }

      .section-heading h2 {
        font-size: 1.8rem;
      }

      .company-name {
        font-size: 1.6rem;
      }

      .mvv-box {
        min-width: 100%;
      }
    }
    /* CONTACT US PAGE */
        .ROW{
            display: flex;
            flex-direction: row;
        }
        h1{
            font-size: 60px;
            color: black;
            opacity: 0.9;
            text-align: justify;
            font-family:'Times New Roman', Times, serif;
			padding-right: 38px;
        }
        .A{
            color: black;
            opacity: 0.9;
            text-align: justify;
            padding: 80px;
        }
        .b{
            padding: 90px;
            color: black;
            opacity: 0.9;

        }
        
        a{
            color: #fbf5f5;
        }
        a:hover{
            color: #E16C1C;
            transition:all ease-out 1s;
        }
        .button-1{
            background-color: transparent;
            padding: 6px 40px;
            border-radius: 20px;
            margin-top: 40px;
            color: #E16C1C;
            border: solid 2px white;
        }
        .button-1:hover{
            color: #E16C1C;
            background-color: #E16C1C;
        }
        .button-2{
            background-color: transparent;
            width: 114%;
            opacity: 1;
            padding: 6px 40px;
            border-radius: 20px;
            margin-top: 40px;
            color: #E16C1C;
            border: solid 2px black;
        }
        .button-2:hover{
            color: #000;
            background-color: #E16C1C;
        }
section.contactus {
    margin-top: 45px;
}
        @media screen and (orientation:portrait){
            body{
            background-image: url(camping.webp);
            position: relative;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: auto;
        }
        
        body::before {
            content:'';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4); 
        }
        .ROW{
            display: flex;
            flex-direction: column;
        }
        h1{
            font-size: 40px;
            color: #E16C1C;
            opacity: 0.9;
            text-align: justify;
            font-family:'Times New Roman', Times, serif;
        }
        p{
            width: 100%;
        }
        .A{
            color: white;
            opacity: 0.9;
            text-align: justify;
            width: 100%;
        }
        .b{
            
            width: 200%;
            color: white;
            opacity: 0.9;
            
        }
        
        a{
            color: white;
        }
        .button-1{
            background-color: transparent;
            padding: 6px 40px;
            border-radius: 20px;
            margin-top: 40px;
            color: white;
            border: solid 2px white;
        }
        .button-1:hover{
            color: #E16C1C;
            background-color: beige;
        }
        .button-2{
            background-color: transparent;
            width: 114%;
            opacity: 1;
            padding: 6px 40px;
            border-radius: 20px;
            margin-top: 40px;
            color: white;
            border: solid 2px white;
        }
        .button-2:hover{
            color: #E16C1C;
            background-color: beige;
        }
        .col-7{
            width: 100%;   
        }
        
        }
		    .navbar-expand-lg .navbar-collapse {
        display: flex !important
;
        flex-basis: auto;
        margin-left: 25%;
        /* margin-right: 73px; */
    }
	.h5, h5 {
    font-size: 1.25rem;
    color: #E16C1C;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
    padding-left: 25px;
}
}
