﻿:root {
    --swiper-theme-color: #ffbc00 !important;
    --main1:#6c2529;
    --main2:#9d382d;
    --yellowme:#e5b70d;
    --darkgray:#742134;
    --heading1:#461f1f;
    --linearcolor:#e6b794;
    --linearcolor2:#9f6358;
    
  --navy: #0a1628;
  --navy2: #162844;
  --gold: #c8963e;
  --gold2: #f0b860;
  --light: #f8f6f1;
  --white: #ffffff;
  --muted: #6b7280;
  --red: #e63946;
  --teal: #0d9488;
  --grad: linear-gradient(135deg, #0a1628 0%, #1e3a5f 100%);
}
a
{
    text-decoration:none;
}
p
{
    padding:10px;
}

/*========= NEW And Notice Section Style START =========*/
/*
.notice_news {
  background: linear-gradient(45deg, #000000, #ef7f1a);
  margin-top: 0;
  padding: 7px 0;
  position: relative;
  text-align: center;
  z-index: 9;
}

.notice_news .new_highlight {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
}

.notice_news .new_highlight:before {
  background: radial-gradient(#fff, #0000);
  content: "";
  height: 100%;
  left: 107%;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 9;
}
*/

/* ===================== NEWS MARQUEE ===================== */
.news-marquee-bar {
  background: linear-gradient(90deg, var(--darkgray) 0%, var(--main2) 100%);
  padding: 10px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 2px solid var(--gold);
}
.news-label {
  background: var(--gold);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  padding-right: 24px;
  margin-right: 16px;
}
/*
.marquee-track {
  display: flex;
  animation: marqueeScroll 15s linear infinite;
  white-space: nowrap;
}
*/

.marquee-track:hover { animation-play-state: paused; }

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-right: 25px; /* spacing between notices */
  white-space: nowrap;
}

.dot {
  width: 6px;
  height: 6px;
  background: gold;
  border-radius: 50%;
}

.marquee-item span { color: var(--gold2); font-weight: 500; }
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/*========= NEW And Notice Section Style END =========*/

/*======== Navbar Menu Style ========*/
.menu-bar {
 /* background:#1e1e60; */
 border-top: 1px solid #9f6358;
  padding: 0 20px;
  position: relative;
  top:16px;
  margin: -16px 0 0 0;
}

@media(max-width:768px)
{
    .menu-bar
    {
        margin:0;
    }
    
    .school-header .admd
    {
        display:none;
    }
}

.logo {
  color: white;
  font-size: 22px;
  padding: 15px 0;
}

.toggle-btn {
  color: Black;
  font-size: 24px;
  display: none;
  cursor: pointer;
}

.nav-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  display: block;
  padding: 12px 20px; 
  color: white;
  text-decoration: none;
  position: relative;
}



.nav-links li a:hover,
.nav-links .nav_item:hover > a {
  color: #07134c; /* Gold on hover */
}

.nav-links li a.dropdown::after,
.nav-links .nav_item:hover > a::after {
  background-color: #07134c; /* Golden hover underline */
}

.active,
.nav-links li:hover {
  background-color: #eab04e; /* Brighter blue for active item */
}

/* Submenu links hover */
.sub_menu-1 ul li a:hover {
  color: #ffd700; /* Golden text on hover */
  background-color: ; /* Lighter version of submenu bg */
}

/* Submenu indicator arrow on hover */
.hover_me:hover > a > i.fa-angle-right {
  transform: translateX(4px);
  color: #ffd700;
}

.nav-links li a i {
  margin-right: 8px;
}

.nav-links li a.dropdown::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #1c275a;
  bottom: 0px;
  left: 0;
  transition: width 0.3s ease;
}

/*  */
.sub_menu-1 ul li a
{
  color:#fff !important;
  padding:12px 9px;
  text-decoration: none;
  position: relative;
}
.sub_menu-1 ul li a:hover
{
    color:#000 !important;
}
.nav-links .nav_item a {
  display: block;
  /*padding: 12px 15px; */
  padding:12px 9px;
  color: #000;
  text-decoration: none;
  position: relative;
}

.nav-links .nav_item a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 0;
  height: 3px;
  background-color: #1c275a;
  transition: width 0.3s ease;
}

.nav-links .nav_item:hover > a::after {
  width: 100%;
}

/*  */
@media(max-width:1000px)
{
    .menu-bar .nav-links .nav_item .contactmenu
    {
        width:150px !important;
    }
}

@media (min-width: 1200px) {
    /*.nav-links {
       padding-left: 180px;
    }*/
      /*  .nav-links {
        padding-left: 0;
        padding-right: 45px;
    } */
     .nav-links {
        padding-left: 0;
        padding-right: 71px;
    }
}


.nav-links li:hover > a.dropdown::after {
  width: 100%;
}



/* Submenu 1 */
.sub_menu-1 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; /* ✅ aligns directly below parent */
  background:var(--main1);
  min-width: 230px;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2); /* optional: better look */
}

.nav-links li:hover .sub_menu-1 {
  display: block;
}

.sub_menu-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub_menu-1 ul li {
  padding: 5px 0;
  border-bottom: 1px dotted #fff;
}


.sub_menu-1 ul li:last-child {
  border-bottom: none;
}

.sub_menu-1 ul li a {
  display: block;
  padding: 18px 20px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap; /* ✅ prevents text wrapping */
}
/*.sub_menu-1 ul li a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
*/

.sub_menu-1 ul li a:hover {
  background-color: #e3a72f;
  color: #fff;
}

/* Submenu arrow (optional) */
.sub_menu-1 ul li i.fa-angle-right {
  float: right;
  margin-top: 4px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.hover_me:hover > a > i.fa-angle-right {
  transform: translateX(4px);
}


/* Submenu 2 */
.sub_menu-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgb(0, 100, 0);
  min-width: 220px;
}


.sub_menu-1 ul li a
{
    padding: 1px 20px !important;
}


.hover_me:hover .sub_menu-2 {
  display: block;
}

.sub_menu-2 ul li {
  padding: 7px 15px;
  border-bottom: 1px dotted #fff;
}

.sub_menu-2 ul li:last-child {
  border-bottom: none;
}

.sub_menu-2 ul li a {
  color: white;
}

.sub_menu-2 ul li a:hover {
  color: #b2ff00;
}

/* Arrow Styling */
.sub_menu-1 ul li i.fa-angle-right {
  margin-left: 10px;
  font-size: 13px;
  transition: transform 0.3s ease;
}



/* Responsive */
@media (max-width: 768px) {
  .toggle-btn {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #efba41;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    text-align: left;
  }
  
  .sub_menu-1 {
    position: static;
    background:#db9800;
    box-shadow: none;
  }
  
   .sub_menu-1 ul li a {
    padding-left: 30px;
  }
  
  .sub_menu-1:hover
  {
      border-left:1px solid #fff;
  }

  .sub_menu-1,
  .sub_menu-2 {
    position: static;
  }

  .hover_me:hover .sub_menu-2 {
    position: static;
  }
  
  .menu-bar 
  {
      top:0;
  }
  
  .logoArea img 
  {
     max-height: 60px;
  }
  
}
/*========= Navbar Menu Style END ==========*/

/*========= Home Slider Style ===========*/
 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
     /* Stylish navigation buttons */
  .swiper-button-next,
  .swiper-button-prev {
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
  }

  /* Hover effect */
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: linear-gradient(135deg, #9d382d,#6c2529);
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(242, 230, 154, 0.8);
    color:#e5b70d;
  }

  /* Arrow icon customization */
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
  }
  
/*========= Home Slider Style END ============*/

/*======= Sider Card Wrapper Start =======*/
.slider-card-wrapper {
  position: relative;
  max-width: 1100px;
  margin: -100px auto 0; /*  ye overlap karega slider pe */
  display: flex;
  z-index: 10;
}

/* Common card style */
.slider-card {
  flex: 1;
  padding: 40px;
  color: #fff;
  text-align: center;
}

/* Left card */
.left-card {
  background: #752437; /* purple */
}

/* Right card */
.right-card {
  background: #a04137; /* light brown */
}

/* Heading */
.slider-card h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Text */
.slider-card p {
  font-size: 14px;
  margin-bottom: 20px;
}

/* Button */
.card-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.card-btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .slider-card-wrapper {
    flex-direction: column;
    margin-top: 0px;
  }
}

/*====== Sider Card Wrapper END ========*/

/* Read More Button */
.read_more {
  background: #fecc00;
  color: #000;
  padding: 4px 23px 4px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  min-width: 160px;
  transition: color 0.3s ease;
}

.read_more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #015c39;
  z-index: -1;
  transition: height 0.4s ease-in-out;
  border-radius: 45px;
}

.read_more:hover::after {
  height: 100%;
}

.read_more:hover {
  color: #fff;
}

/* Icon Circle */
.mpms_btn {
  width: 33px;
  height: 33px;
  background: #d3aa00;
  border-radius: 50%;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrow Icon Animation */
.arrow-icon {
  color: #fff;
  font-size: 14px;
  animation: bounceArrow 1.2s infinite;
}

@keyframes bounceArrow {
  0% { transform: translateX(0); opacity: 1; }
  50% { transform: translateX(5px); opacity: 0.6; }
  100% { transform: translateX(0); opacity: 1; }
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
  .desk-card {
    align-items: center !important;
    text-align: center;
  }

  .desk-img {
    margin-right: 0 !important;
  }

  .desk-content {
    text-align: center;
  }
}

/*======= About Section Style =======*
/* Section */
.about-section {
  padding: 80px 0;
  background: #f5f5f5;
}

/* Layout */
.about-container {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Image box */
.about-img {
  flex: 1;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  transition: 0.4s;
}

/* Image */
.about-img img {
  width: 100%;
  transition: transform 0.6s ease;
}

/* Hover zoom */
.about-img:hover img {
  transform: scale(1.08);
}

/* Content */
.about-content {
  flex: 1;
}

.about-content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-content p {
  color: #555;
  text-align:justify;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Premium Button */
.read-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  background: linear-gradient(135deg, #68272b, #d34c3f);
  overflow: hidden;
  transition: 0.3s;
}

/* Shine effect */
.read-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transform: skewX(-20deg);
  transition: 0.5s;
}

/* Hover effect */
.read-btn:hover::before {
  left: 120%;
}

.read-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(146,32,111,0.4);
}

/* Responsive */
@media(max-width: 768px){
  .about-container {
    flex-direction: column;
  }
}
/*======== About Section END =====*/

/*====== Experties Style =====*/
/* Section */
.teachers-section {
  padding: 80px 20px;
  background: #f9f9f9;
  text-align: center;
}

/* Title */
.section-title span {
    color: #ad454c;
    font-size: 22px;
    font-weight: 700;
}

.section-title h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* Grid */
.teacher-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.teacher-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Hover glow effect */
.teacher-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(146,32,111,0.2);
}

/* Image */
.teacher-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #eee;
  transition: 0.4s;
}

/* Image zoom */
.teacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.teacher-card:hover .teacher-img img {
  transform: scale(1.1);
}

/* Name */
.teacher-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

/* Role */
.teacher-card p {
  color: #777;
  font-size: 14px;
}

/* Gradient overlay effect */
.teacher-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, #a23c30, #68272b);
  z-index: 0;
  transition: 0.4s;
  opacity: 0.9;
}

.teacher-card:hover::before {
  height: 100%;
}

/* Text above overlay */
.teacher-card h4,
.teacher-card p,
.teacher-img {
  position: relative;
  z-index: 2;
}

/* Text color on hover */
.teacher-card:hover h4,
.teacher-card:hover p {
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .teacher-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .teacher-grid {
    grid-template-columns: 1fr;
  }
}
/*====== Experties Style END =====*/

/*=========  ==============*/
.cta-section{
  background: linear-gradient(135deg,var(--main1),var(--main2));
  padding: 25px 20px;
}

.cta-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cta-text{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

/* 🔥 Button */
.cta-btn{
  background: #fff;
  color: var(--main1);
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

/* Hover */
.cta-btn:hover{
  background: var(--yellowme);
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Responsive */
@media(max-width:768px){
  .cta-container{
    flex-direction: column;
    text-align: center;
  }
}
/*=========  =============*/

/*==========  ==============*/
/* Section */
.gallery-section{
  padding: 80px 20px;
  background: #f9f9f9;
  text-align: center;
}

/* Title */
.section-title span{
  color: var(--main2);
  font-weight: 600;
}

.section-title h2{
  color: var(--heading1);
  margin-bottom: 40px;
}

/* Grid */
.gallery-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

/* Item */
.gallery-item{
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}

/* Image */
.gallery-item img{
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}

/* Hover zoom */
.gallery-item:hover img{
  transform: scale(1.1);
}

/* Overlay */
.gallery-item::after{
  content:"View";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(0.8);
  background: rgba(0,0,0,0.7);
  color:#fff;
  padding:10px 22px;
  border-radius:30px;
  opacity:0;
  transition:0.3s;
}

.gallery-item:hover::after{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}

/* 🔥 LIGHTBOX */
.lightbox{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.95);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:999;
  backdrop-filter: blur(8px);
  animation: fadeIn 0.4s ease;
}

.lightbox img{
  max-width:90%;
  max-height:80%;
  border-radius:12px;
  transform: scale(0.8);
  opacity:0;
  animation: zoomIn 0.4s forwards;
}

.lightbox .close{
  position:absolute;
  top:25px;
  right:35px;
  color:#fff;
  font-size:40px;
  cursor:pointer;
  transition:0.3s;
}

.lightbox .close:hover{
  color: var(--yellowme);
  transform: rotate(90deg);
}

/* Animations */
@keyframes fadeIn{
  from{opacity:0;}
  to{opacity:1;}
}

@keyframes zoomIn{
  to{
    transform: scale(1);
    opacity:1;
  }
}

/* Responsive */
@media(max-width:992px){
  .gallery-grid{
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:576px){
  .gallery-grid{
    grid-template-columns: 1fr;
  }
}
/*==========  ==============*/



/**==== Director & Principal Desk Style END ====**/

/**=== Button Style ===**/
.read_more {
    background: #1e1e60;
    color: #fff;
    padding: 4px 23px 4px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    min-width: 160px;
    transition: color 0.3s ease;
}

.read_more::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #cf3a2f;
    z-index: -1;
    transition: height 0.4s ease-in-out;
    border-radius: 45px;
}

.read_more:hover::after {
    height: 100%;
}

.read_more:hover {
    color: #fff;
}

.mpms_btn {
    width: 33px;
    height: 33px;
    background: #d3aa00;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Font Awesome Arrow Style */
.arrow-icon {
    color: #fff;
    font-size: 14px;
    animation: bounceArrow 1.2s infinite;
}

@keyframes bounceArrow {
    0% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(5px); opacity: 0.6; }
    100% { transform: translateX(0); opacity: 1; }
}
/**=== Burron Style END ===**/

/**=== Footer Section  ===**/
/*
.footer_sec
{
    background: linear-gradient(rgba(244, 237, 143, 0.99), rgba(0, 39, 76, 0.8)),url(../IMAGES/HomeSlider/1.jpg);
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer_sec .menu_cont .mnsec a:hover
{
    transform:scale(1.02);
    padding-left:10px;
    transition:0.5s ease;
}
.socialL
{
    display:flex;
    list-style:none;
}

.socialL li
{
    padding:0 15px;
}

.socialL li a i
{
    font-size:20px;
}

@media(min-width:992px)
{
    .socialL li
    {
        padding:0 30px;
    }
}

.bord_prm
{
    border-color:#ef7f1a !important;
}
*/

/* ROOT COLORS */
:root{
    --main1:#6c2529;
    --main2:#9d382d;
    --yellowme:#e5b70d;
    --darkgray:#742134;
    --heading1:#461f1f;
    --linearcolor:#e6b794;
    --linearcolor2:#9f6358;
}

/* FOOTER */
.royal-footer{
    background: linear-gradient(135deg, #320e10, #5e0900);
    padding: 70px 0 0;
    color: #fff;
    position: relative;
}

/* GOLDEN TOP BORDER */
.royal-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background: linear-gradient(to right, var(--yellowme), #fff, var(--yellowme));
}

/* CARD STYLE */
.footer-card{
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(0,0,0,0.2));
    padding:25px;
    border-radius:15px;
    transition:0.4s;
    position:relative;
    overflow:hidden;
}

/* HOVER SHINE EFFECT */
.footer-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
    transition:0.6s;
}

.footer-card:hover::before{
    left:100%;
}

.footer-card:hover{
    transform: translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

/* TITLES */
.footer-card h4{
    color: var(--yellowme);
    margin-bottom:20px;
    position:relative;
}

.footer-card h4::after{
    content:"";
    width:50px;
    height:3px;
    background: var(--yellowme);
    position:absolute;
    left:0;
    bottom:-8px;
}

/* TEXT */
.footer-card p{
    font-size:14px;
    color:#f1f1f1;
}

/* LINKS */
.footer-card ul{
    list-style:none;
    padding:0;
}

.footer-card ul li{
    margin-bottom:10px;
}

.footer-card ul li a{
    color:#ddd;
    text-decoration:none;
    transition:0.3s;
}

.footer-card ul li a:hover{
    color: var(--yellowme);
    padding-left:8px;
}

/* ICON */
.footer-card i{
    color: var(--yellowme);
    margin-right:10px;
}

/* SOCIAL */
.Fsocial-icons a{
    display:inline-block;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    border-radius:50%;
    color:#ffffff !important;
    background: rgba(255,255,255,0.1);
    margin-right:8px;
    transition:0.3s;
}

.Fsocial-icons a:hover{
    background: var(--yellowme);
    color:#000;
}

/* MAP */
.map-box iframe{
    width:100%;
    height:180px;
    border:none;
    border-radius:10px;
}

/* BOTTOM */
.footer-bottom{
    text-align:center;
    padding:15px;
    margin-top:40px;
    background: var(--darkgray);
    font-size:14px;
}

/* RESPONSIVE */
@media(max-width:768px){
    .footer-card{
        padding:20px;
    }
}
/** Back To Top Style **/
.back-to-top{
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--main1), var(--main2));
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  z-index: 999;
  
  /* Hidden by default */
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.4s ease;
}

/* Show button */
.back-to-top.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover effect */
.back-to-top:hover{
  background: linear-gradient(135deg, var(--yellowme), var(--main2));
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Icon animation */
.back-to-top i{
  transition: 0.3s;
}

.back-to-top:hover i{
  transform: translateY(-4px);
}

/* Pulse Glow Effect */
.back-to-top::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse{
  0%{
    transform: scale(1);
    opacity: 0.6;
  }
  70%{
    transform: scale(1.5);
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

/** Back To Top Style END **/

/**=== Footer Section END ===**/