@charset "utf-8";

/* CSS Document */

::-webkit-scrollbar {display: none;}
#element::-webkit-scrollbar {display: none;}
::-webkit-scrollbar {width: 16px; background: transparent; /* Hides the scrollbar background */}
::-webkit-scrollbar-thumb {background: linear-gradient(145deg, #ccc, #aaa); border-radius: 10px; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.5);}
::-webkit-scrollbar-button {display: none; /* Hides the scrollbar arrows */}
* {scrollbar-width: thin; scrollbar-color: #ccc transparent; /* Hides the scrollbar background */}
*::-webkit-scrollbar-thumb {background: linear-gradient(145deg, #ccc, #aaa); border-radius: 10px; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.5);}

body, html {height: 100%;}
* {box-sizing: border-box;}

body {font-size: 100%; font-family: Arial; font-size: 15.8px; color:#2e2e2e; text-decoration:none; line-height: 22px; background-color:#fff; margin:0px; padding:0px; width:100%; height:100%; -webkit-font-smoothing: antialiased;}

#header {padding-right:10%; padding-left:10%;}
#helloheader {width:100%; float:left; background-color:#2a4d75; color:#fff; padding-left:10%; padding-right:10%;}
#workarea, #workarea_small {width:100%; display:block; float:left; padding-right:10%; padding-left:10%; padding-top:6px; padding-bottom:32px;}
#workarea p {text-align: justify;}
.addoutline img {outline: 1px dashed #f5f5f5;  outline-offset: -10px;}

#logo {width:28%; height:auto; margin-right:auto; margin-left:auto; padding-bottom: 36px; padding-top: 32px; max-width: 180px;} 

#right {float:right;} #left {float:left;}
		
#landscapedisplay {display: block;} #portraitdisplay {display: none;}
.mobile {display: none;} .tab {display: none;} .desktop {display: block;}
#mobile {display: none;} #tab {display: none;} #desktop {display: block;}

#pagename {margin-top:95px; width:20%; text-align:right; border-bottom-right-radius: 8px; border-top-right-radius: 8px;}

.topnow {writing-mode:vertical-rl; transform:rotate(180deg); right: 35px; bottom: 35px; position: fixed; color: #b561f5; font-size: 60px; cursor: pointer; display: none;}

#profileimage {width: 14%; height: auto; margin-left: 22px; margin-top: 16px; margin-bottom: 16px; float: right; border-radius: 50%; border: 1px solid #8e371f;}

.inner {display: inline-block; vertical-align: middle; margin-right:15px;}

#coverimage {width: 100%; left:0px; height: 320px; background-size:cover; float:left; background-attachment: fixed; background-position:center top; background-repeat:repeat-x; position:relative; z-index:-9999;}

#halfdiv {width: 45%}

#switch {
	writing-mode:vertical-rl; transform: translate(0, -50%) rotate(180deg); background-color: #829EBF; padding: 15px; padding-left: 8px; padding-right: 12px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; right: 0px; top: 50%; position: fixed; color: #fff; border: 1px solid #829EBF; border-left: none; z-index: 999; 
} #switch a {color: #fff; font-size: 15px; font-weight: bold; text-decoration: none;} #switch a:hover {color: #2a4d75;}

#spldiv {width: 100%; padding: 12px 24px 24px 24px; background-color: #FFF9ED; border-radius: 25px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); margin-top: 32px;}

.sidebyside {width: 100%; display: flex; height: auto; justify-content: space-between; margin-top: 65px;}
.sidebyside-left {width: 47%; display: flex; align-items: center; justify-content: center;}
.sidebyside-right {width: 47%;}
.sidebyside-right img {width: 100%; height: auto;} 

.profile-text {width: 70%; display: flex; align-items: center; justify-content: center;}
.profile-image {width: 30%; text-align: center;}
.profile-image img {width: 70%; height: auto; border-radius: 50%; border: 3px solid #ccc;}

.product-text {width: 80%; display: flex; align-items: center; justify-content: flex-start;}
.product-text a {width: 100%; text-align: left; width: 100%; line-height: 32px; color: #6986A8;}
.product-image {width: 18%; text-align: right;}
.product-image img {width: 94%; height: auto; border-radius: 50%; border: 3px solid #ccc;}

.product-showcase {overflow: hidden; width: 100%; height: auto; position: relative; text-align: center; background-color: transparent;}
.product-showcase img {width: 100%; height: auto; transition: transform 0.3s ease-in-out; transform-origin: center; outline: none;}
.product-showcase:hover img {transform: scale(1.1);}

/* Fonts */

h1 {font-size: 24px; font-weight: 400; color:#fff; padding:25px; background-color:#2a4d75; opacity: 0.9;}
.h1simple {font-size: 22px; font-weight: bold; color:#2e2e2e; margin-top:15px; margin-bottom:15px; line-height: 34px; background-color: #fff; padding: 25px 0;}
h2 {font-size: 22px; font-weight: bold; color:#2e2e2e; margin-top:15px; margin-bottom:15px; line-height: 34px;}
h3 {font-size: 18px; color:#595959; margin-top:9px; margin-bottom:9px; font-weight: bold; line-height: 24px;}
h4 {font-size: 16px; color:#2e2e2e; margin-top:9px; margin-bottom:9px; font-weight: 250;}
h5 {font-size: 14px; color:#595959; margin-top:12px; margin-bottom:12px; font-weight: 250;}
h6 {font-size: 12px; color:#2e2e2e; margin-top:2px; margin-bottom:2px; line-height:16px;}

a {outline: 0;}
a img {text-decoration: none;}
a:link {text-decoration: none; color: #2e2e2e;}
a:visited {text-decoration: none; color: #2e2e2e;}
a:active {text-decoration: none; color: #2e2e2e;}
a:hover, a:visited {text-decoration: none; color: #2e2e2e;}

.white a:link {text-decoration: none; color: #fff;}
.white a:hover{text-decoration: none; color: #fff;}
.white a:visited {text-decoration: none; color: #fff;}
.white a:active {text-decoration: none; color: #fff;}

bullet::before {content: '•'; margin-right: 10px; color: black; font-size: 1.2em;}
bullet {display: block; margin-left: 20px; text-indent: -20px; padding-left: 20px;}

/* New CSS */

#footerlink {display: flex; justify-content: space-between; align-items: center; width:100%; padding: 12px 9vw; background-color:#F2F2F2; text-align:left; font-size: 13px; font-weight: bold; color: #F2F2F2;}
#footerlink one {width: 19%; padding: 0 12px;} #footerlink two {width: 38%; padding: 0 12px;}
#footerlink a {color: #2e2e2e; text-decoration: none;}

#footerone {display: flex; justify-content: space-between; align-items: center; width:100%; padding: 12px 9vw; background-color:#DFDFDF; text-align:left; font-size: 13px; font-weight: bold; color: #2e2e2e;}
#footertwo {display: flex; justify-content: space-between; align-items: center; width:100%; padding: 12px 9vw; background-color:#2a4d75; text-align:left; font-size: 13px; font-weight: bold; color: #fff;}

/* mobile landscape */
@media all and (min-width: 414px) and (max-width: 783px) and (orientation: landscape) {
	#logo {width:36%;} #header, #helloheader {padding-right:5%; padding-left:5%;}
	#pagename {opacity:0.7; text-align:center; width:100%;}
	.topnow {right: 25px; bottom: 25px; font-size: 42px;}
	#workarea {padding-right:5%; padding-left:5%;}
	#workarea_small {padding-right:2%; padding-left:2%;}
	#footerone, #footertwo {padding: 12px 3vw}		
	.mobile {display: block;} .desktop {display: none;} #mobile {display: block;} #desktop {display: none;}
	#profileimage {width: 24%;}
	#halfdiv {width: 100%; border: none;}
	.sidebyside-left {width: 100%; order: 1;} .sidebyside-right {width: 100%; order: -1;} .sidebyside {flex-direction: column; margin-top: 32px;} .profile-text, .product-text {width: 100%; order: 1; text-align: center; padding-top: 12px;} .profile-image, .product-image {width: 100%; order: -1;} .product-image img {width: 70%; margin-left: 15%; margin-right: 15%;}
}

/* tab landscape */
@media all and (min-width: 784px) and (max-width: 1024px) and (orientation: landscape) {
	#logo {width:28%;} #header, #helloheader {padding-right:5%; padding-left:5%;}
	#pagename {opacity:0.7; text-align:center; width:100%;}
	.topnow {right: 25px; bottom: 25px; font-size: 42px;}
	#workarea {padding-right:5%; padding-left:5%;}
	#workarea_small {padding-right:2%; padding-left:2%;}
	#footerone, #footertwo {padding: 8px 5vw}
	.mobile {display: none;} .desktop {display: block;} #mobile {display: none;} #desktop {display: block;}
	#halfdiv {width: 48%}
}

/* mobile portrait */
@media all and (max-width: 767px) and (orientation: portrait) {
	#logo {width:68%;} #header, #helloheader {padding-right:5%; padding-left:5%;}
	#pagename {opacity:0.7; text-align:center; width:100%;}
	.topnow {right: 25px; bottom: 25px; font-size: 42px;}
	#workarea {padding-right:5%; padding-left:5%; overflow-x: hidden;}
	#workarea_small {padding-right:2%; padding-left:2%;}
	#right {float:right; width:100%; text-align:center;}
	#left {float:left; width:100%; text-align:center;}
	#footerone, #footertwo {padding: 10px 4vw;} 
	#landscapedisplay {display: none;} #portraitdisplay {display: block;}
	.mobile {display: block;} .desktop {display: none;} #mobile {display: block;} #desktop {display: none;}
	#corner-pop {max-width: auto; right: 20%;}
	#profileimage {width: 40%; margin: 12px 0 12px 0; float: none; margin-left: 30%; margin-right: 30%;}
	#halfdiv {width: 100%; border: none;}
	.sidebyside-left {width: 100%; order: 1;} .sidebyside-right {width: 100%; order: -1;} .sidebyside {flex-direction: column; margin-top: 32px;} .profile-text, .product-text {width: 100%; order: 1; text-align: center; padding-top: 12px;} .profile-image, .product-image {width: 100%; order: -1;} .product-image img {width: 70%; margin-left: 15%; margin-right: 15%;}
}

/* tab portrait */
@media all and (min-width: 768px) and (orientation: portrait) {
	#logo {width:32%;} #header, #helloheader {padding-right:5%; padding-left:5%;}
	#pagename {opacity:0.7; text-align:center; width:100%;}
	.topnow {right: 25px; bottom: 25px; font-size: 42px;}
	#workarea {padding-right:5%; padding-left:5%;}
	#workarea_small {padding-right:2%; padding-left:2%;}
	#footerone, #footertwo {padding: 10px 2.5vw;}
	.mobile {display: block;} .desktop {display: none;} #mobile {display: block;} #desktop {display: none;}
	#profileimage {width: 30%;}
	#halfdiv {width: 47%}
}

/* Scroll Gallaery */

.scroll-container {display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 2%; padding: 15px 0; align-items: flex-start; width: 100%;   scroll-snap-type: x mandatory; /* Enables smooth scrolling */
}

.scroll-four, .scroll-six {flex-shrink: 0; /* Prevents items from shrinking */ width: 100%; height: auto; text-align: center; background-color: transparent; scroll-snap-align: start; /* Aligns elements for snapping */
}

@media (min-width: 1200px) { /* Desktop */
  .scroll-container { flex-wrap: wrap; justify-content: center; overflow-x: hidden; /* Disables horizontal scrolling */}
  .scroll-four { width: 23%; /* 4 scrolls in one row */ }
  .scroll-six { width: 15%; /* 6 scrolls in one row */ }
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) { /* Tablet landscape */
  .scroll-four { width: 23%; /* All 4 scrolls in one line */ }
  .scroll-six { width: 23%; /* All 4 scrolls in one line */ }
}

@media all and (min-width: 768px) and (orientation: portrait) { /* tab portrait */
  .scroll-four { width: 40%; /* 3 scrolls in one row */ }
  .scroll-six { width: 40%; /* 3 scrolls in one row */ }	
}

@media (max-width: 767px) and (orientation: landscape) { /* Mobile landscape */
  .scroll-four { width: 40%; /* 3 scrolls in one row */ }
  .scroll-six { width: 40%; /* 3 scrolls in one row */ }
}

@media (max-width: 767px) and (orientation: portrait) { /* Mobile portrait */
  .scroll-four { width: 85%; /* 2.5 scrolls per row */ }
  .scroll-six { width: 85%; /* 2.5 scrolls per row */ }
}

/* wrap Gallaery */

   .wrap-container {display: flex; flex-wrap: wrap; overflow-x: hidden; justify-content: center; gap: 2%; padding: 15px 0; align-items: center; overflow: hidden; width: 100%;}
   .wrap-four {width: 100%; height: auto; background-color: #fff; text-align: center; background-color: transparent;}

   @media (min-width: 1200px) { /* Desktop */ .wrap-four {width: 23%;}}
   @media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) { /* Tablet landscape */.wrap-four {width: 32%;}}
   @media (max-width: 767px) and (orientation: landscape) { /* Mobile landscape */ .wrap-four {width: 48%;}}
   @media (max-width: 767px) and (orientation: portrait) { /* Mobile portrait */ .wrap-four {width: 100%;}}

/* Catagory Showcase */

.catagory-showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.catagory-showcase div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.catagory-showcase div .image-container {
  width: 100%;
  overflow: hidden;
}

.catagory-showcase div .image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.catagory-showcase div .text-container {
  font-size: 16px;
  color: #333;
}

@media (min-width: 1024px) {
  /* Desktop: 4 divs in one line */
  .catagory-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  /* Mobile portrait: 1 div per line */
  .catagory-showcase {
    display: block;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  /* Mobile landscape: 2 divs per line */
  .catagory-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  /* Tablet portrait: 3 divs per line */
  .catagory-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}



/* Menu */

    nav {}

    nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex; /* Horizontal alignment for desktop */
      justify-content: center; /* Center menu horizontally */
    }

    nav li {
      position: relative;
    }

    nav a {
      display: block;
      padding: 6px 20px;
      text-decoration: none;
      color: #2e2e2e;
      font-size: 16px;
      border-right: 1px solid #fff; /* Right-side border */
      transition: background-color 0.3s ease;
    }

    nav a:hover {
      color: #2a4d75;
	  text-decoration: underline;
    }

    /* Remove the border from the last menu item */
    nav li:last-child a {
      border-right: none;
    }

    /* Submenu styles */
    .submenu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 200px;
      border-radius: 4px;
	  text-align: left;
	  border: 1px solid #ccc;
	  padding: 5px 0px;	
	  background-color: #fff;
	  z-index: 101;
    }

    .submenu li a {
      padding: 12px 15px;
	  border-right: none;
    }

    .submenu li a:hover {
	  color: #2a4d75;
	  text-decoration: underline;
    }

    /* Show submenu on hover */
    li:hover > .submenu {
      display: block;
    }

/* Mob Menu */

  .topnav {overflow: hidden; background:none;}
  .topnav a {float: left; display: block; color: #2e2e2e; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 16px;}
  .topnav a:hover {background-color: #fff; color: black;}
  .topnav .icon {display: none;}

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {float: right; display: block;}

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {position: absolute; right: 0; top: 0;}
  .topnav.responsive a {float: none; display: block; text-align: left;}


/* FAQs */

		.faqquestion {
		  background-color: #A1BFE0;
		  color: #000;
		  cursor: pointer;
		  padding: 18px;
		  width: 100%;
		  border: none;
		  text-align: left;
		  outline: none;
		  font-size: 15px;
		  transition: 0.4s;
		  margin-top: 7px;
		  border-radius: 12px;
		  font-weight: bold;
		}

		.faqactive, .faqquestion:hover {
		  background-color: #2a4d75; color: #fff;
		}

		.faqquestion:after {
		  content: '\002B';
		  color: #000;
		  font-weight: bold;
		  float: right;
		  margin-left: 5px;
		}

		.faqactive:after {
		  content: "\2212";
		  color: #fff;
		}

		.faqanswer {
		  padding: 0 18px;
		  max-height: 0;
		  overflow: hidden;
		  transition: max-height 0.2s ease-out;
		}

@media all and (max-width: 767px) and (orientation: portrait) {
	
  .faqquestion:after, .faqactive:after {content: '';}
}

/* Progress */

.progress {
  background: linear-gradient(to right, #f5930c var(--scroll), transparent 0);
  background-repeat: no-repeat; position: fixed; width: 100%; height: 4px; z-index: 999;
}

/* Form Field */

::placeholder {color: #919191;}
:-ms-input-placeholder {color: #919191;}
::-ms-input-placeholder {color: #919191;}

#contact {padding-left:0px; padding-right:0px; margin:0 0; position:relative; width:100%;}

#contact input[type="text"], #contact input[type="password"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact button[type="submit"], #contact textarea, fieldset input[type="datetime-local"] {font-family:Arial;}

fieldset {border: medium none !important; margin: 0 0 6px; padding: 0; width: 100%; text-align:center;}
fieldset label {font-size: 11px; padding-bottom: 9px;}

#contact input[type="text"], #contact input[type="password"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact button[type="submit"], #contact textarea {width:100%; border:1px solid #fff; border-radius: 5px; background:#F9F9F9; margin:0 0 8px; padding:12px; color:#2e2e2e; background-position:right; background-repeat:no-repeat; background-size:28px; -webkit-transition:border-color 0.3s ease-in-out; -moz-transition:border-color 0.3s ease-in-out; transition:border-color 0.3s ease-in-out; border:1px solid #ccc;}

#contact input[type="text"]:focus, #contact input[type="password"]:focus, #contact input[type="email"]:focus, #contact input[type="tel"]:focus, #contact input[type="url"]:focus, #contact button[type="submit"]:focus, #contact textarea:focus {box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5);}

#contact textarea {height:100px; max-width:100%; resize:none;}
#contact input:focus, #contact textarea:focus { outline:0; border:1px solid #999;}

#contact button[type="submit"] {background-color:#333; border-radius:5px; width:100%; color:#fff; text-align:center; cursor:pointer; border: 1px solid #ccc; margin-top:6px; padding: 10px; font-size:12px; font-weight: 900; float: left;}
#contact button[type="submit"]:hover {background-color:#fff; color: #333;}
#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5);}

    /* Product Styles */

    /* Container as main wrapper */
    .productpage-container {
      margin: 28px auto 0 auto;
      display: flex;
      flex-wrap: wrap;
    }

    /* Left Column: Image Gallery */
    .productpage-gallery {
      width: 100%;
      max-width: 500px;
      padding: 20px; padding-left: 0px;
      border-right: 1px solid #eee;
    }
    /* Image Gallery */
    .productpage-gallery-container {
      max-width: 600px;
      margin: auto;
	  outline: none;
    }

    /* Main Display Image */
    .productpage-main-image {
      width: 100%;
      height: auto;
      border: 2px solid #ddd;
      padding: 5px;
      background: #fff;
      margin-bottom: 15px;
	  outline: none;
    }

    /* Thumbnail Section */
    .productpage-thumbnails {
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .productpage-thumbnail {
      width: 80px; /* Fixed width */
      height: auto; /* Auto-adjust height */
      object-fit: cover; /* Maintain aspect ratio */
      cursor: pointer;
      border: 1px solid #ddd;
      padding: 1px;
      transition: border-color 0.3s;
	  outline: none;
    }

    .productpage-thumbnail:hover, .productpage-thumbnail.active {
      border-color: #000;
    }

    /* Right Column: Product Details */
    .productpage-details {
      flex: 1;
      padding: 20px 30px;
    }
    .productpage-details h1 {
      font-size: 28px;
      margin-bottom: 10px;
      letter-spacing: 1px;
    }
    .productpage-price {
      font-size: 22px;
      margin-bottom: 15px;
      color: #111;
    }
    .productpage-price small {
      font-size: 14px;
      color: #777;
    }

    /* Size Options Section */
    .productpage-size-guide {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
    }
    .productpage-size-guide span {
      margin-right: 10px;
      padding: 8px 12px;
      border: 1px solid #ddd;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s, border-color 0.3s;
    }
    .productpage-size-guide span:hover {
      background-color: #eee;
      border-color: #ccc;
    }
    /* Active selected state */
    .productpage-size-guide span.active {
      background-color: #000;
      color: #fff;
      border-color: #000;
    }

    /* Buttons Section */
    .productpage-buttons {
      display: flex;
      gap: 20px;
      margin-bottom: 25px;
    }
    /* Add to Bag Button */
    .productpage-add-to-bag {
      background-color: #FFF;
      color: #333;
      padding: 12px 25px;
      border: 1px solid #000;
      font-size: 16px;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 1px;
     transition: background-color 0.3s ease, color 0.3s ease;
      display: inline-block;
    }
    .productpage-add-to-bag:hover {
      background-color: #000;
      color: #fff;
    }

    /* Add to Wishlist Button */
    .productpage-add-to-wishlist {
      background-color: #fff;
      color: #000;
      padding: 12px 25px;
      border: 1px solid #000;
      font-size: 16px;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: background-color 0.3s ease, color 0.3s ease;
      display: inline-block;
    }
    .productpage-add-to-wishlist:hover {
      background-color: #000;
      color: #fff;
    }

    /* Features Section */
    .productpage-features {
      display: flex;
      justify-content: space-evenly;
      margin-bottom: 25px;
      padding-top: 25px;
    }
	.productpage-feature {
	  text-align: center; /* Centers text */
	  display: flex;
	  flex-direction: column;
	  align-items: center; /* Centers content vertically */
	  justify-content: center; /* Centers content horizontally */
	}
    .productpage-feature img {
      width: 60px;
      display: block;
      margin: 0 auto 10px;
    }
    .productpage-feature p {
      font-size: 13px;
      color: #555;
    }

    /* Overview / Product Information */
    .productpage-overview {
      font-size: 14px;
    }
    .productpage-overview p {
      margin-bottom: 10px;
      line-height: 1.5;
	  padding-left: 180px;  text-indent: -95px; 
    }
    .productpage-overview p strong {
      display: inline-block;
      width: 90px;
      color: #222;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
	  .productpage-thumbnail {
      	width: 60px; /* Fixed width */
	  }
      .productpage-container {
        flex-direction: column;
      }
      .productpage-gallery {
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
		padding: 0px;
		padding-bottom: 40px;
      }
	  .productpage-details {
		padding: 0;
	  }	
	  .productpage-overview p {
		padding-left: 0px;  
		text-indent: 0px;
	  }
	  .productpage-overview p strong {
      	width: auto;
   	  }
      .productpage-buttons {
        flex-direction: column;
        gap: 10px;
      }
    }


/* Animation */

#leaves {
    position: relative;
    top: -50px;
    width: 100%;
    text-align: right;
    position: fixed;
}

#leaves i {
    display: inline-block;
    width: 50px; /* Adjust size for cotton ball appearance */
    height: 50px; /* Adjust size for cotton ball appearance */
    background: radial-gradient(circle, #ffffff 60%, #e6e6e6); /* Cotton ball style */
    border-radius: 50%; /* Make it round */
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2), 0px 10px 20px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
    z-index: 1;
    -webkit-animation: falling 5s 0s infinite;
}

#leaves i:nth-of-type(2n) {
    -webkit-animation: falling2 5s 0s infinite;
}
#leaves i:nth-of-type(3n) {
    -webkit-animation: falling3 5s 0s infinite;
}

/* No extra before/after styling */
#leaves i:before,
#leaves i:after {
    content: none;
}

/* Adjust sizes for nth-of-type variations */
#leaves i:nth-of-type(n) {
    width: 40px;
    height: 40px;
}
#leaves i:nth-of-type(2n+1) {
    width: 30px;
    height: 30px;
}
#leaves i:nth-of-type(3n+2) {
    width: 20px;
    height: 20px;
}

/* Slight transparency and subtle rotation */
#leaves i:nth-of-type(n) {
    opacity: 0.9;
    transform: rotate(0deg);
}
#leaves i:nth-of-type(3n+1) {
    opacity: 0.7;
}
#leaves i:nth-of-type(3n+2) {
    opacity: 0.5;
}

/* Falling animation remains */
@-webkit-keyframes falling {
    0% {
        -webkit-transform: translate3d(300, 0, 0) rotate(0deg);
    }
    100% {
        -webkit-transform: translate3d(-350px, 700px, 0) rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes falling3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-20deg);
    }
    100% {
        -webkit-transform: translate3d(-230px, 640px, 0) rotate(-70deg);
        opacity: 0;
    }
}
@-webkit-keyframes falling2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    }
    100% {
        -webkit-transform: translate3d(-400px, 680px, 0) rotate(0deg);
        opacity: 0;
    }
}

/* Slide Show Cover */

.Mitraa-Slide-container {
            position: relative;
            width: 100%;
            height: 70vh;
            overflow: hidden;
        }

        .Mitraa-Slide {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

		.Mitraa-Slide h3 {
			font-size: 24px;
			font-weight: 400;
			color: #fff;
			padding: 25px;
			background-color: #2a4d75;
			opacity: 0.9;
			margin: 0 auto; /* Centers the element horizontally */
			text-align: center; /* Centers the text inside the element */
		}

		.Mitraa-Slide p {
			font-size: 20px;
		}

        .Mitraa-Slide:nth-child(1) {
            background-image: url('https://indivaan.xyz/images/cover-1.webp');
        }

        .Mitraa-Slide:nth-child(2) {
            background-image: url('https://indivaan.xyz/images/cover-2.webp');
        }

        .Mitraa-Slide:nth-child(3) {
            background-image: url('https://indivaan.xyz/images/cover-3.webp');
        }

        .Mitraa-Slide-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
			width: 90%;
        }

        .active {
            opacity: 1;
        }

        .nav-container {
            position: absolute;
            bottom: 15px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .prev, .next {
            font-size: 18px;
            height: 10px;
            width: 10px;
            background: none;
            color: rgba(225, 225, 225, 0.5);
            border: none;
            margin: 0 10px;
            cursor: pointer;
            user-select: none;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .prev:hover, .next:hover {
            color: white;
        }

        .dot-container {
            display: flex;
            margin: 0 20px;
        }

        .dot {
            height: 10px;
            width: 10px;
            margin: 0 4px;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            display: inline-block;
            cursor: pointer;
        }

        .dot.active {
            background-color: white;
        }

        @keyframes fadeEffect {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .fade {
            animation: fadeEffect 1s;
        }

/* Short Style */

#countryList {display: flex; flex-wrap: wrap; overflow-x: hidden; justify-content: center; gap: 2%; padding: 15px 0; align-items: center; overflow: hidden;}
#countryList img {cursor: pointer; width: 18%; max-width: 96px;}
#countryList h3 {padding-bottom: 24px;}

/* Lightbox */

.lightbox {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 99998;}
.lightboxarea {display: block; background: white; width: 420px; max-width: 80%; padding: 25px 20px; border-radius: 10px; text-align: center; z-index: 99999;}
.closelightbox {float: right; cursor: pointer; width: 24px; height: auto; right: -45px; top: -45px; position:relative;}

